:root {
  --ink: #121416;
  --muted: #656b70;
  --paper: #f7f5ef;
  --card: #ffffff;
  --line: #dedbd2;
  --accent: #df3f21;
  --accent-dark: #ad2d16;
  --green: #1d6a54;
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(247,245,239,.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(222,219,210,.7);
}
.brand { display:flex; align-items:center; gap:10px; font-weight:800; }
.brand-mark {
  display:grid; place-items:center; width:38px; height:38px;
  background:var(--ink); color:white; border-radius:50%; font-size:13px;
}
nav { display:flex; align-items:center; gap:24px; font-size:14px; font-weight:600; }

.hero {
  min-height: 730px;
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap: clamp(40px, 7vw, 110px);
  align-items:center;
  padding: 80px clamp(20px, 7vw, 110px);
  background:
    radial-gradient(circle at 78% 30%, rgba(223,63,33,.14), transparent 23%),
    linear-gradient(135deg, #f7f5ef 0%, #f3efe4 100%);
}
.eyebrow { text-transform:uppercase; letter-spacing:.14em; font-size:12px; font-weight:800; color:var(--accent); }
h1 { font-size:clamp(52px,7vw,98px); line-height:.96; letter-spacing:-.055em; margin:20px 0 28px; }
h1 span { color:var(--accent); }
h2 { font-size:clamp(34px,4vw,58px); letter-spacing:-.04em; line-height:1.04; margin:12px 0 28px; }
h3 { font-size:20px; margin:12px 0 8px; }
.hero-text, .lead { font-size:clamp(18px,2vw,23px); color:var(--muted); max-width:680px; }
.actions { display:flex; gap:12px; flex-wrap:wrap; margin:32px 0 20px; }
.btn { border:1px solid transparent; padding:15px 23px; border-radius:999px; font-weight:800; transition:.2s; }
.btn:hover { transform:translateY(-2px); }
.btn-primary { color:white; background:var(--accent); }
.btn-primary:hover { background:var(--accent-dark); }
.btn-secondary { background:transparent; border-color:var(--ink); }
.btn-small { padding:10px 16px; }
.btn-light { background:white; color:var(--ink); }
.btn-outline-light { background:transparent; border-color:white; color:white; }
.trust { color:var(--muted); font-size:13px; }

.race-card {
  background:var(--card); border:1px solid var(--line); border-radius:30px;
  padding:28px; box-shadow:0 28px 70px rgba(36,31,23,.12); transform:rotate(1deg);
}
.race-card-top { display:flex; justify-content:space-between; align-items:center; }
.pill { background:#f3ece2; border-radius:999px; padding:7px 10px; font-size:12px; font-weight:700; }
.status { color:var(--green); font-size:12px; font-weight:800; }
.race-card h2 { font-size:30px; margin:28px 0 20px; }
.race-card dl { margin:0; }
.race-card dl div { display:flex; justify-content:space-between; border-top:1px solid var(--line); padding:14px 0; }
dt { color:var(--muted); }
dd { margin:0; font-weight:700; }
.match { display:flex; align-items:center; gap:12px; background:var(--ink); color:white; padding:16px; border-radius:18px; margin-top:18px; }
.match small { display:block; color:#bfc4c7; margin-top:3px; }
.avatar { display:grid; place-items:center; width:42px; height:42px; border-radius:50%; background:var(--accent); font-weight:800; }

.logos { display:flex; justify-content:center; flex-wrap:wrap; gap:45px; padding:24px; border-block:1px solid var(--line); color:var(--muted); font-weight:700; }
.section { padding:100px clamp(20px,7vw,110px); }
.steps { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:45px; }
.steps article, .verification-grid article, .price-grid article {
  background:var(--card); border:1px solid var(--line); border-radius:var(--radius); padding:24px;
}
.steps article > span { color:var(--accent); font-weight:800; }
.steps p, .verification-grid p, .price-grid p { color:var(--muted); }
.split { display:grid; grid-template-columns:1fr 1fr; gap:80px; background:#ebe6d9; }
.check-list { list-style:none; padding:0; margin:0; }
.check-list li { padding:16px 0 16px 34px; border-bottom:1px solid #cbc5b7; position:relative; font-weight:700; }
.check-list li::before { content:"✓"; position:absolute; left:0; color:var(--green); }
.verification { background:var(--ink); color:white; }
.verification-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:40px; }
.verification-grid article { background:#1d2023; border-color:#34383b; }
.price-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.price-grid strong { font-size:24px; color:var(--accent); }
.fine-print { color:var(--muted); font-size:13px; margin-top:22px; }
.coaches { display:flex; justify-content:space-between; align-items:center; gap:40px; background:#e9d6ca; }
.coaches > div { max-width:750px; }
.contact { display:flex; justify-content:space-between; align-items:center; gap:40px; background:#ebe6d9; }
.contact > div { max-width:750px; }
.faq details { max-width:900px; border-top:1px solid var(--line); padding:20px 0; }
.faq summary { font-weight:800; cursor:pointer; }
.faq details p { color:var(--muted); }
.final-cta { text-align:center; color:white; background:var(--accent); padding:100px 20px; }
.final-cta .eyebrow { color:#ffd8cf; }
.final-cta p { max-width:650px; margin-inline:auto; }
.final-cta .actions { justify-content:center; }
footer { display:flex; justify-content:space-between; gap:20px; padding:30px clamp(20px,7vw,110px); color:var(--muted); font-size:12px; }
.footer-meta, .footer-links { display:flex; gap:18px; flex-wrap:wrap; }
.footer-links a { color:var(--ink); font-weight:700; }
.footer-links a:hover { color:var(--accent); }

.legal-page { max-width:960px; margin:0 auto; padding:80px clamp(20px,7vw,90px) 110px; }
.legal-page h1 { font-size:clamp(48px,7vw,78px); }
.legal-page h2 { font-size:clamp(26px,3vw,34px); margin-top:48px; margin-bottom:16px; }
.legal-page p, .legal-page li { color:var(--muted); }
.legal-page a { color:var(--accent-dark); text-decoration:underline; text-underline-offset:3px; }
.legal-page ul { padding-left:22px; }
.legal-page li + li { margin-top:8px; }
.legal-updated { font-size:14px; }
.legal-notice { padding:20px 22px; background:#ebe6d9; border-radius:var(--radius); }

dialog {
  width:min(760px, calc(100% - 24px)); max-height:92vh; padding:0;
  border:0; border-radius:24px; box-shadow:0 30px 100px rgba(0,0,0,.3);
}
dialog::backdrop { background:rgba(10,12,13,.72); backdrop-filter:blur(7px); }
.dialog-close { position:sticky; float:right; top:14px; right:14px; z-index:3; width:38px; height:38px; border:0; border-radius:50%; background:#eeeae0; font-size:24px; }
.form-shell { padding:42px; }
.form-shell h2 { font-size:36px; margin-top:0; }
.form-intro { color:var(--muted); }
.form-progress { height:6px; background:#ece9e1; border-radius:10px; overflow:hidden; margin:26px 0; }
.form-progress span { display:block; height:100%; background:var(--accent); transition:.2s; }
.form-step { display:none; }
.form-step.active { display:block; }
.field { margin:20px 0; }
.field label, fieldset legend { display:block; font-weight:800; margin-bottom:8px; }
.field small { color:var(--muted); display:block; margin-top:6px; }
input, select, textarea {
  width:100%; padding:13px 14px; background:white; border:1px solid #cfcac0; border-radius:12px;
}
textarea { min-height:110px; resize:vertical; }
.radio-grid, .check-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:9px; }
.choice { display:flex; align-items:flex-start; gap:9px; border:1px solid #d7d2c8; border-radius:12px; padding:12px; }
.choice input { width:auto; margin-top:4px; }
.form-nav { display:flex; justify-content:space-between; gap:12px; margin-top:30px; }
.form-success { text-align:center; padding:70px 30px; }
.form-success .success-mark { width:70px; height:70px; display:grid; place-items:center; border-radius:50%; background:#dff2e8; color:var(--green); font-size:34px; margin:0 auto 20px; }

@media (max-width: 900px) {
  nav a { display:none; }
  .hero, .split { grid-template-columns:1fr; }
  .hero { min-height:auto; }
  .steps, .verification-grid, .price-grid { grid-template-columns:repeat(2,1fr); }
  .coaches, .contact, footer { align-items:flex-start; flex-direction:column; }
}
@media (max-width: 560px) {
  .nav { padding:14px 16px; }
  .brand span:last-child { display:none; }
  h1 { font-size:52px; }
  .hero, .section { padding:65px 20px; }
  .steps, .verification-grid, .price-grid, .radio-grid, .check-grid { grid-template-columns:1fr; }
  .form-shell { padding:30px 20px; }
}
