@font-face {
  font-family: "DM Sans";
  src: url("/assets/fonts/dmsans-var.woff2") format("woff2");
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope-var.woff2") format("woff2");
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}

:root {
  --ease: cubic-bezier(.22, 1, .36, 1);
  --ink: #08130f;
  --ink-soft: #405149;
  --paper: #f3f7f3;
  --paper-2: #e9f0ea;
  --line: rgba(8, 36, 25, .12);
  --green: #07844f;
  --green-2: #00a866;
  --mint: #73f2be;
  --dark: #061711;
  --dark-2: #0b251b;
  --radius: 28px;
  --shadow: 0 24px 70px rgba(4, 42, 25, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 999; padding: .8rem 1.1rem; border-radius: 12px; color: #fff; background: var(--green); }
.skip-link:focus { top: 1rem; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.page-noise { position: fixed; inset: 0; z-index: 1000; pointer-events: none; opacity: .025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.86' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.glass { background: rgba(243, 247, 243, .72); border: 1px solid rgba(255,255,255,.68); box-shadow: 0 12px 44px rgba(2,26,16,.14); backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px); }
.glass-dark { background: rgba(5, 30, 21, .64); border: 1px solid rgba(147,255,211,.18); box-shadow: 0 20px 60px rgba(0,0,0,.32); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }

.site-header { position: fixed; z-index: 100; top: 18px; left: 0; right: 0; pointer-events: none; }
.nav-shell { width: min(1160px, calc(100% - 32px)); height: 68px; margin-inline: auto; padding: 0 12px 0 17px; display: flex; align-items: center; justify-content: space-between; border-radius: 20px; pointer-events: auto; transition: .35s ease; }
.site-header.scrolled .nav-shell { height: 60px; background: rgba(244,248,245,.9); box-shadow: 0 12px 34px rgba(4,40,25,.18); }
.brand { display: inline-flex; align-items: center; gap: 10px; font: 800 1.25rem/1 "Manrope", sans-serif; letter-spacing: -.045em; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 44px; color: var(--green); filter: drop-shadow(0 7px 12px rgba(0,120,70,.2)); }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 27px; margin-left: 4rem; }
.desktop-nav a, .nav-text-link { position: relative; font-size: .86rem; font-weight: 600; color: #274138; transition: color .2s ease; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--green); border-radius: 99px; transition: right .25s ease; }
.desktop-nav a:hover { color: var(--green); }
.desktop-nav a:hover::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.button { min-height: 50px; padding: 0 22px; border: 0; border-radius: 15px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font: 700 .94rem/1 "Manrope", sans-serif; cursor: pointer; transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .3s ease, color .3s ease; will-change: transform; }
.button:hover { transform: translate(var(--mag-x, 0), calc(-3px + var(--mag-y, 0) * .4)); }
.button:active { transform: translateY(-1px) scale(.98); }
.button-small { min-height: 43px; padding: 0 17px; border-radius: 12px; font-size: .83rem; }
.button-bright { color: #fff; background: var(--green); box-shadow: 0 10px 24px rgba(0,125,75,.24), inset 0 1px rgba(255,255,255,.2); }
.button-bright:hover { background: #056f43; box-shadow: 0 14px 30px rgba(0,125,75,.32); }
.play-badge-link { display: inline-flex; align-items: center; border-radius: 12px; transition: transform .3s var(--ease), filter .3s var(--ease); will-change: transform; }
.play-badge-link:hover, .play-badge-link:focus-visible { transform: translate(var(--mag-x, 0), calc(-3px + var(--mag-y, 0) * .4)) scale(1.02); filter: brightness(1.08); }
.play-badge-link:active { transform: translateY(-1px) scale(.99); }
.play-badge { display: block; height: 52px; width: auto; border-radius: 12px; filter: drop-shadow(0 12px 26px rgba(0,0,0,.35)); }
.play-badge-nav .play-badge { height: 38px; border-radius: 8px; filter: drop-shadow(0 6px 14px rgba(0,0,0,.22)); }
.play-badge-app .play-badge { height: 50px; }
.button-primary { color: #052015; background: var(--mint); box-shadow: 0 14px 32px rgba(83,243,175,.2), inset 0 1px rgba(255,255,255,.5); }
.button-primary:hover { background: #93ffd3; box-shadow: 0 18px 40px rgba(83,243,175,.3); }
.button-ghost { color: #e9fff5; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.07); backdrop-filter: blur(10px); }
.button-ghost:hover { color: #fff; border-color: rgba(125,255,199,.5); background: rgba(103,242,184,.11); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 0; border-radius: 12px; background: #dce9df; cursor: pointer; }
.menu-toggle span { width: 17px; height: 2px; margin: 4px auto; display: block; border-radius: 5px; background: #153b2b; transition: transform .25s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
.mobile-menu { display: none; width: min(600px, calc(100% - 32px)); margin: 10px auto 0; padding: 13px; border-radius: 20px; pointer-events: auto; }
.mobile-menu a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 15px; border-bottom: 1px solid rgba(7,79,47,.08); font-weight: 700; transition: color .2s ease, background .2s ease, transform .2s ease; }
.mobile-menu a::after { content: "↗"; color: var(--green); opacity: .65; font-size: .9rem; }
.mobile-menu a:hover, .mobile-menu a:focus-visible { color: var(--green); background: rgba(132, 238, 177, .16); transform: translateX(3px); }

.section { position: relative; padding: 120px 0; }
.section-dark { color: #fff; background: var(--dark); }
.section-light { background: var(--paper); }
.hero { min-height: 860px; padding: 170px 0 0; isolation: isolate; overflow: hidden; }
.hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, #061711 0%, #061711 29%, rgba(6,23,17,.87) 48%, rgba(6,23,17,.18) 76%, rgba(6,23,17,.28) 100%); }
.hero::after { content: ""; position: absolute; z-index: 1; inset: 0; opacity: .16; background-image: linear-gradient(rgba(130,255,208,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(130,255,208,.13) 1px, transparent 1px); background-size: 62px 62px; mask-image: linear-gradient(to bottom, #000, transparent 85%); }
.hero-media { position: absolute; z-index: 0; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.hero-media-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2,15,10,.12), rgba(2,15,10,.42)); }
.hero-aura { position: absolute; z-index: 2; width: 340px; height: 340px; border-radius: 50%; filter: blur(90px); opacity: .28; }
.aura-one { left: -90px; top: 180px; background: #00d784; }
.aura-two { right: 6%; bottom: 9%; background: #61ffc2; opacity: .13; }
.hero-grid { position: relative; z-index: 3; display: grid; grid-template-columns: 1.05fr .95fr; min-height: 590px; }
.hero-copy { align-self: center; max-width: 670px; padding-bottom: 40px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 20px; color: #196743; font: 800 .72rem/1 "Manrope", sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { padding: 10px 13px; border: 1px solid rgba(126,255,204,.22); border-radius: 999px; color: #bcfbe0; background: rgba(4,62,40,.42); backdrop-filter: blur(14px); }
.pulse-dot { position: relative; width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 18px var(--mint); }
.pulse-dot::after { content: ""; position: absolute; inset: -5px; border: 1px solid var(--mint); border-radius: 50%; animation: ping 1.8s ease-out infinite; }
.hero h1 { margin: 0; max-width: 760px; font: 800 clamp(4.4rem, 8vw, 7.6rem)/.82 "Manrope", sans-serif; letter-spacing: -.085em; }
.text-glow { color: var(--mint); text-shadow: 0 0 40px rgba(105,255,193,.22); }
.hero-lead { max-width: 610px; margin: 30px 0 31px; color: rgba(235,255,247,.72); font-size: 1.15rem; line-height: 1.68; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-actions .button-primary svg { width: 22px; height: 22px; fill: currentColor; }
.hero-actions .button-primary span { display: grid; gap: 2px; text-align: left; }
.hero-actions .button-primary small { font-size: .51rem; letter-spacing: .11em; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 33px; color: rgba(236,255,247,.67); font-size: .78rem; font-weight: 600; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof i { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid rgba(117,244,189,.25); border-radius: 50%; color: var(--mint); font-size: .58rem; font-style: normal; }
.hero-float-zone { position: relative; }
.signal-card { position: absolute; display: flex; align-items: center; gap: 13px; padding: 13px 15px; border-radius: 18px; animation: floatCard 5s ease-in-out infinite; }
.signal-card-main { right: -10px; top: 210px; min-width: 252px; }
.signal-card-sub { right: 130px; bottom: 88px; min-width: 220px; animation-delay: -2.2s; }
.signal-icon { display: grid; place-items: center; flex: 0 0 39px; width: 39px; height: 39px; border-radius: 12px; background: rgba(87,255,185,.13); color: var(--mint); font-weight: 800; }
.scan-icon { position: relative; border: 1px solid rgba(114,255,196,.3); }
.scan-icon::before, .scan-icon::after { content: ""; position: absolute; inset: 9px; border: 2px solid var(--mint); }
.scan-icon::after { inset: 18px 8px; border-width: 1px 0 0; box-shadow: 0 0 10px var(--mint); }
.signal-card strong, .signal-card small { display: block; }
.signal-card strong { color: #fff; font-size: .83rem; }
.signal-card small { margin-top: 4px; color: rgba(225,255,242,.55); font-size: .67rem; }
.signal-time { margin-left: auto; color: var(--mint); font-size: .57rem; letter-spacing: .12em; }
.hero-edge { position: relative; z-index: 4; min-height: 150px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; border-top: 1px solid rgba(177,255,220,.13); }
.hero-stat { min-height: 70px; padding: 7px 25px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(177,255,220,.13); }
.hero-stat:first-child { padding-left: 0; }
.hero-stat:last-child { border-right: 0; }
.hero-stat strong { color: #fff; font: 700 1.12rem/1.2 "Manrope", sans-serif; }
.hero-stat span { margin-top: 7px; color: rgba(222,255,242,.5); font-size: .76rem; }

.marquee-section { overflow: hidden; padding: 29px 0 25px; border-bottom: 1px solid var(--line); background: #ecf2ed; }
.marquee-section > p { margin: 0 0 18px; text-align: center; color: #6a7c74; font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.logo-marquee { width: 100%; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.logo-track { display: flex; width: max-content; gap: 12px; animation: marquee 34s linear infinite; }
.logo-track:hover { animation-play-state: paused; }
.provider-chip { height: 55px; padding: 0 21px 0 12px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(7,75,45,.09); border-radius: 16px; background: rgba(255,255,255,.7); box-shadow: 5px 5px 15px rgba(18,54,37,.05), -5px -5px 15px rgba(255,255,255,.75); color: #2b3e35; font-weight: 700; white-space: nowrap; }
.provider-chip img { width: 34px; height: 34px; object-fit: contain; border-radius: 9px; }

.section-heading h2 { margin: 0; font: 800 clamp(2.45rem, 5vw, 4.8rem)/.98 "Manrope", sans-serif; letter-spacing: -.065em; }
.section-heading > p, .split-heading > p { color: var(--ink-soft); font-size: 1.05rem; line-height: 1.7; }
.split-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 70px; align-items: end; margin-bottom: 57px; }
.split-heading > p { margin: 0 0 4px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; perspective: 1200px; }
.process-card { position: relative; min-height: 460px; padding: 25px; overflow: hidden; border: 1px solid rgba(7,80,47,.1); border-radius: var(--radius); background: linear-gradient(145deg, #f9fcf9, #e9efea); box-shadow: 14px 14px 35px rgba(22,60,41,.09), -12px -12px 32px #fff; transition: transform .3s ease, box-shadow .3s ease; }
.process-card:hover { box-shadow: 18px 24px 52px rgba(18,74,44,.14), -12px -12px 32px #fff; }
.featured-process { color: #fff; border-color: rgba(115,255,193,.22); background: linear-gradient(150deg, #0a402d, #061a13); box-shadow: 14px 18px 46px rgba(4,45,26,.25); }
.step-number { position: relative; z-index: 2; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(7,80,47,.12); border-radius: 13px; background: rgba(255,255,255,.55); color: var(--green); font: 800 .76rem/1 "Manrope", sans-serif; }
.featured-process .step-number { border-color: rgba(105,255,193,.25); background: rgba(107,255,191,.08); color: var(--mint); }
.process-visual { position: relative; height: 215px; margin: 9px 0 20px; display: grid; place-items: center; }
.process-card h3 { margin: 0 0 12px; font: 800 1.3rem/1.2 "Manrope", sans-serif; letter-spacing: -.035em; }
.process-card p { margin: 0; color: #5e6e66; font-size: .91rem; line-height: 1.65; }
.featured-process p { color: rgba(227,255,243,.58); }
.capture-frame { position: relative; width: 135px; height: 166px; border-radius: 19px; background: linear-gradient(145deg, #fff, #dce8df); box-shadow: 12px 16px 35px rgba(13,76,44,.13); transform: rotate(-5deg); }
.capture-frame span { position: absolute; width: 27px; height: 27px; border-color: var(--green); border-style: solid; }
.capture-frame span:nth-child(1) { left: 14px; top: 14px; border-width: 3px 0 0 3px; border-radius: 7px 0 0; }
.capture-frame span:nth-child(2) { right: 14px; top: 14px; border-width: 3px 3px 0 0; border-radius: 0 7px 0 0; }
.capture-frame span:nth-child(3) { left: 14px; bottom: 14px; border-width: 0 0 3px 3px; border-radius: 0 0 0 7px; }
.capture-frame span:nth-child(4) { right: 14px; bottom: 14px; border-width: 0 3px 3px 0; border-radius: 0 0 7px; }
.capture-frame i { position: absolute; left: 25px; right: 25px; top: 50%; height: 2px; background: var(--mint); box-shadow: 0 0 12px var(--green); animation: scan 2.4s ease-in-out infinite; }
.neural-mini svg { position: absolute; inset: 28px 4px; width: calc(100% - 8px); height: calc(100% - 56px); }
.neural-mini path { fill: none; stroke: rgba(103,255,192,.36); stroke-width: 1.5; stroke-dasharray: 4 8; animation: dash 8s linear infinite; }
.mini-core { position: relative; z-index: 2; display: grid; place-items: center; width: 82px; height: 82px; border: 1px solid rgba(112,255,193,.35); border-radius: 26px; color: #071b13; background: var(--mint); box-shadow: 0 0 0 15px rgba(109,255,193,.07), 0 0 45px rgba(82,255,180,.22); font: 800 1.25rem "Manrope", sans-serif; }
.mini-node { position: absolute; z-index: 2; width: 12px; height: 12px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 18px var(--mint); }
.mini-node.n1 { left: 16px; top: 43px; }.mini-node.n2 { left: 16px; bottom: 43px; }.mini-node.n3 { right: 16px; top: 43px; }.mini-node.n4 { right: 16px; bottom: 43px; }
.result-visual { gap: 13px; align-content: center; }
.result-ring { display: grid; place-items: center; width: 106px; height: 106px; border: 1px solid rgba(0,132,80,.19); border-radius: 50%; background: #dff1e7; box-shadow: 0 0 0 16px rgba(19,143,86,.06), inset 7px 7px 16px rgba(7,91,52,.08), inset -7px -7px 16px #fff; }
.result-ring b { display: grid; place-items: center; width: 68px; height: 68px; border-radius: 50%; color: #fff; background: var(--green); box-shadow: 0 12px 25px rgba(0,130,76,.22); font-size: 2rem; }
.result-visual i { color: var(--green); font: 800 .63rem/1 "Manrope", sans-serif; font-style: normal; letter-spacing: .19em; }

.network-section { overflow: hidden; color: #fff; background: radial-gradient(circle at 50% 52%, #0c5036 0%, #08271d 33%, #04130e 75%); }
.network-section::before { content: ""; position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgba(116,255,197,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(116,255,197,.15) 1px, transparent 1px); background-size: 54px 54px; mask-image: radial-gradient(circle, #000, transparent 76%); }
.network-stars { position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(116,255,196,.9) 1px, transparent 1.5px); background-size: 83px 83px; opacity: .12; }
.network-heading { position: relative; z-index: 2; max-width: 800px; margin: 0 auto 40px; text-align: center; }
.kicker-mint { color: var(--mint); }
.network-heading h2 span { color: var(--mint); }
.network-heading p { max-width: 660px; margin: 24px auto 0; color: rgba(224,255,242,.63); }
.network-stage { position: relative; z-index: 2; height: 650px; margin-top: 24px; }
.network-lines { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.network-lines path { fill: none; stroke: url(#lineGradient); stroke-width: 2; stroke-dasharray: 8 15; filter: url(#glow); animation: dash 8s linear infinite; }
.network-node { position: absolute; z-index: 4; width: 116px; min-height: 104px; padding: 13px 9px 10px; display: grid; justify-items: center; align-content: center; gap: 8px; border: 1px solid rgba(134,255,205,.16); border-radius: 25px; background: rgba(9,48,34,.72); box-shadow: 0 20px 45px rgba(0,0,0,.22), inset 0 1px rgba(255,255,255,.06); backdrop-filter: blur(17px); animation: nodeBreathe 4.5s ease-in-out infinite; cursor: grab; touch-action: pan-y; user-select: none; }
.network-node.dragging { z-index: 8; cursor: grabbing; animation: none; border-color: rgba(126,255,201,.72); box-shadow: 0 25px 55px rgba(0,0,0,.35), 0 0 30px rgba(61,255,177,.25), inset 0 1px rgba(255,255,255,.16); }
.network-node img { width: 42px; height: 42px; object-fit: contain; border-radius: 11px; background: #fff; }
.network-node span { color: rgba(238,255,248,.75); font-size: .72rem; font-weight: 700; text-align: center; }
.node-cbe { left: 2%; top: 7%; }.node-tele { left: 0; top: 42%; animation-delay: -.6s; }.node-boa { left: 4%; bottom: 2%; animation-delay: -1.2s; }
.node-dashen { right: 2%; top: 7%; animation-delay: -1.8s; }.node-awash { right: 0; top: 42%; animation-delay: -2.4s; }.node-cbebirr { right: 4%; bottom: 2%; animation-delay: -3s; }
.network-core { position: absolute; z-index: 5; left: 50%; top: 50%; width: 220px; height: 220px; transform: translate(-50%,-50%); display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(126,255,204,.3); border-radius: 50%; background: radial-gradient(circle at 40% 30%, rgba(90,255,188,.22), rgba(8,54,37,.94) 56%); box-shadow: 0 0 0 24px rgba(93,255,187,.035), 0 0 90px rgba(22,226,139,.2), inset 0 0 45px rgba(104,255,195,.12); }
.core-mark { width: 58px; height: 66px; color: var(--mint); filter: drop-shadow(0 0 24px rgba(98,255,194,.45)); }
.network-core strong { margin-top: 14px; font: 800 1.05rem "Manrope", sans-serif; }
.network-core small { margin-top: 5px; color: rgba(222,255,241,.5); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.core-orbit { position: absolute; border: 1px solid rgba(108,255,196,.2); border-radius: 50%; animation: orbitSpin 12s linear infinite; }
.core-orbit::before { content: ""; position: absolute; top: -4px; left: 50%; width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 16px var(--mint); }
.orbit-one { inset: -34px; }.orbit-two { inset: -72px; animation-duration: 18s; animation-direction: reverse; }
.data-particles i { position: absolute; z-index: 3; width: 5px; height: 5px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 15px var(--mint); animation: travel 4s ease-in-out infinite; }
.data-particles i:nth-child(1) { left: 14%; top: 20%; }.data-particles i:nth-child(2) { left: 14%; top: 50%; animation-delay: -1.1s; }.data-particles i:nth-child(3) { left: 16%; top: 80%; animation-delay: -2.2s; }.data-particles i:nth-child(4) { right: 14%; top: 20%; animation-delay: -.6s; }.data-particles i:nth-child(5) { right: 14%; top: 50%; animation-delay: -1.7s; }.data-particles i:nth-child(6) { right: 16%; top: 80%; animation-delay: -2.8s; }
.provider-note { position: relative; z-index: 2; max-width: 790px; margin: 5px auto 0; color: rgba(211,242,228,.38); font-size: .7rem; line-height: 1.6; text-align: center; }

.centered-heading { max-width: 850px; margin: 0 auto 58px; text-align: center; }
.centered-heading p { max-width: 680px; margin: 22px auto 0; }
.bento-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 330px; gap: 16px; }
.bento-card { position: relative; padding: 28px; overflow: hidden; border: 1px solid rgba(7,80,47,.1); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.85), rgba(230,238,232,.9)); box-shadow: 12px 14px 34px rgba(20,67,42,.08), -8px -8px 25px rgba(255,255,255,.78); transition: transform .3s ease, box-shadow .3s ease; }
.bento-card:hover { transform: translateY(-7px); box-shadow: 18px 24px 52px rgba(18,74,44,.13), -8px -8px 25px #fff; }
.bento-wide { grid-column: span 2; }
.bento-card h3 { max-width: 400px; margin: 13px 0 9px; font: 800 1.3rem/1.2 "Manrope", sans-serif; letter-spacing: -.035em; }
.bento-card p { max-width: 420px; margin: 0; color: #5a6c63; font-size: .89rem; line-height: 1.6; }
.feature-icon { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(0,130,76,.12); border-radius: 13px; color: var(--green); background: rgba(255,255,255,.55); font-size: 1.15rem; font-weight: 800; }
.bento-emerald { color: #fff; border-color: rgba(126,255,204,.2); background: linear-gradient(140deg, #0a6742, #063523); box-shadow: 14px 18px 44px rgba(4,65,38,.2); }
.bento-emerald p, .bento-dark p { color: rgba(229,255,244,.61); }
.bento-emerald .feature-icon, .bento-dark .feature-icon, .photo-copy .feature-icon { color: var(--mint); border-color: rgba(118,255,201,.25); background: rgba(91,255,188,.1); }
.offline-orbit { position: absolute; right: 5%; bottom: -19%; width: 240px; height: 240px; border: 1px solid rgba(118,255,201,.2); border-radius: 50%; }
.offline-orbit::before, .offline-orbit::after { content: ""; position: absolute; border: 1px solid rgba(118,255,201,.12); border-radius: 50%; }
.offline-orbit::before { inset: 26px; }.offline-orbit::after { inset: 55px; }
.cloud-core { position: absolute; z-index: 2; left: 50%; top: 50%; display: grid; place-items: center; width: 76px; height: 76px; transform: translate(-50%,-50%); border-radius: 24px; color: #043421; background: var(--mint); font-size: 1.6rem; box-shadow: 0 0 40px rgba(107,255,193,.25); }
.offline-orbit i { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 14px var(--mint); animation: orbitSpin 9s linear infinite; transform-origin: 120px 120px; }
.bento-emerald { isolation: isolate; }
.bento-emerald::after { content: "OFFLINE READY"; position: absolute; right: 26px; top: 23px; padding: 7px 10px; border: 1px solid rgba(142,255,205,.25); border-radius: 999px; color: #baffdb; background: rgba(0,40,25,.25); font: 800 .55rem/1 "Manrope", sans-serif; letter-spacing: .12em; }
.bento-emerald:hover .offline-orbit { transform: scale(1.08) rotate(8deg); filter: drop-shadow(0 0 18px rgba(109,255,193,.28)); }
.offline-orbit { transition: transform .45s cubic-bezier(.2,.8,.2,1), filter .45s ease; }
.offline-orbit i:nth-child(1) { left: 115px; top: -5px; }.offline-orbit i:nth-child(2) { left: 115px; top: -5px; animation-delay: -3s; }.offline-orbit i:nth-child(3) { left: 115px; top: -5px; animation-delay: -6s; }
.stacked-receipts { position: absolute; right: 30px; bottom: 20px; width: 115px; height: 130px; }
.stacked-receipts i { position: absolute; inset: 8px 0 0 18px; border: 1px solid rgba(0,132,77,.14); border-radius: 17px; background: #eef4ef; box-shadow: 7px 10px 20px rgba(18,70,43,.09); transform: rotate(-10deg); }
.stacked-receipts i:nth-child(2) { inset: 4px 6px 4px 10px; transform: rotate(2deg); background: #f8fbf8; }
.stacked-receipts i:nth-child(3) { inset: 0 12px 8px 0; transform: rotate(10deg); background: #fff; }
.stacked-receipts b { position: absolute; right: 11px; top: 11px; display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; color: #fff; background: #e39919; font-style: normal; }
.team-dots { position: absolute; right: 25px; bottom: 23px; width: 145px; height: 110px; }
.team-dots i { position: absolute; width: 44px; height: 44px; border: 5px solid #f8fbf8; border-radius: 50%; background: linear-gradient(145deg, #b3e8cc, #35a970); box-shadow: 0 8px 17px rgba(0,100,59,.15); }
.team-dots i:nth-child(1) { left: 50px; top: 0; }.team-dots i:nth-child(2) { left: 5px; bottom: 4px; }.team-dots i:nth-child(3) { right: 5px; bottom: 4px; }.team-dots i:nth-child(4) { left: 52px; bottom: 0; background: var(--green); }
.team-dots span { position: absolute; left: 20px; right: 20px; bottom: -6px; height: 34px; border-radius: 30px 30px 0 0; background: rgba(12,138,81,.12); }
.bento-dark { color: #fff; border-color: rgba(106,255,192,.15); background: linear-gradient(145deg, #102e23, #061811); box-shadow: 14px 18px 44px rgba(4,45,27,.18); }
.report-bars { position: absolute; left: 27px; right: 27px; bottom: 24px; height: 100px; display: flex; align-items: end; gap: 10px; }
.report-bars i { flex: 1; height: var(--h); border-radius: 8px 8px 3px 3px; background: linear-gradient(var(--mint), rgba(92,255,187,.13)); box-shadow: 0 0 18px rgba(95,255,190,.12); }
.bento-photo { padding: 0; color: #fff; }
.bento-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.photo-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,18,12,.89), rgba(3,18,12,.42) 62%, rgba(3,18,12,.05)); }
.photo-copy { position: relative; z-index: 2; padding: 29px; }
.photo-copy p { color: rgba(235,255,247,.7); }

.app-section { overflow: hidden; color: #fff; background: linear-gradient(140deg, #071a13 0%, #0a3827 55%, #06130e 100%); }
.app-section::after { content: ""; position: absolute; inset: 0; opacity: .09; background-image: linear-gradient(rgba(111,255,195,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(111,255,195,.16) 1px, transparent 1px); background-size: 55px 55px; mask-image: linear-gradient(90deg, #000, transparent 85%); }
.app-glow { position: absolute; right: 8%; top: 25%; width: 480px; height: 480px; border-radius: 50%; background: #00bf73; filter: blur(140px); opacity: .18; }
.app-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; }
.app-copy h2, .trust-copy h2 { margin: 0; font: 800 clamp(2.8rem, 5vw, 5rem)/.96 "Manrope", sans-serif; letter-spacing: -.07em; }
.app-copy > p { margin: 25px 0; color: rgba(226,255,243,.63); font-size: 1rem; line-height: 1.75; }
.check-list { margin: 0 0 31px; padding: 0; list-style: none; display: grid; gap: 13px; }
.check-list li { display: flex; align-items: center; gap: 11px; color: rgba(239,255,248,.82); font-size: .9rem; }
.check-list span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 8px; color: var(--mint); background: rgba(107,255,193,.09); }
.phone-stage { position: relative; min-height: 700px; perspective: 1400px; }
.phone { position: absolute; top: 50%; left: 50%; width: 255px; padding: 8px; overflow: hidden; border: 1px solid rgba(255,255,255,.19); border-radius: 35px; background: #111; box-shadow: 0 35px 80px rgba(0,0,0,.4), inset 0 1px rgba(255,255,255,.3); transition: transform .45s cubic-bezier(.2,.8,.2,1); }
.phone img { width: 100%; border-radius: 27px; }
.phone-speaker { position: absolute; z-index: 3; top: 14px; left: 50%; width: 62px; height: 15px; transform: translateX(-50%); border-radius: 99px; background: #111; }
.phone-left { z-index: 1; transform: translate(-120%,-46%) rotateY(13deg) rotateZ(-7deg) scale(.8); opacity: .72; }
.phone-center { z-index: 3; transform: translate(-50%,-50%); }
.phone-right { z-index: 2; transform: translate(20%,-46%) rotateY(-13deg) rotateZ(7deg) scale(.8); opacity: .78; }
.phone-stage:hover .phone-left { transform: translate(-128%,-48%) rotateY(8deg) rotateZ(-9deg) scale(.82); opacity: .9; }
.phone-stage:hover .phone-right { transform: translate(28%,-48%) rotateY(-8deg) rotateZ(9deg) scale(.82); opacity: .9; }
.phone-stage:hover .phone-center { transform: translate(-50%,-52%) scale(1.025); }
.scan-light { position: absolute; z-index: 4; left: 50%; top: 46%; width: 236px; height: 2px; transform: translateX(-50%); background: linear-gradient(90deg, transparent, var(--mint), transparent); box-shadow: 0 0 20px var(--mint); animation: phoneScan 4s ease-in-out infinite; pointer-events: none; }

.trust-section { background: #e9efea; }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.trust-visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.trust-visual { isolation: isolate; }
.trust-visual::before { content: ""; position: absolute; inset: 9%; border: 1px solid rgba(12, 145, 88, .13); border-radius: 50%; animation: defensePulse 3.8s ease-out infinite; pointer-events: none; }
.vault-shield { transition: transform .25s ease, filter .25s ease; }
.trust-visual:focus-within .vault-shield, .trust-visual:active .vault-shield { transform: scale(1.06); filter: drop-shadow(0 0 24px rgba(18, 188, 111, .42)); }
.trust-visual:hover::before, .trust-visual:focus-visible::before { animation-duration: 2.2s; border-color: rgba(12,145,88,.3); }
@keyframes defensePulse { 0% { transform: scale(.82); opacity: .65; } 70%, 100% { transform: scale(1.16); opacity: 0; } }
.vault-ring { position: absolute; border: 1px solid rgba(0,132,77,.14); border-radius: 50%; }
.ring-a { width: 410px; height: 410px; box-shadow: inset 20px 20px 60px rgba(13,73,44,.07), inset -20px -20px 60px #fff; }
.ring-b { width: 310px; height: 310px; border-style: dashed; animation: orbitSpin 26s linear infinite; }
.ring-c { width: 210px; height: 210px; box-shadow: 0 0 60px rgba(0,136,78,.12); }
.vault-shield { position: relative; z-index: 2; width: 128px; color: var(--green); filter: drop-shadow(0 20px 25px rgba(0,100,59,.2)); }
.vault-shield path:first-child { fill: currentColor; }.vault-shield path:last-child { fill: none; stroke: #fff; stroke-width: 6; stroke-linecap: round; stroke-linejoin: round; }
.vault-label { position: absolute; z-index: 3; padding: 9px 12px; border: 1px solid rgba(0,131,77,.12); border-radius: 10px; color: #2c6b4d; background: rgba(255,255,255,.64); box-shadow: 7px 8px 20px rgba(20,72,43,.09); font: 800 .57rem "Manrope", sans-serif; letter-spacing: .08em; }
.label-one { left: 6%; top: 26%; }.label-two { right: 2%; top: 39%; }.label-three { left: 13%; bottom: 22%; }
.trust-copy h2 { font-size: clamp(2.5rem,4.6vw,4.5rem); }
.trust-copy > p { margin: 26px 0; color: #4f6259; line-height: 1.8; }
.trust-links { display: grid; border-top: 1px solid rgba(5,62,36,.12); }
.trust-links a { padding: 17px 2px; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(5,62,36,.12); color: #124d34; font-weight: 700; transition: padding .2s ease, color .2s ease; }
.trust-links a:hover { padding-left: 8px; color: var(--green); }

.final-cta-section { padding-top: 0; background: #e9efea; }
.final-cta { position: relative; padding: 94px 30px; overflow: hidden; border-radius: 38px; color: #fff; background: radial-gradient(circle at 50% 120%, #0d734b, transparent 42%), linear-gradient(145deg, #09291e, #04120d); box-shadow: 0 35px 80px rgba(3,38,22,.24); text-align: center; }
.final-cta h2 { position: relative; z-index: 2; margin: 0; font: 800 clamp(3rem, 6vw, 6rem)/.9 "Manrope", sans-serif; letter-spacing: -.08em; }
.final-cta > p { position: relative; z-index: 2; max-width: 620px; margin: 25px auto 29px; color: rgba(226,255,242,.61); font-size: 1rem; line-height: 1.7; }
.final-cta .kicker { position: relative; z-index: 2; }
.cta-actions { position: relative; z-index: 2; display: flex; justify-content: center; gap: 12px; }
.cta-grid-lines { position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(rgba(120,255,201,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(120,255,201,.18) 1px, transparent 1px); background-size: 48px 48px; mask-image: radial-gradient(circle, #000, transparent 73%); }
.cta-orb { position: absolute; width: 280px; height: 280px; border: 1px solid rgba(109,255,193,.14); border-radius: 50%; box-shadow: inset 0 0 50px rgba(98,255,187,.07); }
.orb-left { left: -110px; top: -90px; }.orb-right { right: -100px; bottom: -120px; }

.site-footer { padding: 75px 0 25px; color: rgba(230,255,243,.68); background: #04110c; }
.footer-top { display: grid; grid-template-columns: 1.7fr repeat(3,1fr); gap: 45px; padding-bottom: 60px; }
.brand-footer { color: #fff; }.brand-footer .brand-mark { color: var(--mint); }
.footer-brand p { margin: 19px 0 0; color: rgba(225,255,242,.44); line-height: 1.65; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; font-size: .82rem; }
.footer-column h3 { margin: 0 0 7px; color: #fff; font: 800 .72rem "Manrope", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.footer-column a { transition: color .2s ease, transform .2s ease; }.footer-column a:hover { color: var(--mint); transform: translateX(3px); }
.footer-column span { color: rgba(225,255,242,.4); }
.footer-bottom { padding-top: 23px; display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(189,255,220,.1); color: rgba(225,255,242,.34); font-size: .7rem; }

[data-reveal] { opacity: 0; transform: translateY(30px); transition: opacity .8s cubic-bezier(.2,.8,.2,1), transform .8s cubic-bezier(.2,.8,.2,1); }
[data-reveal].revealed { opacity: 1; transform: translateY(0); }
/* Keep the complete first view usable even before JavaScript/IntersectionObserver runs. */
.hero [data-reveal] { opacity: 1; transform: none; }

@keyframes ping { 0% { transform: scale(.7); opacity: 1; } 100% { transform: scale(1.8); opacity: 0; } }
@keyframes floatCard { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-12px) rotate(1deg); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes scan { 0%,100% { top: 26%; } 50% { top: 72%; } }
@keyframes dash { to { stroke-dashoffset: -180; } }
@keyframes nodeBreathe { 0%,100% { transform: translateY(0); box-shadow: 0 20px 45px rgba(0,0,0,.22); } 50% { transform: translateY(-7px); box-shadow: 0 27px 50px rgba(0,0,0,.29), 0 0 25px rgba(68,255,176,.08); } }
@keyframes orbitSpin { to { transform: rotate(360deg); } }
@keyframes travel { 0%,100% { transform: translateX(0); opacity: .3; } 50% { transform: translateX(410px); opacity: 1; } }
@keyframes phoneScan { 0%,100% { top: 25%; opacity: 0; } 15%,85% { opacity: 1; } 50% { top: 72%; } }

@media (max-width: 1050px) {
  .desktop-nav { gap: 18px; margin-left: 1rem; }
  .desktop-nav a { font-size: .78rem; }
  .nav-text-link { display: none; }
  .hero-grid { grid-template-columns: 1.2fr .8fr; }
  .signal-card-main { right: 0; }
  .bento-grid { grid-template-columns: repeat(2,1fr); }
  .bento-card { grid-column: span 1; }
  .bento-wide { grid-column: span 2; }
  .app-grid { gap: 20px; }
  .phone { width: 225px; }
  .footer-top { grid-template-columns: 1.3fr repeat(3,1fr); }
}

@media (max-width: 820px) {
  .site-header { top: 10px; }
  .desktop-nav, .nav-actions > .button { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu.open { display: block; }
  .hero { min-height: 940px; padding-top: 135px; }
  .hero::before { background: linear-gradient(180deg, #061711 0%, rgba(6,23,17,.92) 52%, rgba(6,23,17,.46) 100%); }
  .hero-media { top: 37%; }
  .hero-media img { object-position: 68% center; }
  .hero-grid { display: block; min-height: 670px; }
  .hero-copy { max-width: 640px; }
  .hero h1 { font-size: clamp(4rem, 15vw, 6.2rem); }
  .hero-float-zone { height: 180px; }
  .signal-card-main { right: 1%; top: 20px; }
  .signal-card-sub { left: 0; right: auto; bottom: 0; }
  .hero-edge { grid-template-columns: repeat(2,1fr); padding: 25px 0; }
  .hero-stat { border-bottom: 1px solid rgba(177,255,220,.13); }
  .hero-stat:nth-child(2) { border-right: 0; }.hero-stat:nth-child(3), .hero-stat:nth-child(4) { border-bottom: 0; }
  .hero-stat:first-child, .hero-stat { padding-left: 18px; }
  .split-heading { grid-template-columns: 1fr; gap: 25px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 400px; }
  .network-stage { height: 690px; }
  .network-lines { display: none; }
  .network-core { width: 190px; height: 190px; }
  .node-cbe { left: 3%; top: 4%; }.node-tele { left: 0; top: 37%; }.node-boa { left: 4%; bottom: 2%; }
  .node-dashen { right: 3%; top: 4%; }.node-awash { right: 0; top: 37%; }.node-cbebirr { right: 4%; bottom: 2%; }
  .app-grid { grid-template-columns: 1fr; }
  .phone-stage { min-height: 650px; margin-top: 20px; }
  .trust-grid { grid-template-columns: 1fr; gap: 30px; }
  .trust-visual { min-height: 430px; }
  .footer-top { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-column:last-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 28px); }
  .nav-shell { position: relative; width: calc(100vw - 20px); }
  .nav-actions { position: absolute; right: 12px; margin-left: auto; }
  .menu-toggle { position: absolute; z-index: 102; top: 13px; right: 13px; display: block !important; }
  .mobile-menu { position: absolute; z-index: 101; top: 68px; left: 14px; right: 14px; width: auto; max-width: none; max-height: calc(100vh - 90px); margin: 0; overflow-y: auto; }
  .section { padding: 84px 0; }
  .hero { min-height: 960px; padding-top: 120px; }
  .hero-media { top: 43%; }
  .hero-media img { object-position: 66% center; }
  .hero-copy { width: 100%; max-width: 100%; overflow: hidden; }
  .hero h1 { max-width: 100%; font-size: clamp(3rem, 14.5vw, 4.35rem); letter-spacing: -.075em; }
  .hero-lead { max-width: 100%; overflow-wrap: anywhere; }
  .hero-lead { margin-top: 24px; font-size: 1rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-proof { gap: 12px; }
  .hero-proof span { width: calc(50% - 8px); }
  .hero-float-zone { height: 140px; }
  .signal-card { transform: scale(.86); transform-origin: right; }
  .signal-card-main { right: -5%; top: 28px; }
  .signal-card-sub { display: none; }
  .hero-edge { grid-template-columns: 1fr 1fr; }
  .hero-stat { padding: 13px 10px !important; }
  .hero-stat strong { font-size: .92rem; }.hero-stat span { font-size: .65rem; }
  .section-heading h2 { font-size: clamp(2.3rem, 12vw, 3.5rem); }
  .process-card { min-height: 420px; }
  .network-stage { height: 520px; transform: scale(.86); transform-origin: center top; margin-bottom: -68px; }
  .network-node { width: 86px; min-height: 83px; padding: 9px 5px; border-radius: 19px; }
  .network-node img { width: 32px; height: 32px; }.network-node span { font-size: .6rem; }
  .network-core { width: 132px; height: 132px; }
  .core-mark { width: 43px; height: 50px; }.network-core strong { font-size: .82rem; }.network-core small { font-size: .48rem; }
  .orbit-one { inset: -22px; }.orbit-two { inset: -44px; }
  .bento-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .bento-card, .bento-wide { grid-column: span 1; min-height: 315px; }
  .bento-photo { min-height: 430px; }.bento-photo > img { object-position: 38% center; }.photo-overlay { background: linear-gradient(180deg, rgba(3,18,12,.25), rgba(3,18,12,.9)); }.photo-copy { position: absolute; left: 0; right: 0; bottom: 0; }
  .app-copy h2, .trust-copy h2 { font-size: 2.65rem; }
  .phone-stage { min-height: 560px; transform: scale(.88); transform-origin: center top; }
  .phone { width: 210px; }
  .phone-left { transform: translate(-105%,-46%) rotateY(13deg) rotateZ(-7deg) scale(.72); }.phone-right { transform: translate(5%,-46%) rotateY(-13deg) rotateZ(7deg) scale(.72); }
  .ring-a { width: 330px; height: 330px; }.ring-b { width: 260px; height: 260px; }.ring-c { width: 180px; height: 180px; }
  .trust-visual { min-height: 380px; }
  .vault-label { font-size: .48rem; }.label-one { left: 0; }.label-two { right: 0; }.label-three { left: 4%; }
  .final-cta { padding: 72px 18px; border-radius: 28px; }
  .final-cta h2 { font-size: 3.2rem; }
  .cta-actions { flex-direction: column; }
  .footer-top { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }.footer-column:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

/* API product surface */
.api-section { background: linear-gradient(180deg, #06362b 0%, #031b16 100%); color: #ebfff5; overflow: hidden; }
.api-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(28px, 6vw, 82px); }
.api-section .section-heading h2 { color: #fff; }
.api-section .section-heading p { color: #b7ddd0; }
.api-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 23px; }
.api-pills span { padding: 8px 11px; border: 1px solid rgba(163, 246, 202, .24); border-radius: 999px; background: rgba(122, 228, 171, .08); color: #bdf8d5; font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.api-console { min-width: 0; border: 1px solid rgba(165, 243, 203, .2); border-radius: 24px; background: rgba(3, 26, 20, .72); box-shadow: 0 28px 70px rgba(0, 0, 0, .28), inset 0 1px rgba(255, 255, 255, .06); overflow: hidden; }
.api-console-top { display: flex; align-items: center; gap: 12px; padding: 15px 18px; border-bottom: 1px solid rgba(165, 243, 203, .13); color: #c9ecdc; font-size: 12px; }
.api-console-top > span { display: flex; gap: 5px; }
.api-console-top i { width: 8px; height: 8px; border-radius: 50%; background: #52dca0; opacity: .8; }
.api-console-top i:nth-child(2) { background: #f0c861; }
.api-console-top i:nth-child(3) { background: #ef7780; }
.api-console-top b { flex: 1; font-weight: 700; }
.api-console-top em { font-style: normal; color: #7be1ae; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.api-console pre { margin: 0; padding: clamp(18px, 3vw, 28px); overflow-x: auto; color: #d5f5e6; font: 500 clamp(11px, 1.4vw, 13px)/1.75 "SFMono-Regular", Consolas, "Liberation Mono", monospace; }
.api-console code { white-space: pre; }
.code-dim { color: #79e0ad; font-weight: 800; }
.code-path, .code-key { color: #88d6ff; }
.code-token { color: #f4ce76; }
.code-string { color: #b8f2a8; }
.code-ok { color: #6ff0ae; font-weight: 800; }
.code-json { color: #c7d4ff; }
.api-console-foot { display: flex; align-items: center; gap: 8px; padding: 12px 18px 15px; border-top: 1px solid rgba(165, 243, 203, .13); color: #9bc9b5; font-size: 11px; }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: #55e8a0; box-shadow: 0 0 0 5px rgba(85, 232, 160, .12); }
@media (max-width: 820px) { .api-grid { grid-template-columns: 1fr; } .api-console { width: 100%; } }
@media (max-width: 480px) { .api-console { border-radius: 18px; } .api-console pre { padding: 16px 13px; font-size: 10.5px; } .api-console-top { padding: 13px 14px; } .api-console-top em { display: none; } }

/* Phone-width guardrails: nothing in the product shell may create a horizontal scroll. */
@media (max-width: 560px) {
  html, body { width: 100%; max-width: 100%; overflow-x: hidden; }
  .container, .section > .container { width: calc(100% - 28px); max-width: 100%; }
  .nav-shell { width: calc(100% - 20px); max-width: 100%; min-width: 0; }
  .brand { min-width: 0; max-width: calc(100% - 58px); }
  .brand > span { min-width: 0; overflow-wrap: anywhere; }
  .hero-copy, .hero h1, .hero-lead, .section-heading, .split-heading, .api-grid, .story-shell { min-width: 0; max-width: 100%; }
  .hero h1 { font-size: clamp(2.85rem, 13vw, 4.2rem); overflow-wrap: anywhere; }
  .mobile-menu { max-width: calc(100% - 28px); }
  .mobile-menu a { padding: 13px 12px; font-size: .92rem; }
  .bento-emerald::after { right: 16px; top: 16px; font-size: .48rem; }
  .eyebrow { font-size: .6rem; letter-spacing: .09em; }
  .eyebrow .pulse-dot { width: 6px; height: 6px; }
  .story-tabs { min-width: 0; }
  .story-tab { min-width: 0; overflow-wrap: anywhere; }
  .api-console pre { max-width: 100%; }
}

/* Interactive product journey */
.story-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 18%, rgba(31, 198, 119, .15), transparent 28rem),
    linear-gradient(180deg, #f6fbf8 0%, #eef8f2 100%);
}

.story-heading { margin-bottom: 3rem; }

.story-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr);
  min-height: 690px;
  overflow: hidden;
  border: 1px solid rgba(4, 92, 54, .14);
  border-radius: 42px;
  background:
    linear-gradient(125deg, rgba(255, 255, 255, .94), rgba(235, 251, 242, .78)),
    #fff;
  box-shadow: 0 34px 90px rgba(3, 60, 36, .14), inset 0 1px 0 #fff;
}

.story-shell::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  left: -210px;
  bottom: -230px;
  border: 1px solid rgba(10, 140, 80, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(10, 140, 80, .035), 0 0 0 110px rgba(10, 140, 80, .025);
}

.story-copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.1rem, 5vw, 5.25rem);
}

.story-progress {
  width: 100%;
  height: 3px;
  margin-bottom: 2rem;
  overflow: hidden;
  border-radius: 4px;
  background: rgba(4, 78, 47, .1);
}

.story-progress span {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #087b48, #22d98a);
  box-shadow: 0 0 20px rgba(26, 211, 128, .55);
  transition: width .55s cubic-bezier(.2, .8, .2, 1);
}

.story-index {
  margin: 0 0 1.15rem;
  color: #0b8e55;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .16em;
}

.story-copy h3 {
  max-width: 560px;
  margin: 0 0 1.3rem;
  color: #07281b;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.story-copy > p:not(.story-index) {
  max-width: 530px;
  min-height: 5.4em;
  color: #526b60;
  font-size: 1.04rem;
  line-height: 1.7;
}

.story-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
  margin-top: 2rem;
}

.story-tab {
  display: flex;
  align-items: center;
  gap: .75rem;
  min-height: 62px;
  padding: .65rem .9rem;
  border: 1px solid rgba(7, 68, 42, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .72);
  color: #345346;
  font: inherit;
  font-weight: 760;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(3, 50, 30, .05), inset 0 1px 0 #fff;
  transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}

.story-tab:hover { transform: translateY(-3px); }
.story-tab.active { border-color: rgba(15, 160, 91, .42); background: #087f4b; color: #fff; }
.story-tab span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px;
  background: rgba(9, 126, 75, .1);
  color: #087f4b;
  font-size: .75rem;
}
.story-tab.active span { background: rgba(255,255,255,.16); color: #fff; }

.story-visual {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  background:
    linear-gradient(rgba(6, 58, 37, .68), rgba(3, 33, 22, .88)),
    radial-gradient(circle at 50% 32%, #0c9f61 0%, #063f29 38%, #021d14 100%);
}

.story-visual::before,
.story-visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(94, 255, 185, .19);
}
.story-visual::before { inset: 8% -15% -22% 10%; }
.story-visual::after { inset: 18% -2% -10% 22%; }

.story-halo {
  position: absolute;
  inset: 12% 9%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(31, 232, 139, .28), transparent 63%);
  filter: blur(6px);
  animation: story-breathe 4.5s ease-in-out infinite;
}

.story-phone {
  position: absolute;
  z-index: 2;
  width: min(325px, 58%);
  aspect-ratio: 760 / 1630;
  left: 50%;
  top: 50%;
  padding: 9px;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,.4);
  border-radius: 42px;
  background: #07120e;
  box-shadow: 0 50px 90px rgba(0,0,0,.48), 0 0 70px rgba(39, 232, 143, .2), inset 0 0 0 2px #18231f;
  transform: translate(-50%, -50%) rotate(4deg);
  transition: transform .5s cubic-bezier(.2,.8,.2,1);
}
.story-shell:hover .story-phone { transform: translate(-50%, -52%) rotate(1.5deg); }
.story-phone img { display: block; width: 100%; height: 100%; border-radius: 33px; object-fit: cover; transition: opacity .18s ease, transform .5s ease; }
.story-phone.changing img { opacity: .08; transform: scale(.97); }
.story-speaker { position: absolute; z-index: 3; top: 14px; left: 50%; width: 58px; height: 6px; border-radius: 8px; background: rgba(10,18,15,.9); transform: translateX(-50%); }

.story-badge {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .85rem 1rem;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  color: #fff;
  background: rgba(5, 35, 23, .63);
  box-shadow: 0 18px 45px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.17);
  backdrop-filter: blur(16px);
}
.badge-live { top: 7%; left: 6%; font-size: .78rem; font-weight: 760; }
.badge-live i { width: 9px; height: 9px; border-radius: 50%; background: #46f5a7; box-shadow: 0 0 0 7px rgba(70,245,167,.12); animation: proof-pulse 2s infinite; }
.badge-result { right: 5%; bottom: 8%; display: grid; gap: .2rem; min-width: 168px; }
.badge-result strong { color: #69ffc0; font-size: .78rem; letter-spacing: .09em; }
.badge-result span { color: rgba(255,255,255,.65); font-size: .72rem; }

@keyframes story-breathe { 50% { transform: scale(1.1); opacity: .72; } }

/* Human-led product moment */
.human-app-visual {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border: 1px solid rgba(91, 255, 183, .18);
  border-radius: 38px;
  background: #032a1c;
  box-shadow: 0 42px 90px rgba(0,0,0,.35);
}
.human-app-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 60% center; transition: transform 1.1s cubic-bezier(.2,.8,.2,1); }
.human-app-visual:hover > img { transform: scale(1.035); }
.human-image-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(0,20,13,.8)); }
.human-proof-card { position: absolute; left: 6%; right: 6%; bottom: 5%; display: flex; align-items: center; gap: .9rem; padding: 1rem 1.1rem; border-radius: 20px; }
.human-proof-card div { display: grid; gap: .18rem; }
.human-proof-card strong { color: #fff; font-size: .9rem; }
.human-proof-card small { color: rgba(255,255,255,.6); }
.proof-pulse { width: 14px; height: 14px; flex: 0 0 auto; border-radius: 50%; background: #34efa0; box-shadow: 0 0 0 8px rgba(52,239,160,.12); animation: proof-pulse 2s ease-out infinite; }
@keyframes proof-pulse { 50% { box-shadow: 0 0 0 13px rgba(52,239,160,0); } }

@media (max-width: 980px) {
  .story-shell { grid-template-columns: 1fr; }
  .story-copy { padding-bottom: 2.2rem; }
  .story-copy > p:not(.story-index) { min-height: 0; }
  .story-visual { min-height: 650px; }
  .human-app-visual { min-height: 560px; }
}

@media (max-width: 620px) {
  .story-shell { border-radius: 28px; }
  .story-copy { padding: 2rem 1.2rem 1.5rem; }
  .story-copy h3 { font-size: 2.2rem; }
  .story-tabs { grid-template-columns: 1fr 1fr; }
  .story-tab { min-height: 54px; font-size: .82rem; }
  .story-visual { min-height: 570px; }
  .story-phone { width: min(275px, 69%); border-radius: 36px; }
  .story-phone img { border-radius: 28px; }
  .badge-live { left: 4%; }
  .badge-result { right: 3%; min-width: 145px; }
  .human-app-visual { min-height: 500px; border-radius: 28px; }
  .human-app-visual > img { object-position: 63% center; }
}

/* Cursor-tracked spotlight — adds a soft glow that follows the pointer on
   interactive surfaces. JS sets --mx/--my per element on pointermove. */
.spotlight { isolation: isolate; }
.spotlight::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  border-radius: inherit;
  background: radial-gradient(260px circle at var(--mx, 50%) var(--my, 50%), rgba(120, 255, 197, .16), transparent 72%);
  transition: opacity .4s ease;
}
.spotlight:hover::before, .spotlight:focus-within::before { opacity: 1; }
.spotlight > * { position: relative; z-index: 1; }
.section-dark .spotlight::before, .network-node.spotlight::before, .featured-process.spotlight::before, .bento-dark.spotlight::before, .bento-emerald.spotlight::before {
  background: radial-gradient(260px circle at var(--mx, 50%) var(--my, 50%), rgba(140, 255, 205, .22), transparent 72%);
}

@media (prefers-reduced-motion: reduce), (pointer: coarse) {
  .spotlight::before { display: none; }
}
