:root {
  color-scheme: light;
  --ink: #0a0a0a;
  --paper: #fafaf8;
  --muted: #5f5f5b;
  --line: #d9d9d3;
  --soft: #f0f0eb;
  font-family: Manrope, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); line-height: 1.55; }
a { color: inherit; text-underline-offset: .2em; }
.shell { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(250,250,248,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; }
.brand img { width: 192px; height: auto; display: block; }
nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 650; }
nav a { text-decoration: none; }
nav a:hover, nav a:focus-visible { text-decoration: underline; }
.hero { padding: clamp(72px, 10vw, 144px) 0 clamp(80px, 11vw, 160px); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); align-items: center; gap: clamp(48px, 8vw, 120px); }
.eyebrow { margin: 0 0 18px; font-size: 12px; line-height: 1.3; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; max-width: 840px; font-size: clamp(44px, 7vw, 88px); line-height: .98; letter-spacing: -.055em; }
h2 { margin: 0; max-width: 780px; font-size: clamp(34px, 5vw, 62px); line-height: 1.04; letter-spacing: -.045em; }
h3 { margin: 0; font-size: 20px; line-height: 1.18; letter-spacing: -.025em; }
.lead { margin: 30px 0 0; max-width: 720px; color: var(--muted); font-size: clamp(19px, 2.1vw, 25px); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid var(--ink); text-decoration: none; font-weight: 750; transition: transform .15s ease, background .15s ease, color .15s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: var(--paper); }
.button-secondary { background: transparent; color: var(--ink); }
.transition-note { margin: 28px 0 0; max-width: 700px; padding-left: 18px; border-left: 2px solid var(--ink); color: var(--muted); font-size: 14px; }
.hero-mark img { display: block; width: min(100%, 460px); height: auto; margin-inline: auto; }
.return-eyebrow { margin-top: 48px; }
.return-title { max-width: 900px; }
.section { padding: clamp(76px, 9vw, 128px) 0; border-top: 1px solid var(--line); }
.section-intro { max-width: 720px; margin: 24px 0 0; color: #c7c7c0; font-size: 18px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 56px; background: var(--line); border: 1px solid var(--line); }
.feature-grid article { min-height: 270px; padding: 28px; background: var(--paper); }
.feature-grid span { display: block; margin-bottom: 70px; color: var(--muted); font-size: 13px; font-weight: 750; }
.feature-grid p, .price-grid p { margin: 14px 0 0; color: var(--muted); }
.section-dark { color: var(--paper); background: var(--ink); border-top-color: var(--ink); }
.price-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; margin-top: 54px; background: #373735; border: 1px solid #373735; }
.price-grid article { min-height: 260px; padding: 26px 24px; background: var(--ink); }
.price-grid strong { display: block; margin-top: 28px; font-size: 30px; letter-spacing: -.04em; }
.price-grid small { color: #aaa; font-size: 14px; letter-spacing: 0; }
.price-grid p { color: #bdbdb8; font-size: 14px; }
.pricing-link { margin: 26px 0 0; color: #d6d6d0; }
.steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 56px 0 0; padding: 0; list-style: none; background: var(--line); border: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; min-height: 180px; padding: 28px; background: var(--paper); }
.steps li > span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-weight: 800; }
.steps p { margin: 12px 0 0; color: var(--muted); }
.legal { background: var(--soft); }
.legal-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(480px, 1.2fr); gap: clamp(48px, 8vw, 120px); }
.legal-grid > div:first-child > p:last-child { max-width: 520px; margin-top: 24px; color: var(--muted); font-size: 18px; }
.legal-card { padding: clamp(24px, 4vw, 44px); background: var(--paper); border: 1px solid var(--line); }
dl { margin: 0; }
dl div { display: grid; grid-template-columns: 160px 1fr; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); }
dt { color: var(--muted); font-size: 13px; }
dd { margin: 0; font-weight: 650; overflow-wrap: anywhere; }
.legal-note { margin: 26px 0 0; color: var(--muted); font-size: 14px; }
.legal-links { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 22px; font-size: 14px; font-weight: 700; }
footer { padding: 42px 0; color: var(--paper); background: var(--ink); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.footer-inner img { width: 162px; height: auto; }
.footer-inner p { margin: 0; color: #aaa; font-size: 13px; }

@media (max-width: 980px) {
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .price-grid { grid-template-columns: repeat(2, 1fr); }
  .price-grid article:last-child { grid-column: 1 / -1; }
  .legal-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 32px, 1200px); }
  .header-inner { min-height: 72px; }
  .brand img { width: 158px; }
  nav a:not(:last-child) { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-mark { order: -1; width: 150px; }
  .hero-mark img { width: 150px; }
  h1 { font-size: clamp(42px, 13vw, 66px); }
  .feature-grid, .price-grid, .steps { grid-template-columns: 1fr; }
  .price-grid article:last-child { grid-column: auto; }
  .feature-grid article { min-height: 220px; }
  .feature-grid span { margin-bottom: 44px; }
  .steps li { min-height: 0; grid-template-columns: 44px 1fr; padding: 22px; }
  .legal-card { padding: 22px; }
  dl div { grid-template-columns: 1fr; gap: 4px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
