/* ============================================================
   Asia Sourcing Pros — premium tech-feel landing
   Aesthetic: Stripe/Linear/Vercel chassis + B2B warmth
   ============================================================ */

:root{
  --ink:#0A0E1A;
  --ink-2:#11172A;
  --ink-3:#1A2240;
  --line:#E4E6EE;
  --line-dark:rgba(255,255,255,.08);
  --muted:#5A6075;
  --muted-light:rgba(255,255,255,.66);
  --bg:#FFFFFF;
  --bg-soft:#F6F7FB;
  --accent:#7C5CFF;
  --accent-2:#00D4FF;
  --accent-3:#22D3A0;
  --warn:#F59E0B;
  --bad:#EF4444;
  --radius:14px;
  --radius-sm:10px;
  --shadow-sm: 0 1px 2px rgba(10,14,26,.04), 0 1px 3px rgba(10,14,26,.06);
  --shadow-md: 0 6px 24px -8px rgba(10,14,26,.12), 0 2px 6px rgba(10,14,26,.06);
  --shadow-lg: 0 30px 60px -20px rgba(10,14,26,.30);
  --container: 1180px;
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size:16px;
  line-height:1.55;
  color:var(--ink);
  background:var(--bg);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
button{ font-family:inherit; cursor:pointer; }

.container{ width:100%; max-width:var(--container); margin:0 auto; padding:0 24px; }

.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-size:12px; font-weight:600; letter-spacing:.14em; text-transform:uppercase;
  color:var(--accent);
}
.eyebrow--light{ color:var(--accent-2); }

h1,h2,h3,h4,h5{ font-weight:700; letter-spacing:-0.02em; line-height:1.1; margin:0 0 16px; }
h1{ font-size:clamp(40px, 6vw, 72px); letter-spacing:-0.035em; }
h2{ font-size:clamp(28px, 3.4vw, 44px); letter-spacing:-0.025em; }
h3{ font-size:22px; }
h4{ font-size:18px; }
h5{ font-size:13px; text-transform:uppercase; letter-spacing:.1em; color:var(--muted); }

p{ margin:0 0 12px; color:var(--ink); }
.lede{ font-size:18px; color:var(--muted); max-width:640px; }

em{ font-family:'Instrument Serif', Georgia, serif; font-style:italic; font-weight:400; letter-spacing:0; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:11px 18px; border-radius:10px;
  font-weight:600; font-size:14px;
  border:1px solid transparent; transition:transform .15s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
  white-space:nowrap;
}
.btn--lg{ padding:15px 24px; font-size:15px; border-radius:12px; }
.btn--block{ width:100%; }

