:root {
  --ink: #050810;
  --ink-2: #09101e;
  --ink-3: #10192c;
  --line: rgba(165, 184, 221, .16);
  --line-light: rgba(12, 25, 50, .12);
  --paper: #f4f6fa;
  --white: #fff;
  --muted: #9ba9c2;
  --dark-muted: #5e6b80;
  --cyan: #7de7ff;
  --blue: #5a8cff;
  --violet: #a78bfa;
  --accent: linear-gradient(135deg, #66dbff 0%, #7f91ff 45%, #a78bfa 100%);
  --display: "Arial Narrow", "Aptos Display", "Helvetica Neue", Arial, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: min(1180px, calc(100% - 40px));
  --radius: 26px;
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: #eef3ff; background: var(--ink); font-family: var(--body); line-height: 1.6; overflow-x: hidden; }
body, button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 200; padding: .8rem 1rem; border-radius: 10px; background: #fff; color: #050810; transform: translateY(-140%); transition: transform .2s; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }

.page-noise { position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .035; 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='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.4'/%3E%3C/svg%3E"); }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 90; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, backdrop-filter .25s; }
.site-header.is-scrolled { background: rgba(5, 8, 16, .78); border-color: var(--line); backdrop-filter: blur(22px) saturate(140%); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand img { flex: 0 0 auto; filter: drop-shadow(0 0 18px rgba(125, 231, 255, .22)); }
.brand span { display: grid; gap: 1px; }
.brand strong { font-family: var(--display); font-size: 1rem; line-height: 1.1; letter-spacing: .02em; }
.brand small { color: #74839d; font-size: .62rem; letter-spacing: .035em; white-space: nowrap; }
.site-nav { display: flex; align-items: center; gap: 25px; }
.site-nav > a { color: #a6b2c9; font-size: .78rem; font-weight: 650; transition: color .2s; }
.site-nav > a:hover { color: #fff; }
.site-nav .nav-cta, .nav-cta { padding: 11px 16px; border: 1px solid rgba(125,231,255,.28); border-radius: 999px; color: #fff; background: rgba(125,231,255,.07); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.03); cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; height: 1px; background: #fff; margin-block: 5px; transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 920px; padding-top: 78px; overflow: hidden; isolation: isolate; background: #050810; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #050810 0%, rgba(5,8,16,.98) 30%, rgba(5,8,16,.74) 54%, rgba(5,8,16,.34) 78%, rgba(5,8,16,.22) 100%); }
.hero-media { position: absolute; inset: 0; z-index: -3; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .8; }
.hero-grid, .final-grid { position: absolute; inset: 0; z-index: -2; background-image: linear-gradient(rgba(156,184,226,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(156,184,226,.055) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.hero-orb { position: absolute; z-index: -2; border-radius: 50%; filter: blur(90px); opacity: .18; }
.hero-orb-a { width: 420px; height: 420px; background: #3579ff; left: 42%; top: 10%; }
.hero-orb-b { width: 360px; height: 360px; background: #a855f7; right: 5%; bottom: 10%; }
.hero-inner { min-height: 720px; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(380px, .78fr); gap: 74px; align-items: center; padding-block: 80px 55px; }
.hero-copy { max-width: 720px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 20px; color: #afc0db; font-size: .68rem; font-weight: 780; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow > span { width: 25px; height: 1px; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.eyebrow.dark { color: #5b6b85; }
.hero h1 { max-width: 760px; margin: 0; font-family: var(--display); font-size: clamp(4rem, 6.5vw, 6.7rem); font-weight: 800; line-height: .91; letter-spacing: -.065em; text-wrap: balance; }
.hero h1 em, .final-cta h2 em { display: block; color: transparent; font-style: normal; background: linear-gradient(90deg, #fff 4%, #8fe8ff 40%, #a89aff 76%, #fff); background-size: 220% auto; background-clip: text; -webkit-background-clip: text; animation: spectrum 9s linear infinite; }
@keyframes spectrum { to { background-position: 220% center; } }
.hero-lede { max-width: 630px; margin: 30px 0 0; color: #a8b4c9; font-size: clamp(1rem, 1.7vw, 1.18rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 13px 21px; border: 1px solid transparent; border-radius: 14px; font-size: .82rem; font-weight: 780; cursor: pointer; transition: transform .22s, border-color .22s, box-shadow .22s, background .22s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #06101a; background: var(--accent); box-shadow: 0 14px 42px rgba(103, 162, 255, .2); }
.button-primary:hover { box-shadow: 0 18px 56px rgba(103, 162, 255, .32); }
.button-quiet { color: #e5ebf8; border-color: var(--line); background: rgba(255,255,255,.035); }
.button-quiet:hover { border-color: rgba(125,231,255,.36); background: rgba(125,231,255,.06); }
.button-white { background: #fff; color: #09101e; }
.play-dot { display: inline-grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; border: 1px solid rgba(255,255,255,.22); font-size: .55rem; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 22px; padding: 0; margin: 38px 0 0; list-style: none; }
.hero-proof li { color: #7d8aa2; font-size: .69rem; }
.hero-proof span { margin-right: 7px; color: var(--cyan); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .61rem; }

.signal-console { position: relative; width: min(100%, 460px); margin-left: auto; transform-style: preserve-3d; border: 1px solid rgba(166,197,255,.25); border-radius: 26px; background: linear-gradient(145deg, rgba(12,20,38,.82), rgba(6,10,19,.62)); box-shadow: 0 45px 100px rgba(0,0,0,.5), inset 0 1px rgba(255,255,255,.08); backdrop-filter: blur(24px); overflow: hidden; }
.signal-console::after { content: ""; position: absolute; inset: -50% -30%; background: linear-gradient(105deg, transparent 42%, rgba(255,255,255,.09) 50%, transparent 58%); transform: translateX(-55%); animation: console-scan 7s ease-in-out infinite; pointer-events: none; }
@keyframes console-scan { 0%, 35% { transform: translateX(-55%); } 75%, 100% { transform: translateX(55%); } }
.console-topbar { height: 46px; padding-inline: 17px; display: flex; align-items: center; gap: 7px; border-bottom: 1px solid var(--line); }
.console-topbar > span { width: 7px; height: 7px; border-radius: 50%; background: #38445a; }
.console-topbar > span:first-child { background: #7de7ff; box-shadow: 0 0 10px #7de7ff; }
.console-topbar small { margin-left: auto; color: #64728b; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .52rem; letter-spacing: .12em; }
.console-body { padding: 20px; }
.console-heading { display: flex; align-items: center; justify-content: space-between; color: #b8c5db; font-size: .69rem; text-transform: uppercase; letter-spacing: .12em; }
.console-heading b { display: inline-flex; align-items: center; gap: 7px; color: #8af2c8; font-size: .56rem; }
.console-heading b::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #53e6ae; box-shadow: 0 0 12px #53e6ae; }
.signal-map { position: relative; min-height: 350px; display: grid; place-items: center; margin-block: 4px; overflow: hidden; }
.signal-ring { position: absolute; border: 1px solid rgba(119,203,255,.2); border-radius: 50%; }
.ring-one { width: 140px; height: 140px; animation: orbit 12s linear infinite; }
.ring-two { width: 220px; height: 220px; border-style: dashed; animation: orbit 18s linear infinite reverse; }
.ring-three { width: 310px; height: 310px; opacity: .45; animation: pulse-ring 4s ease-in-out infinite; }
@keyframes orbit { to { transform: rotate(360deg); } }
@keyframes pulse-ring { 50% { transform: scale(.94); opacity: .7; } }
.signal-ring::after { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 18px var(--cyan); top: 20%; left: 4%; }
.signal-core { width: 88px; height: 88px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.23); border-radius: 28px; background: radial-gradient(circle at 35% 25%, rgba(125,231,255,.22), rgba(11,18,34,.95)); box-shadow: 0 0 45px rgba(104,181,255,.18); transform: rotate(7deg); }
.signal-core img { transform: rotate(-7deg); }
.signal-node { position: absolute; padding: 7px 11px; border: 1px solid var(--line); border-radius: 99px; color: #aebbd0; background: rgba(5,8,16,.77); font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; }
.node-a { left: 6%; top: 39%; }.node-b { right: 5%; top: 25%; }.node-c { right: 12%; bottom: 18%; }
.console-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.console-stats div { min-width: 0; padding: 11px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.025); }
.console-stats span { display: block; color: #61708a; font-size: .51rem; text-transform: uppercase; letter-spacing: .08em; }
.console-stats strong { display: block; margin-top: 3px; overflow: hidden; color: #dfe8f8; font-size: .67rem; text-overflow: ellipsis; }
.concept-label { margin: 12px 0 0; color: #5e6b80; font-size: .55rem; text-align: center; }
.hero-foot { display: flex; justify-content: space-between; align-items: center; gap: 34px; padding-block: 28px; border-top: 1px solid var(--line); }
.hero-foot > p { max-width: 440px; margin: 0; color: #69758b; font-size: .68rem; }
.industry-run { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: 9px; color: #7d899d; font-size: .61rem; letter-spacing: .08em; text-transform: uppercase; }
.industry-run i { width: 3px; height: 3px; border-radius: 50%; background: var(--cyan); }

.proof-rail { border-block: 1px solid var(--line); background: #070b14; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { min-height: 122px; display: grid; align-content: center; padding: 18px 28px; border-left: 1px solid var(--line); }
.proof-grid > div:last-child { border-right: 1px solid var(--line); }
.proof-grid strong { font-family: var(--display); font-size: 1.75rem; line-height: 1; }
.proof-grid span { margin-top: 7px; color: #657289; font-size: .65rem; }

.section { position: relative; padding-block: 125px; }
.section-light { color: #111b2f; background: var(--paper); color-scheme: light; }
.section-dark { background: #070b14; }
.section-heading { margin-bottom: 62px; }
.section-heading h2 { max-width: 780px; margin: 0; font-family: var(--display); font-size: clamp(2.8rem, 5vw, 5rem); line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
.section-heading > p, .split-heading > p { max-width: 520px; margin: 0; color: var(--muted); font-size: .94rem; line-height: 1.8; }
.section-light .section-heading > p, .section-light .split-heading > p { color: var(--dark-muted); }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .65fr); align-items: end; gap: 70px; }
.centered { display: grid; justify-items: center; text-align: center; }
.centered > p { margin-top: 22px; }

.compare-stage { padding: 14px; border: 1px solid rgba(15,29,55,.14); border-radius: 32px; background: rgba(255,255,255,.6); box-shadow: 0 28px 70px rgba(22,36,64,.12); }
.compare-frame { --split: 52%; position: relative; min-height: 560px; overflow: hidden; border-radius: 22px; background: #d7dae1; }
.compare-before, .compare-after { position: absolute; inset: 0; }
.compare-after { clip-path: inset(0 0 0 var(--split)); }
.browser-chrome { height: 42px; padding-inline: 15px; display: flex; align-items: center; gap: 6px; color: #657089; background: #ecedf1; font-size: .58rem; }
.browser-chrome > span { width: 7px; height: 7px; border-radius: 50%; background: #b8bec9; }
.browser-chrome small { margin-left: 10px; padding: 4px 18px; border-radius: 6px; color: #7b8497; background: #fff; }
.old-site { position: absolute; inset: 42px 0 0; padding: 42px 6%; color: #3f4652; background: #eee9df; font-family: Georgia, serif; }
.old-logo { font-size: 1.3rem; font-weight: 800; }
.old-nav { margin-top: 12px; padding-block: 10px; border-block: 1px solid #aca79d; font: .58rem Arial, sans-serif; }
.old-site h3 { max-width: 600px; margin: 80px 0 18px; font-size: clamp(2rem, 5vw, 4.6rem); line-height: 1; }
.old-site p { max-width: 560px; color: #67645e; font-size: .9rem; }
.old-site button { padding: 9px 14px; border: 1px solid #555; background: #ddd7cc; }
.old-blocks { position: absolute; left: 6%; right: 6%; bottom: 44px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.old-blocks span { height: 60px; border: 1px solid #c4beb4; background: rgba(255,255,255,.3); }
.new-site { position: absolute; inset: 42px 0 0; padding: 38px 6%; color: #fff; background: radial-gradient(circle at 80% 20%, rgba(93,134,255,.28), transparent 35%), linear-gradient(145deg, #07111f, #070816); }
.new-site::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(140,170,220,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(140,170,220,.14) 1px, transparent 1px); background-size: 45px 45px; }
.new-site > * { position: relative; }
.new-nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #9ba9c2; font-size: .65rem; }
.new-nav b { color: #fff; letter-spacing: .14em; }.new-nav i { padding: 8px 12px; border-radius: 99px; color: #08101b; background: var(--cyan); font-style: normal; font-weight: 800; }
.new-site > p { margin: 80px 0 12px; color: var(--cyan); font-size: .6rem; letter-spacing: .18em; }
.new-site h3 { max-width: 750px; margin: 0; font-family: var(--display); font-size: clamp(2.5rem, 5.5vw, 5.1rem); line-height: .93; letter-spacing: -.05em; }
.new-site h3 em { color: #aab8ff; font-style: normal; }
.new-actions { display: flex; gap: 12px; margin-top: 30px; font-size: .68rem; }.new-actions b, .new-actions span { padding: 10px 14px; border-radius: 9px; }.new-actions b { color: #06101a; background: var(--cyan); }.new-actions span { border: 1px solid var(--line); }
.new-proof { position: absolute; left: 6%; right: 6%; bottom: 42px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.new-proof span { padding: 13px; border: 1px solid var(--line); border-radius: 10px; color: #76849a; background: rgba(255,255,255,.03); font-size: .63rem; }.new-proof strong { display: block; color: #fff; font-size: .85rem; }
.compare-line { position: absolute; top: 0; bottom: 0; left: var(--split); width: 2px; background: #fff; box-shadow: 0 0 25px rgba(255,255,255,.5); transform: translateX(-1px); }
.compare-line span { position: absolute; top: 50%; left: 50%; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: #08101b; background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,.25); transform: translate(-50%,-50%); }
.compare-control { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; padding: 17px 8px 3px; color: #58677e; font-size: .65rem; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }
.compare-control input { width: 100%; accent-color: #466cff; }
.fine-print { margin: 10px 0 4px; color: #7c889b; font-size: .6rem; text-align: center; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card { --x: 50%; --y: 50%; position: relative; min-height: 365px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: radial-gradient(500px circle at var(--x) var(--y), rgba(125,231,255,.1), transparent 40%), rgba(255,255,255,.024); transition: transform .25s, border-color .25s; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(125,231,255,.35); }
.service-number { color: #4c5c76; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .66rem; }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-top: 36px; border: 1px solid rgba(125,231,255,.24); border-radius: 18px; color: var(--cyan); background: rgba(125,231,255,.05); font-size: 1.35rem; }
.service-card h3 { margin: 30px 0 10px; font-family: var(--display); font-size: 1.55rem; }
.service-card p { margin: 0; color: #8b98ae; font-size: .78rem; }
.service-card > span { position: absolute; left: 28px; bottom: 24px; color: #c6d0df; font-size: .66rem; font-weight: 750; }
.pathfinder { margin-top: 24px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 44px; padding: 42px; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(135deg, rgba(86,136,255,.08), rgba(167,139,250,.05)); }
.pathfinder-copy h3 { max-width: 430px; margin: 0 0 12px; font-family: var(--display); font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: 1; letter-spacing: -.04em; }
.pathfinder-copy > p:last-child { color: #8592a8; font-size: .82rem; }
.pathfinder-ui { display: grid; grid-template-columns: .85fr 1.15fr; gap: 14px; }
.path-options { display: grid; gap: 8px; }
.path-options button { min-height: 53px; padding: 12px 16px; border: 1px solid var(--line); border-radius: 12px; color: #8f9bb0; background: rgba(255,255,255,.025); text-align: left; cursor: pointer; }
.path-options button.is-active { border-color: rgba(125,231,255,.38); color: #fff; background: rgba(125,231,255,.08); }
.path-result { padding: 25px; border: 1px solid rgba(125,231,255,.2); border-radius: 18px; background: #0a1221; }
.path-result > span { color: var(--cyan); font-size: .56rem; letter-spacing: .13em; text-transform: uppercase; }
.path-result strong { display: block; margin-top: 10px; font-family: var(--display); font-size: 1.65rem; }
.path-result p { color: #8492a9; font-size: .75rem; }
.path-result a { color: #d8e1ef; font-size: .7rem; font-weight: 750; }

.packages-section { color: #111b2f; background: #eef1f7; color-scheme: light; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 16px; }
.package-card { position: relative; display: flex; flex-direction: column; min-height: 570px; padding: 32px; border: 1px solid rgba(17,35,65,.13); border-radius: 24px; background: #fff; box-shadow: 0 18px 48px rgba(29,43,70,.07); }
.package-card.featured { color: #eef3ff; background: #091020; box-shadow: 0 30px 80px rgba(35,57,107,.24); transform: translateY(-16px); }
.package-badge { position: absolute; top: 17px; right: 17px; padding: 6px 9px; border: 1px solid rgba(125,231,255,.25); border-radius: 99px; color: var(--cyan); font-size: .51rem; letter-spacing: .1em; text-transform: uppercase; }
.package-top > span { display: block; color: #60708a; font-size: .65rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.package-card.featured .package-top > span { color: var(--cyan); }
.package-top strong { display: block; margin: 24px 0 6px; font-family: var(--display); font-size: 4.6rem; line-height: .8; letter-spacing: -.07em; }
.package-top small { color: #748197; font-size: .64rem; }
.package-card > p { min-height: 84px; margin: 34px 0 20px; color: #647087; font-size: .78rem; }
.package-card.featured > p { color: #95a3ba; }
.package-card ul { display: grid; gap: 12px; padding: 20px 0; margin: 0; border-top: 1px solid rgba(17,35,65,.1); list-style: none; }
.package-card.featured ul { border-color: var(--line); }
.package-card li { position: relative; padding-left: 20px; color: #4c5a70; font-size: .74rem; }
.package-card.featured li { color: #c1cbdc; }
.package-card li::before { content: "↗"; position: absolute; left: 0; color: #496cf5; }
.package-card > a { margin-top: auto; padding-top: 22px; border-top: 1px solid rgba(17,35,65,.1); color: #1d2b44; font-size: .72rem; font-weight: 800; }
.package-card.featured > a { border-color: var(--line); color: #fff; }
.deposit-panel { position: relative; margin-top: 45px; padding: 46px; display: flex; align-items: center; justify-content: space-between; gap: 35px; overflow: hidden; border-radius: 26px; color: #fff; background: radial-gradient(circle at 80% 20%, rgba(125,231,255,.22), transparent 28%), linear-gradient(130deg, #081122, #10102c); }
.deposit-panel::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 50px 50px; }
.deposit-panel > * { position: relative; }
.deposit-panel h3 { margin: 0; font-family: var(--display); font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1; letter-spacing: -.04em; }
.deposit-panel p { margin: 10px 0 0; color: #94a2b9; font-size: .78rem; }

.process-section { background: #070b14; }
.process-track { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 0; margin: 75px 0 0; list-style: none; }
.process-track::before { content: ""; position: absolute; top: 34px; left: 12.5%; right: 12.5%; height: 1px; background: linear-gradient(90deg, var(--cyan), #697cff, var(--violet)); opacity: .4; }
.process-track li { position: relative; display: grid; justify-items: center; text-align: center; padding-inline: 22px; }
.process-track li > span { position: relative; z-index: 1; width: 68px; height: 68px; display: grid; place-items: center; border: 1px solid rgba(125,231,255,.28); border-radius: 50%; color: var(--cyan); background: #09101e; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .68rem; box-shadow: 0 0 30px rgba(125,231,255,.08); }
.process-track small { display: block; margin-top: 26px; color: #5c6b83; font-size: .58rem; letter-spacing: .18em; text-transform: uppercase; }
.process-track h3 { margin: 7px 0; font-family: var(--display); font-size: 1.45rem; }
.process-track p { margin: 0; color: #818ea4; font-size: .72rem; }

.review-section { background: radial-gradient(circle at 25% 25%, rgba(86,125,255,.2), transparent 33%), #050810; }
.review-layout { display: grid; grid-template-columns: minmax(300px, .7fr) minmax(540px, 1.3fr); align-items: start; gap: 80px; }
.review-intro { position: sticky; top: 130px; }
.review-intro h2 { margin: 0; font-family: var(--display); font-size: clamp(3rem, 5vw, 5rem); line-height: .95; letter-spacing: -.055em; }
.review-intro > p { color: #8f9cb1; font-size: .86rem; }
.review-contact { display: grid; gap: 8px; margin-top: 35px; padding-top: 25px; border-top: 1px solid var(--line); }
.review-contact span { color: #617089; font-size: .62rem; text-transform: uppercase; letter-spacing: .12em; }
.review-contact a { color: #dce6f6; font-size: .8rem; }
.intake-form { padding: 34px; border: 1px solid rgba(163,192,245,.21); border-radius: 28px; background: rgba(8,14,27,.84); box-shadow: 0 35px 90px rgba(0,0,0,.36); backdrop-filter: blur(18px); }
.form-progress { height: 3px; overflow: hidden; border-radius: 99px; background: #1a2335; }
.form-progress span { display: block; width: 25%; height: 100%; background: var(--accent); box-shadow: 0 0 16px rgba(125,231,255,.5); transition: width .35s; }
.form-meta { display: flex; align-items: center; justify-content: space-between; margin: 16px 0 42px; color: #64728a; font-size: .61rem; letter-spacing: .1em; text-transform: uppercase; }
.form-meta b { color: var(--cyan); }
.form-step { min-height: 380px; }
.form-kicker { margin: 0; color: #697993; font: .59rem ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; text-transform: uppercase; }
.form-step h3 { margin: 8px 0 30px; font-family: var(--display); font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1; letter-spacing: -.04em; }
.field-grid { display: grid; gap: 18px; }.field-grid.two { grid-template-columns: repeat(2, 1fr); }
.intake-form label:not(.consent) { display: grid; gap: 8px; margin-bottom: 18px; }
.intake-form label > span { color: #9aa7bb; font-size: .68rem; font-weight: 650; }
.intake-form input, .intake-form select, .intake-form textarea { width: 100%; padding: 14px 15px; border: 1px solid #27334b; border-radius: 12px; color: #eef3ff; background: #090f1c; outline: none; transition: border-color .2s, box-shadow .2s; }
.intake-form input:focus, .intake-form select:focus, .intake-form textarea:focus { border-color: rgba(125,231,255,.56); box-shadow: 0 0 0 4px rgba(125,231,255,.07); }
.intake-form input::placeholder, .intake-form textarea::placeholder { color: #4f5c72; }
.form-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; border: 0 !important; }
.consent { display: flex; align-items: flex-start; gap: 12px; color: #8f9cb1; font-size: .68rem; }
.consent input { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 3px; accent-color: #74dfff; }
.consent a { color: var(--cyan); text-decoration: underline; }
.form-error { min-height: 24px; margin-top: 10px; color: #ff9d9d; font-size: .68rem; }
.form-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 14px; }
.form-actions .form-back { margin-right: auto; }
.preview-note { margin: 14px 0 0; color: #64728a; font-size: .61rem; text-align: center; }

.faq-section { color: #111b2f; background: var(--paper); color-scheme: light; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.faq-layout h2 { margin: 0; font-family: var(--display); font-size: clamp(2.8rem, 4vw, 4.5rem); line-height: .95; letter-spacing: -.05em; }
.faq-layout > div:first-child > p:last-child { color: #65728a; font-size: .82rem; }
.faq-list { border-top: 1px solid var(--line-light); }
.faq-list details { border-bottom: 1px solid var(--line-light); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding-block: 24px; color: #1a263d; font-weight: 750; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 1.3rem; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -6px 0 25px; color: #627087; font-size: .78rem; }

.final-cta { position: relative; padding-block: 120px; overflow: hidden; text-align: center; background: radial-gradient(circle at 50% 60%, rgba(100,133,255,.2), transparent 35%), #050810; isolation: isolate; }
.final-cta p { margin: 0 0 17px; color: var(--cyan); font: .61rem ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .18em; }
.final-cta h2 { margin: 0; font-family: var(--display); font-size: clamp(3rem, 6vw, 6.4rem); line-height: .92; letter-spacing: -.06em; }
.final-cta h2 em { display: inline-block; }
.final-cta .shell > div { display: flex; justify-content: center; align-items: center; gap: 24px; margin-top: 38px; }
.text-link { color: #aab6c9; font-size: .76rem; text-decoration: underline; text-underline-offset: 5px; }

.site-footer { background: #03050a; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 45px; padding-block: 65px; border-bottom: 1px solid var(--line); }
.footer-grid > div { display: grid; align-content: start; gap: 9px; }
.footer-grid > div > span { margin-bottom: 7px; color: #58667e; font-size: .58rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid > div a, .footer-grid > div p { margin: 0; color: #9da9bc; font-size: .68rem; }
.footer-base { min-height: 85px; display: flex; justify-content: space-between; align-items: center; gap: 25px; color: #556178; font-size: .61rem; }
.footer-base a { color: #8f9bb0; }
.mobile-action-bar { display: none; }

.service-card > span a { color: inherit; text-decoration: underline; text-decoration-color: rgba(125,231,255,.35); text-underline-offset: 4px; }
.service-card > span a:hover { text-decoration-color: currentColor; }
.service-page { background: #050810; }
.service-hero { position: relative; min-height: 720px; display: grid; align-items: center; overflow: hidden; padding-top: 92px; background: radial-gradient(circle at 78% 34%, rgba(86,125,255,.2), transparent 28%), radial-gradient(circle at 20% 10%, rgba(125,231,255,.09), transparent 25%), #050810; isolation: isolate; }
.service-hero::after { content: ''; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, #050810 0%, rgba(5,8,16,.94) 48%, rgba(5,8,16,.62) 100%); }
.service-hero-grid, .final-grid { position: absolute; inset: 0; z-index: -1; opacity: .22; background-image: linear-gradient(rgba(151,177,225,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(151,177,225,.12) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, black, transparent 88%); }
.service-hero-inner { padding-block: 70px 100px; }
.breadcrumbs { display: flex; gap: 10px; align-items: center; margin-bottom: 64px; color: #64728b; font-size: .64rem; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumbs a { color: #a6b3c7; }
.service-hero-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 380px); gap: 85px; align-items: end; }
.service-hero h1 { max-width: 900px; margin: 0; font-family: var(--display); font-size: clamp(4rem, 7vw, 7.4rem); line-height: .89; letter-spacing: -.065em; text-wrap: balance; }
.service-hero .hero-lede { max-width: 700px; }
.service-price-card { position: relative; padding: 34px; overflow: hidden; border: 1px solid rgba(163,192,245,.23); border-radius: 25px; background: rgba(9,15,29,.74); box-shadow: 0 35px 85px rgba(0,0,0,.35); backdrop-filter: blur(18px); }
.service-price-card::before { content: ''; position: absolute; width: 180px; height: 180px; top: -100px; right: -70px; border-radius: 50%; background: rgba(125,231,255,.16); filter: blur(18px); }
.service-price-card > span { display: block; color: var(--cyan); font: .61rem ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .14em; text-transform: uppercase; }
.service-price-card strong { display: block; margin: 22px 0 7px; font-family: var(--display); font-size: clamp(2.8rem, 5vw, 4.2rem); line-height: .9; letter-spacing: -.05em; }
.service-price-card p { margin: 0; color: #94a2b7; font-size: .72rem; }
.service-price-card b { display: block; margin-top: 18px; color: var(--cyan); font-size: .64rem; letter-spacing: .06em; text-transform: uppercase; }
.service-price-card i { display: block; margin-top: 42px; padding-top: 19px; border-top: 1px solid var(--line); color: #64728a; font-size: .64rem; font-style: normal; }
.narrow-shell { max-width: 920px; }
.service-intro h2 { margin: 0; color: #111b2f; font-family: var(--display); font-size: clamp(3rem, 5.5vw, 5.7rem); line-height: .92; letter-spacing: -.055em; }
.service-intro .narrow-shell > p:last-child { max-width: 820px; margin: 36px 0 0; color: #5f6d83; font-size: clamp(.9rem, 1.5vw, 1.08rem); line-height: 1.85; }
.service-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-detail-grid .service-card { min-height: 360px; }
.service-included { display: grid; grid-template-columns: minmax(300px, .75fr) minmax(420px, 1.25fr); gap: 90px; align-items: start; }
.service-included h2 { margin: 0; color: #111b2f; font-family: var(--display); font-size: clamp(3rem, 5vw, 5rem); line-height: .92; letter-spacing: -.055em; }
.service-included > div > p:last-child { max-width: 520px; color: #65728a; }
.included-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.included-list li { min-height: 105px; display: grid; grid-template-columns: 24px 1fr; align-content: center; gap: 10px; padding: 20px; border: 1px solid #d6dce7; border-radius: 16px; color: #344158; background: rgba(255,255,255,.54); font-size: .74rem; font-weight: 700; }
.included-list li span { color: #3863e7; }
.related-section { border-top: 1px solid var(--line); }
.related-section .section-heading { align-items: end; }
.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.related-card { min-height: 300px; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: 22px; color: #eaf1ff; background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); transition: transform .25s, border-color .25s; }
.related-card:hover { transform: translateY(-4px); border-color: rgba(125,231,255,.36); }
.related-card > span { color: var(--cyan); font: .58rem ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; text-transform: uppercase; }
.related-card strong { margin-top: 25px; font-family: var(--display); font-size: 2.4rem; letter-spacing: -.04em; }
.related-card p { max-width: 520px; color: #8491a7; font-size: .76rem; }
.related-card i { margin-top: auto; color: #dce7fa; font-size: .66rem; font-style: normal; font-weight: 700; }

.calculator-section { background: radial-gradient(circle at 15% 18%, rgba(125,231,255,.1), transparent 24%), radial-gradient(circle at 88% 78%, rgba(94,111,255,.16), transparent 30%), #050810; }
.calculator-shell { display: grid; grid-template-columns: minmax(260px, .65fr) minmax(520px, 1.35fr); gap: 70px; align-items: start; }
.calculator-copy { position: sticky; top: 130px; }
.calculator-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(3rem, 5vw, 5.2rem); line-height: .92; letter-spacing: -.055em; }
.calculator-copy > p:not(.eyebrow) { color: #8e9bb0; font-size: .82rem; }
.calculator-privacy { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--cyan) !important; font-size: .66rem !important; }
.calculator-panel { padding: clamp(24px, 4vw, 46px); border: 1px solid rgba(163,192,245,.22); border-radius: 28px; background: rgba(9,15,29,.8); box-shadow: 0 35px 90px rgba(0,0,0,.32); }
.calculator-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.calculator-field { display: grid; gap: 9px; }
.calculator-field-wide { grid-column: 1 / -1; }
.calculator-field > span:first-child { color: #a9b5c8; font-size: .66rem; font-weight: 750; }
.calculator-field input, .calculator-field select { width: 100%; min-height: 58px; padding: 0 17px; border: 1px solid rgba(163,192,245,.22); border-radius: 13px; color: #eef5ff; background: #0a1120; font: 750 .88rem var(--body); outline: none; }
.calculator-field input:focus, .calculator-field select:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(125,231,255,.12); }
.calculator-input-wrap { display: grid; grid-template-columns: 36px 1fr; align-items: center; border: 1px solid rgba(163,192,245,.22); border-radius: 13px; background: #0a1120; overflow: hidden; }
.calculator-input-wrap b { display: grid; place-items: center; min-height: 58px; color: var(--cyan); border-right: 1px solid rgba(163,192,245,.16); font-size: .82rem; }
.calculator-input-wrap input { border: 0; border-radius: 0; }
.calculator-input-wrap:focus-within { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(125,231,255,.12); }
.calculator-input-wrap input:focus { box-shadow: none; }
.calculator-input-suffix { grid-template-columns: 1fr 44px; }
.calculator-input-suffix b { border-right: 0; border-left: 1px solid rgba(163,192,245,.16); }
.calculator-output { display: grid; grid-template-columns: 1fr 1.25fr 1fr; gap: 10px; margin-top: 28px; }
.calculator-metric { min-height: 145px; display: flex; flex-direction: column; justify-content: center; padding: 20px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.025); }
.calculator-metric span { color: #728096; font-size: .58rem; letter-spacing: .05em; text-transform: uppercase; }
.calculator-metric strong { display: block; margin-top: 12px; font-family: var(--display); font-size: clamp(2rem, 3vw, 3rem); line-height: .92; letter-spacing: -.04em; }
.calculator-metric small { margin-top: 10px; color: #9aa7ba; font-size: .58rem; line-height: 1.55; }
.calculator-metric-primary { border-color: rgba(125,231,255,.35); background: linear-gradient(145deg, rgba(125,231,255,.12), rgba(91,103,255,.1)); }
.calculator-metric-primary strong { color: var(--cyan); font-size: clamp(3.2rem, 5vw, 5rem); }
.calculator-note { margin: 22px 0 0; color: #69778d; font-size: .64rem; line-height: 1.65; }
.calculator-actions { display: flex; align-items: center; gap: 22px; margin-top: 25px; }

.legal-page { background: radial-gradient(circle at 75% 10%, rgba(84,127,255,.18), transparent 30%), #050810; }
.legal-main { max-width: 860px; padding-block: 165px 100px; }
.legal-main h1 { margin: 0; font-family: var(--display); font-size: clamp(3.7rem, 7vw, 6rem); line-height: .9; letter-spacing: -.06em; }
.legal-updated { color: #6a7890; font-size: .68rem; }
.legal-content { display: grid; gap: 20px; margin-top: 60px; }
.legal-content section { padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.025); }
.legal-content h2 { margin: 0 0 10px; font-size: 1.1rem; }
.legal-content p { margin: 8px 0 0; color: #99a6bb; font-size: .79rem; }
.legal-content a { color: var(--cyan); text-decoration: underline; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s cubic-bezier(.2,.65,.2,1), transform .7s cubic-bezier(.2,.65,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .08s; }.delay-2 { transition-delay: .16s; }.delay-3 { transition-delay: .24s; }

@media (max-width: 1020px) {
  .hero { min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; min-height: auto; padding-block: 100px 55px; }
  .hero-copy { max-width: 780px; }
  .signal-console { width: min(100%, 650px); margin: 0; }
  .hero::after { background: linear-gradient(90deg, #050810 0%, rgba(5,8,16,.92) 55%, rgba(5,8,16,.62) 100%); }
  .hero-foot { align-items: flex-start; flex-direction: column; }
  .industry-run { justify-content: flex-start; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .pathfinder { grid-template-columns: 1fr; }
  .review-layout { grid-template-columns: 1fr; gap: 50px; }
  .review-intro { position: static; max-width: 740px; }
  .faq-layout { grid-template-columns: .8fr 1.2fr; gap: 50px; }
  .footer-grid { grid-template-columns: 1.5fr repeat(2, 1fr); }.footer-grid > div:last-child { grid-column: 2; }
  .service-hero-layout { grid-template-columns: 1fr; gap: 55px; }
  .service-price-card { max-width: 520px; }
  .service-included { grid-template-columns: 1fr; gap: 50px; }
  .calculator-shell { grid-template-columns: 1fr; gap: 45px; }
  .calculator-copy { position: static; max-width: 720px; }
}

@media (max-width: 780px) {
  :root { --shell: min(100% - 28px, 1180px); --radius: 20px; }
  .site-header { background: rgba(5,8,16,.78); border-color: var(--line); backdrop-filter: blur(20px); }
  .header-inner { min-height: 70px; }
  .brand small { display: none; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: absolute; top: 69px; left: 14px; right: 14px; display: none; align-items: stretch; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: rgba(6,10,19,.98); box-shadow: 0 30px 80px rgba(0,0,0,.5); }
  .site-nav.is-open { display: grid; }
  .site-nav > a { min-height: 46px; display: flex; align-items: center; padding-inline: 12px; }
  .site-nav .nav-cta { justify-content: center; margin-top: 6px; }
  .hero { padding-top: 70px; }
  .hero-media img { object-position: 68% center; opacity: .62; }
  .hero::after { background: linear-gradient(180deg, rgba(5,8,16,.54), #050810 65%); }
  .hero-inner { gap: 60px; padding-block: 80px 35px; }
  .hero h1 { font-size: clamp(3.3rem, 15.5vw, 5.4rem); }
  .hero-lede { font-size: .98rem; }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: grid; gap: 8px; }
  .signal-console { border-radius: 20px; }
  .signal-map { min-height: 300px; }
  .console-stats { grid-template-columns: 1fr; }
  .hero-foot { padding-block: 23px 35px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid > div { min-height: 100px; padding: 17px; border-bottom: 1px solid var(--line); }
  .section { padding-block: 86px; }
  .section-heading { margin-bottom: 42px; }
  .section-heading h2 { font-size: clamp(2.6rem, 11vw, 4.2rem); }
  .split-heading { grid-template-columns: 1fr; gap: 24px; }
  .compare-stage { padding: 8px; border-radius: 22px; }
  .compare-frame { min-height: 500px; }
  .old-site h3 { margin-top: 60px; font-size: 2.6rem; }
  .new-nav span { display: none; }
  .new-site > p { margin-top: 60px; }
  .new-site h3 { font-size: 2.85rem; }
  .new-proof { grid-template-columns: 1fr; }.new-proof span:nth-child(n+2) { display: none; }
  .compare-control { gap: 8px; font-size: .53rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 320px; }
  .service-hero { min-height: auto; padding-top: 70px; }
  .service-hero-inner { padding-block: 42px 80px; }
  .breadcrumbs { margin-bottom: 45px; }
  .service-hero h1 { font-size: clamp(3.3rem, 14.5vw, 5.4rem); }
  .service-hero .hero-actions .button { width: 100%; }
  .service-price-card { padding: 27px; }
  .service-detail-grid { grid-template-columns: 1fr; }
  .service-detail-grid .service-card { min-height: 300px; }
  .included-list { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .related-card { min-height: 260px; }
  .calculator-form-grid, .calculator-output { grid-template-columns: 1fr; }
  .calculator-field-wide { grid-column: auto; }
  .calculator-metric { min-height: 120px; }
  .calculator-actions { align-items: stretch; flex-direction: column; }
  .calculator-actions .button { width: 100%; }
  .pathfinder { padding: 25px; }
  .pathfinder-ui { grid-template-columns: 1fr; }
  .package-grid { grid-template-columns: 1fr; }
  .package-card, .package-card.featured { min-height: auto; transform: none; }
  .package-card > p { min-height: auto; }
  .deposit-panel { align-items: stretch; flex-direction: column; padding: 30px; }
  .deposit-panel .button { width: 100%; }
  .process-track { grid-template-columns: 1fr; gap: 20px; margin-top: 45px; }
  .process-track::before { top: 0; bottom: 0; left: 33px; right: auto; width: 1px; height: auto; }
  .process-track li { grid-template-columns: 68px 1fr; gap: 20px; justify-items: start; padding: 0; text-align: left; }
  .process-track li div { padding-top: 2px; }
  .process-track small { margin-top: 0; }
  .review-layout { gap: 42px; }
  .intake-form { padding: 24px 20px; }
  .form-step { min-height: 420px; }
  .field-grid.two { grid-template-columns: 1fr; gap: 0; }
  .form-actions { flex-wrap: wrap; }.form-actions .button { flex: 1; min-width: 130px; }
  .faq-layout { grid-template-columns: 1fr; gap: 40px; }
  .final-cta { padding-block: 90px; }
  .final-cta .shell > div { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }.footer-grid > .brand { grid-column: 1 / -1; }.footer-grid > div:last-child { grid-column: auto; }
  .footer-base { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 25px; }
  .mobile-action-bar { position: fixed; z-index: 80; left: 12px; right: 12px; bottom: 10px; display: grid; grid-template-columns: .7fr 1.3fr; padding: 5px; border: 1px solid rgba(166,194,240,.24); border-radius: 16px; background: rgba(6,10,19,.9); box-shadow: 0 20px 50px rgba(0,0,0,.5); backdrop-filter: blur(20px); }
  .mobile-action-bar a { min-height: 48px; display: grid; place-items: center; border-radius: 11px; color: #c2ccdc; font-size: .75rem; font-weight: 800; }
  .mobile-action-bar a:last-child { color: #07101a; background: var(--accent); }
  .site-footer { padding-bottom: 76px; }
  .legal-main { padding-block: 130px 70px; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 3.15rem; }
  .signal-map { min-height: 255px; }
  .ring-three { width: 245px; height: 245px; }.ring-two { width: 180px; height: 180px; }.ring-one { width: 120px; height: 120px; }
  .node-a { left: 2%; }.node-b { right: 0; }.node-c { right: 5%; }
  .compare-frame { min-height: 440px; }.old-site { padding-inline: 5%; }.old-site h3 { font-size: 2.1rem; }.new-site h3 { font-size: 2.25rem; }.new-actions { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; }.footer-grid > .brand, .footer-grid > div:last-child { grid-column: auto; }
}

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