:root{
  --ink:#021653;
  --navy-deep:#061539;
  --navy-deep-2:#0a1c4a;
  --teal:#4b8787;
  --teal-deep:#3c6f6f;
  --teal-bright:#5ba3a0;
  --paper:#f4f7f9;
  --surface:#ffffff;
  --line:#e2e8ef;
  --line-soft:#edf1f5;
  --muted:#56657d;
  --teal-soft:rgba(75,135,135,.10);
  --shadow:0 1px 2px rgba(2,22,83,.04), 0 12px 30px rgba(2,22,83,.06);
  --shadow-lg:0 2px 4px rgba(2,22,83,.05), 0 24px 60px rgba(2,22,83,.10);
  --r:14px;
  --maxw:1160px;
  --display:"Sora",system-ui,-apple-system,sans-serif;
  --body:"Inter",system-ui,-apple-system,sans-serif;
  --mono:"Space Mono",ui-monospace,monospace;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:var(--body);
  background:var(--paper);
  color:var(--ink);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
section{scroll-margin-top:84px}

.wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}
.eyebrow{
  font-family:var(--mono);
  font-size:12.5px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--teal-deep);
  display:inline-flex;align-items:center;gap:10px;
  margin-bottom:18px;
}
.eyebrow::before{
  content:"";width:7px;height:7px;border-radius:50%;
  background:var(--teal);
  box-shadow:0 0 0 4px var(--teal-soft);
  flex:none;
}
h1,h2,h3{font-family:var(--display);font-weight:600;line-height:1.1;letter-spacing:-.015em;color:var(--ink)}
h2{font-size:clamp(28px,3.4vw,40px);margin-bottom:14px}
.lede{font-size:clamp(16px,1.6vw,18px);color:var(--muted);max-width:62ch}