.btn--primary{
  background:linear-gradient(180deg, #1A2240 0%, #0A0E1A 100%);
  color:#fff;
  box-shadow: 0 0 0 1px rgba(124,92,255,.4), 0 8px 20px -10px rgba(124,92,255,.6), inset 0 1px 0 rgba(255,255,255,.08);
}
.btn--primary:hover{ transform:translateY(-1px); box-shadow: 0 0 0 1px rgba(124,92,255,.6), 0 16px 30px -10px rgba(124,92,255,.7), inset 0 1px 0 rgba(255,255,255,.12); }

.btn--ghost{
  background:transparent; color:var(--ink); border-color:var(--line);
}
.btn--ghost:hover{ background:var(--bg-soft); border-color:#D7DAE5; }

.btn--ghost-light{
  background:rgba(255,255,255,.04);
  color:#fff; border-color:rgba(255,255,255,.18);
  backdrop-filter:blur(8px);
}
.btn--ghost-light:hover{ background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.3); }

/* ============================================================
   NAV
   ============================================================ */
.nav{
  position:sticky; top:0; z-index:50;
  background:rgba(10,14,26,.65);
  backdrop-filter:blur(14px) saturate(160%);
  -webkit-backdrop-filter:blur(14px) saturate(160%);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.nav__inner{
  display:flex; align-items:center; justify-content:space-between;
  height:64px; gap:24px;
}
.logo{ display:inline-flex; align-items:center; gap:10px; font-weight:700; color:#fff; letter-spacing:-0.01em; }
.logo__mark{
  width:28px; height:28px; display:inline-flex; align-items:center; justify-content:center;
  border-radius:8px;
  background:linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
  color:#0A0E1A;
}
.logo__mark svg{ width:18px; height:18px; }
.logo__text{ font-size:15px; }
.logo--light{ color:#fff; }

.nav__links{ display:flex; gap:28px; }
.nav__links a{ font-size:14px; color:rgba(255,255,255,.72); transition:color .15s; }
.nav__links a:hover{ color:#fff; }
.nav__links a.is-active{
  color:#fff;
  position:relative;
}
.nav__links a.is-active::after{
  content:''; position:absolute; left:0; right:0; bottom:-6px; height:2px;
  background:linear-gradient(90deg, var(--accent), var(--accent-2));
  border-radius:2px;
}

.nav__cta{ display:flex; gap:10px; }
.nav__cta .btn--ghost{
  background:transparent; color:rgba(255,255,255,.85); border-color:rgba(255,255,255,.18);
}
.nav__cta .btn--ghost:hover{ background:rgba(255,255,255,.05); color:#fff; }

.nav__burger{ display:none; background:transparent; border:0; width:36px; height:36px; flex-direction:column; gap:5px; align-items:center; justify-content:center; }
.nav__burger span{ width:20px; height:2px; background:#fff; border-radius:2px; }

@media (max-width: 880px){
  .nav__links, .nav__cta{ display:none; }
  .nav__burger{ display:flex; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero{
  position:relative; overflow:hidden;
  background:var(--ink);
  color:#fff;
  padding:80px 0 0;
  margin-top:-64px;  /* nav overlap */
  padding-top:144px;
}
.hero__bg{ position:absolute; inset:0; pointer-events:none; }
.hero__grid{
  position:absolute; inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, #000 30%, transparent 80%);
}
.hero__blob{
  position:absolute; border-radius:50%; filter: blur(80px); opacity:.5;
}
.hero__blob--a{ width:520px; height:520px; left:-120px; top:-100px; background:radial-gradient(circle, #7C5CFF 0%, transparent 65%); }
.hero__blob--b{ width:520px; height:520px; right:-120px; top:80px; background:radial-gradient(circle, #00D4FF 0%, transparent 65%); }
.hero__blob--c{ width:680px; height:680px; left:50%; top:60%; transform:translateX(-50%); background:radial-gradient(circle, #22D3A0 0%, transparent 60%); opacity:.18; }

.hero__inner{ position:relative; text-align:center; padding-bottom:96px; }

.badge{
  display:inline-flex; align-items:center; gap:10px;
  padding:7px 14px; border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.85);
  font-size:13px; font-weight:500;
  margin-bottom:32px;
  backdrop-filter:blur(8px);
}
.badge strong{ color:#fff; font-weight:600; }
.badge__dot{ width:7px; height:7px; border-radius:50%; background:var(--accent-3); box-shadow:0 0 0 4px rgba(34,211,160,.25); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse{ 0%,100%{opacity:1;} 50%{opacity:.4;} }

.hero__title{ color:#fff; max-width:980px; margin:0 auto 24px; }
.hero__title-accent{
  background:linear-gradient(90deg, #FFFFFF 0%, #B6A8FF 40%, #7CE4FF 80%, #FFFFFF 100%);
  -webkit-background-clip:text; background-clip:text;
  color:transparent;
}
.hero__sub{
  max-width:680px; margin:0 auto 36px;
  font-size:19px; line-height:1.55;
  color:var(--muted-light);
}
.hero__sub strong{ color:#fff; font-weight:600; }

.hero__cta{ display:flex; flex-wrap:wrap; gap:12px; justify-content:center; margin-bottom:48px; }

.hero__meta{
  display:flex; flex-wrap:wrap; justify-content:center; gap:24px 36px;
  font-size:14px; color:rgba(255,255,255,.6);
}
.hero__meta-item{ display:inline-flex; align-items:center; gap:8px; }
.dot{ width:8px; height:8px; border-radius:50%; }
.dot--green{ background:var(--accent-3); }
.dot--blue{ background:var(--accent-2); }
.dot--violet{ background:var(--accent); }

/* TRUST STRIP */
.trust{
  position:relative;
  background:linear-gradient(180deg, transparent 0%, rgba(10,14,26,.0) 50%, rgba(0,0,0,.3) 100%);
  border-top:1px solid rgba(255,255,255,.06);
  padding:28px 0;
}
.trust__inner{
  display:flex; flex-wrap:wrap; gap:18px 40px; align-items:center; justify-content:space-between;
}
.trust__label{ font-size:13px; color:rgba(255,255,255,.55); }
.trust__logos{ display:flex; flex-wrap:wrap; gap:28px 36px; align-items:center; }
.trust__logo{
  font-weight:700; letter-spacing:.06em;
  color:rgba(255,255,255,.5);
  font-size:15px;
  transition:color .2s;
}
.trust__logo:hover{ color:rgba(255,255,255,.9); }
.trust__logos--images{ gap:12px 14px; }
.trust__img{
  height:36px; width:auto; max-width:130px;
  object-fit:contain;
  background:#fff;
  padding:6px 14px;
  border-radius:8px;
  opacity:.85;
  transition:opacity .2s, transform .2s;
}
.trust__img:hover{ opacity:1; transform:translateY(-1px); }

/* ============================================================
   STATS
   ============================================================ */
.stats{
  background:var(--ink);
  padding:48px 0 88px;
  color:#fff;
}
.stats__grid{
  display:grid; grid-template-columns:repeat(4, 1fr);
  gap:24px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0));
  padding:32px;
  backdrop-filter:blur(10px);
}
.stats__grid--5{ grid-template-columns:repeat(5, 1fr); }
@media (max-width:1024px){ .stats__grid--5{ grid-template-columns:repeat(3, 1fr); } }
@media (max-width:640px){ .stats__grid--5{ grid-template-columns:repeat(2, 1fr); } }
.stat{ text-align:center; }
.stat__num{
  font-size:clamp(28px, 3.4vw, 44px); font-weight:800; letter-spacing:-0.03em;
  background:linear-gradient(180deg, #FFFFFF 30%, rgba(255,255,255,.4) 100%);
  -webkit-background-clip:text; background-clip:text; color:transparent;
  margin-bottom:6px;
}
.stat__label{ font-size:13px; color:rgba(255,255,255,.55); }

@media (max-width:760px){
  .stats__grid{ grid-template-columns:repeat(2, 1fr); }
}

/* ============================================================
   VIDEO SHOWCASE
   ============================================================ */
.video-showcase{
  background:var(--ink);
  padding:24px 0 96px;
  color:#fff;
  position:relative;
}
.video-showcase .section-head h2{ color:#fff; }
.video-showcase .section-head h2 em{
  background:linear-gradient(90deg, #FFFFFF 0%, #B6A8FF 50%, #7CE4FF 100%);
  -webkit-background-clip:text; background-clip:text; color:transparent;
}

.video-showcase__player{
  position:relative;
  max-width:960px;
  margin:0 auto;
  aspect-ratio: 16 / 9;
  border-radius:18px;
  overflow:hidden;
  cursor:pointer;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.1),
    0 40px 100px -20px rgba(124,92,255,.35),
    0 20px 60px -20px rgba(0,212,255,.25);
  transition:transform .25s ease, box-shadow .25s ease;
}
.video-showcase__player:hover{
  transform:translateY(-3px);
  box-shadow:
    0 0 0 1px rgba(255,255,255,.16),
    0 50px 120px -20px rgba(124,92,255,.5),
    0 25px 70px -20px rgba(0,212,255,.35);
}
.video-showcase__player img{
  width:100%; height:100%; object-fit:cover; display:block;
  filter: brightness(.78) saturate(1.05);
}
.video-showcase__player::after{
  content:'';
  position:absolute; inset:0;
  background:
    radial-gradient(ellipse at center, rgba(10,14,26,.15) 0%, rgba(10,14,26,.55) 100%),
    linear-gradient(180deg, transparent 0%, rgba(10,14,26,.4) 100%);
  pointer-events:none;
}
.video-showcase__play{
  position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
  width:88px; height:88px;
  border-radius:50%;
  border:0;
  background:rgba(255,255,255,.95);
  color:#0A0E1A;
  display:flex; align-items:center; justify-content:center;
  cursor:pointer;
  box-shadow:
    0 0 0 8px rgba(255,255,255,.1),
    0 0 0 20px rgba(255,255,255,.05),
    0 20px 60px -10px rgba(0,0,0,.5);
  transition:transform .2s ease, background .2s ease;
  z-index:2;
}
.video-showcase__play:hover{
  transform:translate(-50%,-50%) scale(1.06);
  background:#fff;
}
.video-showcase__play svg{ width:34px; height:34px; margin-left:4px; }

.video-showcase__badge{
  position:absolute; left:20px; bottom:20px;
  display:inline-flex; align-items:center; gap:10px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(10,14,26,.65);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(10px);
  color:#fff;
  font-size:13px; font-weight:500;
  z-index:2;
}
.video-showcase__badge-dot{
  width:8px; height:8px; border-radius:50%;
  background:#EF4444;
  box-shadow:0 0 0 4px rgba(239,68,68,.25);
  animation:pulse 2s ease-in-out infinite;
}

@media (max-width:640px){
  .video-showcase__play{ width:64px; height:64px; }
  .video-showcase__play svg{ width:24px; height:24px; }
}

/* ============================================================
   SECTION HEAD shared
   ============================================================ */
.section-head{ max-width:760px; margin-bottom:48px; }
.section-head--centered{ text-align:center; margin-left:auto; margin-right:auto; }
.section-head--centered .lede{ margin-left:auto; margin-right:auto; }
.section-head h2 em{ color:var(--accent); }

/* ============================================================
   VALUES
   ============================================================ */
.values{ padding:96px 0; background:var(--bg); }
.values__grid{
  display:grid; grid-template-columns:repeat(3, 1fr); gap:20px;
}
.value-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:28px;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s;
  position:relative;
}
.value-card:hover{ transform:translateY(-2px); box-shadow:var(--shadow-md); border-color:#D7DAE5; }
.value-card--featured{
  background:linear-gradient(180deg, #0A0E1A 0%, #11172A 100%);
  border-color:transparent;
  color:#fff;
  box-shadow:0 0 0 1px rgba(124,92,255,.3), 0 30px 60px -25px rgba(124,92,255,.4);
}
.value-card--featured p{ color:rgba(255,255,255,.7); }
.value-card--featured .value-card__list li{ color:rgba(255,255,255,.7); }
.value-card--featured .value-card__list li::before{ background:var(--accent-2); }

.value-card__icon{
  width:44px; height:44px; border-radius:11px;
  display:inline-flex; align-items:center; justify-content:center;
  background:linear-gradient(135deg, rgba(124,92,255,.12), rgba(0,212,255,.12));
  color:var(--accent);
  margin-bottom:20px;
}
.value-card--featured .value-card__icon{
  background:linear-gradient(135deg, var(--accent), var(--accent-2));
  color:#0A0E1A;
}
.value-card__icon svg{ width:22px; height:22px; }

.value-card h3{ margin-bottom:10px; }
.value-card p{ color:var(--muted); margin-bottom:18px; }

.value-card__list{ list-style:none; padding:0; margin:0; display:grid; gap:8px; }
.value-card__list li{
  position:relative; padding-left:20px; font-size:14px; color:var(--muted);
}
.value-card__list li::before{
  content:''; position:absolute; left:0; top:9px; width:6px; height:6px; border-radius:2px;
  background:var(--accent);
}

@media (max-width:880px){ .values__grid{ grid-template-columns:1fr; } }

/* ============================================================
   PROCESS
   ============================================================ */
.process{ background:var(--bg-soft); padding:96px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.process__list{
  list-style:none; padding:0; margin:0;
  display:grid; grid-template-columns:repeat(3, 1fr); gap:20px;
  counter-reset: step;
}
.process__step{
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  padding:24px;
  position:relative;
  transition:transform .15s, box-shadow .15s, border-color .15s;
}
.process__step:hover{ transform:translateY(-2px); box-shadow:var(--shadow-md); border-color:#D7DAE5; }
.process__num{
  font-size:13px; font-weight:700; letter-spacing:.1em;
  color:var(--accent);
  font-feature-settings:"tnum" 1;
  display:block; margin-bottom:14px;
}
.process__step h4{ margin-bottom:8px; }
.process__step p{ color:var(--muted); font-size:14px; margin:0; }

@media (max-width:880px){ .process__list{ grid-template-columns:1fr; } }

/* ============================================================
   SERVICES
   ============================================================ */
.services{ padding:96px 0; background:var(--bg); }
.services__grid{ display:grid; grid-template-columns:repeat(3, 1fr); gap:20px; }
.service{
  padding:24px; border:1px solid var(--line); border-radius:14px;
  transition:transform .15s, border-color .15s, box-shadow .15s;
}
.service:hover{ transform:translateY(-2px); border-color:#D7DAE5; box-shadow:var(--shadow-md); }
.service__icon{ font-size:24px; margin-bottom:14px; }
.service h4{ margin-bottom:6px; }
.service p{ color:var(--muted); font-size:14px; margin:0; }

@media (max-width:880px){ .services__grid{ grid-template-columns:1fr; } }

/* ============================================================
   COMPARE
   ============================================================ */
.compare{ padding:96px 0; background:var(--bg-soft); border-top:1px solid var(--line); }
.compare__table-wrap{ overflow-x:auto; border-radius:16px; border:1px solid var(--line); background:#fff; }
.compare__table{ width:100%; border-collapse:collapse; min-width:680px; }
.compare__table th, .compare__table td{ padding:16px 20px; text-align:left; border-bottom:1px solid var(--line); font-size:14px; }
.compare__table thead th{
  background:linear-gradient(180deg, #FAFAFB, #F2F3F8);
  font-size:13px; text-transform:uppercase; letter-spacing:.08em; color:var(--muted);
}
.compare__table thead th.compare__us{
  background:linear-gradient(180deg, #0A0E1A, #11172A);
  color:#fff;
  position:relative;
}
.compare__table thead th.compare__us::after{
  content:'';
  position:absolute; left:0; right:0; bottom:0; height:2px;
  background:linear-gradient(90deg, var(--accent), var(--accent-2));
}
.compare__table tbody td:first-child{ color:var(--ink); font-weight:500; }
.compare__table tbody td.y{ color:var(--accent-3); font-weight:600; }
.compare__table tbody td.n{ color:var(--bad); }
.compare__table tbody td.m{ color:var(--warn); }
.compare__table tbody tr:last-child td{ border-bottom:0; }

/* ============================================================
   CASES
   ============================================================ */
.cases{ padding:96px 0; background:var(--bg); }
.cases__grid{ display:grid; grid-template-columns:repeat(3, 1fr); gap:20px; }
.case{
  background:#fff; border:1px solid var(--line); border-radius:16px; overflow:hidden;
  transition:transform .2s, box-shadow .2s, border-color .2s;
}
.case:hover{ transform:translateY(-3px); box-shadow:var(--shadow-md); border-color:#D7DAE5; }
.case__media{
  height:200px;
  background:linear-gradient(135deg, #1A2240, #7C5CFF 60%, #00D4FF);
  position:relative; overflow:hidden;
  display:flex; align-items:center; justify-content:center;
}
.case__media--a{
  background:linear-gradient(135deg, #0A0E1A 0%, #1A2240 50%, #00D4FF 100%);
}
.case__media--b{
  background:linear-gradient(135deg, #0A0E1A, #22D3A0 60%, #00D4FF);
}
.case__media img{
  max-width:55%; max-height:60%; width:auto; height:auto;
  object-fit:contain;
  filter:brightness(0) invert(1);
  z-index:2; position:relative;
}
.case__media::after{
  content:''; position:absolute; inset:0;
  background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size:32px 32px;
  mask-image:linear-gradient(180deg, transparent, #000);
  -webkit-mask-image:linear-gradient(180deg, transparent, #000);
  z-index:1;
}
.case__body{ padding:24px; }
.case__tag{ font-size:12px; font-weight:600; letter-spacing:.1em; text-transform:uppercase; color:var(--accent); margin-bottom:10px; }
.case h4{ margin-bottom:10px; line-height:1.3; }
.case p{ color:var(--muted); font-size:14px; }
.case__metrics{
  display:grid; grid-template-columns:repeat(3, 1fr); gap:12px;
  margin-top:20px; padding-top:20px; border-top:1px solid var(--line);
}
.case__metrics > div{ display:flex; flex-direction:column; }
.case__metrics strong{ font-size:20px; font-weight:700; letter-spacing:-0.02em; }
.case__metrics span{ font-size:12px; color:var(--muted); }

@media (max-width:1024px){ .cases__grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:680px){ .cases__grid{ grid-template-columns:1fr; } }

/* Expanded case study block (landing pages) */
.case-full{
  display:grid; grid-template-columns:1fr 1.4fr; gap:32px;
  background:#fff; border:1px solid var(--line); border-radius:16px;
  overflow:hidden; box-shadow:var(--shadow-sm);
}
.case-full__media{
  background:linear-gradient(135deg, #1A2240, #7C5CFF 60%, #00D4FF);
  display:flex; align-items:center; justify-content:center;
  padding:40px;
  min-height:280px;
}
.case-full__media img{ max-width:70%; max-height:60%; filter:brightness(0) invert(1); }
.case-full__media--gradient{ background:linear-gradient(135deg, #0A0E1A 0%, #22D3A0 60%, #00D4FF 100%); }
.case-full__body{ padding:32px; }
.case-full__lede{ font-size:16px; color:var(--muted); margin:0 0 20px; }
.case-full__metrics{
  display:grid; grid-template-columns:repeat(2,1fr); gap:12px 24px;
  padding:20px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  margin-bottom:20px;
}
.case-full__metrics > div{ display:flex; flex-direction:column; }
.case-full__metrics strong{ font-size:20px; font-weight:800; letter-spacing:-.02em; }
.case-full__metrics span{ font-size:12px; color:var(--muted); }
.case-full__quote{
  margin:0; padding:16px 0 0;
  border-left:3px solid var(--accent);
  padding-left:16px;
}
.case-full__quote p{
  font-family:'Instrument Serif', Georgia, serif;
  font-size:20px; line-height:1.4;
  margin:0 0 8px;
}
.case-full__quote footer{ font-size:13px; color:var(--muted); }

@media (max-width:880px){ .case-full{ grid-template-columns:1fr; } .case-full__metrics{ grid-template-columns:1fr 1fr; } }

/* ============================================================
   TEAM
   ============================================================ */
.team{ padding:96px 0; background:var(--bg-soft); border-top:1px solid var(--line); }

.team__grid{
  display:grid; grid-template-columns:repeat(3, 1fr); gap:20px;
  margin-bottom:48px;
}
.member{
  background:#fff; border:1px solid var(--line); border-radius:14px;
  overflow:hidden;
  display:flex; flex-direction:column;
  transition:transform .2s, box-shadow .2s, border-color .2s;
}
.member:hover{ transform:translateY(-2px); box-shadow:var(--shadow-md); border-color:#D7DAE5; }
.member__photo{
  aspect-ratio:1/1;
  background:linear-gradient(135deg, #1A2240, #7C5CFF);
  overflow:hidden;
}
.member__photo img{ width:100%; height:100%; object-fit:cover; object-position:center top; display:block; }
.member__photo--placeholder{
  display:flex; align-items:center; justify-content:center;
  color:#fff;
  position:relative;
}
.member__photo--placeholder::after{
  content:''; position:absolute; inset:0;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.14), transparent 60%),
    radial-gradient(circle at 70% 80%, rgba(255,255,255,.08), transparent 60%);
}
.member__photo--m{ background:linear-gradient(135deg, #7C5CFF 0%, #22D3A0 100%); }
.member__photo--e{ background:linear-gradient(135deg, #00D4FF 0%, #7C5CFF 100%); }
.member__photo--v{ background:linear-gradient(135deg, #F59E0B 0%, #7C5CFF 100%); }
.member__initials{
  font-size:96px; font-weight:800; letter-spacing:-.05em;
  background:linear-gradient(180deg, #FFFFFF 30%, rgba(255,255,255,.5) 100%);
  -webkit-background-clip:text; background-clip:text; color:transparent;
  z-index:2; position:relative;
}
.member__body{ padding:22px 24px; }
.member__body h4{ margin:0 0 4px; }
.member__role{
  font-size:13px; font-weight:600; color:var(--accent);
  margin:0 0 10px;
}
.member__bio{ font-size:14px; color:var(--muted); margin:0; }

.member--plus{
  background:linear-gradient(180deg, #0A0E1A 0%, #11172A 100%);
  border-color:transparent;
  align-items:stretch; justify-content:center;
  padding:36px;
  text-align:center;
  box-shadow:0 0 0 1px rgba(124,92,255,.3), 0 20px 50px -25px rgba(124,92,255,.45);
}
.member__plus{ display:flex; flex-direction:column; align-items:center; justify-content:center; height:100%; gap:14px; color:#fff; }
.member__plus-num{
  font-size:64px; font-weight:800; letter-spacing:-0.04em;
  background:linear-gradient(135deg, #FFFFFF 30%, #7CE4FF 100%);
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.member__plus-label{ font-size:14px; color:rgba(255,255,255,.7); max-width:220px; }

.team__hero{
  margin:0 0 48px;
  border-radius:16px;
  overflow:hidden;
  position:relative;
  border:1px solid var(--line);
  background:#0A0E1A;
  aspect-ratio: 16/8;
  max-height:480px;
}
.team__hero img{ width:100%; height:100%; object-fit:cover; display:block; }
.team__hero figcaption{
  position:absolute; inset:auto 0 0 0;
  padding:28px 32px;
  background:linear-gradient(180deg, transparent 0%, rgba(10,14,26,.85) 60%, rgba(10,14,26,.95) 100%);
  color:#fff;
}
.team__hero figcaption strong{ display:block; font-size:18px; margin-bottom:4px; }
.team__hero figcaption span{ font-size:14px; color:rgba(255,255,255,.7); }

.offices{ display:grid; grid-template-columns:repeat(3, 1fr); gap:20px; }
.office{
  background:#fff; border:1px solid var(--line); border-radius:14px; padding:24px;
  transition:transform .15s, box-shadow .15s, border-color .15s;
}
.office:hover{ transform:translateY(-2px); box-shadow:var(--shadow-md); border-color:#D7DAE5; }
.office__flag{ font-size:28px; margin-bottom:14px; }
.office h4{ margin-bottom:4px; }
.office__role{ font-size:13px; color:var(--accent); font-weight:600; margin:0 0 10px; }
.office__detail{ font-size:14px; color:var(--muted); margin:0; }

@media (max-width:1024px){ .team__grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:680px){ .team__grid{ grid-template-columns:1fr; } }
@media (max-width:880px){ .offices{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:540px){ .offices{ grid-template-columns:1fr; } }

/* ============================================================
   INDUSTRY RECOGNITION
   ============================================================ */
.industry{ padding:96px 0; background:var(--bg); }
.industry__grid{
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  grid-template-rows:auto auto;
  gap:16px;
}
.industry figure{
  margin:0;
  position:relative;
  border-radius:14px;
  overflow:hidden;
  border:1px solid var(--line);
  background:#0A0E1A;
  aspect-ratio: 4 / 3;
  transition:transform .2s, box-shadow .2s;
}
.industry figure:hover{ transform:translateY(-2px); box-shadow:var(--shadow-md); }
.industry__main{ grid-row:1 / span 2; aspect-ratio: auto !important; min-height:100%; }
.industry figure img{ width:100%; height:100%; object-fit:cover; display:block; }
.industry figcaption{
  position:absolute; inset:auto 0 0 0;
  padding:18px 20px;
  background:linear-gradient(180deg, transparent 0%, rgba(10,14,26,.85) 60%, rgba(10,14,26,.95) 100%);
  color:#fff;
}
.industry figcaption strong{ display:block; font-size:14px; margin-bottom:2px; }
.industry figcaption span{ font-size:12px; color:rgba(255,255,255,.7); }
.industry__main figcaption{ padding:24px 28px; }
.industry__main figcaption strong{ font-size:18px; margin-bottom:6px; }
.industry__main figcaption span{ font-size:14px; }

@media (max-width:880px){
  .industry__grid{ grid-template-columns:1fr; }
  .industry__main{ grid-row:auto; aspect-ratio:4/3 !important; }
}

/* ============================================================
   QUOTE
   ============================================================ */
.quote{ background:var(--bg); padding:80px 0; }
.quote blockquote{
  max-width:780px; margin:0 auto; padding:40px;
  border-radius:16px;
  background:linear-gradient(180deg, #0A0E1A 0%, #11172A 100%);
  color:#fff;
  text-align:center;
  box-shadow:0 30px 80px -30px rgba(10,14,26,.5);
  position:relative; overflow:hidden;
}
.quote blockquote::before{
  content:'"'; position:absolute; left:24px; top:0;
  font-family:'Instrument Serif', Georgia, serif;
  font-size:160px; line-height:1; color:rgba(124,92,255,.18);
}
.quote blockquote p{
  font-family:'Instrument Serif', Georgia, serif;
  font-size:clamp(22px, 2.4vw, 30px); line-height:1.4; color:#fff;
  margin:0 0 24px; position:relative;
}
.quote blockquote footer{
  display:inline-flex; align-items:center; gap:14px;
  font-size:14px; text-align:left;
}
.quote__avatar{
  width:44px; height:44px; border-radius:50%;
  background:linear-gradient(135deg, var(--accent), var(--accent-2));
}
.quote blockquote footer strong{ display:block; }
.quote blockquote footer span{ color:rgba(255,255,255,.55); }

/* ============================================================
   FAQ
   ============================================================ */
.faq{ padding:96px 0; background:var(--bg-soft); border-top:1px solid var(--line); }
.faq__layout{ display:grid; grid-template-columns:1fr 1.4fr; gap:60px; align-items:start; }
.faq__intro h2{ margin-bottom:12px; }
.faq__items{ display:flex; flex-direction:column; gap:10px; }
.faq__items details{
  background:#fff; border:1px solid var(--line); border-radius:12px; padding:18px 20px;
  transition:border-color .15s, box-shadow .15s;
}
.faq__items details[open]{ border-color:#C9CDD9; box-shadow:var(--shadow-sm); }
.faq__items summary{
  list-style:none; cursor:pointer; font-weight:600;
  display:flex; justify-content:space-between; align-items:center; gap:14px;
}
.faq__items summary::-webkit-details-marker{ display:none; }
.faq__items summary::after{
  content:''; width:10px; height:10px; border-right:2px solid var(--muted); border-bottom:2px solid var(--muted); transform:rotate(45deg); transition:transform .2s; flex-shrink:0;
}
.faq__items details[open] summary::after{ transform:rotate(-135deg); }
.faq__items p{ margin:14px 0 0; color:var(--muted); font-size:14px; }

@media (max-width:880px){ .faq__layout{ grid-template-columns:1fr; gap:32px; } }

/* ============================================================
   CTA
   ============================================================ */
.cta{
  background:var(--ink);
  color:#fff;
  padding:96px 0;
  position:relative; overflow:hidden;
}
.cta::before{
  content:''; position:absolute; inset:0;
  background:
    radial-gradient(700px 400px at 15% 0%, rgba(124,92,255,.25), transparent 60%),
    radial-gradient(600px 400px at 100% 100%, rgba(0,212,255,.18), transparent 60%);
  pointer-events:none;
}
.cta__inner{
  position:relative;
  display:grid; grid-template-columns:1.1fr 1fr; gap:60px; align-items:start;
}
.cta__copy h2{ color:#fff; }
.cta__accent{
  background:linear-gradient(90deg, #FFFFFF, #7CE4FF 50%, #B6A8FF);
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.cta__list{ list-style:none; padding:0; margin:24px 0 0; display:grid; gap:10px; }
.cta__list li{ color:rgba(255,255,255,.75); }

.cta__form{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  padding:28px;
  backdrop-filter:blur(10px);
}
.field{ display:block; margin-bottom:14px; }
.field label{ display:block; font-size:13px; color:rgba(255,255,255,.7); margin-bottom:6px; font-weight:500; }
.field input, .field textarea{
  width:100%; padding:12px 14px; border-radius:10px;
  background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.14); color:#fff;
  font-family:inherit; font-size:14px;
  transition:border-color .15s, background .15s;
}
.field input:focus, .field textarea:focus{
  outline:none; border-color:var(--accent-2); background:rgba(255,255,255,.08);
}
.field input::placeholder, .field textarea::placeholder{ color:rgba(255,255,255,.35); }
.cta__form .btn--primary{
  background:linear-gradient(90deg, var(--accent), var(--accent-2));
  color:#0A0E1A;
  box-shadow: 0 8px 30px -10px rgba(0,212,255,.5);
  border:0;
}
.cta__form .btn--primary:hover{ filter:brightness(1.05); }
.form__small{ font-size:12px; color:rgba(255,255,255,.45); margin:14px 0 0; }

@media (max-width:880px){ .cta__inner{ grid-template-columns:1fr; gap:32px; } }

/* ============================================================
   FOOTER
   ============================================================ */
.footer{ background:#05080F; color:rgba(255,255,255,.6); padding:64px 0 24px; }
.footer__inner{ display:grid; grid-template-columns:1.4fr 2fr; gap:48px; padding-bottom:48px; border-bottom:1px solid rgba(255,255,255,.06); }
.footer__brand p{ color:rgba(255,255,255,.55); font-size:14px; max-width:340px; margin-top:14px; }
.group-badge{
  display:inline-flex; align-items:center; gap:14px;
  margin-top:18px; padding:10px 16px;
  background:#fff; border-radius:10px;
  transition:transform .15s, box-shadow .15s;
  border:1px solid rgba(255,255,255,.08);
}
.group-badge:hover{ transform:translateY(-1px); box-shadow:0 6px 20px -8px rgba(124,92,255,.35); }
.group-badge__label{
  font-size:11px; font-weight:700; letter-spacing:.12em; text-transform:uppercase;
  color:#5A6075; padding-right:14px; border-right:1px solid #E4E6EE;
}
.group-badge img{ height:24px; width:auto; display:block; }
.footer__cols{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.footer__cols h5{ color:rgba(255,255,255,.9); margin-bottom:14px; }
.footer__cols a{ display:block; padding:5px 0; color:rgba(255,255,255,.55); font-size:14px; transition:color .15s; }
.footer__cols a:hover{ color:#fff; }
.footer__bottom{
  display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px;
  padding-top:24px; font-size:13px; color:rgba(255,255,255,.4);
}

@media (max-width:760px){
  .footer__inner{ grid-template-columns:1fr; }
  .footer__cols{ grid-template-columns:repeat(2,1fr); }
}

/* ============================================================
   SAVINGS CALCULATOR
   ============================================================ */
.calc{ padding:96px 0; background:var(--bg-soft); border-top:1px solid var(--line); }
.calc .section-head h2 em{
  background:linear-gradient(90deg, var(--accent) 0%, var(--accent-2) 100%);
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.calc__grid{
  display:grid; grid-template-columns:1.1fr 1fr; gap:24px;
  max-width:960px; margin:0 auto;
}
.calc__form{
  background:#fff; border:1px solid var(--line);
  border-radius:16px; padding:28px;
  box-shadow:var(--shadow-sm);
}
.calc__field{ margin-bottom:16px; }
.calc__field label{
  display:block; font-size:13px; font-weight:600; color:var(--muted);
  margin-bottom:6px;
}
.calc__field select, .calc__field input{
  width:100%; padding:12px 14px; border:1px solid var(--line);
  border-radius:10px; font-family:inherit; font-size:15px;
  background:#fff; color:var(--ink);
  transition:border-color .15s, box-shadow .15s;
}
.calc__field select:focus, .calc__field input:focus{
  outline:none; border-color:var(--accent);
  box-shadow:0 0 0 3px rgba(124,92,255,.15);
}
.calc__disclaimer{ font-size:12px; color:var(--muted); margin:12px 0 0; }

.calc__result{
  background:linear-gradient(180deg, #0A0E1A 0%, #11172A 100%);
  color:#fff;
  border-radius:16px; padding:28px;
  box-shadow:0 0 0 1px rgba(124,92,255,.25), 0 30px 60px -25px rgba(124,92,255,.45);
  display:flex; flex-direction:column; gap:16px;
}
.calc__result-label{
  font-size:12px; font-weight:700; letter-spacing:.14em; text-transform:uppercase;
  color:var(--accent-2);
}
.calc__result-range{
  display:flex; flex-wrap:wrap; align-items:baseline; gap:10px;
}
.calc__result-num{
  font-size:clamp(28px, 3.4vw, 40px); font-weight:800; letter-spacing:-0.03em;
  background:linear-gradient(180deg, #FFFFFF 30%, #7CE4FF 100%);
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.calc__result-dash{ color:rgba(255,255,255,.4); font-size:20px; }
.calc__result-meta{
  display:grid; gap:8px;
  padding:16px 0;
  border-top:1px solid rgba(255,255,255,.1);
  border-bottom:1px solid rgba(255,255,255,.1);
}
.calc__result-meta > div{
  display:flex; justify-content:space-between; gap:12px;
  font-size:13px;
}
.calc__result-key{ color:rgba(255,255,255,.6); }
.calc__result-meta > div > span:last-child{ font-weight:600; color:#fff; }

@media (max-width:760px){ .calc__grid{ grid-template-columns:1fr; } }

/* ============================================================
   FOOTER CHAT LINKS
   ============================================================ */
.footer__chat{
  display:inline-flex; align-items:center; gap:8px;
  padding:5px 0;
  color:rgba(255,255,255,.55) !important;
  font-size:14px;
}
.footer__chat:hover{ color:#fff !important; }
.footer__chat-icon{
  width:18px; height:18px; flex-shrink:0;
  display:inline-flex; align-items:center; justify-content:center;
}
.footer__chat-icon svg{ width:18px; height:18px; }
.footer__chat-icon--wa{ color:#25D366; }
.footer__chat-icon--wc{ color:#07C160; }

/* ============================================================
   WHATSAPP FLOAT
   ============================================================ */
.wa-float{ position:fixed; right:20px; bottom:20px; z-index:60; }
.wa-float__bubble{
  width:60px; height:60px; border-radius:50%; border:0;
  background:#25D366; color:#fff;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 12px 30px -10px rgba(37,211,102,.5), 0 0 0 8px rgba(37,211,102,.1);
  cursor:pointer; position:relative;
  transition:transform .2s ease;
  animation:waPulse 2.4s ease-in-out infinite;
}
.wa-float__bubble:hover{ transform:scale(1.06); }
.wa-float__bubble svg{ width:32px; height:32px; }
.wa-float__badge{
  position:absolute; top:0; right:0;
  min-width:20px; height:20px; padding:0 5px;
  border-radius:50%;
  background:#EF4444; color:#fff;
  font-size:11px; font-weight:700;
  display:flex; align-items:center; justify-content:center;
  border:2px solid #fff;
}
@keyframes waPulse{
  0%,100%{ box-shadow:0 12px 30px -10px rgba(37,211,102,.5), 0 0 0 0 rgba(37,211,102,.4); }
  50%{ box-shadow:0 12px 30px -10px rgba(37,211,102,.6), 0 0 0 14px rgba(37,211,102,0); }
}

.wa-float__preview{
  position:absolute; right:0; bottom:76px;
  width:320px;
  background:#fff; color:var(--ink);
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 30px 60px -20px rgba(10,14,26,.4), 0 0 0 1px rgba(0,0,0,.05);
  opacity:0; transform:translateY(10px) scale(.96); transform-origin:100% 100%;
  pointer-events:none;
  transition:opacity .2s ease, transform .2s ease;
}
.wa-float[data-open="true"] .wa-float__preview{
  opacity:1; transform:translateY(0) scale(1); pointer-events:auto;
}
.wa-float[data-open="true"] .wa-float__badge{ display:none; }

.wa-float__header{
  display:flex; align-items:center; gap:12px;
  padding:14px 16px;
  background:#128C7E; color:#fff;
}
.wa-float__avatar{
  width:40px; height:40px; border-radius:50%;
  background:linear-gradient(135deg, var(--accent), var(--accent-2));
  color:#0A0E1A; font-weight:700; font-size:14px;
  display:flex; align-items:center; justify-content:center;
  position:relative;
}
.wa-float__status{
  position:absolute; bottom:0; right:0;
  width:12px; height:12px; border-radius:50%;
  background:#25D366;
  border:2px solid #128C7E;
}
.wa-float__who{ flex:1; display:flex; flex-direction:column; line-height:1.2; }
.wa-float__who strong{ font-size:14px; }
.wa-float__who span{ font-size:11px; color:rgba(255,255,255,.75); }
.wa-float__close{
  background:transparent; border:0; color:#fff;
  font-size:24px; line-height:1; cursor:pointer;
  padding:0 4px;
}
.wa-float__msg{
  padding:20px 16px;
  font-size:14px; line-height:1.5;
  color:var(--ink);
  background:
    linear-gradient(#F7F5EE, #F7F5EE);
  margin:0;
  border-bottom:1px solid var(--line);
}
.wa-float__cta{
  display:flex; align-items:center; justify-content:center; gap:10px;
  padding:14px 16px;
  background:#25D366; color:#fff;
  font-weight:600; font-size:14px;
  transition:background .15s;
}
.wa-float__cta:hover{ background:#1FBB59; }
.wa-float__cta svg{ width:20px; height:20px; }

/* ============================================================
   REVEAL ANIMATION
   ============================================================ */
.reveal{ opacity:0; transform:translateY(16px); transition:opacity .6s ease, transform .6s ease; }
.reveal.is-visible{ opacity:1; transform:none; }
