
/* ===== TOKENS (brand bible, unchanged from v6) ===== */
:root {
  --blue:#0E63E6; --blue-hover:#0B4EB5; --teal:#00B5AD; --teal-hover:#008F89;
  --mist-base:#EAF1FC; --ink-base:#0F1B2D;
  --r-sm:12px; --r-md:18px; --r-lg:26px; --r-xl:34px; --r-pill:999px;
  --t:0.3s cubic-bezier(0.4,0,0.2,1);
  --shadow-soft:0 30px 70px -34px rgba(15,27,45,0.32);
  --shadow-card:0 16px 40px -24px rgba(15,27,45,0.22);
  --maxw:1200px;
}
[data-theme="light"] {
  --bg:#FFFFFF; --bg-2:#F3F8FE; --bg-card:#FFFFFF; --bg-visual:#EAF2FB;
  --fg:var(--ink-base); --fg-muted:#45556B; --fg-soft:#566579;
  --border:#E6EDF6; --border-strong:#D3DEEC;
  --tag-bg:rgba(14,99,230,0.08); --teal-bg:rgba(0,181,173,0.12); --teal-text:#00756F; --focus:#0E63E6;
  --mist:var(--mist-base); --logo-tertiary:var(--ink-base);
  --blob-1:rgba(0,181,173,0.16); --blob-2:rgba(14,99,230,0.14);
  --success:#10B981; --ink-panel:#0F1B2D; --topbar:#0F1B2D;
}
[data-theme="dark"] {
  --bg:#070C15; --bg-2:#0B1220; --bg-card:#101B2C; --bg-visual:#0E1826;
  --fg:#F4F8FF; --fg-muted:#9DB0C7; --fg-soft:#7C8DA5;
  --border:rgba(255,255,255,0.09); --border-strong:rgba(255,255,255,0.16);
  --tag-bg:rgba(14,99,230,0.20); --teal-bg:rgba(0,181,173,0.16); --teal-text:#2DD4CC; --focus:#5B9BFF;
  --mist:rgba(234,241,252,0.05); --logo-tertiary:var(--mist-base);
  --blob-1:rgba(0,181,173,0.22); --blob-2:rgba(14,99,230,0.26);
  --success:#34D399; --ink-panel:#0B1220; --topbar:#05090F;
}
* { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { background:var(--bg); color:var(--fg); font-family:'Inter Tight',sans-serif; font-size:16px; line-height:1.6; -webkit-font-smoothing:antialiased; transition:background var(--t), color var(--t); overflow-x:hidden; }
a { color:inherit; text-decoration:none; }
img { display:block; }
.ct { max-width:var(--maxw); margin:0 auto; padding:0 32px; }
.eyebrow { display:inline-flex; align-items:center; gap:8px; font-family:'Space Mono',monospace; font-size:12px; letter-spacing:3px; text-transform:uppercase; color:var(--teal-text); font-weight:700; }
.eyebrow::before { content:''; width:22px; height:2px; background:var(--teal); border-radius:2px; }
.eyebrow.center { justify-content:center; }
.h2 { font-size:clamp(30px,4vw,46px); font-weight:800; letter-spacing:-1.6px; line-height:1.08; }
.h2 span { color:var(--blue); }
.lead { font-size:18px; color:var(--fg-muted); line-height:1.7; }
a:focus-visible, button:focus-visible, [tabindex]:focus-visible { outline:3px solid var(--focus); outline-offset:3px; border-radius:8px; }
.js .reveal { opacity:0; transform:translateY(22px); transition:opacity .6s ease, transform .6s ease; }
.js .reveal.in { opacity:1; transform:none; }
@media (prefers-reduced-motion: reduce){
  *{scroll-behavior:auto!important; animation:none!important;}
  .js .reveal{opacity:1!important;transform:none!important;transition:none!important;}
}

/* ===== BUTTONS ===== */
.btn { display:inline-flex; align-items:center; justify-content:center; gap:8px; font-weight:600; border-radius:var(--r-pill); cursor:pointer; border:none; transition:all .2s; white-space:nowrap; font-family:inherit; }
.btn-lg { font-size:16px; padding:15px 30px; } .btn-md { font-size:14.5px; padding:11px 24px; }
.btn-primary { background:var(--blue); color:#fff; box-shadow:0 14px 28px -12px rgba(14,99,230,0.7); }
.btn-primary:hover { background:var(--blue-hover); transform:translateY(-2px); }
.btn-ghost { background:transparent; color:var(--fg); border:1.5px solid var(--border-strong); }
.btn-ghost:hover { border-color:var(--blue); color:var(--blue); }
.btn-ghost-light { background:rgba(255,255,255,0.08); color:#fff; border:1.5px solid rgba(255,255,255,0.35); backdrop-filter:blur(6px); }
.btn-ghost-light:hover { border-color:#fff; background:rgba(255,255,255,0.16); }
.btn-arrow::after { content:'→'; transition:transform .2s; }
.btn:hover .btn-arrow::after { transform:translateX(3px); }

/* ===== TOP BAR ===== */
.topbar { background:var(--topbar); color:#C7D3E2; font-size:13px; position:relative; z-index:110; }
.topbar-inner { display:flex; align-items:center; justify-content:space-between; gap:16px; padding:9px 0; }
.topbar a { color:#C7D3E2; transition:color .2s; }
.topbar a:hover { color:#fff; }
.topbar .left, .topbar .right { display:flex; align-items:center; gap:22px; }
.topbar .item { display:inline-flex; align-items:center; gap:7px; }
.topbar .item svg { color:var(--teal); }
.topbar .socials { display:flex; gap:14px; }
.topbar .socials a { display:inline-flex; }

/* ===== NAV ===== */
.nav { position:sticky; top:0; z-index:100; background:color-mix(in srgb, var(--bg) 88%, transparent); backdrop-filter:blur(18px); border-bottom:1px solid var(--border); transition:background var(--t), border-color var(--t); }
.nav.overlay { position:fixed; left:0; right:0; background:transparent; border-bottom-color:transparent; backdrop-filter:none; }
.nav.overlay.scrolled { background:color-mix(in srgb, var(--ink-base) 78%, transparent); backdrop-filter:blur(18px); border-bottom-color:rgba(255,255,255,0.08); }
.nav.overlay .wordmark, .nav.overlay .nav-links a { color:#fff; }
.nav.overlay .nav-links a:hover { color:#2DD4CC; }
.nav.overlay .nav-links a.on { color:#2DD4CC; }
.nav.overlay .toggle-track { background:rgba(255,255,255,0.3); }
.nav.overlay .hamburger span { background:#fff; }
.nav-inner { display:flex; align-items:center; justify-content:space-between; gap:24px; padding:14px 0; }
.brand { display:flex; align-items:center; gap:11px; }
.wordmark { font-size:22px; font-weight:700; letter-spacing:-0.6px; color:var(--fg); }
.wordmark span { color:var(--teal); }
.nav-links { display:flex; align-items:center; gap:30px; }
.nav-links a { font-size:15px; font-weight:500; color:var(--fg-muted); transition:color .2s; position:relative; }
.nav-links a:hover { color:var(--blue); }
.nav-links a.on { color:var(--blue); font-weight:600; }
.nav-links a.on::after { content:''; position:absolute; left:0; right:0; bottom:-8px; height:2.5px; border-radius:2px; background:var(--teal); }
.nav-right { display:flex; align-items:center; gap:16px; }
.theme-toggle { display:inline-flex; align-items:center; cursor:pointer; background:none; border:none; padding:4px; }
.toggle-track { width:40px; height:22px; background:var(--border-strong); border-radius:11px; position:relative; transition:background var(--t); }
.toggle-dot { width:16px; height:16px; background:var(--blue); border-radius:50%; position:absolute; top:3px; left:3px; transition:transform var(--t), background var(--t); }
[data-theme="dark"] .toggle-dot { transform:translateX(18px); background:var(--teal); }
.hamburger { display:none; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:10px; }
.hamburger span { width:22px; height:2px; background:var(--fg); border-radius:2px; transition:transform .25s, opacity .25s; }
.hamburger[aria-expanded="true"] span:nth-child(1){ transform:translateY(7px) rotate(45deg); }
.hamburger[aria-expanded="true"] span:nth-child(2){ opacity:0; }
.hamburger[aria-expanded="true"] span:nth-child(3){ transform:translateY(-7px) rotate(-45deg); }
.mobile-menu { display:none; flex-direction:column; gap:4px; padding:12px 32px 20px; border-bottom:1px solid var(--border); background:var(--bg); }
.mobile-menu a { padding:14px 6px; font-size:16px; font-weight:600; min-height:44px; display:flex; align-items:center; color:var(--fg); }
.mobile-menu a.btn { justify-content:center; color:#fff; margin-top:8px; }
.mobile-menu.open { display:flex; }
.nav.overlay .mobile-menu { background:var(--ink-base); }
.nav.overlay .mobile-menu a { color:#fff; }

/* ===== SECTIONS ===== */
.section { padding:88px 0; }
.section.tinted { background:var(--bg-2); }
.section-head { max-width:720px; margin-bottom:52px; }
.section-head.center { margin:0 auto 56px; text-align:center; }
.section-head .eyebrow { margin-bottom:18px; }
.section-head .lead { margin-top:18px; }
.section-head.center .lead { margin-left:auto; margin-right:auto; }

/* ===== CINEMATIC HERO (home) ===== */
.cine { position:relative; min-height:92vh; display:flex; align-items:center; overflow:hidden; color:#fff; background:var(--ink-base); }
.cine-bg { position:absolute; inset:0; background-size:cover; background-position:center right; transform:scale(1.1); animation:kenburns 16s ease-out forwards; }
@keyframes kenburns { to { transform:scale(1.02); } }
.cine-scrim { position:absolute; inset:0; background:linear-gradient(95deg, rgba(7,12,21,0.93) 22%, rgba(7,12,21,0.62) 52%, rgba(7,12,21,0.22) 85%); }
.cine-fade { position:absolute; left:0; right:0; bottom:0; height:90px; background:linear-gradient(to bottom, transparent, var(--bg)); }
.cine-inner { position:relative; z-index:2; width:100%; padding-top:110px; padding-bottom:120px; }
.cine .eyebrow { color:#2DD4CC; margin-bottom:26px; }
.cine h1 { font-size:clamp(44px,6.4vw,84px); font-weight:800; letter-spacing:-3px; line-height:1.0; margin-bottom:26px; }
.cine h1 .rot-word { color:#2DD4CC; display:inline-block; }
.cine h1 .rot-word.out { animation:rotOut .34s ease forwards; }
.cine h1 .rot-word.inw { animation:rotIn .34s ease; }
@keyframes rotOut { to { opacity:0; transform:translateY(-16px); } }
@keyframes rotIn { from { opacity:0; transform:translateY(18px); } to { opacity:1; transform:none; } }
.cine .sub { font-size:clamp(17px,1.6vw,20px); color:rgba(233,240,250,0.85); line-height:1.65; max-width:560px; margin-bottom:38px; }
.cine .hero-cta { display:flex; gap:14px; flex-wrap:wrap; }
.cine .hero-trust { display:flex; gap:30px; margin-top:52px; flex-wrap:wrap; }
.cine .ht { display:flex; flex-direction:column; }
.cine .ht .n { font-size:30px; font-weight:800; letter-spacing:-1.2px; }
.cine .ht .n span { color:#2DD4CC; font-size:19px; font-weight:700; margin-left:6px; }
.cine .ht .l { font-size:13.5px; color:rgba(199,211,226,0.75); }
.cine .div { width:1px; background:rgba(255,255,255,0.18); }
.hero-word-stage { min-height:1em; }

/* staggered hero entrance */
.js .stagger > * { opacity:0; transform:translateY(26px); animation:rise .7s cubic-bezier(0.2,0.7,0.3,1) forwards; }
.js .stagger > *:nth-child(1){ animation-delay:.05s } .js .stagger > *:nth-child(2){ animation-delay:.15s }
.js .stagger > *:nth-child(3){ animation-delay:.28s } .js .stagger > *:nth-child(4){ animation-delay:.4s }
.js .stagger > *:nth-child(5){ animation-delay:.55s }
@keyframes rise { to { opacity:1; transform:none; } }

/* ===== MARQUEE ===== */
.marquee-band { padding:26px 0; border-bottom:1px solid var(--border); overflow:hidden; }
.marquee { display:flex; gap:14px; width:max-content; animation:scrollx 34s linear infinite; }
.marquee:hover { animation-play-state:paused; }
@keyframes scrollx { to { transform:translateX(-50%); } }
.mq-chip { display:inline-flex; align-items:center; gap:9px; font-size:14px; font-weight:600; padding:10px 18px; border-radius:var(--r-pill); background:var(--bg-2); border:1px solid var(--border); color:var(--fg-muted); white-space:nowrap; }
.mq-chip svg { color:var(--teal); flex-shrink:0; }

/* ===== HOOK CARDS (home) ===== */
.hook-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.hook-card { position:relative; display:flex; flex-direction:column; background:var(--bg-card); border:1px solid var(--border); border-radius:var(--r-lg); padding:36px 32px; min-height:280px; transition:transform .25s, box-shadow .25s, border-color .25s; overflow:hidden; }
.hook-card:hover { transform:translateY(-6px); box-shadow:var(--shadow-card); border-color:var(--border-strong); }
.hook-ic { width:56px; height:56px; border-radius:var(--r-md); background:var(--teal-bg); color:var(--teal); display:flex; align-items:center; justify-content:center; margin-bottom:22px; }
.hook-card:nth-child(2) .hook-ic { background:var(--tag-bg); color:var(--blue); }
.hook-card h3 { font-size:21px; font-weight:700; letter-spacing:-0.5px; margin-bottom:10px; }
.hook-card p { font-size:15px; color:var(--fg-muted); line-height:1.65; margin-bottom:22px; }
.hook-go { margin-top:auto; display:inline-flex; align-items:center; gap:8px; font-size:14.5px; font-weight:700; color:var(--blue); }
.hook-go::after { content:'→'; transition:transform .2s; }
.hook-card:hover .hook-go::after { transform:translateX(4px); }
.hook-card.dark { background:var(--ink-panel); border-color:rgba(255,255,255,0.08); color:#fff; }
.hook-card.dark .hook-bgimg { position:absolute; inset:0; background-size:cover; background-position:center; opacity:.5; }
.hook-card.dark .hook-scrim { position:absolute; inset:0; background:linear-gradient(160deg, var(--ink-panel) 30%, rgba(15,27,45,0.4)); }
.hook-card.dark > :not(.hook-bgimg):not(.hook-scrim) { position:relative; z-index:1; }
.hook-card.dark p { color:#A9BBD2; }
.hook-card.dark .hook-ic { background:rgba(45,212,204,0.16); color:#2DD4CC; }
.hook-card.dark .hook-go { color:#2DD4CC; }
[data-theme="dark"] .hook-go, [data-theme="dark"] .nav-links a:hover, [data-theme="dark"] .nav-links a.on { color:#5B9BFF; }
[data-theme="dark"] .hook-card.dark .hook-go { color:#2DD4CC; }

/* ===== PROOF BAND (home) ===== */
.proof { background:linear-gradient(120deg, var(--ink-panel), #16283f); color:#fff; border-radius:var(--r-xl); padding:56px; display:grid; grid-template-columns:1.35fr 1fr; gap:48px; align-items:center; position:relative; overflow:hidden; }
.proof::after { content:''; position:absolute; width:380px; height:380px; border-radius:50%; background:radial-gradient(circle, rgba(0,181,173,0.28), transparent 70%); top:-150px; right:-70px; }
.proof blockquote { position:relative; font-size:clamp(20px,2.2vw,26px); font-weight:600; letter-spacing:-0.4px; line-height:1.5; }
.proof blockquote::before { content:'\201C'; font-family:Georgia,serif; font-size:70px; line-height:0; color:#2DD4CC; opacity:.6; display:block; margin-bottom:18px; }
.proof .who { display:flex; align-items:center; gap:13px; margin-top:24px; }
.proof .who img { width:46px; height:46px; border-radius:50%; object-fit:cover; border:2px solid rgba(255,255,255,0.25); }
.proof .who .n { font-size:15px; font-weight:700; display:flex; align-items:center; gap:8px; flex-wrap:wrap; }
.proof .who .r { font-size:13px; color:#A9BBD2; }
.proof-stats { position:relative; display:grid; gap:22px; }
.proof-stats .sb .n { font-size:38px; font-weight:800; letter-spacing:-1.6px; }
.proof-stats .sb .n span { color:#2DD4CC; font-size:22px; }
.proof-stats .sb .l { font-size:14px; color:#A9BBD2; }
.proof-link { display:inline-flex; align-items:center; gap:8px; font-size:15px; font-weight:700; color:#2DD4CC; margin-top:6px; }
.proof-link::after { content:'→'; transition:transform .2s; }
.proof-link:hover::after { transform:translateX(4px); }
.ph-inline { font-family:'Space Mono',monospace; font-size:9px; letter-spacing:1px; text-transform:uppercase; color:#A9BBD2; border:1px dashed rgba(255,255,255,0.35); border-radius:5px; padding:2px 7px; }

/* ===== PAGE HERO (inner pages) ===== */
.page-hero { position:relative; background:var(--bg-2); padding:84px 0 72px; overflow:hidden; }
.page-hero .blob { position:absolute; border-radius:50%; filter:blur(70px); }
.page-hero .blob.b1 { width:420px; height:420px; background:var(--blob-1); top:-180px; right:-80px; }
.page-hero .blob.b2 { width:360px; height:360px; background:var(--blob-2); bottom:-200px; left:-100px; }
.page-hero .ct { position:relative; }
.page-hero h1 { font-size:clamp(36px,4.6vw,58px); font-weight:800; letter-spacing:-2px; line-height:1.05; margin:20px 0 18px; max-width:800px; }
.page-hero h1 span { color:var(--blue); }
.page-hero .lead { max-width:640px; }
.page-hero .hero-cta { display:flex; gap:14px; flex-wrap:wrap; margin-top:30px; }

/* page hero with media */
.ph-grid { display:grid; grid-template-columns:1.05fr 0.95fr; gap:56px; align-items:center; }
.ph-media { position:relative; }
.ph-media .blobm { position:absolute; inset:-5%; border-radius:46% 54% 60% 40% / 52% 44% 56% 48%; background:linear-gradient(150deg, var(--blob-1), var(--blob-2)); }
.ph-frame { position:relative; border-radius:var(--r-xl); overflow:hidden; box-shadow:var(--shadow-soft); border:6px solid var(--bg-card); aspect-ratio:5/4; }
.ph-frame img { width:100%; height:100%; object-fit:cover; }

/* ===== PHOTO STRIP (home) ===== */
.photo-strip { display:grid; grid-template-columns:1.25fr 1fr 1fr 1.25fr; gap:14px; }
.photo-strip .pst { border-radius:var(--r-lg); overflow:hidden; height:230px; box-shadow:var(--shadow-card); }
.photo-strip .pst img { width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.photo-strip .pst:hover img { transform:scale(1.06); }
.photo-strip .pst:nth-child(2) { margin-top:26px; }
.photo-strip .pst:nth-child(3) { margin-top:-14px; }
.photo-strip .pst:nth-child(4) { margin-top:12px; }

/* ===== ONE-FILE ROUTER ===== */
.pageview { display:none; }
.pageview.active { display:block; }
body[data-page="home"] .topbar { display:none; }

/* ===== FLOW STRIP ===== */
.flow-strip { display:flex; align-items:stretch; gap:0; flex-wrap:wrap; margin-top:44px; }
.flow-step { flex:1; min-width:190px; display:flex; align-items:center; gap:14px; padding:18px 20px; background:var(--bg-card); border:1px solid var(--border); }
.flow-step:first-child { border-radius:var(--r-md) 0 0 var(--r-md); }
.flow-step:last-child { border-radius:0 var(--r-md) var(--r-md) 0; }
.flow-step + .flow-step { border-left:none; }
.flow-step .num { font-family:'Space Mono',monospace; font-size:12px; font-weight:700; color:var(--teal-text); background:var(--teal-bg); width:30px; height:30px; border-radius:50%; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.flow-step .t { font-size:14.5px; font-weight:700; line-height:1.3; }
.flow-step .s { font-size:12.5px; color:var(--fg-soft); line-height:1.35; }

/* ===== SERVICES GRID ===== */
.svc-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.svc-card { background:var(--bg-card); border:1px solid var(--border); border-radius:var(--r-lg); padding:34px; transition:transform .25s, box-shadow .25s, border-color .25s; }
.svc-card:hover { transform:translateY(-5px); box-shadow:var(--shadow-card); border-color:var(--border-strong); }
.svc-ic { width:60px; height:60px; border-radius:var(--r-md); background:var(--teal-bg); color:var(--teal); display:flex; align-items:center; justify-content:center; margin-bottom:22px; }
.svc-card:nth-child(3n+2) .svc-ic { background:var(--tag-bg); color:var(--blue); }
.svc-card h3 { font-size:20px; font-weight:700; letter-spacing:-0.4px; margin-bottom:12px; }
.svc-card ul { list-style:none; display:grid; gap:9px; }
.svc-card li { display:flex; align-items:flex-start; gap:9px; font-size:14.5px; color:var(--fg-muted); }
.svc-card li svg { color:var(--teal); flex-shrink:0; margin-top:3px; }

/* ===== FEATURE SPLIT ===== */
.feature { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
.feature.rev .feat-media { order:2; }
.feat-media { position:relative; }
.feat-blob { position:absolute; inset:-6%; z-index:0; border-radius:44% 56% 52% 48% / 56% 46% 54% 44%; background:linear-gradient(150deg, var(--blob-2), var(--blob-1)); }
.feat-frame { position:relative; z-index:1; border-radius:var(--r-xl); overflow:hidden; box-shadow:var(--shadow-card); border:6px solid var(--bg-card); aspect-ratio:5/4; }
.feat-frame img { width:100%; height:100%; object-fit:cover; }
.feature h3 { font-size:clamp(26px,3vw,38px); font-weight:800; letter-spacing:-1px; margin:16px 0 18px; }
.feature p { font-size:17px; color:var(--fg-muted); line-height:1.7; margin-bottom:26px; }
.feat-list { list-style:none; display:grid; gap:14px; margin-bottom:30px; }
.feat-list li { display:flex; align-items:flex-start; gap:12px; font-size:16px; font-weight:500; }
.feat-list li .ck { width:26px; height:26px; border-radius:50%; background:var(--teal-bg); color:var(--teal); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.chip-row { display:flex; flex-wrap:wrap; gap:10px; }
.chip { display:inline-flex; align-items:center; gap:8px; font-size:13.5px; font-weight:600; padding:9px 15px; border-radius:var(--r-pill); background:var(--bg-visual); border:1px solid var(--border); }
.chip svg { color:var(--blue); }

/* ===== TEAM CARDS ===== */
.team-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.team-card { background:var(--bg-card); border:1px solid var(--border); border-radius:var(--r-lg); overflow:hidden; transition:transform .25s, box-shadow .25s; }
.team-card:hover { transform:translateY(-5px); box-shadow:var(--shadow-card); }
.team-photo { height:240px; overflow:hidden; position:relative; }
.team-photo img { width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.team-card:hover .team-photo img { transform:scale(1.05); }
.team-body { padding:26px; }
.team-kicker { font-family:'Space Mono',monospace; font-size:11px; letter-spacing:1.5px; text-transform:uppercase; color:var(--teal-text); font-weight:700; margin-bottom:8px; }
.team-body h3 { font-size:20px; font-weight:700; letter-spacing:-0.4px; margin-bottom:16px; }
.team-body ul { list-style:none; display:grid; gap:9px; }
.team-body li { display:flex; align-items:flex-start; gap:9px; font-size:14.5px; color:var(--fg-muted); }
.team-body li svg { color:var(--teal); flex-shrink:0; margin-top:3px; }

/* ===== AI BAND ===== */
.ai-band { position:relative; border-radius:var(--r-xl); overflow:hidden; padding:64px 56px; color:#fff; background:var(--ink-panel); }
.ai-band .ai-bg { position:absolute; inset:0; background-size:cover; background-position:center; }
.ai-band .ai-scrim { position:absolute; inset:0; background:linear-gradient(90deg, var(--ink-panel) 30%, rgba(15,27,45,0.5) 70%, rgba(15,27,45,0.15) 100%); }
.ai-band .inner { position:relative; z-index:1; max-width:640px; }
.ai-band .eyebrow { color:#2DD4CC; margin-bottom:16px; }
.ai-band h3 { font-size:clamp(28px,3.4vw,40px); font-weight:800; letter-spacing:-1.2px; margin-bottom:18px; }
.ai-band h3 span { color:#2DD4CC; }
.ai-band p { font-size:18px; color:#A9BBD2; line-height:1.7; margin-bottom:28px; }
.ai-nodes { display:flex; flex-wrap:wrap; gap:12px; }
.ai-node { display:inline-flex; align-items:center; gap:9px; padding:11px 18px; border-radius:var(--r-pill); background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.13); font-size:14px; font-weight:600; }
.ai-node svg { color:#2DD4CC; }

/* ===== DIFFERENTIATORS ===== */
.diff-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.diff-card { background:var(--bg-card); border:1px solid var(--border); border-radius:var(--r-lg); padding:34px; transition:transform .25s, box-shadow .25s; }
.diff-card:hover { transform:translateY(-5px); box-shadow:var(--shadow-card); }
.diff-num { font-family:'Space Mono',monospace; font-size:13px; font-weight:700; color:var(--teal-text); margin-bottom:16px; display:block; }
.diff-card h3 { font-size:20px; font-weight:700; letter-spacing:-0.4px; margin-bottom:12px; }
.diff-card p { font-size:15px; color:var(--fg-muted); line-height:1.65; }

/* ===== STATS BAND ===== */
.stats-band { background:linear-gradient(120deg, var(--ink-panel), #16283f); color:#fff; border-radius:var(--r-xl); padding:44px 48px; display:grid; grid-template-columns:1.3fr 1fr 1fr 1fr; gap:30px; align-items:center; position:relative; overflow:hidden; }
.stats-band::after { content:''; position:absolute; width:340px; height:340px; border-radius:50%; background:radial-gradient(circle, rgba(0,181,173,0.3), transparent 70%); top:-140px; right:-60px; }
.stats-band .intro { position:relative; }
.stats-band .intro h3 { font-size:22px; font-weight:700; letter-spacing:-0.5px; line-height:1.3; }
.stats-band .sb { position:relative; }
.stats-band .sb .n { font-size:40px; font-weight:800; letter-spacing:-1.6px; }
.stats-band .sb .n span { color:#2DD4CC; }
.stats-band .sb .l { font-size:14px; color:#A9BBD2; margin-top:2px; }

/* ===== SECURITY ===== */
.sec-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.sec-item { display:flex; align-items:center; gap:14px; background:var(--bg-card); border:1px solid var(--border); border-radius:var(--r-md); padding:20px 22px; }
.sec-item .sic { width:44px; height:44px; border-radius:12px; background:var(--teal-bg); color:var(--teal); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.sec-item .st { font-size:15px; font-weight:600; }

/* ===== TESTIMONIAL ===== */
.testi { max-width:900px; margin:0 auto; text-align:center; }
.testi .quote-mark { font-family:Georgia,serif; font-size:90px; line-height:0.4; color:var(--teal); opacity:.5; }
.testi p { font-size:clamp(22px,2.6vw,30px); font-weight:600; letter-spacing:-0.5px; line-height:1.45; margin:24px 0 34px; }
.testi .who { display:inline-flex; align-items:center; gap:16px; }
.testi .who img { width:60px; height:60px; border-radius:50%; object-fit:cover; border:3px solid var(--bg-card); box-shadow:var(--shadow-card); }
.testi .who .n { font-size:16px; font-weight:700; text-align:left; display:flex; align-items:center; gap:8px; flex-wrap:wrap; }
.testi .who .r { font-size:14px; color:var(--fg-soft); text-align:left; }
.testi .ph-inline { color:var(--fg-soft); border-color:var(--border-strong); }

/* ===== CTA BAND ===== */
.cta-box { position:relative; background:linear-gradient(135deg, var(--blue), #0A44A0); border-radius:var(--r-xl); padding:74px 48px; text-align:center; overflow:hidden; color:#fff; }
.cta-box::before { content:''; position:absolute; width:380px; height:380px; border-radius:50%; background:radial-gradient(circle, rgba(0,181,173,0.42), transparent 70%); top:-130px; left:-70px; }
.cta-box::after { content:''; position:absolute; width:320px; height:320px; border-radius:50%; background:radial-gradient(circle, rgba(255,255,255,0.14), transparent 70%); bottom:-140px; right:-50px; }
.cta-box h2 { font-size:clamp(30px,4vw,48px); font-weight:800; letter-spacing:-1.4px; position:relative; margin-bottom:16px; }
.cta-box p { font-size:18px; color:rgba(255,255,255,0.85); max-width:560px; margin:0 auto 32px; position:relative; }
.cta-box .btn { background:#fff; color:var(--blue); position:relative; }
.cta-box .btn:hover { background:var(--mist-base); }
.cta-box .note { position:relative; margin-top:18px; font-size:14px; color:rgba(255,255,255,0.78); }

/* ===== DEMO PAGE ===== */
.demo-wrap { display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:start; }
.demo-steps { list-style:none; display:grid; gap:0; margin:34px 0 38px; }
.demo-steps li { display:flex; gap:18px; position:relative; padding-bottom:30px; }
.demo-steps li:last-child { padding-bottom:0; }
.demo-steps li::before { content:''; position:absolute; left:19px; top:42px; bottom:4px; width:2px; background:var(--border-strong); }
.demo-steps li:last-child::before { display:none; }
.demo-steps .dn { width:40px; height:40px; border-radius:50%; background:var(--teal-bg); color:var(--teal-text); font-family:'Space Mono',monospace; font-weight:700; font-size:14px; display:flex; align-items:center; justify-content:center; flex-shrink:0; position:relative; z-index:1; }
.demo-steps .dt { font-size:17px; font-weight:700; margin-bottom:4px; }
.demo-steps .ds { font-size:15px; color:var(--fg-muted); line-height:1.6; }
.demo-assure { display:grid; gap:12px; margin-bottom:38px; }
.demo-assure .item { display:flex; align-items:center; gap:12px; font-size:15px; font-weight:500; }
.demo-assure .item svg { color:var(--teal); flex-shrink:0; }
.form-card { background:var(--bg-card); border:1px solid var(--border); border-radius:var(--r-xl); padding:44px; box-shadow:var(--shadow-card); }
.form-card h3 { font-size:22px; font-weight:800; letter-spacing:-0.6px; margin-bottom:6px; }
.form-card .fsub { font-size:14.5px; color:var(--fg-soft); margin-bottom:28px; }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.form-grid .full { grid-column:1 / -1; }
.field label { display:block; font-size:13px; font-weight:700; margin-bottom:7px; }
.field input, .field textarea, .field select { width:100%; background:var(--bg-2); border:1.5px solid var(--border); border-radius:var(--r-sm); padding:13px 15px; font-family:inherit; font-size:15px; color:var(--fg); outline:none; transition:border-color .2s; }
.field input:focus, .field textarea:focus, .field select:focus { border-color:var(--blue); }
.field textarea { resize:vertical; min-height:110px; }
.form-note { font-size:12.5px; color:var(--fg-soft); margin-top:14px; line-height:1.5; }
.form-ok { display:none; text-align:center; padding:40px 10px; }
.form-ok .okic { width:64px; height:64px; border-radius:50%; background:var(--teal-bg); color:var(--teal); display:flex; align-items:center; justify-content:center; margin:0 auto 20px; }
.form-ok h4 { font-size:22px; font-weight:800; margin-bottom:8px; }
.form-ok p { font-size:15px; color:var(--fg-muted); }
.contact-inline { display:grid; gap:12px; }
.contact-inline .item { display:flex; align-items:center; gap:11px; font-size:15px; color:var(--fg-muted); }
.contact-inline .item svg { color:var(--teal); flex-shrink:0; }
.contact-inline a:hover { color:var(--blue); }

/* ===== CONTATTI ===== */
.contact-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.contact-card { display:flex; flex-direction:column; align-items:flex-start; gap:14px; background:var(--bg-card); border:1px solid var(--border); border-radius:var(--r-lg); padding:32px; transition:transform .25s, box-shadow .25s; }
.contact-card:hover { transform:translateY(-4px); box-shadow:var(--shadow-card); }
.contact-card .cic { width:52px; height:52px; border-radius:var(--r-md); background:var(--teal-bg); color:var(--teal); display:flex; align-items:center; justify-content:center; }
.contact-card:nth-child(2) .cic { background:var(--tag-bg); color:var(--blue); }
.contact-card h3 { font-size:18px; font-weight:700; letter-spacing:-0.3px; }
.contact-card p { font-size:14.5px; color:var(--fg-soft); line-height:1.55; }
.contact-card .cl { font-size:16px; font-weight:700; color:var(--blue); }
.contact-card .cl:hover { text-decoration:underline; }
@media (max-width:960px){ .contact-grid { grid-template-columns:1fr; } }

/* ===== FOOTER ===== */
footer { background:var(--ink-panel); color:#C7D3E2; padding:72px 0 34px; }
.foot-top { display:grid; grid-template-columns:1.6fr 1fr 1fr 1.4fr; gap:44px; padding-bottom:44px; border-bottom:1px solid rgba(255,255,255,0.1); }
.foot-brand .wordmark { color:#fff; font-size:24px; margin-bottom:14px; display:inline-block; }
.foot-brand .wordmark span { color:var(--teal); }
.foot-brand p { font-size:15px; color:#93A4BC; max-width:290px; line-height:1.6; margin-bottom:18px; }
.foot-contact { display:grid; gap:10px; font-size:14px; }
.foot-contact .item { display:flex; align-items:center; gap:10px; }
.foot-contact .item svg { color:var(--teal); flex-shrink:0; }
.foot-col h4, .foot-news h4 { color:#fff; font-family:'Space Mono',monospace; font-size:11px; letter-spacing:1.5px; text-transform:uppercase; margin-bottom:18px; }
.foot-col a { display:block; font-size:15px; color:#A9BBD2; margin-bottom:12px; transition:color .2s; }
.foot-col a:hover { color:#fff; }
.foot-news p { font-size:14px; color:#93A4BC; margin-bottom:16px; line-height:1.6; }
.news-form { display:flex; gap:8px; }
.news-form input { flex:1; background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.14); border-radius:var(--r-pill); padding:12px 18px; color:#fff; font-family:inherit; font-size:14px; outline:none; }
.news-form input::placeholder { color:#7C8DA5; }
.news-form input:focus { border-color:var(--teal); }
.foot-bottom { padding-top:26px; display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap; }
.foot-bottom span, .foot-bottom a { font-size:13px; color:#7C8DA5; }
.foot-bottom .socials { display:flex; gap:16px; }
.foot-bottom .socials a:hover { color:#fff; }

/* ===== RESPONSIVE ===== */
@media (max-width:960px) {
  .nav-links { display:none; } .hamburger { display:flex; }
  .topbar .item.addr { display:none; }
  .cine { min-height:76vh; }
  .cine-inner { padding-top:130px; padding-bottom:110px; }
  .cine .eyebrow { font-size:10.5px; letter-spacing:2px; }
  .cine-scrim { background:linear-gradient(180deg, rgba(7,12,21,0.88) 30%, rgba(7,12,21,0.55)); }
  .hook-grid { grid-template-columns:1fr; }
  .hook-card { min-height:0; }
  .proof { grid-template-columns:1fr; padding:40px 32px; gap:36px; }
  .svc-grid { grid-template-columns:1fr 1fr; }
  .diff-grid { grid-template-columns:1fr; }
  .feature, .feature.rev { grid-template-columns:1fr; gap:36px; } .feature.rev .feat-media { order:0; }
  .team-grid { grid-template-columns:1fr; max-width:440px; margin:0 auto; }
  .sec-grid { grid-template-columns:1fr 1fr; }
  .stats-band { grid-template-columns:1fr 1fr; gap:26px; padding:36px; }
  .ai-band { padding:48px 32px; }
  .demo-wrap { grid-template-columns:1fr; }
  .ph-grid { grid-template-columns:1fr; gap:36px; }
  .ph-media { max-width:520px; }
  .photo-strip { grid-template-columns:1fr 1fr; }
  .photo-strip .pst { height:190px; }
  .photo-strip .pst:nth-child(n) { margin-top:0; }
  .flow-strip { flex-direction:column; }
  .flow-step:first-child { border-radius:var(--r-md) var(--r-md) 0 0; }
  .flow-step:last-child { border-radius:0 0 var(--r-md) var(--r-md); }
  .flow-step + .flow-step { border-left:1px solid var(--border); border-top:none; }
  .foot-top { grid-template-columns:1fr 1fr; gap:32px; }
}
@media (max-width:560px) {
  .ct { padding:0 20px; } .section { padding:60px 0; }
  .cine-inner { padding-top:120px; padding-bottom:100px; }
  .page-hero { padding:64px 0 56px; }
  .topbar .left .item.hours { display:none; }
  .svc-grid { grid-template-columns:1fr; }
  .sec-grid { grid-template-columns:1fr; }
  .stats-band { grid-template-columns:1fr; }
  .form-grid { grid-template-columns:1fr; }
  .form-card { padding:30px 22px; }
  .foot-top { grid-template-columns:1fr; }
  .foot-col a { min-height:40px; display:flex; align-items:center; }
  .nav-demo-btn { display:none; }
  .cine .hero-trust .div { display:none; }
}
