/* ============================================================
   ReadyToRide — direction page (full marketing site)
   hero with actions · problem · coverage · pricing · FAQ · finale
   ============================================================ */

/* ---------- HERO ---------- */
.hero {
  position: relative; overflow: hidden;
  border-bottom: 1px solid var(--rule);
  padding: 72px 0 96px;
}
.hero::before { display: none; }
.hero-grid {
  display: grid; grid-template-columns: 1fr 0.9fr;
  gap: 40px; align-items: stretch; position: relative;
}
@media (max-width: 880px) {
  .hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero .wrap { padding-left: 0; padding-right: 0; }
  .hero .wrap > *:not(.shots) { padding-left: 28px; padding-right: 28px; }
  .hero-grid > div:first-child { padding-left: 28px; padding-right: 28px; }
  .shots { border-left: none; border-right: none; border-radius: 0; }
}

.race-num {
  font-family: 'JetBrains Mono', monospace; font-weight: 500;
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--ink-mute);
  display: flex; align-items: center; gap: 10px; margin-bottom: 32px;
}
.race-num::before {
  content: ""; width: 32px; height: 1px;
  background: var(--ink-mute); display: inline-block;
}

h1.hero-h {
  font-family: 'Archivo', sans-serif; font-weight: 800;
  font-size: clamp(48px, 7vw, 104px); line-height: 0.96; letter-spacing: -0.045em;
  color: var(--ink);
}
h1.hero-h .l1,
h1.hero-h .l2 { display: block; }
h1.hero-h .yel { color: var(--red); font-style: italic; font-weight: 600; }

.hero-sub {
  font-family: 'Archivo', sans-serif; font-weight: 400;
  font-size: 17px; color: var(--ink-soft);
  max-width: calc(44ch + 20px); margin-top: 28px; line-height: 1.55;
}

.price-pill-row { margin-top: 32px; }
.price-pill {
  display: inline-flex; align-items: baseline; gap: 8px;
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: 16px; color: var(--ink); letter-spacing: -0.005em;
}
.price-pill b { color: var(--red); font-size: 26px; font-weight: 800; }

.hero-actions {
  display: flex; gap: 16px; align-items: center;
  flex-wrap: wrap; margin-top: 16px;
}

/* ---------- SECTIONS ---------- */
section {
  padding: 88px 0;
  border-bottom: 1px solid var(--rule);
  position: relative;
}
.kick {
  font-family: 'JetBrains Mono', monospace; font-weight: 500;
  font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--ink-mute);
  display: flex; align-items: center; gap: 12px; margin-bottom: 24px;
}
.kick::before { content: ""; width: 24px; height: 1px; background: var(--ink-mute); }

section > .wrap { container-type: inline-size; }
h2.sec-h {
  font-family: 'Archivo', sans-serif; font-weight: 800;
  font-size: clamp(32px, 5.6cqi, 72px); line-height: 0.98; letter-spacing: -0.035em;
  color: var(--ink); white-space: nowrap;
}
h2.sec-h .yel,
h2.sec-h em { font-style: italic; font-weight: 600; color: var(--red); }

/* ---------- PROBLEM ---------- */
.prob-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
  margin-top: 40px; align-items: stretch;
}
@media (max-width: 820px) { .prob-grid { grid-template-columns: 1fr; } }

.prob-prose { font-size: 17px; line-height: 1.65; color: var(--ink-soft); max-width: 44ch; }
.prob-prose p + p { margin-top: 14px; }

.prob-cards { display: flex; flex-direction: column; gap: 14px; }
.prob-card {
  display: grid; grid-template-columns: 68px 1fr auto; gap: 18px; align-items: center;
  background: var(--panel); border: 1px solid var(--rule); padding: 20px 22px;
  transition: border-color .15s;
}
.prob-card:hover { border-color: var(--ink); }
.prob-big-n {
  font-family: 'JetBrains Mono', monospace; font-weight: 400;
  font-size: 20px; line-height: 1; color: var(--ink-mute);
}
.prob-t {
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: 16px; letter-spacing: -0.01em; margin-bottom: 4px; color: var(--ink);
}
.prob-b  { font-size: 13.5px; color: var(--ink-soft); line-height: 1.55; }
.prob-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; color: var(--ink-mute); letter-spacing: 0.16em; text-transform: uppercase;
}

/* ---------- COVER ---------- */
.cover { background: var(--bg-2); }
.cov-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  margin-top: 44px;
  border-top: 1px solid var(--ink); border-left: 1px solid var(--rule);
}
@media (max-width: 820px) { .cov-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .cov-grid { grid-template-columns: 1fr; } }

.cov {
  padding: 28px 24px 30px;
  border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
  display: flex; flex-direction: column; gap: 10px;
  min-height: 220px; background: var(--bg-2);
  transition: background .15s;
}
.cov:hover { background: var(--panel); }
.cov-n {
  font-family: 'JetBrains Mono', monospace; font-weight: 400;
  font-size: 14px; color: var(--ink-mute); line-height: 1; letter-spacing: 0.08em;
}
.cov-t {
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: 19px; letter-spacing: -0.01em; color: var(--ink);
}
.cov-b    { font-size: 13.5px; color: var(--ink-soft); line-height: 1.55; }
.cov-time {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; color: var(--ink-mute); letter-spacing: 0.14em; text-transform: uppercase;
  margin-top: auto; padding-top: 10px; border-top: 1px dashed var(--rule);
}

