:root {
  --ink: #123638;
  --ink-soft: #3d5a58;
  --paper: #f6f7f3;
  --surface: #ffffff;
  --wash: #e4eeea;
  --sea: #287d70;
  --red: #cc4d40;
  --line: #c7d5d1;
  --error: #a42f27;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif; }
a { color: inherit; }
img { max-width: 100%; }
.container { width: min(1080px, calc(100% - 48px)); margin: 0 auto; }
.skip { position: fixed; top: 12px; left: 12px; z-index: 5; transform: translateY(-160%); background: white; border: 2px solid var(--ink); padding: 10px 12px; }
.skip:focus { transform: none; }
.site-header { height: 70px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 18px; font-weight: 700; letter-spacing: -.03em; }
.brand img { width: 34px; height: 34px; border-radius: 8px; }
.site-nav { display: flex; align-items: center; gap: 22px; }
.site-nav a { min-height: 44px; display: inline-flex; align-items: center; font-size: 13px; font-weight: 650; text-decoration: none; }
.beta-link::before { content: ""; width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; background: #3b9c79; }
.hero { display: grid; grid-template-columns: 1.02fr .98fr; gap: 76px; align-items: center; padding: 68px 0 78px; }
.hero-copy { max-width: 570px; }
.red-rule { width: 42px; height: 4px; margin-bottom: 24px; background: var(--red); }
.release { margin: 0 0 16px; color: var(--sea); font-size: 14px; font-weight: 650; }
h1 { margin: 0; font-size: clamp(46px, 5.3vw, 70px); line-height: .98; letter-spacing: -.062em; font-weight: 720; text-wrap: balance; }
.intro { max-width: 555px; margin: 24px 0 0; color: var(--ink-soft); font-size: 19px; line-height: 1.54; letter-spacing: -.01em; text-wrap: pretty; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 31px; }
.primary { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border: 0; border-radius: 11px; background: var(--ink); color: white; font: inherit; font-size: 15px; font-weight: 700; text-decoration: none; cursor: pointer; box-shadow: 0 11px 24px rgba(18,54,56,.16); transition: transform 150ms ease-out, background-color 150ms ease-out; }
.primary:hover { background: #092b2d; transform: translateY(-1px); }
.primary:active { transform: translateY(1px) scale(.98); }
.primary:disabled { cursor: wait; opacity: .65; transform: none; }
.secondary { min-height: 44px; display: inline-flex; align-items: center; font-size: 14px; font-weight: 650; text-underline-offset: 5px; }
.fineprint { margin: 14px 0 0; color: var(--ink-soft); font-size: 12px; }
.product-story { min-height: 590px; position: relative; margin: 0; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; }
.product-story .device { width: 262px; padding: 8px; border-radius: 45px; background: #101818; box-shadow: 0 30px 58px rgba(18,54,56,.26); }
.product-story .device img { display: block; width: 100%; border-radius: 37px; outline: 1px solid rgba(255,255,255,.12); outline-offset: -1px; }
.product-story figcaption { width: min(100%, 430px); margin-top: 14px; color: var(--ink); font-size: 12px; line-height: 1.45; text-align: center; }
.product-story figcaption span { display: block; margin-top: 4px; color: var(--ink); font-size: 13px; line-height: 1.5; }
.product-story figcaption a { text-underline-offset: 2px; }
.beta-facts { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.beta-facts .container { display: grid; grid-template-columns: repeat(3, 1fr); }
.fact { padding: 22px 0; font-size: 14px; }
.fact + .fact { padding-left: 28px; border-left: 1px solid var(--line); }
.fact strong { display: block; margin-bottom: 4px; font-size: 15px; }
.fact span { color: var(--ink-soft); }
.section { padding: 78px 0 84px; }
.section-head { display: grid; grid-template-columns: 310px 1fr; gap: 84px; margin-bottom: 34px; }
h2 { margin: 0; font-size: 34px; line-height: 1.08; letter-spacing: -.042em; font-weight: 690; text-wrap: balance; }
.section-head p { max-width: 590px; margin: 2px 0 0; color: var(--ink-soft); font-size: 16px; line-height: 1.58; text-wrap: pretty; }
.specimen-list { border-top: 1px solid var(--ink); }
.specimen-row { display: grid; grid-template-columns: 180px 1fr; gap: 46px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.specimen-row dt { font-weight: 700; }
.specimen-row dd { margin: 0; color: var(--ink-soft); line-height: 1.5; }
.feature-plans { background: var(--wash); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.plan-stack { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.plan { padding: 30px 0 34px; }
.plan + .plan { border-top: 1px solid var(--ink); }
.plan-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: end; }
.plan-heading > p { margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.5; }
.plan-label { margin: 0 0 10px; color: var(--ink); font-size: 12px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.plan h3 { margin: 0; font-size: 24px; line-height: 1.15; letter-spacing: -.025em; }
.feature-groups { display: grid; grid-template-columns: 1fr 1fr; gap: 34px 48px; margin-top: 30px; }
.feature-groups h4 { margin: 0; font-size: 14px; }
.plan ul { margin: 14px 0 0; padding: 0; list-style: none; }
.plan li { position: relative; padding: 8px 0 8px 18px; color: var(--ink-soft); font-size: 15px; line-height: 1.5; }
.plan li::before { content: ""; width: 6px; height: 6px; position: absolute; left: 0; top: 16px; border-radius: 50%; background: var(--sea); }
.lifetime-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 48px; }
.plan-note { margin: 26px 0 4px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--ink); font-size: 14px; line-height: 1.55; }
.product-note { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-note .container { display: grid; grid-template-columns: 1fr 1fr; }
.note-copy { padding: 58px 60px 62px 0; border-right: 1px solid var(--line); }
.note-copy h2 { margin-bottom: 15px; font-size: 29px; }
.note-copy p { max-width: 460px; margin: 0; color: var(--ink-soft); line-height: 1.6; }
.note-list { margin: 0; padding: 40px 0 40px 60px; list-style: none; }
.note-list li { padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.note-list li:last-child { border-bottom: 0; }
.note-list strong { display: block; margin-bottom: 4px; }
.note-list span { color: var(--ink-soft); line-height: 1.45; }
.privacy-grid { display: grid; grid-template-columns: 310px 1fr; gap: 84px; }
.privacy-copy p { margin: 15px 0 0; color: var(--ink-soft); line-height: 1.55; }
.privacy-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.privacy-list li { display: grid; grid-template-columns: 190px 1fr; gap: 28px; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.privacy-list span { color: var(--ink-soft); }
.testflight { padding: 52px 0 56px; background: var(--wash); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.testflight .container { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.testflight p { margin: 9px 0 0; color: var(--ink-soft); }
.legal-main { max-width: 760px; padding: 66px 0 82px; }
.legal-main h1, .contact-main h1 { font-size: clamp(42px, 6vw, 62px); }
.updated { margin: 15px 0 40px; color: var(--ink-soft); }
.legal-main h2 { margin: 40px 0 12px; font-size: 24px; }
.legal-main p, .legal-main li { color: var(--ink-soft); line-height: 1.65; }
.legal-main ul { padding-left: 20px; }
.contact-main { display: grid; grid-template-columns: .8fr 1.2fr; gap: 84px; padding: 66px 0 82px; }
.contact-copy p { color: var(--ink-soft); line-height: 1.6; }
.contact-copy dl { margin: 34px 0 0; border-top: 1px solid var(--ink); }
.contact-copy div { padding: 16px 0; border-bottom: 1px solid var(--line); }
.contact-copy dt { font-weight: 700; }
.contact-copy dd { margin: 5px 0 0; color: var(--ink-soft); font-size: 14px; }
.contact-form { padding: 30px; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; }
.field { margin-bottom: 22px; }
.field label { display: block; margin-bottom: 8px; font-size: 14px; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 12px 13px; border: 1px solid #9eb3af; border-radius: 8px; background: white; color: var(--ink); font: inherit; font-size: 16px; }
.field textarea { min-height: 160px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--sea); outline: 3px solid rgba(40,125,112,.18); }
.help { margin: 7px 0 0; color: var(--ink-soft); font-size: 12px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.turnstile-wrap { margin: 6px 0 22px; min-height: 65px; }
.form-status { min-height: 24px; margin: 15px 0 0; color: var(--ink-soft); font-size: 14px; line-height: 1.5; }
.form-status.error { color: var(--error); }
.form-status.success { color: var(--sea); font-weight: 650; }
.site-footer { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: var(--ink-soft); font-size: 12px; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 20px; }
.site-footer a { min-height: 44px; display: inline-flex; align-items: center; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }
@media (prefers-reduced-motion: no-preference) { .product-story { animation: enter 420ms ease-out both; } @keyframes enter { from { opacity: 0; transform: translateY(14px); } } }
@media (max-width: 780px) {
  .container { width: min(100% - 32px, 640px); }
  .site-nav a:not(.beta-link) { display: none; }
  .hero { grid-template-columns: 1fr; gap: 30px; padding: 52px 0 62px; }
  .product-story { min-height: 590px; }
  .beta-facts .container { grid-template-columns: 1fr; }
  .fact + .fact { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .section { padding: 62px 0 68px; }
  .plan-heading { grid-template-columns: 1fr; gap: 12px; align-items: start; }
  .feature-groups, .lifetime-list { grid-template-columns: 1fr 1fr; }
  .section-head, .privacy-grid { grid-template-columns: 1fr; gap: 20px; }
  .specimen-row { grid-template-columns: 130px 1fr; gap: 25px; }
  .product-note .container { grid-template-columns: 1fr; }
  .note-copy { padding: 48px 0 38px; border-right: 0; border-bottom: 1px solid var(--line); }
  .note-list { padding: 25px 0 36px; }
  .testflight .container { align-items: flex-start; flex-direction: column; gap: 25px; }
  .contact-main { grid-template-columns: 1fr; gap: 36px; padding-top: 52px; }
}
@media (max-width: 500px) {
  .site-header { height: 64px; }
  .beta-link { font-size: 12px; }
  h1 { font-size: 45px; }
  .intro { font-size: 17px; }
  .actions { align-items: flex-start; flex-direction: column; }
  .product-story { min-height: 510px; }
  .product-story .device { width: 218px; }
  .product-story figcaption { margin-top: 12px; }
  .specimen-row, .privacy-list li { grid-template-columns: 1fr; gap: 6px; }
  .feature-groups, .lifetime-list { grid-template-columns: 1fr; gap: 18px; }
  .contact-form { padding: 22px 18px; }
  .site-footer { align-items: flex-start; flex-direction: column; padding: 25px 0; }
}
