/* v3 additions on top of /v2/v2.css: "why" cards. */
.why-cards .expert{background:var(--canvas)}

/* Launch offer: top bar (Quicken-style) + offer card: free consultation step → launch gift step with countdown (ClassPass / Greptile pattern). */
.promo-bar{display:flex;align-items:center;justify-content:center;gap:12px;background:var(--lime);color:var(--ink);text-decoration:none;font-size:15px;line-height:1.4;padding:10px 20px;text-align:center}
.promo-bar:hover{background:var(--lime-deep)}
.promo-short{display:none}
.offer-card{max-width:1040px;margin-inline:auto;background:var(--soft);border:1px solid var(--line);border-radius:var(--radius);padding:56px 48px;text-align:center}
.offer-head .eyebrow{justify-content:center}
.offer-seats{display:inline-block;margin-top:20px;background:var(--ink);color:var(--lime);font-weight:650;font-size:15px;padding:8px 18px;border-radius:999px}
.offer-steps{display:grid;grid-template-columns:1fr 48px 1fr;align-items:stretch;margin-top:40px;text-align:left}
.offer-step{border-radius:var(--radius);padding:28px;display:flex;flex-direction:column;gap:12px}
.offer-step--free{background:var(--canvas);border:1px solid var(--line)}
.offer-step--gift{background:var(--lime);color:var(--ink)}
.offer-step h3{font-size:24px;line-height:1.2}
.offer-step p{font-size:16px;line-height:1.55;color:var(--muted)}
.offer-step--gift p{color:var(--ink)}
.offer-step-kicker{font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}
.offer-step--gift .offer-step-kicker{color:var(--ink)}
.offer-badge{align-self:flex-start;display:inline-flex;gap:8px;align-items:center;font-size:14px;font-weight:700;padding:6px 14px;border-radius:999px;background:var(--ink);color:var(--lime)}
.offer-arrow{display:grid;place-items:center}
.offer-arrow:before{content:"→";font-size:28px;color:var(--ink)}
.offer-timer{margin-top:auto;padding-top:12px}
.offer-timer-label{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ink)}
.offer-timer-units{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:10px}
.offer-timer-units[hidden]{display:none}
.offer-timer-units span{display:grid;justify-items:center;background:var(--ink);border-radius:14px;padding:12px 4px 10px}
.offer-timer-units strong{font-family:Archivo,Arial,sans-serif;font-stretch:125%;font-weight:620;font-size:30px;line-height:1;color:var(--lime);font-variant-numeric:tabular-nums}
.offer-timer-units small{margin-top:6px;font-size:11px;color:#c6cebd;text-transform:uppercase;letter-spacing:.08em}
.offer-note{margin:24px auto 28px;max-width:640px;font-size:15px;color:var(--muted)}
.offer-note strong{color:var(--ink)}
@media (max-width:760px){
  .promo-long{display:none}.promo-short{display:inline}.promo-bar{font-size:13px;gap:8px;padding-inline:12px}
  .offer-card{padding:40px 18px}
  .offer-steps{grid-template-columns:1fr;margin-top:28px}
  .offer-arrow{height:40px}.offer-arrow:before{content:"↓";font-size:24px}
  .offer-step{padding:22px 20px}
  .offer-step h3{font-size:21px}
  .offer-step p{font-size:15px;line-height:1.5}
  .offer-timer-units{gap:6px}
  .offer-timer-units strong{font-size:26px}
  .offer-timer-units small{font-size:10px}
}

/* Founder story: milestones + pull quote instead of long paragraphs (Whereby / 21st milestone timeline). */
.founder-timeline{list-style:none;margin:8px 0 0;padding:0;display:grid;gap:0}
.founder-timeline li{display:grid;grid-template-columns:112px 1fr;gap:16px;align-items:baseline;padding:14px 0;border-top:1px solid #4a5342}
.founder-timeline li:first-child{border-top:0}
.ft-year{font-family:Archivo,Arial,sans-serif;font-stretch:125%;font-weight:620;font-size:18px;color:var(--lime);white-space:nowrap}
.founder-timeline p{color:#d2d9cb;font-size:17px;line-height:1.5}
.founder-quote{margin:28px 0;padding:24px 28px;border-left:4px solid var(--lime);background:#2c3327;border-radius:0 18px 18px 0}
.founder-quote p{font-family:Archivo,Arial,sans-serif;font-stretch:115%;font-weight:600;font-size:24px;line-height:1.35;color:var(--canvas)}
@media (max-width:760px){
  .founder-timeline li{grid-template-columns:1fr;gap:4px;padding:12px 0}
  .founder-quote{padding:18px 18px}
  .founder-quote p{font-size:20px}
}

/* Mobile hero: short lead + smaller photo so the proof row fits on the first screen (Canny / Pin pattern). */
@media (max-width:760px){
  .hero-visual{height:250px;margin:16px 0}
  .hero-lead{font-size:15.5px;line-height:1.5;margin-top:14px}
  .hero .proof{margin-top:16px;padding-top:14px}
}
