/* ==========================================================
   SCAVI COMPANY — US
   Design system v2. Deep-green immersive dark + light bands,
   display typography, layered glass, ambient light.
   ========================================================== */

:root {
  /* dark stage */
  --d0: #04100A;
  --d1: #071810;
  --d2: #0A2317;
  --d3: #0E2E1E;

  /* light stage */
  --l0: #FFFFFF;
  --l1: #F5F9F7;
  --l2: #EBF2EE;

  --ink: #071410;
  --txt: #33463D;
  --txt2: #647468;
  --txt3: #93A29A;

  --on-d: #FFFFFF;
  --on-d2: #A9BEB2;
  --on-d3: #6E8579;

  --emerald: #17936B;
  --emerald-l: #2ABE8D;
  --emerald-d: #0D5F45;
  --emerald-soft: #E4F4ED;

  --gold: #C9A24E;
  --gold-l: #E9CE8B;
  --gold-d: #9C7A32;
  --gold-soft: #FAF3E3;

  --line: #E4EBE7;
  --line-2: #D3DED8;
  --line-d: rgba(255, 255, 255, .09);
  --line-d2: rgba(255, 255, 255, .16);

  --display: 'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --r-sm: 10px;
  --r: 16px;
  --r-lg: 24px;
  --r-xl: 34px;
  --r-pill: 100px;

  --sh-sm: 0 1px 2px rgba(7, 20, 16, .05), 0 4px 14px rgba(7, 20, 16, .05);
  --sh: 0 2px 6px rgba(7, 20, 16, .05), 0 18px 44px rgba(7, 20, 16, .08);
  --sh-lg: 0 4px 12px rgba(7, 20, 16, .06), 0 40px 90px rgba(7, 20, 16, .14);
  --sh-glass: 0 30px 70px -28px rgba(0, 0, 0, .62), 0 2px 0 rgba(255, 255, 255, .22) inset;

  --ease: cubic-bezier(.16, 1, .3, 1);
  --maxw: 1180px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }

