:root {
  --paper: #f2ecdf;
  --surface: #fff9ef;
  --ink: #15171b;
  --accent: #ff4a1c;
  --muted: #6e6a61;
  --rule: rgba(21, 23, 27, 0.14);
  --display: 'Bebas Neue', 'Arial Narrow', Impact, sans-serif;
  --body: 'Manrope', -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif;
  --note: 'Instrument Serif', Georgia, 'Times New Roman', serif;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.55;
}
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

.nav {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px 24px;
  padding: 22px 0; border-bottom: 1px solid var(--rule);
}
.wordmark {
  font-family: var(--display); font-size: 26px; letter-spacing: 0.06em;
  color: var(--accent); text-decoration: none; line-height: 1;
}
.nav-links { display: flex; flex-wrap: wrap; gap: 10px 22px; font-size: 14px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; }
.nav-links a { text-decoration: none; color: var(--muted); }
.nav-links a:hover { color: var(--ink); }

.eyebrow {
  font-family: var(--body); font-size: 12px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--muted);
}
h1, h2, h3 { font-family: var(--display); font-weight: 400; margin: 0; line-height: 0.95; letter-spacing: 0.01em; }
h1 { font-size: clamp(72px, 12vw, 150px); }
h2 { font-size: clamp(44px, 6vw, 72px); }
h3 { font-size: 28px; }
.accent { color: var(--accent); }
.note { font-family: var(--note); font-style: italic; font-size: 22px; color: var(--muted); line-height: 1.35; }
p { margin: 0 0 16px; }
.lede { font-size: 20px; max-width: 34em; }

.hero { padding: 72px 0 40px; display: grid; grid-template-columns: 1.15fr 1fr; gap: 48px; align-items: center; }
.hero .rule { width: 120px; height: 4px; background: var(--accent); margin: 24px 0 28px; }
.hero-art img { border-radius: 24px; box-shadow: 0 30px 80px rgba(21, 23, 27, 0.18); }

.cta-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-top: 28px; }
.pill {
  display: inline-block; font-family: var(--display); font-size: 22px; letter-spacing: 0.08em;
  padding: 16px 30px; border-radius: 999px; text-decoration: none; line-height: 1;
}
.pill.primary { background: var(--accent); color: #fff; }
.pill.ghost { border: 2px solid var(--ink); color: var(--ink); }
.cta-row .note { font-size: 18px; }

.section { padding: 64px 0; border-top: 1px solid var(--rule); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 36px; }
.card { background: var(--surface); border: 1px solid var(--rule); border-radius: 20px; padding: 24px; }
.card img { border-radius: 14px; margin-bottom: 18px; }
.card h3 { margin-bottom: 8px; }
.card p { color: var(--muted); font-size: 16px; margin: 0; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 36px; counter-reset: step; }
.step { border-top: 3px solid var(--ink); padding-top: 18px; }
.step .num { font-family: var(--display); font-size: 40px; color: var(--accent); line-height: 1; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 16px; }

.stats { display: grid; grid-template-columns: repeat(3, 1fr); border: 2px solid var(--ink); border-radius: 18px; overflow: hidden; margin-top: 36px; background: var(--surface); }
.stat { padding: 22px 24px; border-inline-end: 1px solid var(--rule); }
.stat:last-child { border-inline-end: 0; }
.stat .eyebrow { margin-bottom: 8px; }
.stat .big { font-family: var(--display); font-size: 56px; line-height: 0.9; }
.stat .big small { font-size: 22px; color: var(--muted); margin-inline-start: 6px; }

.price { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.price .big { font-family: var(--display); font-size: clamp(56px, 8vw, 96px); line-height: 0.9; }
.price ul { list-style: none; padding: 0; margin: 20px 0 0; }
.price li { padding: 12px 0; border-top: 1px solid var(--rule); display: flex; gap: 14px; }
.price li .num { font-family: var(--display); color: var(--accent); font-size: 22px; min-width: 32px; }

.footer { border-top: 1px solid var(--rule); padding: 32px 0 48px; font-size: 14px; color: var(--muted); display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer a { color: var(--muted); text-decoration: none; margin-inline-end: 18px; }
.footer a:hover { color: var(--ink); }

.doc { max-width: 720px; padding: 56px 0 80px; }
.doc h1 { font-size: clamp(56px, 9vw, 96px); margin-bottom: 8px; }
.doc h2 { font-size: 32px; margin: 36px 0 10px; }
.doc p, .doc li { color: var(--ink); }
.doc .meta { color: var(--muted); font-size: 14px; margin-bottom: 28px; }
.doc .contact { background: var(--surface); border: 1px solid var(--rule); border-radius: 16px; padding: 20px 22px; margin: 28px 0; }
.doc .contact strong { font-family: var(--display); font-size: 24px; letter-spacing: 0.04em; }
.doc .contact strong a { color: var(--accent); text-decoration: none; }
.doc .contact strong a:hover { text-decoration: underline; }

@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; padding-top: 48px; }
  .hero-art { order: -1; max-width: 360px; }
  .grid-3, .steps, .price { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr; }
  .stat { border-inline-end: 0; border-bottom: 1px solid var(--rule); }
  .stat:last-child { border-bottom: 0; }
  .nav-links { gap: 14px; }
}
