:root {
  --paper: #ffffff;
  --paper-deep: #f2f7fa;
  --ink: #102635;
  --muted: #607482;
  --signal: #f05232;
  --signal-dark: #c93620;
  --signal-text: #a33a27;
  --acid: #ed614b;
  --line: rgba(16,38,53,.18);
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "Figtree", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); overflow-x: hidden; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.paper-grain { position: fixed; inset: 0; pointer-events: none; z-index: 20; 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='.88' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E"); mix-blend-mode: multiply; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; background: var(--ink); color: white; padding: 12px 18px; }
.skip-link:focus { top: 16px; }
.section-shell { width: min(1440px, calc(100% - 64px)); margin-inline: auto; }

.site-header { min-height: 80px; padding: 0 max(32px, calc((100vw - 1440px)/2)); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; position: relative; z-index: 30; background: rgba(255,255,255,.94); backdrop-filter: blur(16px); }
.site-header > .brand { grid-column: 1; grid-row: 1; }
.brand { display: inline-flex; gap: 12px; align-items: center; text-decoration: none; font-weight: 800; font-size: 14px; letter-spacing: .1em; width: max-content; }
.brand-bars { width: 25px; height: 23px; display: flex; align-items: flex-end; gap: 2px; }
.brand-bars i { width: 5px; background: var(--signal); display: block; }
.brand-bars i:nth-child(1) { height: 9px; }.brand-bars i:nth-child(2) { height: 17px; }.brand-bars i:nth-child(3) { height: 23px; }.brand-bars i:nth-child(4) { height: 13px; }
.site-header nav { grid-column: 2; grid-row: 1; display: flex; gap: 34px; }
.site-header nav a, footer nav a { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; position: relative; }
.site-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--signal); transition: right .25s ease; }
.site-header nav a:hover::after { right: 0; }
.sign-in { justify-self: end; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-decoration: none; border: 1px solid var(--ink); background: var(--ink); color: white; padding: 11px 14px; transition: background .2s, border-color .2s, transform .2s; }
.sign-in:hover { background: var(--signal); border-color: var(--signal); transform: translateY(-2px); }
.header-actions { grid-column: 3; grid-row: 1; justify-self: end; display: flex; align-items: center; gap: 10px; }
.header-beta { min-height: 44px; display: inline-flex; align-items: center; padding: 0 13px; color: var(--signal-text); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-decoration: none; }
.site-nav-toggle, .mobile-nav-sign-in { display: none; }
.action-arrow { position: relative; display: inline-block; width: 13px; height: 13px; margin-left: 7px; flex: 0 0 13px; color: currentColor; }
.action-arrow::before { content: ""; position: absolute; top: 1px; right: 0; width: 8px; height: 8px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; }
.action-arrow::after { content: ""; position: absolute; top: 6px; left: 1px; width: 14px; height: 2px; background: currentColor; transform: rotate(-45deg); transform-origin: center; }

.hero { min-height: 680px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(440px, .78fr); align-items: center; gap: 64px; padding-block: 72px 88px; position: relative; }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; right: -270px; top: 85px; border: 1px solid var(--line); border-radius: 50%; box-shadow: inset 0 0 0 80px transparent, inset 0 0 0 81px var(--line), inset 0 0 0 160px transparent, inset 0 0 0 161px var(--line); opacity: .4; }
.kicker, .section-code { font-size: 10px; font-weight: 800; letter-spacing: .14em; color: var(--muted); margin: 0 0 20px; }
.kicker span { background: var(--signal); color: white; padding: 5px 7px; margin-right: 6px; }
.hero h1 { font-family: var(--serif); font-size: clamp(70px, 7.2vw, 122px); line-height: .79; font-weight: 400; letter-spacing: -.045em; margin: 0 0 42px; }
.hero h1 em, .section-intro h2 em, .section-heading em, .delivery-copy h2 em, .closing-section h2 em { color: var(--signal); font-weight: 400; }
.hero-lede { width: min(620px, 92%); font-size: clamp(18px, 1.65vw, 25px); line-height: 1.45; letter-spacing: -.02em; margin: 0 0 32px; }
.hero-ai-note { width: min(620px, 92%); margin: -13px 0 31px; padding-left: 14px; border-left: 3px solid var(--signal); color: var(--muted); font-size: 14px; line-height: 1.55; }
.hero-ai-note b { color: var(--ink); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 0 20px; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-decoration: none; border: 1px solid var(--ink); transition: transform .2s, box-shadow .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-3px); box-shadow: 5px 5px 0 var(--ink); }
.button-primary { background: var(--signal); color: white; border-color: var(--signal-dark); }
.button-quiet { background: transparent; }
.beta-note { color: var(--muted); font-size: 12px; margin: 19px 0 0; }
.beta-note a { font-weight: 700; }

