:root {
  color-scheme: dark;
  --bg: #0b0b0c;
  --surface: #151516;
  --surface-2: #1d1d1f;
  --text: #f4f2ef;
  --muted: #aaa7aa;
  --line: #303034;
  --accent: #f05a43;
  --accent-dark: #d94b36;
  --radius: 24px;
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; background: var(--bg); color: var(--text); min-width: 320px; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.site-header, main, footer { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header { height: 72px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: 19px; font-weight: 750; letter-spacing: -0.04em; }
.brand img { width: 30px; height: 30px; }
nav { display: flex; align-items: center; gap: 28px; }
nav a, .footer-links a { color: var(--muted); text-decoration: none; font-size: 14px; transition: color .18s ease; }
nav a:hover, .footer-links a:hover { color: var(--text); }

.hero { min-height: calc(100dvh - 72px); display: grid; grid-template-columns: minmax(0, .86fr) minmax(420px, 1.14fr); align-items: center; gap: 60px; padding: 64px 0 54px; overflow: hidden; }
.hero-copy { max-width: 620px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 22px; color: var(--accent); font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 700px; margin-bottom: 24px; font-size: clamp(52px, 6.2vw, 84px); line-height: .94; letter-spacing: -.068em; font-weight: 780; }
.lede { max-width: 520px; margin-bottom: 34px; color: var(--muted); font-size: clamp(17px, 1.7vw, 20px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 22px; }
.primary-action { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0 24px; border-radius: 14px; background: var(--accent); color: #15100f; font-weight: 800; text-decoration: none; box-shadow: 0 16px 42px rgba(240, 90, 67, .18); transition: transform .18s ease, background .18s ease; }
.primary-action:hover { background: #ff6850; transform: translateY(-2px); }
.primary-action:active { transform: translateY(1px) scale(.985); }
.primary-action:focus-visible, nav a:focus-visible, footer a:focus-visible { outline: 3px solid #f7a596; outline-offset: 4px; }
.launch-note { color: #7f7d81; font-size: 14px; }

.product-stage { position: relative; min-height: 690px; isolation: isolate; }
.product-stage::before { content: ""; position: absolute; inset: 11% 0 8% 8%; border-radius: 48%; background: radial-gradient(circle, rgba(240,90,67,.16), rgba(240,90,67,0) 68%); filter: blur(24px); z-index: -1; }
.screen { position: absolute; margin: 0; overflow: hidden; border: 1px solid #3a393d; border-radius: 34px; background: var(--surface); box-shadow: 0 38px 100px rgba(0,0,0,.48); }
.screen img { width: 100%; height: 100%; object-fit: cover; }
.screen-back { width: 286px; height: 618px; top: 26px; left: 0; transform: rotate(-7deg); opacity: .72; }
.screen-front { width: 312px; height: 674px; top: 0; right: 12px; transform: rotate(4deg); }
.stage-caption { position: absolute; right: 6px; bottom: 12px; display: flex; flex-direction: column; align-items: flex-end; gap: 4px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 14px; background: rgba(17,17,18,.88); backdrop-filter: blur(16px); font-size: 13px; color: var(--muted); }
.stage-caption span:first-child { color: var(--text); font-weight: 700; }

.workflow { padding: 130px 0; border-top: 1px solid var(--line); }
.section-heading { max-width: 760px; margin-bottom: 76px; }
.section-heading h2, .privacy-statement h2, .closing h2 { margin-bottom: 22px; font-size: clamp(40px, 5vw, 70px); line-height: 1; letter-spacing: -.055em; }
.section-heading p, .privacy-statement p { max-width: 630px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.workflow-layout { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 96px; align-items: center; }
.workflow-copy { display: grid; gap: 48px; }
.workflow-copy article { max-width: 520px; padding-left: 22px; border-left: 2px solid var(--line); }
.workflow-copy article:nth-child(2) { margin-left: 56px; border-color: var(--accent); }
.workflow-copy h3 { margin-bottom: 9px; font-size: 25px; letter-spacing: -.035em; }
.workflow-copy p { margin-bottom: 0; color: var(--muted); font-size: 16px; line-height: 1.55; }
.review-screen { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 34px; box-shadow: 0 32px 90px rgba(0,0,0,.44); }

.privacy-section { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: end; padding: 124px 72px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.privacy-mark { width: 54px; margin-bottom: 34px; }
.privacy-statement a { display: inline-block; margin-top: 12px; color: var(--accent); font-weight: 700; text-underline-offset: 5px; }
.privacy-facts { margin: 0; }
.privacy-facts div { display: flex; justify-content: space-between; gap: 24px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.privacy-facts div:last-child { border-bottom: 0; }
.privacy-facts dt { color: var(--muted); }
.privacy-facts dd { margin: 0; text-align: right; font-weight: 700; }

.closing { padding: 150px 0 136px; }
.closing > p { max-width: 540px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.closing h2 { max-width: 850px; margin: 42px 0 34px; }
.closing span { color: var(--accent); font-size: 15px; font-weight: 750; }

footer { min-height: 124px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 40px; border-top: 1px solid var(--line); }
.footer-brand { font-size: 16px; }
.footer-brand img { width: 25px; height: 25px; }
.footer-links { display: flex; gap: 26px; }
footer > p { margin: 0; color: #77757a; font-size: 13px; text-align: right; }

.legal-main { width: min(820px, calc(100% - 48px)); min-height: calc(100dvh - 196px); margin-inline: auto; padding: 86px 0 120px; }
.legal-main h1 { margin-bottom: 18px; font-size: clamp(46px, 7vw, 72px); }
.legal-main .updated { margin-bottom: 50px; color: #77757a; font-size: 14px; }
.legal-main h2 { margin: 46px 0 14px; font-size: 25px; letter-spacing: -.03em; }
.legal-main p, .legal-main li { color: #c0bdc1; font-size: 17px; line-height: 1.7; }
.legal-main a { color: var(--accent); text-underline-offset: 4px; }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 44px; }
.support-card { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.support-card h2 { margin-top: 0; }
.support-card p { margin-bottom: 0; font-size: 15px; }
.contact-pending { margin-top: 42px; padding: 22px 24px; border-left: 3px solid var(--accent); background: var(--surface); }

@media (max-width: 880px) {
  .site-header, main, footer { width: min(100% - 32px, 700px); }
  nav a:not(:last-child) { display: none; }
  .hero { grid-template-columns: 1fr; gap: 36px; padding-top: 54px; }
  h1 { font-size: clamp(48px, 13vw, 68px); }
  .product-stage { min-height: 570px; }
  .screen-back { width: 245px; height: 530px; left: -28px; }
  .screen-front { width: 262px; height: 566px; right: -10px; }
  .workflow { padding: 100px 0; }
  .workflow-layout { grid-template-columns: 1fr; gap: 64px; }
  .review-screen { width: min(100%, 390px); margin-inline: auto; }
  .privacy-section { grid-template-columns: 1fr; gap: 48px; padding: 70px 28px; }
  footer { grid-template-columns: 1fr; gap: 24px; padding: 36px 0; }
  footer > p { text-align: left; }
}

@media (max-width: 520px) {
  .site-header { height: 64px; }
  .brand { font-size: 17px; }
  .brand img { width: 27px; height: 27px; }
  .hero { min-height: auto; padding: 56px 0 62px; }
  h1 { font-size: 49px; line-height: .96; }
  .lede { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .product-stage { min-height: 510px; }
  .screen-back { width: 215px; height: 465px; left: -46px; }
  .screen-front { width: 232px; height: 502px; right: -25px; }
  .stage-caption { right: 0; bottom: -7px; }
  .workflow-copy article:nth-child(2) { margin-left: 24px; }
  .privacy-section { margin-inline: -4px; }
  .section-heading h2, .privacy-statement h2, .closing h2 { font-size: 42px; }
  .support-grid { grid-template-columns: 1fr; }
}

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

@media (prefers-reduced-transparency: reduce) {
  .stage-caption { background: #111112; backdrop-filter: none; }
}
