:root { --bg: #f7f7ff; --primary: #1450de; --navy: #102c6d; --muted: #475569; --faint: #94a3b8; }
.svc-hero { background-color: #f7f7ff; background-image: linear-gradient(rgba(20, 80, 222, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(20, 80, 222, 0.05) 1px, transparent 1px); background-size: 56px 56px; position: relative; overflow: hidden; padding: 90px 0 90px;}
.svc-hero-wrap { display: flex; align-items: center; flex-wrap: wrap; max-width: 1290px; margin: 0 auto; width: 100%; }
.svc-hero-content { padding-right: 32px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(20, 80, 222, 0.07); border: 1px solid rgba(20, 80, 222, 0.22); border-radius: 50px; padding: 6px 16px; font-size: 12.5px; color: var(--primary); font-weight: 500; letter-spacing: 0.03em; margin-bottom: 1.4rem; text-transform: uppercase; }
.badge-dot { width: 6px; height: 6px; background: var(--primary); border-radius: 50%; box-shadow: 0 0 7px rgba(20, 80, 222, 0.6); animation: pulse-dot 1.8s ease-in-out infinite; }
.svc-hero-sub { color: var(--muted); font-size: 1.05rem; line-height: 1.72; max-width: 460px; margin-top: 1.2rem; margin-bottom: 0; }
.svc-hero-visual { display: flex; align-items: center; justify-content: center; min-height: 340px; }
.svc-canvas-wrap { width: 100%; display: flex; justify-content: end; margin-right: 72px; }
h1 { margin: auto; }
.t-gradient { background: linear-gradient(135deg, var(--primary) 0%, var(--navy) 100%); background-size: 200% 200%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.t-accent { background: linear-gradient(135deg, var(--navy) 0%, var(--primary) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
@keyframes pulse-dot { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.45; transform: scale(0.72); } }
@media (max-width: 767px) { .svc-hero { padding: 52px 0 44px; } .svc-hero-content { padding-right: 10px; margin-bottom: 24px; } }
@media (min-width: 1310px) { .w-col { padding: 0 !important; } }
@keyframes career-zoom-in { from { transform: scale(0, 0); filter: blur(10px); opacity: 0; } to { transform: scale(1, 1); filter: blur(0); opacity: 1; } }
@keyframes career-fade-up { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.svc-hero-content .hero-badge { animation: career-fade-up 0.5s cubic-bezier(0.16, 1, 0.3, 1) both; animation-delay: 0.05s; }
.svc-hero-content h1 { animation: career-zoom-in 0.75s cubic-bezier(0.34, 1.00, 0.64, 1) both; animation-delay: 0.2s; }
.svc-hero-content .svc-hero-sub { animation: career-fade-up 0.5s cubic-bezier(0.16, 1, 0.3, 1) both; animation-delay: 0.42s; }
.os-scene { position: relative; width: 340px; height: 340px; animation: os-in 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both; }
@keyframes os-in { from { opacity: 0; transform: scale(0.82); } to { opacity: 1; transform: scale(1); } }
.os-ring { position: absolute; top: 50%; left: 50%; border-radius: 50%; border: 1.5px dashed rgba(20, 80, 222, 0.15); transform: translate(-50%, -50%); pointer-events: none; }
.os-ring-inner { width: 220px; height: 220px; }
.os-ring-outer { width: 330px; height: 330px; }
.os-hub { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 3; }
.os-hub-glow { position: absolute; inset: -16px; border-radius: 50%; background: radial-gradient(circle, rgba(20, 80, 222, 0.14) 0%, transparent 70%); animation: hub-pulse 2.5s ease-in-out infinite; }
@keyframes hub-pulse { 0%, 100% { transform: scale(1); opacity: 0.9; } 50% { transform: scale(1.18); opacity: 0.4; } }
.os-hub-core { width: 80px; height: 80px; border-radius: 50%; background: linear-gradient(135deg, var(--primary) 0%, var(--navy) 100%); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; color: #fff; box-shadow: 0 8px 32px rgba(20, 80, 222, 0.42); }
.os-hub-core svg { opacity: 0.92; }
.os-hub-label { font-size: 11px; font-weight: 700; letter-spacing: 0.05em; text-align: center; line-height: 1.3; opacity: 0.92; }
.os-orb { position: absolute; top: 50%; left: 50%; border-radius: 50%; }
.os-orb-in { width: 220px; height: 220px; margin: -110px 0 0 -110px; animation: orb-cw 10s linear infinite; animation-delay: var(--d); }
.os-orb-out { width: 330px; height: 330px; margin: -165px 0 0 -165px; animation: orb-ccw 18s linear infinite; animation-delay: var(--d); }
@keyframes orb-cw { to { transform: rotate(360deg); } }
@keyframes orb-ccw { to { transform: rotate(-360deg); } }
.os-pill { position: absolute; top: 0; left: 50%; transform: translateX(-50%) translateY(-50%); padding: 5px 13px; border-radius: 50px; background: var(--c); color: var(--t); font-size: 11px; font-weight: 600; white-space: nowrap; border: 1px solid var(--t); opacity: 0.88; z-index: 2; }
.os-orb-in .os-pill { animation: pill-ccw 10s linear infinite; animation-delay: var(--d); }
.os-orb-out .os-pill { animation: pill-cw 18s linear infinite; animation-delay: var(--d); }
@keyframes pill-ccw { to { transform: translateX(-50%) translateY(-50%) rotate(-360deg); } }
@keyframes pill-cw { to { transform: translateX(-50%) translateY(-50%) rotate(360deg); } }
.os-badge { position: absolute; bottom: 8px; right: 0; background: var(--primary); color: #fff; border-radius: 12px; padding: 10px 18px; display: flex; flex-direction: column; align-items: center; box-shadow: 0 8px 24px rgba(20, 80, 222, 0.4); z-index: 5; animation: os-badge-in 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 1.2s both, os-badge-bob 3.5s ease-in-out 1.7s infinite; }
@keyframes os-badge-in { from { opacity: 0; transform: scale(0.6) translateY(8px); } to { opacity: 1; transform: scale(1) translateY(0); } }
@keyframes os-badge-bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
.os-badge-num { font-size: 18px; font-weight: 800; line-height: 1; }
.os-badge-txt { font-size: 10px; font-weight: 500; opacity: 0.88; white-space: nowrap; }
.about-one-business-item.bg-primary{background-color: #f7f7ff !important;}
.about-one-business-section.bg-white{background-color: #fff !important;}
.container.about-one-business-grid { grid-template-columns: repeat(3, 1fr); }

/* Perks: flanking columns with centered hub */
.perk-flank { display: flex; align-items: center; gap: 32px; width: 100%; margin: 24px auto 0; }
.perk-flank-col { flex: 1; display: flex; flex-direction: column; gap: 14px; min-width: 0; }
.perk-flank-hub { flex: 0 0 auto; display: flex; align-items: center; justify-content: center; }
.perk-orbit-hub { position: relative; width: 108px; height: 108px; border-radius: 50%; background: #fff; box-shadow: 0 14px 34px rgba(20, 80, 222, 0.22), 0 2px 8px rgba(16, 44, 109, 0.1); display: flex; align-items: center; justify-content: center; }
.perk-orbit-hub-ring { position: absolute; inset: -14px; border-radius: 50%; border: 1.5px dashed rgba(20, 80, 222, 0.22); pointer-events: none; }
.perk-orbit-hub-logo { width: 52px; height: 52px; }
.perk-node { background: #fff; border: 1px solid rgba(20, 80, 222, 0.1); border-radius: 14px; padding: 14px 14px; display: flex; align-items: center; gap: 10px; transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease; box-shadow: 0 6px 18px rgba(16, 44, 109, 0.08); opacity: 0; transform: translateY(14px); animation: career-fade-up 0.5s cubic-bezier(0.16, 1, 0.3, 1) both; animation-delay: var(--perk-delay, 0s); }
.perk-node:hover { box-shadow: 0 12px 28px rgba(20, 80, 222, 0.14); transform: translateY(-3px); border-color: rgba(20, 80, 222, 0.24); }
.perk-node__icon { width: 34px; height: 34px; border-radius: 9px; background: rgba(20, 80, 222, 0.08); color: var(--primary); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.perk-node__title { font-size: 13px; font-weight: 700; color: var(--navy); line-height: 1.32; }
.perk-orbit-static { display: none; }
/* Perks intro */
.perk-intro { max-width: 720px; margin: 100px auto 40px; text-align: center; }
.perk-intro-badge { animation: career-fade-up 0.5s cubic-bezier(0.16, 1, 0.3, 1) both; animation-delay: 0.05s; }
.perk-intro-heading { font-size: clamp(2rem, 3.4vw, 2.85rem); font-weight: 700; color: var(--navy); margin: 0 0 16px; line-height: 1.18; animation: career-zoom-in 0.75s cubic-bezier(0.34, 1.00, 0.64, 1) both; animation-delay: 0.15s; }
.perk-intro-text { font-size: 1.02rem; line-height: 1.72; color: var(--muted); margin: 0 auto; animation: career-fade-up 0.5s cubic-bezier(0.16, 1, 0.3, 1) both; animation-delay: 0.32s; }
.job-card{
  background:#f7f7ff;border:1px solid rgba(20,80,222,.1);border-radius:16px;padding:28px 28px 24px;display:flex;flex-direction:column;gap:14px;transition:box-shadow .25s ease,transform .25s ease,border-color .25s ease;position:relative;overflow:hidden;
}

.job-card::before{
  content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary,#1450de) 0%,#0891b2 100%);opacity:0;transition:opacity .25s ease;
}

.job-card:hover{
  box-shadow:0 12px 40px rgba(20,80,222,.12);transform:translateY(-4px);border-color:rgba(20,80,222,.22);
}

.job-card:hover::before{
  opacity:1;
}

.job-card__top{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
}

.job-card__icon{
  width:44px;height:44px;border-radius:10px;background:rgba(20,80,222,.08);color:var(--primary,#1450de);display:flex;align-items:center;justify-content:center;flex-shrink:0;
}

.job-card__badges{
  display:flex;gap:6px;flex-wrap:wrap;
}

.job-badge{
  display:inline-block;font-size:11px;font-weight:600;letter-spacing:.02em;padding:4px 10px;border-radius:50px;
}

.job-badge--type{
  background:rgba(20,80,222,.08);color:var(--primary,#1450de);border:1px solid rgba(20,80,222,.18);
}

.job-badge--industry{
  background:rgba(8,145,178,.08);color:#0891b2;border:1px solid rgba(8,145,178,.2);
}

.job-card__title{
  font-size:1.05rem;font-weight:700;color:#102c6d;margin:0;line-height:1.35;
}

.job-card__location{
  display:flex;align-items:center;gap:5px;font-size:12.5px;color:#64748b;font-weight:500;
}

.job-card__location svg{
  color:#1450de;flex-shrink:0;
}

.job-card__desc{
  font-size:13.5px;color:#475569;line-height:1.65;margin:0;flex:1;
}

.job-card__footer{
  margin-top:auto;padding-top:4px;
}

.job-card__btn{
  display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--primary,#1450de) 0%,#102c6d 100%);border-radius:8px;padding:10px 20px;text-decoration:none;transition:opacity .2s ease,box-shadow .2s ease;box-shadow:0 4px 14px rgba(20,80,222,.28);}
.job-card__btn:hover { opacity: 0.88; box-shadow: 0 6px 20px rgba(20, 80, 222, 0.38); color: #fff; text-decoration: none; }
.job-card__btn img { width: 13px; height: auto; filter: brightness(0) invert(1); }

/* Life at Zillion gallery */
.life-zillion-section { position: relative; background-color: var(--bg); overflow: hidden; }
.lz-intro { max-width: 720px; margin: 0 auto 44px; text-align: center; }

.wwa-identity-eyebrow { display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 32px; width: 100%; }
.wwa-eyebrow-line { flex: 1; max-width: 120px; height: 1.5px; background: linear-gradient(90deg, transparent, rgba(20,80,222,0.25)); }
.wwa-eyebrow-line:last-child { background: linear-gradient(270deg, transparent, rgba(20,80,222,0.25)); }
.wwa-eyebrow-text { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--primary); background: rgba(20,80,222,0.06); border: 1px solid rgba(20,80,222,0.18); border-radius: 50px; padding: 5px 18px; }

.life-zillion-badge { animation: career-fade-up 0.5s cubic-bezier(0.16, 1, 0.3, 1) both; animation-delay: 0.05s; }

.lz-intro-heading { font-size: clamp(2rem, 3.4vw, 2.85rem); font-weight: 700; color: var(--navy); margin: 0 0 16px; line-height: 1.18; animation: career-zoom-in 0.75s cubic-bezier(0.34, 1.00, 0.64, 1) both; animation-delay: 0.15s; }

.lz-intro-text { font-size: 1.02rem; line-height: 1.72; color: var(--muted); margin: 0 auto; animation: career-fade-up 0.5s cubic-bezier(0.16, 1, 0.3, 1) both; animation-delay: 0.32s; }

.life-zillion-tagline { font-size: 16px; font-weight: 500; color: var(--muted); margin-top: 18px; margin-bottom: 0; animation: career-fade-up 0.5s cubic-bezier(0.16, 1, 0.3, 1) both; animation-delay: 0.42s; }

.lz-values { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px 22px; margin-top: 26px; animation: career-fade-up 0.5s cubic-bezier(0.16, 1, 0.3, 1) both; animation-delay: 0.52s; }

.lz-value-pill { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--navy); letter-spacing: 0.01em; }

.lz-value-pill::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--primary); flex-shrink: 0; }

/* Polaroid scroll strip */
.lz-board-wrap { position: relative; width: 100%; }

.lz-board { display: grid; grid-template-rows: repeat(2, auto); grid-auto-flow: column; grid-auto-columns: calc((100% - 44px) / 3); align-items: start; justify-items: center; width: 100%; max-width: 100%; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x proximity; scroll-behavior: smooth; padding: 26px 20px 34px; -webkit-overflow-scrolling: touch; position: relative; z-index: 1; }

.lz-board::-webkit-scrollbar { height: 8px; }

.lz-board::-webkit-scrollbar-track { background: rgba(20, 80, 222, 0.06); border-radius: 8px; }

.lz-board::-webkit-scrollbar-thumb { background: rgba(20, 80, 222, 0.28); border-radius: 8px; }

.lz-board::-webkit-scrollbar-thumb:hover { background: rgba(20, 80, 222, 0.45); }

.lz-polaroid { background: #fff; padding: 14px 14px 18px; max-width: 100%; scroll-snap-align: center; border-radius: 4px; box-shadow: 0 10px 26px rgba(16, 44, 109, 0.14), 0 2px 6px rgba(16, 44, 109, 0.08); opacity: 0; transform: translateY(36px) scale(0.94) rotate(0deg); transition: opacity 650ms cubic-bezier(0.22, 1, 0.36, 1), transform 450ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 300ms ease; will-change: transform, opacity; cursor: pointer; }

.lz-polaroid.is-visible.lz-rot-1 { transform: rotate(-6deg); }
.lz-polaroid.is-visible.lz-rot-2 { transform: rotate(4deg); }
.lz-polaroid.is-visible.lz-rot-3 { transform: rotate(-3deg); }
.lz-polaroid.is-visible.lz-rot-4 { transform: rotate(7deg); }
.lz-polaroid.is-visible.lz-rot-5 { transform: rotate(-8deg); }
.lz-polaroid.is-visible.lz-rot-6 { transform: rotate(3deg); }

.lz-polaroid.is-visible { opacity: 1; }

.lz-polaroid:hover,
.lz-polaroid:focus-within { transform: translateY(-10px) rotate(0deg) scale(1.05) !important; box-shadow: 0 22px 44px rgba(20, 80, 222, 0.26), 0 6px 16px rgba(16, 44, 109, 0.12); z-index: 5; }

.lz-polaroid-photo { border-radius: 2px; overflow: hidden; background: var(--bg); line-height: 0; }

.lz-polaroid-photo img { width: auto; height: auto; max-width: 100%; max-height: 260px; display: block; transition: transform 500ms ease-out; }

.lz-polaroid:hover .lz-polaroid-photo img { transform: scale(1.08); }

.lz-polaroid-cap { margin-top: 12px; text-align: center; font-family: 'Caveat', cursive, var(--muted); font-size: 15px; font-weight: 600; color: var(--navy); letter-spacing: 0.01em; }

.lz-polaroid--cta { background: linear-gradient(135deg, var(--primary) 0%, var(--navy) 100%); display: flex; align-items: center; justify-content: center; width: 220px; max-width: 100%; height: 208px; box-shadow: 0 14px 34px rgba(20, 80, 222, 0.32), 0 2px 6px rgba(16, 44, 109, 0.1); }

.lz-polaroid--cta:hover {
  box-shadow: 0 24px 48px rgba(20, 80, 222, 0.42), 0 6px 16px rgba(16, 44, 109, 0.14);
}

.lz-polaroid-cta-text { color: #fff; font-size: 21px; font-weight: 700; line-height: 1.35; text-align: center; }

.lz-polaroid-photo { cursor: zoom-in; }

/* Lightbox */
.lz-lightbox { position: fixed; inset: 0; z-index: 9999; display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgba(4, 12, 33, 0.92); opacity: 0; visibility: hidden; transition: opacity 250ms ease, visibility 250ms ease; padding: 32px; }

.lz-lightbox.is-open { opacity: 1; visibility: visible; }

.lz-lightbox-img { max-width: min(90vw, 1000px); max-height: 80vh; width: auto; height: auto; border-radius: 6px; box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5); transform: scale(0.94); transition: transform 250ms ease; }

.lz-lightbox.is-open .lz-lightbox-img { transform: scale(1); }

.lz-lightbox-cap { margin-top: 18px; color: rgba(255, 255, 255, 0.85); font-size: 15px; font-weight: 500; letter-spacing: 0.01em; }

.lz-lightbox-close { position: absolute; top: 22px; right: 26px; width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.25); background: rgba(255, 255, 255, 0.08); color: #fff; font-size: 26px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 200ms ease, transform 200ms ease; }

.lz-lightbox-close:hover { background: rgba(255, 255, 255, 0.18); transform: rotate(90deg); }

.lz-lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.25); background: rgba(255, 255, 255, 0.08); color: #fff; font-size: 17px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 200ms ease, transform 200ms ease; }

.lz-lightbox-nav:hover { background: rgba(255, 255, 255, 0.18); }

.lz-lightbox-prev { left: 20px; }

.lz-lightbox-prev:hover { transform: translateY(-50%) translateX(-3px); }

.lz-lightbox-next { right: 20px; }

.lz-lightbox-next:hover { transform: translateY(-50%) translateX(3px); }

.lz-board-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(20, 80, 222, 0.18); background: #fff; color: var(--primary); font-size: 16px; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 8px 24px rgba(16, 44, 109, 0.14); transition: background 200ms ease, box-shadow 200ms ease; z-index: 3; }

.lz-board-arrow:hover { background: rgba(20, 80, 222, 0.06); box-shadow: 0 10px 28px rgba(16, 44, 109, 0.2); }

.lz-board-arrow--prev { left: -6px; }

.lz-board-arrow--next { right: -6px; }

/* media queries */

@media (max-width: 992px) { .svc-canvas-wrap { justify-content: center; margin-right: 0; } }

@media screen and (max-width: 991px) {
  .perk-flank { display: none; }
  .perk-orbit-static { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 8px; }
  .container.about-one-business-grid { grid-template-columns: 1fr 1fr; }
  .lz-board { grid-auto-columns: calc((100% - 22px) / 2); }
  .lz-polaroid--cta { height: 170px; }
}
@media screen and (max-width: 767px) {
  .os-scene { width: 272px; height: 272px; } .os-ring-inner { width: 176px; height: 176px; } .os-ring-outer { width: 264px; height: 264px; } .os-orb-in { width: 176px; height: 176px; margin: -88px 0 0 -88px; } .os-orb-out { width: 264px; height: 264px; margin: -132px 0 0 -132px; } .os-hub-core { width: 64px; height: 64px; } .os-hub-glow { inset: -13px; } .os-badge { bottom: -25px; right: -25px; }

  .lz-lightbox-nav { width: 38px; height: 38px; font-size: 14px; }
  .lz-lightbox-prev { left: 8px; }
  .lz-lightbox-next { right: 8px; }
  .lz-lightbox-close { top: 14px; right: 14px; width: 36px; height: 36px; font-size: 22px; }

  .life-zillion-section { padding: 52px 0; }

  .lz-board { grid-auto-columns: calc(100% - 40px); gap: 14px; padding: 12px 12px 26px; }
  .lz-polaroid {padding: 10px 10px 14px; }
  .lz-polaroid--cta { height: 130px; }
  .lz-polaroid-cap { font-size: 13px; margin-top: 8px; }
  .lz-polaroid-cta-text { font-size: 16px; }
  .lz-board-arrow { display: none; }
}

@media (max-width: 600px) { .container.about-one-business-grid { grid-template-columns: 1fr; } .job-card { padding: 22px 20px 20px; } }

@media screen and (max-width: 480px) {
  .perk-orbit-static { grid-template-columns: 1fr; }
  .os-scene { width: 221px; height: 221px; } .os-ring-inner { width: 143px; height: 143px; } .os-ring-outer { width: 215px; height: 215px; } .os-orb-in { width: 143px; height: 143px; margin: -72px 0 0 -72px; } .os-orb-out { width: 215px; height: 215px; margin: -108px 0 0 -108px; } .os-hub-core { width: 52px; height: 52px; } .os-hub-glow { inset: -10px; } .os-hub-core svg { width: 15px; height: 15px; } .os-hub-label { font-size: 7.5px; } .os-pill { padding: 4px 9px; font-size: 10px; } .os-badge { bottom: -35px; right: -34px; }
}