body {
  font-family: var(--body);
  background: var(--l0);
  color: var(--txt);
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg { max-width: 100%; display: block; }

h1, h2, h3, h4 {
  font-family: var(--display);
  color: var(--ink);
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1.08;
  text-wrap: balance;
}

a { color: var(--emerald-d); text-decoration: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 26px; }
.narrow { max-width: 860px; }

section { padding: 108px 0; position: relative; }

/* ============ stages ============ */
.stage-dark {
  background: var(--d1);
  color: var(--on-d2);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.stage-dark h2, .stage-dark h3, .stage-dark h4 { color: #fff; }
.stage-light { background: var(--l0); }
.stage-band { background: var(--l1); }
.stage-band::before, .stage-band::after {
  content: ''; position: absolute; left: 0; right: 0; height: 1px; background: var(--line);
}
.stage-band::before { top: 0; }
.stage-band::after { bottom: 0; }

/* ambient fog + grid used inside dark stages */
.fog { position: absolute; inset: -20% -10%; z-index: -2; pointer-events: none; }
.fog i {
  position: absolute; display: block; border-radius: 50%;
  filter: blur(90px); will-change: transform, opacity;
}
.fog i:nth-child(1) {
  width: 46vw; height: 46vw; left: -6%; top: -12%;
  background: radial-gradient(circle, rgba(42,190,141,.55), transparent 66%);
  animation: driftA 26s ease-in-out infinite alternate;
}
.fog i:nth-child(2) {
  width: 40vw; height: 40vw; right: -8%; top: 4%;
  background: radial-gradient(circle, rgba(233,206,139,.32), transparent 66%);
  animation: driftB 31s ease-in-out infinite alternate;
}
.fog i:nth-child(3) {
  width: 52vw; height: 52vw; left: 26%; bottom: -30%;
  background: radial-gradient(circle, rgba(23,147,107,.6), transparent 68%);
  animation: driftA 38s ease-in-out infinite alternate-reverse;
}
@keyframes driftA {
  0% { transform: translate3d(-7%, 3%, 0) scale(1); opacity: .55; }
  100% { transform: translate3d(9%, -6%, 0) scale(1.18); opacity: .85; }
}
@keyframes driftB {
  0% { transform: translate3d(8%, -4%, 0) scale(1.1); opacity: .45; }
  100% { transform: translate3d(-10%, 6%, 0) scale(1); opacity: .78; }
}

.noise {
  position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .22;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.86' numOctaves='3'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
}

.grid-bg {
  position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: radial-gradient(ellipse 78% 62% at 50% 0%, #000 42%, transparent 100%);
  mask-image: radial-gradient(ellipse 78% 62% at 50% 0%, #000 42%, transparent 100%);
}

/* ============ type helpers ============ */
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: .715rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold-d); margin-bottom: 20px;
}
.stage-dark .eyebrow { color: var(--gold-l); }
.eyebrow::before {
  content: ''; width: 7px; height: 7px; border-radius: 50%;
  background: linear-gradient(120deg, var(--gold-l), var(--gold-d));
}

.pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 9px 18px 9px 13px; border-radius: var(--r-pill);
  border: 1px solid var(--line-d2);
  background: rgba(255,255,255,.06);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  font-size: .84rem; font-weight: 500; color: #E7F0EA;
  margin-bottom: 30px;
}
.pill svg { width: 15px; height: 15px; stroke: var(--gold-l); fill: none; stroke-width: 2; }

.grad {
  background: linear-gradient(102deg, #FFFFFF 8%, var(--gold-l) 38%, #9FE9C9 66%, #FFFFFF 96%);
  background-size: 230% 230%;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  animation: shimmer 11s ease-in-out infinite;
}
.grad-dark {
  background: linear-gradient(100deg, var(--ink) 6%, var(--emerald) 42%, var(--emerald-l) 62%, var(--ink) 96%);
  background-size: 230% 230%;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  animation: shimmer 13s ease-in-out infinite;
}
@keyframes shimmer {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.sec-head { max-width: 760px; margin-bottom: 60px; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head h2 { font-size: clamp(2rem, 4.2vw, 3.15rem); margin-bottom: 20px; }
.sec-head p { font-size: 1.1rem; color: var(--txt2); }
.stage-dark .sec-head p { color: var(--on-d2); }

/* ============ buttons ============ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--body); font-size: .95rem; font-weight: 600; letter-spacing: -.01em;
  padding: 16px 30px; border-radius: var(--r-pill); border: 1px solid transparent;
  cursor: pointer; transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease);
  white-space: nowrap; position: relative; overflow: hidden;
}
.btn-primary {
  background: linear-gradient(135deg, #1BA57A, var(--emerald-d));
  color: #fff;
  box-shadow: 0 12px 30px -12px rgba(23,147,107,.75), 0 1px 0 rgba(255,255,255,.22) inset;
}
.btn-primary:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 20px 42px -14px rgba(23,147,107,.85), 0 1px 0 rgba(255,255,255,.28) inset; }
.btn-gold {
  background: linear-gradient(135deg, var(--gold-l), var(--gold-d));
  color: #221803;
  box-shadow: 0 12px 30px -12px rgba(201,162,78,.7);
}
.btn-gold:hover { color: #221803; transform: translateY(-2px); }
.btn-glass {
  background: rgba(255,255,255,.07); color: #fff; border-color: var(--line-d2);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
}
.btn-glass:hover { background: rgba(255,255,255,.13); color: #fff; transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--line-2); }
.btn-outline:hover { border-color: var(--emerald); color: var(--emerald-d); transform: translateY(-2px); }
.btn-sm { padding: 11px 20px; font-size: .87rem; }
.wa-icon { width: 17px; height: 17px; fill: currentColor; flex-shrink: 0; }

/* ============ nav ============ */
.nav {
  position: fixed; top: 16px; left: 0; right: 0; z-index: 120;
  display: flex; justify-content: center; padding: 0 18px;
  transition: top .3s var(--ease);
}
.nav-in {
  width: 100%; max-width: var(--maxw);
  display: flex; align-items: center; justify-content: space-between; gap: 22px;
  height: 62px; padding: 0 12px 0 18px;
  border-radius: var(--r-pill);
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(7, 24, 16, .5);
  -webkit-backdrop-filter: blur(20px) saturate(160%); backdrop-filter: blur(20px) saturate(160%);
  box-shadow: 0 18px 46px -22px rgba(0,0,0,.7);
  transition: background .3s var(--ease), border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.nav.solid .nav-in {
  background: rgba(255, 255, 255, .82);
  border-color: var(--line);
  box-shadow: 0 10px 34px -18px rgba(7,20,16,.28);
}
.brand { display: flex; align-items: center; gap: 10px; }
.brand-mark {
  width: 34px; height: 34px; flex-shrink: 0;
  /* the mark is a detailed 3D lockup; the drop shadow keeps it from
     dissolving into the dark glass of the nav capsule */
  filter: drop-shadow(0 3px 9px rgba(0, 0, 0, .5));
  transition: transform .3s var(--ease);
}
.brand:hover .brand-mark { transform: scale(1.06); }
.nav.solid .brand-mark { filter: drop-shadow(0 2px 6px rgba(7, 20, 16, .22)); }
.brand-name {
  font-family: var(--display); font-weight: 600; font-size: 1.02rem;
  letter-spacing: .11em; text-transform: uppercase; color: #fff;
  transition: color .3s var(--ease);
}
.nav.solid .brand-name { color: var(--ink); }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links > a {
  font-size: .89rem; font-weight: 500; color: rgba(255,255,255,.82);
  transition: color .2s var(--ease);
}
.nav-links > a:hover { color: #fff; }
.nav.solid .nav-links > a { color: var(--txt); }
.nav.solid .nav-links > a:hover { color: var(--emerald-d); }
.nav-links a.btn { color: #fff; }
.nav-links a.btn:hover { color: #fff; }
.nav-toggle { display: none; background: none; border: 0; padding: 10px; cursor: pointer; }
.nav-toggle span { display: block; width: 20px; height: 2px; background: #fff; border-radius: 2px; transition: background .3s var(--ease); }
.nav-toggle span + span { margin-top: 5px; }
.nav.solid .nav-toggle span { background: var(--ink); }

/* ============ hero ============ */
.hero {
  position: relative; overflow: hidden; isolation: isolate;
  padding: 172px 0 0;
  background:
    radial-gradient(ellipse 82% 52% at 50% -6%, rgba(42,190,141,.46) 0%, transparent 62%),
    radial-gradient(ellipse 70% 45% at 82% 8%, rgba(201,162,78,.16) 0%, transparent 60%),
    radial-gradient(ellipse 140% 90% at 50% 0%, #123B28 0%, transparent 55%),
    linear-gradient(180deg, #06180F 0%, #0A2417 40%, #071A11 100%);
  color: var(--on-d2);
}
.hero-top { text-align: center; max-width: 950px; margin: 0 auto; }
.hero h1 {
  font-size: clamp(2.05rem, 6.4vw, 5rem);
  letter-spacing: -.042em; line-height: 1; color: #fff;
  overflow-wrap: break-word;
  margin-bottom: 26px;
}
.hero-sub {
  font-size: clamp(1.02rem, 1.5vw, 1.22rem); color: #B6CCC0;
  max-width: 46em; margin: 0 auto 38px;
}
.hero-cta { display: flex; flex-wrap: wrap; justify-content: center; gap: 13px; margin-bottom: 22px; }
.hero-note { font-size: .87rem; color: var(--on-d3); }

/* layered mockups */
.stagecards {
  position: relative; margin-top: 66px; padding-bottom: 110px;
  min-height: 430px;
}
.stagecards::after {
  content: ''; position: absolute; left: 50%; bottom: 34px; transform: translateX(-50%);
  width: 78%; height: 220px; border-radius: 50%;
  background: radial-gradient(ellipse, rgba(42,190,141,.20), transparent 70%);
  filter: blur(46px); z-index: -1;
}
.glass {
  border-radius: var(--r-lg);
  border: 1px solid rgba(255,255,255,.5);
  background: linear-gradient(150deg, rgba(255,255,255,.95), rgba(233,242,237,.82));
  -webkit-backdrop-filter: blur(22px) saturate(160%); backdrop-filter: blur(22px) saturate(160%);
  box-shadow: var(--sh-glass);
  color: var(--ink);
}
.card-main {
  position: relative; z-index: 3;
  width: min(560px, 100%); margin: 0 auto;
  padding: 26px 28px 22px;
  animation: float 8s ease-in-out infinite;
}
.card-side {
  position: absolute; z-index: 2; width: 286px; padding: 20px 22px;
}
.card-l { left: 0; top: 56px; animation: float 7s ease-in-out .6s infinite; }
.card-r { right: 0; top: 132px; animation: float 9s ease-in-out .3s infinite; }
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

.cm-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 18px; }
.cm-head h3 { font-size: 1rem; letter-spacing: -.02em; }
.cm-tag {
  font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--emerald-d); background: var(--emerald-soft);
  padding: 5px 10px; border-radius: var(--r-pill);
}
.cm-row {
  display: flex; align-items: baseline; justify-content: space-between; gap: 14px;
  padding: 10px 0; border-bottom: 1px solid rgba(7,20,16,.07); font-size: .89rem; color: var(--txt2);
}
.cm-row b { font-family: var(--display); font-size: 1.06rem; color: var(--ink); font-weight: 600; }
.cm-row.total { border-bottom: 0; margin-top: 8px; padding-top: 14px; border-top: 2px solid var(--ink); }
.cm-row.total b { color: var(--emerald-d); font-size: 1.36rem; }
.cm-foot { margin-top: 12px; font-size: .74rem; color: var(--txt3); }

.mini-lab { font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--txt3); margin-bottom: 10px; }
.mini-big { font-family: var(--display); font-size: 1.85rem; font-weight: 600; color: var(--ink); letter-spacing: -.03em; line-height: 1.05; }
.mini-sub { font-size: .8rem; color: var(--txt2); margin-top: 4px; }
.mini-bar { height: 6px; border-radius: 4px; background: rgba(7,20,16,.09); margin-top: 14px; overflow: hidden; }
.mini-bar i { display: block; height: 100%; border-radius: 4px; background: linear-gradient(90deg, var(--emerald-l), var(--emerald-d)); }
.mini-lead { display: flex; align-items: center; gap: 11px; }
.mini-dot {
  width: 34px; height: 34px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(140deg, var(--emerald-l), var(--emerald-d));
  display: grid; place-items: center; color: #fff; font-weight: 700; font-size: .8rem;
}
.mini-lead-name { font-weight: 600; font-size: .88rem; color: var(--ink); }
.mini-lead-meta { font-size: .74rem; color: var(--txt2); }
.mini-ping {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 12px;
  font-size: .72rem; font-weight: 600; color: var(--emerald-d);
}
.mini-ping::before {
  content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--emerald-l);
  box-shadow: 0 0 0 0 rgba(42,190,141,.6); animation: ping 2s ease-out infinite;
}
@keyframes ping {
  0% { box-shadow: 0 0 0 0 rgba(42,190,141,.55); }
  70% { box-shadow: 0 0 0 9px rgba(42,190,141,0); }
  100% { box-shadow: 0 0 0 0 rgba(42,190,141,0); }
}

/* ---------- floating US flag ---------- */
.flag-float {
  position: absolute; z-index: 4; width: 118px;
  border-radius: 12px; overflow: hidden;
  border: 1px solid rgba(255,255,255,.34);
  box-shadow: 0 26px 54px -20px rgba(0,0,0,.7), 0 2px 0 rgba(255,255,255,.2) inset;
  animation: floatFlag 9s ease-in-out infinite;
  will-change: transform;
}
.flag-float img { width: 100%; height: auto; display: block; }
.flag-float::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(150deg, rgba(255,255,255,.24), transparent 46%, rgba(4,16,10,.28));
  pointer-events: none;
}
.flag-a { left: 2%; top: -48px; --tilt: -9deg; }
@keyframes floatFlag {
  0%, 100% { transform: rotate(var(--tilt)) translateY(0); }
  50% { transform: rotate(var(--tilt)) translateY(-14px); }
}

/* the badge above the headline carries the flag too */
.pill-flag {
  width: 22px; height: 12px; border-radius: 2px; overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255,255,255,.28);
  flex-shrink: 0;
}
.pill-flag img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ============ marquee strip ============ */
.strip {
  border-top: 1px solid var(--line-d); border-bottom: 1px solid var(--line-d);
  padding: 22px 0; overflow: hidden; background: rgba(0,0,0,.26);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}
.strip-track { display: flex; gap: 54px; width: max-content; animation: slide 42s linear infinite; }
.strip-track span {
  font-family: var(--display); font-size: .95rem; font-weight: 500; letter-spacing: .02em;
  color: rgba(255,255,255,.5); white-space: nowrap; display: flex; align-items: center; gap: 54px;
}
.strip-track span::after { content: '—'; color: rgba(201,162,78,.5); }
@keyframes slide { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============ cards ============ */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }

.card {
  position: relative; background: var(--l0); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 34px 30px; overflow: hidden;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.stage-band .card { background: #fff; }
.card::after {
  content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: radial-gradient(600px circle at var(--mx, 50%) var(--my, 0%), rgba(23,147,107,.07), transparent 42%);
  opacity: 0; transition: opacity .35s var(--ease);
}
.card:hover { transform: translateY(-4px); box-shadow: var(--sh); border-color: var(--line-2); }
.card:hover::after { opacity: 1; }
.card h3 { font-size: 1.17rem; margin-bottom: 12px; }
.card p { font-size: .97rem; color: var(--txt2); }
.card-ico {
  width: 46px; height: 46px; border-radius: 13px; margin-bottom: 22px;
  background: linear-gradient(140deg, var(--emerald-soft), #fff);
  border: 1px solid rgba(23,147,107,.16);
  display: grid; place-items: center;
}
.card-ico svg { width: 20px; height: 20px; stroke: var(--emerald-d); fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.card-n {
  position: absolute; top: 24px; right: 26px;
  font-family: var(--display); font-size: 2.6rem; font-weight: 700; letter-spacing: -.05em;
  color: rgba(7,20,16,.05); line-height: 1;
}

/* dark variant */
.stage-dark .card {
  background: rgba(255,255,255,.035); border-color: var(--line-d);
}
.stage-dark .card p { color: var(--on-d2); }
.stage-dark .card:hover { border-color: var(--line-d2); box-shadow: 0 30px 60px -30px rgba(0,0,0,.7); }
.stage-dark .card-ico { background: rgba(255,255,255,.06); border-color: var(--line-d2); }
.stage-dark .card-ico svg { stroke: var(--gold-l); }
.stage-dark .card-n { color: rgba(255,255,255,.06); }

/* ============ timeline steps ============ */
.tl { position: relative; padding-left: 0; }
.tl-item { display: grid; grid-template-columns: 92px 1fr; gap: 28px; position: relative; padding-bottom: 46px; }
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before {
  content: ''; position: absolute; left: 31px; top: 62px; bottom: 6px; width: 1px;
  background: linear-gradient(180deg, var(--line-2), transparent);
}
.tl-item:last-child::before { display: none; }
.tl-n {
  width: 62px; height: 62px; border-radius: 50%;
  border: 1px solid var(--line-2); background: #fff;
  display: grid; place-items: center; position: relative; z-index: 2;
  font-family: var(--display); font-size: 1.24rem; font-weight: 600; color: var(--emerald-d);
  box-shadow: var(--sh-sm);
}
.tl-body h3 { font-size: 1.32rem; margin-bottom: 10px; }
.tl-body p { font-size: 1rem; color: var(--txt2); max-width: 58em; }
.tl-when {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 14px;
  font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--gold-d); background: var(--gold-soft); padding: 6px 13px; border-radius: var(--r-pill);
}

/* ============ compare (math) ============ */
.cmp { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.cmp-card {
  border-radius: var(--r-lg); padding: 30px 28px; position: relative; overflow: hidden;
  border: 1px solid var(--line-d); background: rgba(255,255,255,.035);
}
.cmp-card.win {
  border-color: rgba(42,190,141,.4);
  background: linear-gradient(160deg, rgba(23,147,107,.16), rgba(255,255,255,.03));
  box-shadow: 0 30px 70px -34px rgba(23,147,107,.55);
}
.cmp-lab { font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--on-d3); margin-bottom: 8px; }
.cmp-card.win .cmp-lab { color: var(--emerald-l); }
.cmp-card h3 { font-size: 1.2rem; margin-bottom: 6px; }
.cmp-note { font-size: .86rem; color: var(--on-d3); margin-bottom: 22px; }
.cmp-row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line-d); font-size: .92rem; }
.cmp-row:last-of-type { border-bottom: 0; }
.cmp-row span { color: var(--on-d2); }
.cmp-row b { font-family: var(--display); font-size: 1.06rem; color: #fff; font-weight: 600; }
.cmp-out { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line-d2); }
.cmp-out span { display: block; font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; color: var(--on-d3); margin-bottom: 6px; }
.cmp-out b { font-family: var(--display); font-size: 2.3rem; font-weight: 700; letter-spacing: -.035em; color: #fff; line-height: 1; }
.cmp-card.win .cmp-out b { color: var(--emerald-l); }
.cmp-verdict {
  margin-top: 28px; padding: 24px 26px; border-radius: var(--r-lg);
  border: 1px solid rgba(201,162,78,.3); background: rgba(201,162,78,.09);
  font-size: 1rem; color: #EBDFC4;
}
.cmp-verdict strong { color: var(--gold-l); }

/* ============ industries ============ */
.chips { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 11px; max-width: 940px; margin: 0 auto; }
.chips li {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-pill);
  padding: 12px 22px; font-size: .94rem; font-weight: 500; color: var(--txt);
  transition: transform .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease), box-shadow .25s var(--ease);
}
.chips li:hover { transform: translateY(-3px); border-color: var(--emerald); color: var(--emerald-d); box-shadow: var(--sh-sm); }
.chips-note { max-width: 660px; margin: 34px auto 0; text-align: center; font-size: .96rem; color: var(--txt2); }

/* ============ fit ============ */
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.fit { border-radius: var(--r-lg); padding: 34px 30px; }
.fit.yes { background: linear-gradient(165deg, var(--emerald-soft), #fff); border: 1px solid rgba(23,147,107,.22); }
.fit.no { background: var(--l1); border: 1px solid var(--line); }
.fit h3 { font-size: 1.18rem; margin-bottom: 22px; }
.fit ul { list-style: none; }
.fit li { position: relative; padding-left: 32px; margin-bottom: 15px; font-size: .97rem; color: var(--txt2); }
.fit li::before {
  content: ''; position: absolute; left: 0; top: .38em; width: 19px; height: 19px; border-radius: 50%;
  background-repeat: no-repeat; background-position: center; background-size: 11px;
}
.fit.yes li::before {
  background-color: var(--emerald); 
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}
.fit.no li::before {
  background-color: #CDD8D2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.4' stroke-linecap='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E");
}

/* ============ deliverables ============ */
.deliver { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 46px; list-style: none; }
.deliver li { padding: 22px 0; border-bottom: 1px solid var(--line-d); display: grid; grid-template-columns: 40px 1fr; gap: 16px; align-items: start; }
.deliver i {
  font-style: normal; font-family: var(--display); font-size: .82rem; font-weight: 700;
  letter-spacing: .08em; color: var(--gold-l); padding-top: 3px;
}
.deliver b { display: block; font-family: var(--display); font-weight: 600; color: #fff; font-size: 1.02rem; margin-bottom: 4px; letter-spacing: -.02em; }
.deliver span { font-size: .93rem; color: var(--on-d2); }

/* ============ faq ============ */
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%; background: none; border: 0; cursor: pointer; text-align: left;
  padding: 26px 46px 26px 0; position: relative;
  font-family: var(--display); font-weight: 600; font-size: 1.1rem; color: var(--ink);
  letter-spacing: -.022em; line-height: 1.38;
  transition: color .2s var(--ease);
}
.faq-q:hover { color: var(--emerald-d); }
.faq-q::after {
  content: ''; position: absolute; right: 10px; top: 50%; width: 11px; height: 2px;
  background: var(--txt3); border-radius: 2px; transform: translateY(-50%);
}
.faq-q::before {
  content: ''; position: absolute; right: 15px; top: 50%; width: 2px; height: 11px;
  background: var(--txt3); border-radius: 2px; transform: translateY(-50%);
  transition: transform .3s var(--ease), opacity .3s var(--ease);
}
.faq-item.open .faq-q::before { transform: translateY(-50%) rotate(90deg); opacity: 0; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s var(--ease); }
.faq-a p { padding: 0 0 28px; font-size: 1rem; color: var(--txt2); max-width: 62em; }

/* ============ final cta ============ */
.cta-final { text-align: center; }
.cta-final h2 { font-size: clamp(2.1rem, 4.6vw, 3.35rem); color: #fff; margin-bottom: 22px; }
.cta-final p { font-size: 1.1rem; color: var(--on-d2); max-width: 44em; margin: 0 auto 38px; }
.cta-orb {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 760px; height: 420px; border-radius: 50%; z-index: -1; pointer-events: none;
  background: radial-gradient(ellipse, rgba(42,190,141,.22), transparent 68%);
  filter: blur(56px);
}

/* ============ footer ============ */
.footer { background: var(--d0); color: var(--on-d2); padding: 84px 0 34px; position: relative; overflow: hidden; }
.footer::before {
  content: ''; position: absolute; top: -120px; left: 50%; transform: translateX(-50%);
  width: 900px; height: 300px; border-radius: 50%;
  background: radial-gradient(ellipse, rgba(23,147,107,.16), transparent 70%); filter: blur(50px);
}
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 48px; margin-bottom: 54px; position: relative; }
.footer .brand-name { color: #fff; }
.footer p { font-size: .95rem; margin-top: 20px; max-width: 30em; }
.footer h4 { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-l); margin-bottom: 18px; font-weight: 700; }
.footer ul { list-style: none; }
.footer li { margin-bottom: 12px; }
.footer a { color: var(--on-d2); font-size: .95rem; transition: color .2s var(--ease); }
.footer a:hover { color: #fff; }
.footer-bot {
  border-top: 1px solid var(--line-d); padding-top: 28px; position: relative;
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: .85rem; color: var(--on-d3);
}

/* ============ floating whatsapp ============ */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 110;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; display: grid; place-items: center;
  box-shadow: 0 10px 30px rgba(37,211,102,.42);
  transition: transform .25s var(--ease);
}
.wa-float:hover { transform: scale(1.07); }
.wa-float svg { width: 28px; height: 28px; fill: #fff; }

/* ============ reveal ============ */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }

/* ============ responsive ============ */
@media (max-width: 1040px) {
  .card-side { display: none; }
  .card-main { width: min(560px, 100%); }
}
@media (max-width: 940px) {
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .br-lg { display: none; }
  section { padding: 74px 0; }
  .container { padding: 0 20px; }
  .nav { top: 10px; padding: 0 12px; }
  .nav-in { height: 56px; padding: 0 10px 0 14px; }
  .nav-links { display: none; }
  .nav-links.open {
    display: flex; flex-direction: column; align-items: stretch; gap: 2px;
    position: absolute; top: 66px; left: 12px; right: 12px;
    padding: 16px; border-radius: var(--r-lg);
    background: rgba(255,255,255,.96); border: 1px solid var(--line);
    -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px);
    box-shadow: var(--sh-lg);
  }
  .nav-links.open > a { color: var(--txt); padding: 11px 6px; }
  .nav-links.open a.btn { margin-top: 8px; justify-content: center; }
  .nav-toggle { display: block; }
  .hero { padding: 130px 0 0; }
  .flag-float { display: none; }
  .stagecards { margin-top: 44px; padding-bottom: 70px; min-height: 0; }
  .card-main { padding: 22px 20px 18px; }
  .grid-3, .grid-2, .fit-grid, .cmp, .deliver { grid-template-columns: 1fr; }
  .deliver { gap: 0; }
  .tl-item { grid-template-columns: 1fr; gap: 16px; }
  .tl-item::before { display: none; }
  .cmp-out b { font-size: 2rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .fog i, .card-main, .card-side, .strip-track, .grad, .grad-dark, .mini-ping::before { animation: none !important; }
}