/* ---------- PRICING ---------- */
.pricing { position: relative; }
.price-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
  margin-top: 44px; position: relative;
}
@media (max-width: 900px) { .price-grid { grid-template-columns: 1fr; gap: 32px; } }

.price-left p {
  font-size: 17px; line-height: 1.65; color: var(--ink-soft); max-width: 44ch;
}
.price-left p + p { margin-top: 14px; }

.price-card {
  background: var(--panel); color: var(--ink);
  padding: 32px 40px; position: relative;
  border: 1px solid var(--ink);
  max-width: 520px;
}
.price-head {
  display: flex; justify-content: space-between;
  padding-bottom: 14px; border-bottom: 1px solid var(--rule);
  font-family: 'JetBrains Mono', monospace; font-weight: 500;
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink-mute);
}
.price-big {
  display: flex; align-items: baseline; gap: 8px;
  margin-top: 20px;
  font-family: 'Archivo', sans-serif; font-weight: 800; letter-spacing: -0.05em;
}
.price-big .d { font-size: 24px; align-self: start; margin-top: 10px; color: var(--ink); }
.price-big .n { font-size: clamp(72px, 10vw, 120px); line-height: 0.85; color: var(--ink); }
.price-big .u {
  font-size: 18px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  margin-left: 14px; color: var(--ink); align-self: center;
  font-family: 'Archivo', sans-serif;
}
.price-desc {
  font-family: 'Archivo', sans-serif; font-weight: 400;
  font-size: 14px; line-height: 1.6;
  margin-top: 10px; margin-bottom: 20px;
  max-width: 40ch; color: var(--ink-soft);
}
.price-note {
  font-family: 'JetBrains Mono', monospace; font-weight: 500;
  font-size: 11px; color: var(--red);
  padding: 0 0 16px; margin-bottom: 22px;
  letter-spacing: 0.14em; text-transform: uppercase;
  border-bottom: 1px solid var(--rule);
}
.price-card .btn-blk {
  background: var(--ink); color: #f4f2ec; border: 1px solid var(--ink);
  padding: 16px 24px;
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase;
  display: inline-flex; align-items: center; justify-content: center; gap: 14px;
  width: 100%;
  transition: background .12s, border-color .12s;
}
.price-card .btn-blk:hover { background: var(--red); border-color: var(--red); }

/* ---------- FAQ ---------- */
.faq { background: var(--bg); }
.faq-list {
  margin-top: 44px; display: flex; flex-direction: column;
  border-top: 1px solid var(--ink);
}
details.fq { border-bottom: 1px solid var(--rule); transition: background .15s; }
details.fq[open] { background: var(--panel); }
details.fq summary {
  list-style: none; cursor: pointer; padding: 22px 18px 22px 18px;
  display: grid; grid-template-columns: 60px 1fr 40px; gap: 20px; align-items: center;
  font-family: 'Archivo', sans-serif; font-weight: 600;
  font-size: 17px; letter-spacing: -0.01em; color: var(--ink);
}
details.fq summary::-webkit-details-marker { display: none; }
details.fq summary .idx {
  font-family: 'JetBrains Mono', monospace; font-weight: 500;
  font-size: 11px; letter-spacing: 0.1em; color: var(--ink-mute);
}
details.fq summary .arw2 {
  justify-self: end;
  font-family: 'Archivo', sans-serif; font-weight: 400;
  font-size: 20px; color: var(--ink-mute);
  transition: transform .2s, color .2s;
}
details.fq[open] summary .arw2 { transform: rotate(45deg); color: var(--red); }
details.fq .ans {
  font-family: 'Archivo', sans-serif;
  font-size: 15px; color: var(--ink-soft); line-height: 1.65;
  padding: 0 38px 22px 98px; max-width: 72ch;
}
@media (max-width: 600px) {
  details.fq .ans { padding: 0 0 22px 0; }
  details.fq summary { grid-template-columns: 40px 1fr 30px; }
}

/* ---------- FINAL CTA ---------- */
.finale {
  background: var(--ink); color: #f4f2ec;
  padding: 112px 0; text-align: center;
  border-bottom: 1px solid var(--ink);
}
.finale h3 {
  font-family: 'Archivo', sans-serif; font-weight: 800;
  font-size: clamp(44px, 7vw, 96px); line-height: 0.98; letter-spacing: -0.04em;
  max-width: 18ch; margin: 0 auto 24px;
}
.finale h3 em { font-style: italic; font-weight: 600; color: #e8a585; }
.finale p {
  font-size: 16px; max-width: 44ch; margin: 0 auto 36px;
  font-weight: 400; color: rgba(244, 242, 236, 0.7);
}
.finale .btn-blk {
  background: transparent; color: #f4f2ec;
  border: 1px solid #f4f2ec;
  padding: 18px 30px;
  font-family: 'Archivo', sans-serif; font-weight: 700;
  font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 16px;
  transition: background .15s, color .15s;
}
.finale .btn-blk:hover { background: #f4f2ec; color: var(--ink); }