/* buttons */
.btn{
  display:inline-flex;align-items:center;gap:9px;
  font-family:var(--body);font-weight:600;font-size:15px;
  padding:13px 22px;border-radius:11px;cursor:pointer;border:1px solid transparent;
  transition:transform .15s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
  white-space:nowrap;
}
.btn-primary{background:var(--teal);color:#fff;box-shadow:0 8px 22px rgba(75,135,135,.30)}
.btn-primary:hover{background:var(--teal-deep);transform:translateY(-2px);box-shadow:0 12px 28px rgba(75,135,135,.38)}
.btn-ghost{background:transparent;color:var(--ink);border-color:var(--line)}
.btn-ghost:hover{border-color:var(--ink);transform:translateY(-2px);background:#fff}
.btn-arrow{transition:transform .2s ease}
.btn:hover .btn-arrow{transform:translateX(3px)}

/* ───────── header ───────── */
header{
  position:sticky;top:0;z-index:50;
  background:rgba(244,247,249,.82);
  backdrop-filter:saturate(140%) blur(12px);
  -webkit-backdrop-filter:saturate(140%) blur(12px);
  border-bottom:1px solid transparent;
  transition:border-color .25s ease, background .25s ease;
}
header.scrolled{border-bottom-color:var(--line);background:rgba(244,247,249,.92)}
.nav{display:flex;align-items:center;justify-content:space-between;height:72px}
.brand img{height:38px;width:auto}
.nav-links{display:flex;align-items:center;gap:30px}
.nav-links a{font-size:15px;font-weight:500;color:#2b3a55;transition:color .15s ease;white-space:nowrap}
.nav-links a:hover{color:var(--teal-deep)}
.nav-menu-cta{display:none}
.nav-cta{display:flex;align-items:center;gap:14px}
.menu-btn{display:none;background:none;border:1px solid var(--line);border-radius:9px;padding:9px 11px;cursor:pointer;color:var(--ink)}
.menu-btn svg{display:block}

/* ───────── hero ───────── */
.hero{padding:72px 0 84px;position:relative}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}
.hero h1{font-size:clamp(34px,5.2vw,60px);font-weight:700;margin-bottom:22px}
.hero h1 .hl{color:var(--teal-deep);position:relative;white-space:nowrap}
.hero h1 #rotating-word{display:block;width:fit-content;transition:opacity .3s ease}
.hero h1 #rotating-word.fading{opacity:0}
@media (prefers-reduced-motion:reduce){.hero h1 #rotating-word{transition:none}}
.hero h1 .hl::after{content:"";position:absolute;left:0;right:0;bottom:.06em;height:.14em;background:var(--teal-soft);border-radius:4px;z-index:-1}
.hero p.lede{margin-bottom:30px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:24px}
.microtrust{font-family:var(--mono);font-size:12.5px;color:var(--muted);letter-spacing:.02em;display:flex;align-items:center;gap:9px}
.microtrust .dot{width:6px;height:6px;border-radius:50%;background:var(--teal);flex:none}

/* routing diagram + carousel */
.routing{
  background:var(--surface);border:1px solid var(--line);border-radius:20px;
  box-shadow:var(--shadow-lg);padding:18px;position:relative;overflow:hidden;
}
.rt-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px}
.rt-cap{font-family:var(--mono);font-size:11.5px;letter-spacing:.13em;color:#8c99ad;line-height:1.45;flex:1;min-width:0}
.rt-badge{display:inline-flex;align-items:center;gap:7px;font-family:var(--mono);font-size:11px;font-weight:700;color:var(--teal-deep);border:1px solid var(--teal);border-radius:20px;padding:5px 11px;white-space:nowrap;flex:none}
.rt-badge img{height:16px;width:auto}
.rt-stage{transition:opacity .22s ease}
.rt-stage.switching{opacity:0}
.rt-stage svg{width:100%;height:auto;display:block}
.rt-foot{display:flex;align-items:center;justify-content:space-between;margin-top:8px}
.rt-dots{display:flex;gap:8px}
.rt-dot{width:8px;height:8px;border-radius:50%;background:#cdd6e0;border:none;padding:0;cursor:pointer;transition:transform .2s ease, background .2s ease}
.rt-dot:hover{background:#aab6c6}
.rt-dot.active{background:var(--teal);transform:scale(1.3)}
.rt-nav{display:flex;gap:8px}
.rt-btn{width:30px;height:30px;border-radius:8px;border:1px solid var(--line);background:#fff;color:var(--ink);cursor:pointer;font-size:17px;line-height:1;display:grid;place-items:center;transition:border-color .15s ease,color .15s ease}
.rt-btn:hover{border-color:var(--teal);color:var(--teal-deep)}
.trace-in{fill:none;stroke:#c4cedb;stroke-width:1.6;stroke-dasharray:5 6;animation:flow 2.4s linear infinite}
.trace-out{fill:none;stroke:var(--teal);stroke-width:1.8;stroke-dasharray:5 6;animation:flow 2.4s linear infinite}
@keyframes flow{to{stroke-dashoffset:-22}}
.node-in{fill:#fff;stroke:#c4cedb;stroke-width:1.4;stroke-dasharray:3 3}
.node-out{fill:var(--teal-soft);stroke:var(--teal);stroke-width:1.6}
.lbl{font-family:var(--mono);font-size:12.5px;fill:#3a4a66}
.lbl-out{font-family:var(--mono);font-size:12.5px;fill:var(--teal-deep);font-weight:700}
.hub{fill:#fff;stroke:var(--ink);stroke-width:1.6}
.hub-label{font-family:var(--display);font-size:13px;font-weight:600;fill:var(--ink)}
.trace-wire{fill:none;stroke:var(--teal);stroke-width:1.8;stroke-dasharray:5 6;stroke-linecap:round;stroke-linejoin:round;animation:flow 2.4s linear infinite}
.trace-wire.dim{stroke:#bcd0d0;stroke-width:1.5;opacity:.85}
.node-tool{fill:#fff;stroke:var(--ink);stroke-width:1.6}
.badge-txt{font-family:var(--mono);font-size:12px;fill:var(--teal-deep);font-weight:700;letter-spacing:.02em}
/* hero diagram: one automation, wired */
.node-trigger{fill:#fff;stroke:#bf4f49;stroke-width:1.9}
.node-auto{fill:var(--teal);stroke:var(--teal-deep);stroke-width:1.6}
.wire-dot{fill:#fff;stroke:var(--teal);stroke-width:1.4}
.auto-bolt{stroke:#fff;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.lbl-auto{font-family:var(--mono);font-size:12.5px;fill:var(--teal-deep);font-weight:700;letter-spacing:.02em}
.lbl-alert{font-family:var(--mono);font-size:12.5px;fill:#bf4f49;font-weight:700}

/* ───────── generic section ───────── */
.section{padding:92px 0}
.section-head{max-width:64ch;margin-bottom:48px}
.tinted{background:var(--surface);border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft)}

/* content / legal pages */
.page{padding:72px 0 88px}
.page-head{max-width:70ch;margin-bottom:40px}
.page-head h1{font-size:clamp(30px,4.4vw,46px);font-weight:700;margin-bottom:14px}
.page-head .updated{font-family:var(--mono);font-size:13px;color:var(--muted)}
.prose{max-width:70ch;font-size:16px;line-height:1.7;color:#3a4a66}
.prose h2{font-size:clamp(20px,2.2vw,26px);margin:36px 0 12px}
.prose h3{font-size:18px;color:var(--ink);margin:28px 0 8px}
.prose p{margin:0 0 16px}
.prose ul{margin:0 0 16px;padding-left:22px}
.prose li{margin-bottom:8px}
.prose a{color:var(--teal-deep);text-decoration:underline}
.prose a:hover{color:var(--teal)}
.prose :last-child{margin-bottom:0}

/* pains grid */
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.pain{
  background:var(--surface);border:1px solid var(--line);border-radius:var(--r);
  padding:24px 22px;transition:transform .18s ease, box-shadow .2s ease, border-color .2s ease;
}
.pain:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#d3deea}
.pain .pnode{width:11px;height:11px;border-radius:50%;background:#fff;border:2px solid var(--teal);margin-bottom:16px;box-shadow:0 0 0 5px var(--teal-soft)}
.pain h3{font-size:17px;margin-bottom:7px}
.pain p{font-size:14.5px;color:var(--muted);line-height:1.55}

/* demos */
.demos-wrap{display:grid;grid-template-columns:.85fr 1.15fr;gap:40px;align-items:start}
.demo-tabs{display:flex;flex-direction:column;gap:10px}
.demo-tab{
  text-align:left;background:var(--surface);border:1px solid var(--line);border-radius:12px;
  padding:16px 18px;cursor:pointer;transition:all .18s ease;font-family:var(--body);
  display:flex;gap:14px;align-items:flex-start;
}
.demo-tab:hover{border-color:#cdd9e6}
.demo-tab.active{border-color:var(--teal);background:#fff;box-shadow:0 0 0 3px var(--teal-soft)}
.demo-tab .num{font-family:var(--mono);font-size:12px;color:var(--teal-deep);padding-top:2px}
.demo-tab strong{display:block;font-family:var(--display);font-weight:600;font-size:15.5px;color:var(--ink)}
.demo-tab span{font-size:13px;color:var(--muted)}
.demo-stage{
  background:var(--navy-deep);border-radius:18px;padding:30px;color:#dbe3f2;min-height:340px;
  position:relative;overflow:hidden;box-shadow:var(--shadow-lg);
}
.demo-stage::after{content:"";position:absolute;inset:0;background:
  radial-gradient(420px 200px at 88% -10%, rgba(91,163,160,.18), transparent 70%);pointer-events:none}
.demo-stage .stage-tag{font-family:var(--mono);font-size:11px;letter-spacing:.18em;color:#7d8cb0;text-transform:uppercase}
.demo-stage h3{color:#fff;font-size:21px;margin:8px 0 22px}
.flowline{display:flex;flex-direction:column;gap:0;position:relative}
.flowstep{display:flex;gap:16px;align-items:flex-start;padding:14px 0;opacity:0;transform:translateY(8px);animation:rise .5s ease forwards}
.flowstep .badge{
  width:34px;height:34px;border-radius:9px;flex:none;display:grid;place-items:center;
  font-family:var(--mono);font-size:13px;font-weight:700;
}
.flowstep.in .badge{background:rgba(255,255,255,.08);color:#aebbd6;border:1px solid rgba(255,255,255,.14)}
.flowstep.do .badge{background:rgba(91,163,160,.18);color:#9fded9;border:1px solid rgba(91,163,160,.5)}
.flowstep.out .badge{background:var(--teal);color:#fff}
.flowstep .ftxt b{display:block;font-family:var(--display);font-weight:600;color:#fff;font-size:15px;margin-bottom:2px}
.flowstep .ftxt span{font-size:13.5px;color:#aebbd6;line-height:1.5}
.flowstep:not(:last-child)::before{content:"";position:absolute;left:16px;width:2px;height:18px;margin-top:48px;background:linear-gradient(var(--teal),transparent)}
@keyframes rise{to{opacity:1;transform:translateY(0)}}
.demo-note{font-family:var(--mono);font-size:11.5px;color:#7d8cb0;margin-top:18px;display:flex;align-items:center;gap:8px}
.cta-center{display:flex;justify-content:center;margin-top:40px}
.demo-left{display:flex;flex-direction:column}
.demo-cta{margin-top:14px;width:100%;justify-content:center}

/* services ladder */
.ladder{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;position:relative}
.tier{
  background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:26px 22px 24px;
  position:relative;transition:transform .18s ease, box-shadow .2s ease;display:flex;flex-direction:column;
}
.tier:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.tier.start{border-color:var(--teal);box-shadow:0 0 0 3px var(--teal-soft)}
.tier .step{font-family:var(--mono);font-size:12px;color:var(--teal-deep);margin-bottom:14px;display:flex;justify-content:space-between;align-items:center}
.tier .pill{background:var(--teal);color:#fff;font-family:var(--body);font-weight:600;font-size:10.5px;letter-spacing:.04em;padding:3px 9px;border-radius:20px;text-transform:uppercase}
.tier h3{font-size:18px;margin-bottom:9px}
.tier p{font-size:14px;color:var(--muted);line-height:1.55;flex:1}
.tier .arrow{margin-top:16px;color:var(--teal-deep);font-family:var(--mono);font-size:12.5px}

/* tool philosophy */
.philo{background:var(--navy-deep);color:#fff;border-radius:22px;padding:clamp(34px,5vw,60px);position:relative;overflow:hidden}
.philo::after{content:"";position:absolute;right:-60px;top:-60px;width:320px;height:320px;border-radius:50%;
  background:radial-gradient(circle,rgba(91,163,160,.22),transparent 65%)}
.philo .eyebrow{color:var(--teal-bright)}
.philo .eyebrow::before{background:var(--teal-bright);box-shadow:0 0 0 4px rgba(91,163,160,.18)}
.philo blockquote{font-family:var(--display);font-weight:600;font-size:clamp(22px,3vw,32px);line-height:1.25;color:#fff;max-width:20ch;margin-bottom:14px;letter-spacing:-.01em}
.philo .sub{color:#aebbd6;max-width:54ch;font-size:15.5px;position:relative}
.scale{margin-top:38px;position:relative}
.scale-track{height:3px;background:linear-gradient(90deg,rgba(255,255,255,.18),var(--teal-bright));border-radius:3px;position:relative}
.scale-stops{display:flex;justify-content:space-between;margin-top:0;position:relative}
.scale-stop{position:relative;text-align:center;flex:1}
.scale-stop .pt{width:13px;height:13px;border-radius:50%;background:var(--navy-deep);border:2px solid var(--teal-bright);margin:-8px auto 12px}
.scale-stop small{font-family:var(--mono);font-size:11.5px;color:#aebbd6;display:block;line-height:1.4;letter-spacing:.02em}
.scale-cap{font-family:var(--mono);font-size:12px;color:#7d8cb0;margin-top:26px;letter-spacing:.04em}
.scale-cap b{color:var(--teal-bright)}

/* automations chips */
.auto-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.auto{
  background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:18px 18px;
  font-size:14.5px;font-weight:500;color:var(--ink);display:flex;align-items:center;gap:12px;
  transition:all .16s ease;
}
.auto:hover{border-color:var(--teal);background:#fff;transform:translateY(-2px)}
.auto .ad{width:8px;height:8px;border-radius:50%;background:var(--teal);flex:none}
.auto-card{align-items:flex-start}
.auto-card .ad{margin-top:7px}
.auto-text{display:flex;flex-direction:column;gap:3px}
.auto-text strong{font-weight:600;color:var(--ink)}
.auto-text span{font-size:13px;font-weight:400;color:var(--muted);line-height:1.45}
.auto-more{display:flex;align-items:center;padding:18px;font-size:14.5px;font-style:italic;color:var(--muted)}

/* process */
.proc{display:grid;grid-template-columns:repeat(5,1fr);gap:0;position:relative;margin-top:10px}
.proc::before{content:"";position:absolute;top:18px;left:8%;right:8%;height:2px;
  background:repeating-linear-gradient(90deg,var(--teal) 0 6px,transparent 6px 13px);opacity:.5}
.pstep{text-align:center;padding:0 12px;position:relative}
.pstep .pnum{width:38px;height:38px;border-radius:50%;background:var(--surface);border:2px solid var(--teal);
  color:var(--teal-deep);font-family:var(--mono);font-weight:700;font-size:14px;display:grid;place-items:center;
  margin:0 auto 16px;position:relative;z-index:1;box-shadow:0 0 0 6px var(--paper)}
.pstep h3{font-size:16px;margin-bottom:6px}
.pstep p{font-size:13.5px;color:var(--muted);line-height:1.5}

/* industries */
.ind-grid{display:flex;flex-wrap:wrap;gap:12px}
.ind{
  background:var(--surface);border:1px solid var(--line);border-radius:30px;padding:11px 20px;
  font-size:14.5px;font-weight:500;color:#2b3a55;transition:all .16s ease;
}
.ind:hover{border-color:var(--teal);color:var(--teal-deep);transform:translateY(-2px)}

/* trust */
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.tcard{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:24px 22px}
.tcard .ticon{width:40px;height:40px;border-radius:10px;background:var(--teal-soft);display:grid;place-items:center;margin-bottom:16px}
.tcard .ticon svg{width:20px;height:20px;stroke:var(--teal-deep)}
.tcard h3{font-size:16px;margin-bottom:7px}
.tcard p{font-size:14px;color:var(--muted);line-height:1.55}

/* faq */
.faq{max-width:840px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
.faq details{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:0 22px;transition:border-color .2s ease, box-shadow .2s ease}
.faq details[open]{border-color:#cdd9e6;box-shadow:var(--shadow)}
.faq summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:19px 0;font-family:var(--display);font-weight:600;font-size:16.5px;color:var(--ink)}
.faq summary::-webkit-details-marker{display:none}
.faq summary .pm{flex:none;width:24px;height:24px;border-radius:50%;background:var(--teal-soft);color:var(--teal-deep);display:grid;place-items:center;font-family:var(--mono);font-size:17px;line-height:1;transition:transform .22s ease}
.faq details[open] summary .pm{transform:rotate(45deg)}
.faq details p{margin:0 0 21px;color:var(--muted);font-size:15px;line-height:1.6;max-width:66ch}

/* cta / booking */
.book{background:var(--navy-deep);color:#fff;border-radius:24px;padding:clamp(34px,5vw,60px);position:relative;overflow:hidden}
.book::after{content:"";position:absolute;left:-80px;bottom:-80px;width:360px;height:360px;border-radius:50%;
  background:radial-gradient(circle,rgba(91,163,160,.20),transparent 65%)}
.book-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;position:relative;z-index:1}
.book .eyebrow{color:var(--teal-bright)}
.book .eyebrow::before{background:var(--teal-bright);box-shadow:0 0 0 4px rgba(91,163,160,.18)}
.book h2{color:#fff;font-size:clamp(26px,3.4vw,38px)}
.book p{color:#aebbd6;font-size:16px;margin-top:12px;max-width:46ch}
.book ul{list-style:none;margin-top:22px;display:flex;flex-direction:column;gap:11px}
.book ul li{display:flex;gap:11px;align-items:center;font-size:15px;color:#dbe3f2}
.book ul li svg{width:18px;height:18px;stroke:var(--teal-bright);flex:none}
.form{background:#fff;border-radius:18px;padding:28px;box-shadow:var(--shadow-lg)}
.form h3{font-size:18px;margin-bottom:4px}
.form .fhint{font-size:13px;color:var(--muted);margin-bottom:18px}
.field{margin-bottom:14px}
.field-row{display:flex;gap:12px}
.field-row .field{flex:1;min-width:0}
.field select{appearance:none;-webkit-appearance:none;cursor:pointer;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2356657d' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 13px center;padding-right:36px}
.field label{display:block;font-size:12.5px;font-weight:600;color:#37456180;color:#374561;margin-bottom:6px}
.field input,.field textarea,.field select{
  width:100%;border:1px solid var(--line);border-radius:10px;padding:11px 13px;font-family:var(--body);font-size:14.5px;color:var(--ink);background:var(--paper);transition:border-color .15s ease, box-shadow .15s ease;
}
.field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px var(--teal-soft);background:#fff}
.field textarea{resize:vertical;min-height:72px}
.form .btn-primary{width:100%;justify-content:center;margin-top:4px}
.form-ok{display:none;text-align:center;padding:18px 0}
.form-ok.show{display:block}
.form-ok .ok-ic{width:52px;height:52px;border-radius:50%;background:var(--teal-soft);display:grid;place-items:center;margin:0 auto 14px}
.form-ok .ok-ic svg{width:26px;height:26px;stroke:var(--teal-deep)}

/* footer */
footer{background:var(--navy-deep-2);color:#aebbd6;padding:32px 0 22px;margin-top:0}
.foot-grid{display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap;padding-bottom:22px;border-bottom:1px solid rgba(255,255,255,.10)}
.foot-brand{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.back-to-top{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#aebbd6;text-decoration:none;padding:9px 16px;border:1px solid rgba(255,255,255,.16);border-radius:9px;transition:color .15s ease,border-color .15s ease,background .15s ease}
.back-to-top:hover{color:#fff;border-color:rgba(255,255,255,.32);background:rgba(255,255,255,.05)}
.back-to-top svg{display:block}
.foot-brand img{height:42px}
.foot-brand p{font-size:14px;color:#8d9cba;margin:0;white-space:nowrap}
.foot-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:22px;font-size:13px;color:#7d8cb0;flex-wrap:wrap;gap:10px 24px}
.foot-bottom .ph{font-family:var(--mono)}
.foot-links{display:flex;flex-wrap:wrap;align-items:center;gap:8px 20px}
.foot-links a{color:#8d9cba;text-decoration:none;transition:color .15s ease}
.foot-links a:hover{color:#fff}

/* reveal */
.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease, transform .6s ease}
.reveal.in{opacity:1;transform:none}

/* responsive */
@media (max-width:980px){
  .hero-grid{grid-template-columns:1fr;gap:40px}
  .routing{max-width:520px}
  .grid-3{grid-template-columns:repeat(2,1fr)}
  .demos-wrap{grid-template-columns:1fr;gap:24px}
  .ladder{grid-template-columns:repeat(2,1fr)}
  .auto-grid{grid-template-columns:repeat(2,1fr)}
  .proc{grid-template-columns:repeat(2,1fr);gap:30px}
  .proc::before{display:none}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .book-grid{grid-template-columns:1fr;gap:32px}
}
@media (max-width:1024px){
  .nav-links{display:none}
  .nav-links.open{display:flex;position:absolute;top:72px;left:0;right:0;flex-direction:column;align-items:stretch;
    background:var(--surface);border-bottom:1px solid var(--line);padding:18px 24px;gap:18px}
  .menu-btn{display:inline-flex}
}
@media (max-width:640px){
  .wrap{padding:0 20px}
  .nav-cta .btn-primary{display:none}
  .nav-links.open .nav-menu-cta{display:inline-flex;justify-content:center;margin-top:4px}
  .section{padding:64px 0}
  .hero{padding:48px 0 56px}
  .grid-3{grid-template-columns:1fr}
  .ladder{grid-template-columns:1fr}
  .auto-grid{grid-template-columns:1fr}
  .proc{grid-template-columns:1fr}
  .trust-grid{grid-template-columns:1fr}
  .foot-brand{align-items:flex-start;gap:16px}
  .foot-brand p{white-space:normal}
  .foot-bottom{flex-direction:column;align-items:flex-start;gap:14px}
  .foot-links{gap:8px 18px}
  .field-row{flex-direction:column;gap:0}
}
@media (prefers-reduced-motion:reduce){
  *{animation:none !important;scroll-behavior:auto !important}
  .reveal,.hero-flow>*,.flowstep{opacity:1 !important;transform:none !important;transition:none}
}