.hero-console { position: relative; z-index: 2; background: var(--ink); color: white; padding: 22px; box-shadow: 18px 18px 0 #dbe8ee; transform: rotate(1.35deg); }
.console-topline { display: flex; justify-content: space-between; align-items: center; font-size: 9px; letter-spacing: .13em; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.2); }
.console-topline b { color: var(--acid); }.console-topline b i, .live-chip i { display: inline-block; width: 7px; height: 7px; background: var(--signal); border-radius: 50%; margin-right: 5px; box-shadow: 0 0 0 5px rgba(242,85,36,.15); }
.console-clock { display: grid; grid-template-columns: 1fr auto; padding: 26px 0 8px; }
.console-clock small { font-size: 8px; letter-spacing: .12em; color: #9ba4a5; }.console-clock strong { grid-column: 1 / -1; font-size: clamp(42px, 5.2vw, 72px); line-height: 1; font-variant-numeric: tabular-nums; letter-spacing: -.06em; }.console-clock span { position: absolute; right: 22px; top: 72px; font-size: 9px; color: #9ba4a5; }
.waveform { height: 76px; display: flex; gap: 5px; align-items: center; overflow: hidden; border-block: 1px solid rgba(255,255,255,.16); }
.waveform i { display: block; flex: 1; min-width: 2px; height: 20%; background: var(--signal); animation: signal 1.6s ease-in-out infinite alternate; transform-origin: center; }
.waveform i:nth-child(3n) { animation-delay: -.4s; height: 65%; }.waveform i:nth-child(4n) { animation-delay: -.8s; height: 92%; }.waveform i:nth-child(5n) { animation-delay: -1.1s; height: 48%; }
@keyframes signal { to { transform: scaleY(.35); opacity: .55; } }
.now-card { margin-top: 18px; display: grid; grid-template-columns: auto 1fr auto; gap: 15px; align-items: start; background: #3a2a27; border-left: 4px solid var(--signal); padding: 16px; }
.now-number { font-family: var(--serif); font-size: 38px; color: var(--signal); line-height: 1; }.now-card small { display: block; color: #a6afb0; font-size: 8px; letter-spacing: .12em; margin-bottom: 6px; }.now-card strong { font-family: var(--serif); font-size: 23px; line-height: .95; font-weight: 400; }.now-time { font-size: 9px; color: var(--acid); font-weight: 700; }
.next-card { margin-top: 1px; padding: 12px 15px; background: #312220; display: grid; grid-template-columns: 70px 1fr auto; gap: 12px; font-size: 10px; align-items: center; }.next-card span, .next-card time { color: #8e999d; font-size: 8px; letter-spacing: .1em; }.next-card time { color: var(--acid); }
.console-meter { display: flex; align-items: center; gap: 5px; margin-top: 18px; font-size: 8px; letter-spacing: .1em; }.console-meter span { margin-right: auto; }.console-meter i { width: 28px; height: 5px; background: var(--acid); }.console-meter b { margin-left: 7px; color: var(--acid); }
.hero-stamp { position: absolute; right: 41%; bottom: 48px; border: 1px solid var(--ink); width: 106px; height: 106px; border-radius: 50%; display: grid; place-items: center; transform: rotate(-13deg); opacity: .65; }.hero-stamp span { font-weight: 800; font-size: 13px; }.hero-stamp b { font-family: var(--serif); font-size: 38px; line-height: .2; }.hero-stamp small { font-size: 6px; letter-spacing: .08em; }

.signal-marquee { background: var(--signal); color: white; overflow: hidden; padding: 13px 0; border-block: 1px solid var(--signal-dark); white-space: nowrap; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.signal-marquee div { width: max-content; animation: ticker 24s linear infinite; }.signal-marquee i { margin: 0 24px; font-style: normal; color: var(--ink); }
@keyframes ticker { to { transform: translateX(-40%); } }

.proof-strip { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); padding-block: 24px; border-bottom: 1px solid var(--line); }
.proof-strip a { min-width: 0; min-height: 92px; padding: 10px 24px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; text-decoration: none; }
.proof-strip a:first-child { padding-left: 0; }.proof-strip a:last-child { padding-right: 0; border-right: 0; }
.proof-strip span { color: var(--signal-text); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.proof-strip b { margin-top: 8px; font-size: 16px; }.proof-strip small { margin-top: 5px; color: var(--muted); font-size: 12px; }
.proof-strip a:hover b { text-decoration: underline; text-underline-offset: 4px; }

.listen-section { padding-block: 92px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 76px; align-items: center; }
.section-intro h2, .section-heading h2, .delivery-copy h2 { font-family: var(--serif); font-size: clamp(52px, 6vw, 92px); font-weight: 400; line-height: .88; letter-spacing: -.035em; margin: 0 0 28px; }
main .section-intro h2, main .section-heading h2 { font-size: clamp(46px, 4.7vw, 72px); line-height: .94; }
.section-intro > p:last-child, .section-heading > p:last-child { max-width: 580px; font-size: 17px; line-height: 1.6; color: var(--muted); }
.live-receiver { border: 1px solid var(--ink); background: var(--paper-deep); padding: 16px; box-shadow: 12px 12px 0 var(--ink); }
.receiver-label { display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); padding: 4px 3px 14px; font-size: 9px; letter-spacing: .12em; }.receiver-label b { color: var(--signal); }
.live-receiver iframe { width: 100%; height: 230px; border: 0; display: block; margin-top: 16px; background: var(--ink); }
.live-receiver > p { margin: 13px 2px 1px; color: var(--muted); font-size: 10px; }

.inside-section { padding: 96px 0; background: var(--ink); color: white; }
.inside-section .section-code { color: #b39f9c; }
.inside-section .section-heading h2 { color: white; }
.operator-control-note { margin: -18px 0 28px auto; width: min(760px,100%); padding: 18px 20px; border: 1px solid #39423f; border-left: 3px solid var(--signal); background: #202624; }
.operator-control-note span { color: #ff8a73; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.operator-control-note p { margin: 8px 0 0; color: #c3cbc8; font-size: 15px; line-height: 1.55; }.operator-control-note b { color: white; }
.product-tour { border: 1px solid rgba(255,255,255,.28); background: #270b07; padding: 18px; box-shadow: 14px 14px 0 var(--signal); }
.tour-tabs { display: flex; gap: 8px; margin-bottom: 18px; overflow-x: auto; }
.tour-tabs button { border: 1px solid rgba(255,255,255,.28); background: transparent; color: #c3b1ae; padding: 12px 16px; font-size: 10px; font-weight: 800; letter-spacing: .1em; white-space: nowrap; cursor: pointer; }
.tour-tabs button[aria-selected="true"] { background: var(--signal); border-color: var(--signal); color: white; }
.tour-panel img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: top; background: white; }
.tour-panel p { display: flex; gap: 15px; margin: 17px 2px 2px; color: #c3b1ae; line-height: 1.55; font-size: 14px; }
.tour-panel p b { color: white; }

.desk-section { background: var(--paper-deep); border-block: 1px solid var(--line); padding: 96px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 52px; }.section-heading .section-code { align-self: flex-start; white-space: nowrap; }.section-heading h2 { margin: 0; max-width: 900px; }.section-heading > p:last-child { align-self: end; }
.feature-ledger { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--ink); background: var(--ink); gap: 1px; }
.feature { min-height: 390px; padding: 32px; background: var(--paper); position: relative; overflow: hidden; display: flex; flex-direction: column; }
.feature-wide { grid-column: 1 / -1; display: grid; grid-template-columns: 42px minmax(280px,.75fr) 1.25fr; gap: 30px; align-items: center; }
.feature-index { font-family: var(--serif); font-size: 44px; color: var(--signal); line-height: 1; }
.feature > p, .feature > div > p { font-size: 9px; font-weight: 800; letter-spacing: .14em; color: var(--signal); margin: 0 0 22px; }.feature h3 { font-family: var(--serif); font-size: clamp(36px, 3.8vw, 58px); font-weight: 400; line-height: .95; margin: auto 0 20px; }.feature > span, .feature > div > span { font-size: 15px; line-height: 1.55; color: var(--muted); max-width: 540px; }
.feature-dark { background: var(--ink); color: var(--paper); }.feature-dark > span { color: #a9b0b0; }.feature-dark .feature-index { color: var(--acid); }.live-chip { width: max-content; margin-top: 35px; border: 1px solid rgba(255,255,255,.3); padding: 9px 12px; font-size: 8px; letter-spacing: .12em; color: var(--acid); }
.schedule-visual { height: 260px; position: relative; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); background: repeating-linear-gradient(to bottom, transparent 0 51px, var(--line) 51px 52px); }
.schedule-visual b { text-align: center; font-size: 8px; letter-spacing: .1em; padding: 10px; border-right: 1px solid var(--line); }.schedule-visual i { position: absolute; padding: 12px; font-size: 9px; font-style: normal; font-weight: 700; }.show-a { left: 3%; top: 49px; width: 28%; height: 100px; background: #ffb29f; }.show-b { left: 35%; top: 102px; width: 29%; height: 72px; background: #e8b0a7; }.show-c { right: 3%; top: 65px; width: 29%; height: 130px; background: #ffc6bd; }
.feature-mobile { background: var(--signal); color: white; min-height: 520px; }.feature-mobile .feature-index, .feature-mobile > div > p { color: var(--ink); }.feature-mobile > div > span { color: rgba(255,255,255,.75); }
.phone-visual { align-self: end; justify-self: center; width: 240px; height: 430px; padding: 14px; border: 3px solid var(--ink); border-radius: 34px; background: #1f1311; box-shadow: 15px 15px 0 rgba(41,25,23,.18); transform: rotate(5deg); }.phone-screen { height: 100%; border-radius: 21px; background: var(--paper); color: var(--ink); padding: 25px 17px 15px; display: flex; flex-direction: column; }.phone-screen small { font-size: 7px; font-weight: 800; letter-spacing: .1em; }.phone-screen > b { margin: 12px 0 50px; width: max-content; background: var(--signal); color: white; padding: 5px 8px; font-size: 8px; }.phone-screen strong { font-size: 8px; color: var(--muted); letter-spacing: .13em; }.phone-screen > span { font-family: var(--serif); font-size: 37px; line-height: .85; margin-top: 9px; }.phone-screen > span i { font-family: var(--sans); font-size: 11px; color: var(--signal); }.phone-screen nav { margin-top: auto; display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 13px; }.phone-screen em { font-style: normal; font-size: 7px; font-weight: 800; }

.platform-section { padding: 96px 0; background: var(--paper-deep); border-block: 1px solid var(--line); }
.capability-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--ink); background: var(--ink); gap: 1px; }
.capability { min-height: 250px; padding: 30px; background: var(--paper); display: flex; flex-direction: column; }
.capability > span { color: var(--signal); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.capability h3 { margin: auto 0 14px; font-family: var(--serif); font-size: clamp(40px, 4.2vw, 60px); font-weight: 400; line-height: .92; letter-spacing: -.025em; }
.capability p { max-width: 560px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.capability > a { width: max-content; margin-top: 20px; color: var(--signal-dark); text-decoration: none; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.capability > a:hover { text-decoration: underline; text-underline-offset: 4px; }
.capability-dark { background: var(--ink); color: white; }
.capability-dark p { color: #a9b0b0; }.capability-dark > a { color: var(--acid); }
.capability-signal { background: var(--signal); color: white; }
.capability-signal > span { color: var(--ink); }
.capability-signal p { color: rgba(255,255,255,.82); }.capability-signal > a { color: var(--ink); }

.delivery-section { padding-block: 145px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: center; }
.delivery-map { height: 520px; position: relative; border: 1px solid var(--line); background: radial-gradient(circle at 18% 50%, rgba(242,85,36,.17), transparent 23%), repeating-linear-gradient(90deg, transparent 0 69px, rgba(41,25,23,.06) 69px 70px), repeating-linear-gradient(0deg, transparent 0 69px, rgba(41,25,23,.06) 69px 70px); }
.delivery-map svg { position: absolute; inset: 15% 5%; width: 90%; height: 70%; overflow: visible; }.delivery-map path { fill: none; stroke: var(--signal); stroke-width: 1.5; stroke-dasharray: 7 7; vector-effect: non-scaling-stroke; animation: dash 10s linear infinite; }.delivery-map path:nth-child(2) { animation-delay: -3s; }.delivery-map path:nth-child(3) { animation-delay: -6s; }
@keyframes dash { to { stroke-dashoffset: -140; } }
.origin-node, .edge-node { position: absolute; z-index: 2; background: var(--paper); border: 1px solid var(--ink); padding: 12px 15px; min-width: 112px; }.origin-node { left: 6%; top: 42%; }.edge-node { right: 5%; }.node-one { top: 10%; }.node-two { top: 43%; }.node-three { bottom: 10%; }.origin-node i, .edge-node i { display: block; width: 9px; height: 9px; background: var(--signal); border-radius: 50%; margin-bottom: 9px; }.edge-node i { background: var(--acid); border: 1px solid var(--ink); }.origin-node span, .edge-node span { display: block; font-size: 7px; letter-spacing: .12em; color: var(--muted); }.origin-node b, .edge-node b { font-size: 10px; }
.delivery-copy p:not(.section-code) { font-size: 17px; line-height: 1.6; color: var(--muted); }.delivery-copy ul { list-style: none; padding: 0; margin: 34px 0 0; border-top: 1px solid var(--line); }.delivery-copy li { display: grid; grid-template-columns: 145px 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 12px; }.delivery-copy li b { color: var(--signal); }.delivery-copy li span { color: var(--muted); }

.steps-section { background: var(--ink); color: var(--paper); padding: 130px 0; }.steps-section .section-code { color: #9ca5a6; }.steps-section .section-heading h2 { color: var(--paper); }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }.steps li { display: grid; grid-template-columns: 120px 1fr; gap: 35px; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.2); transition: padding-left .25s, background .25s; }.steps li:hover { padding-left: 18px; background: rgba(255,255,255,.035); }.steps li > span { font-family: var(--serif); color: var(--signal); font-size: 48px; }.steps h3 { margin: 0 0 7px; font-family: var(--serif); font-weight: 400; font-size: 36px; }.steps p { margin: 0; color: #aeb5b5; max-width: 700px; line-height: 1.6; }

.pricing-section { padding: 96px 0; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--ink); background: var(--ink); gap: 1px; }
.plan-shared { margin: -18px 0 24px; padding: 18px 20px; border: 1px solid var(--line); display: grid; grid-template-columns: 250px minmax(0,1fr); gap: 24px; align-items: center; background: var(--paper-deep); }
.plan-shared span { color: var(--signal-text); font-size: 11px; font-weight: 800; letter-spacing: .11em; }.plan-shared p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.price-card { min-width: 0; padding: 34px; background: white; position: relative; display: flex; flex-direction: column; }
.price-card > p:first-of-type { color: var(--signal); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.price-card h3 { margin: 18px 0 8px; font-family: var(--serif); font-size: 68px; font-weight: 400; line-height: 1; }
.price-card h3 span { font-family: var(--sans); font-size: 13px; font-weight: 700; vertical-align: top; margin-right: 5px; }
.price-card h3 small { font-family: var(--sans); font-size: 12px; color: var(--muted); margin-left: 5px; }
.price-card .price-for { min-height: 48px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.price-card ul { list-style: none; padding: 0; margin: 24px 0 32px; border-top: 1px solid var(--line); }
.price-card li { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.price-card li::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 10px; background: var(--signal); }
.price-card .button { margin-top: auto; }
.price-featured { background: var(--paper-deep); }
.price-ribbon { position: absolute; right: 0; top: 0; background: var(--ink); color: white; padding: 8px 10px; font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.price-grid .price-network { background: var(--ink); color: white; }
.price-network .price-for, .price-network h3 small { color: #c3b1ae; }
.price-network ul, .price-network li { border-color: rgba(255,255,255,.2); }
.price-network .button-quiet { border-color: white; color: white; }
.pricing-note { margin: 20px 0 0; color: var(--muted); font-size: 12px; }

.checkout-button { cursor: pointer; border-radius: 0; }
.checkout-button:disabled { cursor: wait; opacity: .6; }
.checkout-status { min-height: 20px; margin: 12px 0 0; color: var(--muted); font-size: 12px; }
.checkout-status.is-error { color: #a5291c; font-weight: 700; }

.beta-section { padding: 96px 0; border-top: 1px solid var(--line); background: var(--ink); color: white; scroll-margin-top: 24px; }
.beta-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; align-items: start; }
.beta-intro { position: sticky; top: 28px; }.beta-intro .section-code { color: #ff8a73; }.beta-intro h2 { margin: 0; font-size: clamp(52px,5vw,78px); line-height: .9; letter-spacing: -.055em; }.beta-intro > p:not(.section-code) { max-width: 520px; margin: 28px 0 0; color: #cbd2cf; font-size: 16px; line-height: 1.65; }
.beta-intro ul { margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid #39423f; }.beta-intro li { padding: 12px 0; border-bottom: 1px solid #39423f; color: #cbd2cf; font-size: 13px; }.beta-intro li::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 10px; background: #ff7458; }
.beta-form { padding: 28px; border: 1px solid #39423f; border-radius: 12px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; background: #202624; }
.form-field { min-width: 0; display: grid; gap: 8px; }.form-field-wide { grid-column: 1 / -1; }.form-field label { color: #eef2f0; font-size: 12px; font-weight: 700; }.form-field label span { color: #9ba5a1; font-weight: 500; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 48px; padding: 12px 13px; border: 1px solid #59635f; border-radius: 6px; background: #151a19; color: white; font-size: 16px; }.form-field textarea { resize: vertical; line-height: 1.5; }.form-field input::placeholder { color: #8f9995; }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.consent-field { grid-column: 1 / -1; min-height: 44px; display: grid; grid-template-columns: 22px minmax(0,1fr); gap: 10px; align-items: start; color: #cbd2cf; font-size: 13px; line-height: 1.5; cursor: pointer; }.consent-field input { width: 20px; height: 20px; margin: 1px 0 0; }.consent-field a { color: white; }
.beta-form > .button { grid-column: 1 / -1; width: 100%; }.form-status { grid-column: 1 / -1; min-height: 22px; margin: 0; color: #cbd2cf; font-size: 13px; }.form-status.is-error { color: #ff9b87; }.form-status.is-success { color: #86d9b6; font-weight: 700; }

.questions-section { padding: 96px 0; background: var(--paper-deep); border-block: 1px solid var(--line); }.questions-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 84px; }.questions-section .section-heading { display: block; margin: 0; }.questions-section .section-heading a { color: var(--signal-dark); font-weight: 700; font-size: 13px; }
.faq-list { border-top: 1px solid var(--ink); }.faq-list details { border-bottom: 1px solid var(--ink); }.faq-list summary { list-style: none; cursor: pointer; padding: 19px 0; display: flex; justify-content: space-between; gap: 20px; font-family: var(--serif); font-size: 24px; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { font-family: var(--sans); color: var(--signal); transition: transform .2s; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list p { margin: -3px 50px 21px 0; color: var(--muted); line-height: 1.6; font-size: 14px; }

.closing-section { min-height: 470px; padding-block: 82px; position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; overflow: hidden; }.closing-section::after { content: ""; position: absolute; width: 390px; height: 390px; border: 64px solid var(--signal); border-radius: 50%; right: -30px; top: 42px; opacity: .85; }.closing-section > p { font-size: 10px; font-weight: 800; letter-spacing: .14em; }.closing-section h2 { font-family: var(--serif); font-size: clamp(72px, 8.2vw, 126px); line-height: .76; font-weight: 400; letter-spacing: -.05em; margin: 16px 0 38px; position: relative; z-index: 2; }.closing-section .button { position: relative; z-index: 2; }.closing-frequency { position: absolute; right: 62px; z-index: 2; top: 170px; color: white; font-size: 15px; font-weight: 800; transform: rotate(8deg); }.closing-frequency b { display: block; font-family: var(--serif); font-weight: 400; font-size: 92px; line-height: .7; }

footer { min-height: 150px; padding: 35px max(32px, calc((100vw - 1440px)/2)); background: var(--ink); color: var(--paper); display: grid; grid-template-columns: auto 1fr auto; gap: 35px; align-items: center; }.footer .brand { color: var(--paper); } footer p { margin: 0; color: #9da6a6; font-size: 11px; } footer nav { display: flex; flex-wrap: wrap; gap: 22px; } footer > span { grid-column: 2 / -1; color: #837775; font-size: 9px; }

.reveal { opacity: 1; transform: none; }.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.25,1); }.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr 440px; gap: 35px; }.hero-stamp { display: none; }
  .section-heading { display: block; }.section-heading .section-code { margin-bottom: 20px; }
  .delivery-section { gap: 40px; }
}
@media (max-width: 860px) {
  .section-shell { width: min(100% - 36px, 720px); }
  .site-header { padding-inline: 18px; grid-template-columns: minmax(0,1fr) auto auto; gap: 6px; min-height: 68px; }.site-header nav { position: absolute; top: 67px; left: 0; right: 0; grid-column: auto; display: none; padding: 10px 18px 18px; border-bottom: 1px solid var(--line); background: rgba(246,247,245,.98); box-shadow: 0 18px 30px rgba(21,26,25,.12); }.site-header nav[data-open="true"] { display: grid; gap: 0; }.site-header nav a { min-height: 46px; display: flex; align-items: center; border-bottom: 1px solid var(--line); font-size: 13px; }.site-header nav a:last-child { border-bottom: 0; }.mobile-nav-sign-in { display: flex !important; }.header-actions { grid-column: 2; }.header-actions .sign-in { display: none; }.site-nav-toggle { grid-column: 3; grid-row: 1; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 6px; display: grid; place-items: center; background: white; color: var(--ink); cursor: pointer; }.site-nav-toggle span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }.site-nav-toggle i, .site-nav-toggle i::before, .site-nav-toggle i::after { width: 18px; height: 2px; display: block; background: currentColor; content: ""; transition: transform .2s, opacity .2s; }.site-nav-toggle i { position: relative; }.site-nav-toggle i::before { position: absolute; top: -6px; }.site-nav-toggle i::after { position: absolute; top: 6px; }.site-nav-toggle[aria-expanded="true"] i { background: transparent; }.site-nav-toggle[aria-expanded="true"] i::before { top: 0; transform: rotate(45deg); }.site-nav-toggle[aria-expanded="true"] i::after { top: 0; transform: rotate(-45deg); }
  .hero { display: block; min-height: auto; padding-block: 70px 80px; }.hero h1 { font-size: clamp(70px, 18vw, 120px); }.hero-lede, .hero-ai-note { width: 100%; }.hero-console { margin: 65px auto 0; max-width: 590px; transform: rotate(.7deg); }.hero::before { display: none; }
  .listen-section, .delivery-section, .questions-grid { grid-template-columns: 1fr; gap: 48px; padding-block: 72px; }
  .proof-strip { grid-template-columns: 1fr; padding-block: 8px; }.proof-strip a, .proof-strip a:first-child, .proof-strip a:last-child { min-height: 86px; padding: 16px 0; border-right: 0; border-bottom: 1px solid var(--line); }.proof-strip a:last-child { border-bottom: 0; }
  .section-intro h2, .section-heading h2, .delivery-copy h2 { font-size: clamp(50px, 12vw, 78px); }
  .inside-section, .desk-section, .platform-section, .steps-section, .pricing-section, .questions-section { padding-block: 72px; }
  .price-grid { grid-template-columns: 1fr; }
  .plan-shared { grid-template-columns: 1fr; gap: 8px; }
  .beta-grid { grid-template-columns: 1fr; gap: 42px; }.beta-intro { position: static; }.beta-section { padding-block: 72px; }
  .feature-wide { grid-template-columns: 42px 1fr; }.feature-wide .schedule-visual, .feature-wide .phone-visual { grid-column: 1 / -1; width: 100%; }.feature-mobile { display: grid; grid-template-columns: 42px 1fr; }.phone-visual { max-width: 240px !important; }
  .delivery-map { height: 430px; }.questions-grid { padding-block: 0; }.closing-section::after { width: 320px; height: 320px; border-width: 52px; right: -170px; top: 80px; }.closing-frequency { display: none; }
  footer { grid-template-columns: 1fr; align-items: start; } footer > span { grid-column: 1; }
}
@media (max-width: 560px) {
  .section-shell { width: calc(100% - 28px); }.sign-in { padding: 9px 10px; }.site-header { padding-inline: 14px; }.header-beta { padding-inline: 8px; font-size: 10px; }
  .hero { padding-top: 48px; padding-bottom: 62px; }.hero h1 { font-size: clamp(66px, 21vw, 94px); margin-bottom: 34px; }.hero-lede { font-size: 17px; }.hero-actions { display: grid; }.button { width: 100%; }.hero-console { margin-top: 48px; padding: 15px; box-shadow: 8px 8px 0 rgba(41,25,23,.15); }.console-clock strong { font-size: 46px; }.waveform { height: 62px; }.now-card strong { font-size: 19px; }.next-card { grid-template-columns: 55px 1fr; }.next-card time { display: none; }
  .listen-section { padding-block: 64px; }.live-receiver { box-shadow: 6px 6px 0 var(--ink); padding: 10px; }.live-receiver iframe { height: 280px; }
  .inside-section, .platform-section, .pricing-section, .questions-section { padding-block: 64px; }
  .section-heading { margin-bottom: 38px; }.feature-ledger { grid-template-columns: 1fr; }.feature, .feature-wide, .feature-mobile { grid-column: auto; min-height: 360px; display: flex; padding: 24px; }.feature-wide .schedule-visual, .feature-wide .phone-visual { width: 100%; margin-top: 30px; }.schedule-visual { min-height: 220px; }.phone-visual { height: 380px; align-self: center; }.feature h3 { font-size: 42px; }
  main .section-intro h2, main .section-heading h2 { font-size: clamp(42px,12vw,52px); line-height: .96; }.operator-control-note { margin-top: -10px; }.tour-tabs button { min-height: 44px; }
  .capability-grid { grid-template-columns: 1fr; }.capability { min-height: 210px; padding: 24px; }.capability h3 { font-size: 40px; }
  .delivery-map { height: 350px; }.origin-node, .edge-node { min-width: 88px; padding: 9px; }.steps li { grid-template-columns: 62px 1fr; gap: 14px; }.steps li > span { font-size: 36px; }.steps h3 { font-size: 29px; }
  .faq-list summary { font-size: 21px; }.closing-section { min-height: 410px; padding-block: 64px; }.closing-section h2 { font-size: 72px; }.closing-section::after { opacity: .24; }
  .product-tour { padding: 9px; box-shadow: 7px 7px 0 var(--signal); }.tour-panel p { display: block; }.tour-panel p b { display: block; margin-bottom: 4px; }
  .price-card { padding: 22px; }.price-card li { padding-block: 9px; }.plan-shared { margin-top: -10px; padding: 16px; }.beta-form { padding: 20px 16px; grid-template-columns: 1fr; }.form-field-wide, .consent-field, .beta-form > .button, .form-status { grid-column: 1; }.beta-intro h2 { font-size: 50px; }
  .capability > a, .questions-section .section-heading a, .beta-note a, footer nav a { min-height: 44px; display: inline-flex; align-items: center; }.capability > a { margin-top: 10px; font-size: 12px; color: var(--signal-text); }.capability-dark > a { color: #ff8a73; }.capability > span, .price-card > p:first-of-type, .kicker, .section-code { font-size: 12px; }.questions-section .section-heading a { color: var(--signal-text); }
  footer { padding-inline: 18px; } footer nav { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }
}
@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; }
}
.checkout-dialog{border:0;padding:0;width:min(92vw,520px);background:#fff;color:#350e08;box-shadow:0 30px 90px rgba(44,9,4,.35)}.checkout-dialog::backdrop{background:rgba(44,9,4,.76);backdrop-filter:blur(5px)}.checkout-dialog form{position:relative;padding:42px;display:grid;gap:14px}.checkout-dialog-close{position:absolute;right:16px;top:12px;border:0;background:transparent;color:#350e08;font-size:30px;cursor:pointer}.checkout-dialog p{margin:0;color:#f15b4d;font:700 12px/1.2 var(--sans);letter-spacing:.16em}.checkout-dialog h2{margin:0 0 10px;font:600 clamp(30px,6vw,48px)/1 var(--serif)}.checkout-dialog h2 em{color:#f15b4d}.checkout-dialog label{font:700 12px/1 var(--sans);letter-spacing:.12em}.checkout-dialog input{border:1px solid #dbbeb9;background:#f6fbff;padding:14px 15px;color:#350e08;font:600 16px/1.2 var(--sans)}.checkout-dialog span{color:#7b5752;font:14px/1.5 var(--sans)}.checkout-dialog .checkout-status{letter-spacing:0;color:#7b5752}.checkout-dialog .checkout-status.is-error{color:#a92228}@media(max-width:560px){.checkout-dialog form{padding:34px 24px}}
