:root {
  --bg: #0b0d11;
  --surface: #11141a;
  --surface-2: #171b22;
  --line: rgba(255, 255, 255, 0.1);
  --text: #f5f5f3;
  --muted: #a5a7ad;
  --orange: #ff6200;
  --orange-dark: #6d2a08;
  --green: #00d084;
  --peach: #dfc9c0;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 78% 7%, rgba(255, 98, 0, 0.11), transparent 25rem),
    var(--bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.section-shell { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }

.site-header {
  width: min(1280px, calc(100% - 40px));
  min-height: 82px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 800; letter-spacing: -0.02em; }
.brand img { border-radius: 12px; }
.site-header nav { display: flex; align-items: center; gap: 28px; }
.site-header nav a { color: var(--muted); text-decoration: none; font-size: 0.88rem; font-weight: 650; }
.site-header nav a:hover { color: var(--text); }
.site-header .nav-cta { color: var(--text); border: 1px solid var(--line); border-radius: 999px; padding: 9px 16px; }

.hero { min-height: 720px; display: grid; grid-template-columns: 1.03fr 0.97fr; align-items: center; gap: 54px; padding-block: 80px 96px; }
.eyebrow, .kicker { color: var(--peach); text-transform: uppercase; font-size: 0.72rem; letter-spacing: 0.17em; font-weight: 800; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; }
.eyebrow > span { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255,98,0,.12); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 22px 0 24px; font-size: clamp(3.2rem, 6.5vw, 6.2rem); line-height: .9; letter-spacing: -0.07em; }
h1 em { color: var(--orange); font-style: normal; }
.hero-lede { max-width: 610px; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.18rem); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 0 22px; border-radius: 999px; text-decoration: none; font-size: .86rem; font-weight: 800; }
.button.primary { background: var(--orange); color: white; box-shadow: 0 15px 45px rgba(255,98,0,.2); }
.button.primary:hover { background: #ff7726; transform: translateY(-1px); }
.button.secondary { border: 1px solid var(--line); color: var(--text); }
.button.secondary:hover { border-color: rgba(255,255,255,.28); }
.hero-notes { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 16px; color: #c9c9c9; font-size: .76rem; }
.hero-notes span::before { content: "✓"; color: var(--green); margin-right: 6px; font-weight: 900; }

.hero-visual { position: relative; min-height: 610px; display: grid; place-items: center; }
.phone { width: min(310px, 78vw); position: relative; z-index: 2; padding: 9px; border-radius: 48px; background: #08090c; border: 1px solid rgba(255,255,255,.17); box-shadow: 0 35px 80px rgba(0,0,0,.55); overflow: hidden; }
.phone img { border-radius: 39px; width: 100%; height: auto; }
.phone-speaker { position: absolute; z-index: 3; top: 22px; left: 50%; translate: -50% 0; width: 88px; height: 24px; border-radius: 99px; background: #000; }
.phone-hero { width: min(325px, 76vw); transform: rotate(2.5deg); }
.flight-orbit { position: absolute; border: 1px solid rgba(255,98,0,.23); border-radius: 50%; }
.orbit-one { width: 490px; height: 490px; }
.orbit-two { width: 620px; height: 620px; border-style: dashed; opacity: .42; }
.floating-chip { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border: 1px solid var(--line); border-radius: 14px; background: rgba(20,23,29,.88); box-shadow: 0 18px 50px rgba(0,0,0,.35); backdrop-filter: blur(16px); font-size: .76rem; }
.floating-chip strong { font-size: 1rem; }
.floating-chip span { color: #d4d5d7; }
.floating-chip i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(0,208,132,.12); }
.chip-top { top: 18%; right: -2%; }
.chip-bottom { bottom: 14%; left: 0; }

.signal-band { border-block: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-band div { min-height: 102px; display: flex; align-items: center; justify-content: center; gap: 12px; border-right: 1px solid var(--line); text-transform: uppercase; font-size: .75rem; letter-spacing: .15em; color: var(--muted); }
.signal-band div:last-child { border-right: 0; }
.signal-band strong { color: var(--orange); font-size: .67rem; }

.intro { display: grid; grid-template-columns: .42fr 1fr; gap: 60px; padding-block: 120px 62px; }
.section-label { color: var(--orange); text-transform: uppercase; letter-spacing: .17em; font-size: .7rem; font-weight: 800; padding-top: 12px; }
h2 { font-size: clamp(2.25rem, 4.5vw, 4.25rem); line-height: .98; letter-spacing: -.055em; }
.intro p, .showcase-copy > p, .recording-copy > p, .privacy-callout p, .final-cta p { color: var(--muted); max-width: 630px; font-size: 1.03rem; }

.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--line); border-radius: 28px; overflow: hidden; margin-bottom: 120px; }
.feature-card { min-height: 290px; position: relative; padding: 36px; background: rgba(17,20,26,.72); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-card:nth-child(2n) { border-right: 0; }
.feature-card:nth-last-child(-n+2) { border-bottom: 0; }
.feature-card.featured { background: linear-gradient(145deg, rgba(255,98,0,.14), rgba(17,20,26,.76)); }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: rgba(255,98,0,.12); color: var(--orange); font-size: 1.5rem; }
.feature-number { position: absolute; top: 38px; right: 38px; color: #555961; font-size: .7rem; letter-spacing: .15em; }
.feature-card h3 { max-width: 360px; margin: 50px 0 12px; font-size: 1.45rem; line-height: 1.15; }
.feature-card p { max-width: 480px; color: var(--muted); margin-bottom: 0; }

.showcase { background: #0e1015; border-block: 1px solid var(--line); }
.showcase-row { min-height: 800px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; padding-block: 100px; border-bottom: 1px solid var(--line); }
.showcase-row:last-child { border-bottom: 0; }
.showcase-row.reverse .showcase-copy { order: 2; }
.showcase-row.reverse .screen-stage { order: 1; }
.showcase-copy h2 { margin: 18px 0 25px; }
.check-list { list-style: none; padding: 0; margin: 30px 0 0; }
.check-list li { padding: 12px 0; border-bottom: 1px solid var(--line); color: #d5d6d8; }
.check-list li::before { content: "↗"; color: var(--orange); margin-right: 12px; }
.screen-stage { min-height: 650px; position: relative; display: grid; place-items: center; border-radius: 32px; background: radial-gradient(circle at 50% 35%, rgba(255,98,0,.17), transparent 46%), #14171d; overflow: hidden; }
.screen-stage::after { content: ""; position: absolute; inset: auto 8% 8% 8%; height: 25%; background: rgba(255,98,0,.17); filter: blur(55px); }
.screen-stage .phone { width: min(285px, 72vw); }
.stage-number { position: absolute; top: 24px; left: 28px; color: rgba(255,255,255,.18); font-size: 4rem; line-height: 1; font-weight: 800; }

.recording { padding-block: 120px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.recording-copy h2 { margin: 18px 0 24px; }
.steps { list-style: none; padding: 0; margin: 0; }
.steps li { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.steps li > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--orange); border: 1px solid rgba(255,98,0,.4); border-radius: 50%; font-size: .75rem; font-weight: 900; }
.steps strong { font-size: 1.12rem; }
.steps p { margin: 3px 0 0; color: var(--muted); }

.privacy-callout { display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 30px; margin-bottom: 120px; padding: 38px; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(100deg, rgba(0,208,132,.08), rgba(17,20,26,.8)); }
.privacy-callout h2 { margin: 8px 0 12px; font-size: clamp(2rem, 3vw, 3rem); }
.privacy-callout p { margin-bottom: 0; }
.privacy-mark { width: 62px; height: 62px; display: grid; place-items: center; color: var(--green); border: 1px solid rgba(0,208,132,.35); border-radius: 18px; font-size: 2rem; }
.text-link { white-space: nowrap; color: var(--text); font-weight: 800; text-decoration: none; }
.text-link span { color: var(--orange); margin-left: 8px; }

.final-cta { padding: 72px; margin-bottom: 100px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; background: var(--surface-2); border-radius: 34px; overflow: hidden; position: relative; }
.final-cta::after { content: ""; position: absolute; width: 420px; height: 420px; right: -150px; top: -210px; border-radius: 50%; border: 70px solid rgba(255,98,0,.08); }
.final-cta h2 { margin: 22px 0 0; }
.final-cta .button { margin-top: 18px; position: relative; z-index: 1; }

.site-footer { min-height: 120px; padding-block: 30px; display: flex; justify-content: space-between; align-items: center; gap: 25px; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
.site-footer p { margin: 0; }
.site-footer > div { display: flex; gap: 20px; }
.site-footer > div a { text-decoration: none; }
.site-footer > div a:hover { color: var(--text); }

.legal-page { background: radial-gradient(circle at 20% 0, rgba(255,98,0,.09), transparent 30rem), var(--bg); }
.legal-header { width: min(920px, calc(100% - 40px)); margin: 0 auto; min-height: 82px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.legal-header > a:last-child { color: var(--muted); text-decoration: none; font-size: .84rem; }
.legal-main { width: min(920px, calc(100% - 40px)); margin: 0 auto; padding: 80px 0 110px; }
.legal-intro { padding-bottom: 46px; border-bottom: 1px solid var(--line); }
.legal-intro h1 { max-width: 800px; margin: 18px 0 20px; font-size: clamp(3rem, 7vw, 5.5rem); }
.legal-intro p { color: var(--muted); max-width: 730px; }
.legal-meta { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 24px; color: #d3d4d6; font-size: .78rem; }
.legal-layout { display: grid; grid-template-columns: 220px 1fr; gap: 60px; padding-top: 50px; }
.legal-nav { position: sticky; top: 25px; align-self: start; display: flex; flex-direction: column; gap: 10px; }
.legal-nav a { color: var(--muted); text-decoration: none; font-size: .78rem; }
.legal-nav a:hover { color: var(--orange); }
.legal-content section { padding: 0 0 38px; margin-bottom: 38px; border-bottom: 1px solid var(--line); }
.legal-content section:last-child { border-bottom: 0; }
.legal-content h2 { font-size: 1.45rem; letter-spacing: -.02em; line-height: 1.2; margin-bottom: 14px; }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content ul { padding-left: 20px; }
.legal-content a { color: var(--orange); }
.legal-note { padding: 18px 20px; border-left: 3px solid var(--orange); background: rgba(255,98,0,.08); color: #d7d7d7 !important; }

@media (max-width: 900px) {
  .site-header { padding-block: 14px; align-items: flex-start; }
  .site-header nav { gap: 15px; flex-wrap: wrap; justify-content: flex-end; }
  .site-header nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 65px; }
  .hero-copy { text-align: center; }
  .hero-lede { margin-inline: auto; }
  .hero-actions, .hero-notes { justify-content: center; }
  .hero-visual { min-height: 650px; }
  .intro, .recording { grid-template-columns: 1fr; gap: 28px; }
  .showcase-row { grid-template-columns: 1fr; gap: 45px; padding-block: 80px; }
  .showcase-row.reverse .showcase-copy, .showcase-row.reverse .screen-stage { order: initial; }
  .showcase-copy { max-width: 680px; }
  .privacy-callout { grid-template-columns: 60px 1fr; }
  .privacy-callout .text-link { grid-column: 2; }
  .final-cta { grid-template-columns: 1fr; padding: 50px; gap: 30px; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-nav { position: static; flex-direction: row; overflow-x: auto; padding-bottom: 12px; }
  .legal-nav a { white-space: nowrap; }
}

@media (max-width: 620px) {
  .section-shell, .site-header, .legal-header, .legal-main { width: min(100% - 28px, var(--max)); }
  .brand span { font-size: .92rem; }
  .hero { padding-block: 54px 70px; }
  h1 { font-size: clamp(3.1rem, 15vw, 4.7rem); }
  .hero-notes { flex-direction: column; gap: 7px; }
  .orbit-one { width: 380px; height: 380px; }
  .orbit-two { width: 500px; height: 500px; }
  .chip-top { right: -5px; }
  .chip-bottom { left: -5px; }
  .signal-band { grid-template-columns: repeat(2, 1fr); }
  .signal-band div:nth-child(2) { border-right: 0; }
  .signal-band div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .intro { padding-block: 85px 45px; }
  .feature-grid { grid-template-columns: 1fr; border-radius: 22px; margin-bottom: 85px; }
  .feature-card { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .feature-card:last-child { border-bottom: 0 !important; }
  .showcase-row { width: 100%; padding-inline: 14px; }
  .showcase-copy { padding-inline: 2px; }
  .screen-stage { min-height: 600px; border-radius: 24px; }
  .recording { padding-block: 85px; }
  .privacy-callout { grid-template-columns: 1fr; padding: 28px; margin-bottom: 85px; }
  .privacy-callout .text-link { grid-column: auto; }
  .final-cta { padding: 35px 25px; margin-bottom: 70px; }
  .site-footer { flex-direction: column; align-items: flex-start; }
  .legal-main { padding-top: 55px; }
  .legal-intro h1 { font-size: 3rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
