:root {
  --navy-950: #061225;
  --navy-900: #0a1b35;
  --navy-800: #0e2a57;
  --navy-700: #173d73;
  --green-500: #9cd51b;
  --green-400: #b4e547;
  --green-100: #edf8d7;
  --green-text: #4b6e00;
  --ink: #12233f;
  --muted: #60708a;
  --paper: #f7f9fc;
  --white: #ffffff;
  --line: #dce4ee;
  --warning: #f5b942;
  --danger: #e05a62;
  --success: #198f63;
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 30px;
  --shadow: 0 24px 60px rgba(6, 18, 37, .12);
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Sora, Manrope, Arial, Helvetica, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input, select { font: inherit; }
:focus-visible { outline: 3px solid var(--green-500); outline-offset: 3px; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; padding: 10px 14px; color: white; background: var(--navy-950); border-radius: 8px; }
.full-height { min-height: 100vh; }
.intro-spaced { margin-top: 80px; }
.panel-divider { margin: 24px 0; border: 0; border-top: 1px solid rgba(255,255,255,.12); }
.skip-link:focus { top: 16px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.synthetic-banner {
  display: flex; align-items: center; justify-content: center; min-height: 32px; padding: 6px 16px;
  color: var(--navy-950); background: var(--green-500); font-size: 11px; font-weight: 850;
  letter-spacing: .12em; text-align: center; text-transform: uppercase;
}
.site-nav { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(18px); box-shadow: 0 8px 30px rgba(6,18,37,.06); }
.site-nav__inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; color: var(--navy-950); text-decoration: none; }
.brand img { width: 286px; height: auto; max-height: 50px; object-fit: contain; }
.brand__product { border-left: 1px solid rgba(255,255,255,.22); padding-left: 13px; font-size: 14px; font-weight: 780; letter-spacing: .14em; text-transform: uppercase; }
.site-links { display: flex; align-items: center; gap: 24px; }
.site-links a { color: var(--muted); font-size: 14px; font-weight: 700; text-decoration: none; }
.site-links a:hover { color: var(--navy-800); }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; text-decoration: none; cursor: pointer; }
.button--primary { color: var(--navy-950); background: var(--green-500); box-shadow: 0 10px 28px rgba(156,213,27,.24); }
.button--primary:hover { background: var(--green-400); transform: translateY(-1px); }
.button--ghost { color: white; border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.06); }
.button--light { color: var(--navy-900); border-color: var(--line); background: white; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--green-500); font-size: 12px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 34px; height: 3px; background: currentColor; border-radius: 4px; }
.section:not(.section--navy) .eyebrow { color: var(--green-text); }
.hero { position: relative; overflow: hidden; color: white; background: var(--navy-950); }
.hero::before { content: ''; position: absolute; inset: -40% -20% auto 45%; width: 800px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(156,213,27,.18), rgba(14,42,87,.08) 42%, transparent 68%); }
.hero__grid { position: relative; display: grid; grid-template-columns: 1.04fr .96fr; gap: 52px; align-items: center; min-height: 690px; padding-block: 72px; }
.hero h1 { max-width: 760px; margin: 22px 0 20px; font-size: clamp(46px, 5.6vw, 78px); line-height: .98; letter-spacing: -.055em; }
.hero h1 span { color: var(--green-500); }
.hero__lead { max-width: 650px; color: rgba(255,255,255,.72); font-size: clamp(18px, 2vw, 22px); }
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.hero__fine { margin-top: 20px; color: rgba(255,255,255,.46); font-size: 12px; }
.live-card { position: relative; min-width: 0; padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); background: rgba(10,27,53,.84); box-shadow: 0 34px 90px rgba(0,0,0,.34); }
.live-card::after { content: ''; position: absolute; inset: 12px; border: 1px solid rgba(156,213,27,.08); border-radius: 22px; pointer-events: none; }
.live-card__head { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 7px 8px 18px; color: rgba(255,255,255,.72); font-size: 12px; }
.pulse { display: inline-flex; align-items: center; gap: 7px; color: var(--green-400); font-weight: 800; }
.pulse::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--green-500); box-shadow: 0 0 0 6px rgba(156,213,27,.1); }
.live-card__metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.live-metric { min-width: 0; padding: 14px; border-radius: 14px; background: rgba(255,255,255,.055); }
.live-metric span { display: block; color: rgba(255,255,255,.55); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.live-metric strong { display: block; margin-top: 8px; color: white; font-size: 22px; letter-spacing: -.04em; }
.priority-stack { display: grid; gap: 8px; margin-top: 12px; }
.priority { display: grid; grid-template-columns: 9px 1fr auto; gap: 12px; align-items: center; padding: 13px 14px; border-radius: 14px; background: #fff; color: var(--ink); }
.priority__dot { width: 9px; height: 9px; border-radius: 50%; background: var(--danger); }
.priority:nth-child(2) .priority__dot { background: var(--warning); }
.priority:nth-child(3) .priority__dot { background: var(--green-500); }
.priority b { display: block; font-size: 12px; }
.priority small { color: var(--muted); }
.priority strong { color: var(--navy-800); font-size: 12px; }
.section { padding: 104px 0; }
.section--navy { color: white; background: var(--navy-900); }
.section--white { background: white; }
.section__intro { max-width: 780px; }
.section h2 { margin: 18px 0; font-size: clamp(34px, 4vw, 56px); line-height: 1.04; letter-spacing: -.045em; }
.section__intro > p { color: var(--muted); font-size: 18px; }
.section--navy .section__intro > p { color: rgba(255,255,255,.66); }
.value-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 48px; }
.value-step { position: relative; min-height: 280px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.value-step__index { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; color: var(--navy-950); background: var(--green-500); font-weight: 900; }
.value-step h3 { margin: 28px 0 10px; font-size: 25px; letter-spacing: -.025em; }
.value-step p { color: var(--muted); }
.value-step strong { display: block; margin-top: 18px; color: var(--navy-800); }
.exec-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr); gap: 18px; margin-top: 44px; }
.panel { min-width: 0; padding: 26px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.055); }
.panel h3 { margin: 0 0 18px; font-size: 18px; }
.funnel { display: grid; gap: 12px; }
.funnel__row { display: grid; grid-template-columns: 115px 1fr 56px; gap: 12px; align-items: center; font-size: 12px; }
.funnel__track { height: 12px; border-radius: 99px; background: rgba(255,255,255,.1); overflow: hidden; }
.funnel__fill { height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--green-500),var(--green-400)); }
.big-number { margin: 10px 0 2px; font-size: clamp(38px,5vw,64px); line-height: 1; letter-spacing: -.055em; }
.big-number + p { color: rgba(255,255,255,.62); }
.chain { display: grid; grid-template-columns: repeat(7,1fr); gap: 8px; margin-top: 46px; }
.chain__item { position: relative; min-width: 0; padding: 18px 12px; border: 1px solid var(--line); border-radius: 15px; background: white; text-align: center; }
.chain__item:not(:last-child)::after { content: '›'; position: absolute; right: -10px; top: 50%; z-index: 2; transform: translateY(-50%); color: var(--green-500); font-size: 28px; font-weight: 900; }
.chain__item b { display: block; color: var(--navy-800); font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }
.chain__item span { display: block; margin-top: 8px; color: var(--muted); font-size: 12px; overflow-wrap: anywhere; }
.proof-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 42px; }
.proof-card { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.proof-card strong { display: block; font-size: 28px; letter-spacing: -.04em; color: var(--navy-800); }
.proof-card span { display: block; margin-top: 8px; color: var(--muted); }
.benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 34px; }
.benefit-card { min-height: 250px; padding: 26px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); background: rgba(255,255,255,.06); }
.benefit-card span { color: var(--green-400); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.benefit-card h3 { margin: 24px 0 12px; color: white; font-size: 21px; line-height: 1.12; }
.benefit-card p { margin: 0; color: rgba(255,255,255,.68); font-size: 14px; }
.cta-band { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; padding: 40px; border-radius: var(--radius-lg); color: white; background: var(--navy-800); box-shadow: var(--shadow); }
.cta-band h2 { margin: 0; font-size: clamp(30px,4vw,48px); }
.cta-band p { margin: 12px 0 0; color: rgba(255,255,255,.65); }
.methodology { margin-top: 28px; padding: 22px; border-left: 4px solid var(--green-500); background: #eef3f8; color: var(--muted); font-size: 14px; }
.site-footer { padding: 48px 0; color: rgba(255,255,255,.58); background: var(--navy-950); font-size: 13px; }
.site-footer__grid { display: flex; justify-content: space-between; gap: 28px; align-items: end; }
.site-footer img { width: 250px; padding: 8px 10px; border-radius: 8px; background: white; }
.site-footer a { color: var(--green-400); }
.mobile-menu { display: none; }

@media (max-width: 960px) {
  .site-links a:not(.button) { display: none; }
  .hero__grid { grid-template-columns: 1fr; min-height: auto; }
  .hero__copy { padding-top: 24px; }
  .live-card { max-width: 720px; }
  .value-steps, .proof-grid { grid-template-columns: 1fr; }
  .value-step { min-height: 0; }
  .exec-grid { grid-template-columns: 1fr; }
  .chain { grid-template-columns: repeat(4,1fr); }
  .benefit-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .site-nav__inner { min-height: 66px; }
  .brand img { width: 208px; max-height: 40px; }
  .brand__product { font-size: 12px; }
  .site-links .button { display: none; }
  .hero__grid { padding-block: 46px 60px; gap: 34px; }
  .hero h1 { font-size: clamp(40px, 13vw, 58px); }
  .hero__lead { font-size: 17px; }
  .hero__actions .button { width: 100%; }
  .live-card { padding: 12px; border-radius: 22px; }
  .live-card__metrics { grid-template-columns: 1fr; }
  .priority { grid-template-columns: 9px 1fr; }
  .priority > strong { grid-column: 2; }
  .section { padding: 76px 0; }
  .section h2 { font-size: 36px; }
  .chain { grid-template-columns: 1fr; }
  .chain__item:not(:last-child)::after { content: '↓'; right: 50%; top: auto; bottom: -23px; transform: translateX(50%); }
  .benefit-grid { grid-template-columns: 1fr; }
  .cta-band { grid-template-columns: 1fr; padding: 28px; }
  .site-footer__grid { align-items: start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
