/* De Eerste Motor Checklist — design tokens: donker asfaltgrijs + oranje accent */
:root {
  --bg: #0b0d10;
  --bg-soft: #14171c;
  --surface: #1b1f26;
  --line: rgba(255,255,255,0.08);
  --ink: #f5f6f7;
  --muted: #9aa3ad;
  --accent: #f97316;
  --accent-600: #ea580c;
  --accent-soft: rgba(249,115,22,0.14);
  --shell: 1080px;
  --r-md: 14px;
  --r-lg: 20px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* , *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
}
h1, h2, h3 { line-height: 1.2; margin: 0 0 0.6em; }
p { margin: 0 0 1em; color: var(--muted); }
a { color: inherit; }

.shell { max-width: var(--shell); margin: 0 auto; padding: 0 1.25rem; }
.shell--narrow { max-width: 640px; }

.section { padding: 4rem 0; }
.section--soft { background: var(--bg-soft); }
.section__lead { max-width: 640px; }

/* Nav */
.nav {
  position: sticky; top: 0; z-index: 10;
  background: rgba(11,13,16,0.85);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.nav__inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.9rem 1.25rem;
}
.logo { font-weight: 700; font-size: 1.05rem; }
/* Logo met bike-mark */
.logo { display: inline-flex; align-items: center; gap: 10px; }
.logo__bike { height: 42px; width: auto; flex-shrink: 0; }
.logo em { color: var(--accent); font-style: normal; }


/* Hero */
.hero { padding: 5rem 0 4rem; text-align: center; }
.eyebrow {
  display: inline-block; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.04em;
  color: var(--accent); text-transform: uppercase; margin-bottom: 1rem;
}
.hero h1 { font-size: clamp(2rem, 1.4rem + 2.6vw, 3.2rem); }
.hero .lead { max-width: 640px; margin: 0 auto 2rem; font-size: 1.1rem; }
.hero__cta { display: flex; flex-direction: column; align-items: center; gap: 0.7rem; }
.hero__note { font-size: 0.85rem; color: var(--muted); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 600; text-decoration: none; cursor: pointer;
  border-radius: 999px; border: none; transition: transform 0.15s ease, background 0.15s ease;
}
.btn--primary { background: var(--accent); color: #1a0d02; }
.btn--primary:hover { background: var(--accent-600); transform: translateY(-1px); }
.btn--ghost { background: transparent; border: 1px solid var(--line); color: var(--ink); }
.btn--sm { padding: 0.5rem 1.1rem; font-size: 0.9rem; }
.btn--lg { padding: 0.95rem 2rem; font-size: 1.05rem; }
.btn--block { width: 100%; }
.btn:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }

/* Grid / cards */
.grid { display: grid; gap: 1.25rem; }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 1.5rem;
}
.card__icon { font-size: 1.8rem; margin-bottom: 0.75rem; }
.card p { margin: 0; color: var(--ink); }

/* Chapters list */
.chapters { list-style: none; margin: 2rem 0 0; padding: 0; display: grid; gap: 0.6rem; }
.chapters li {
  display: flex; align-items: center; gap: 1rem;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 0.9rem 1.1rem; color: var(--ink);
}
.chapters span {
  display: grid; place-items: center; flex-shrink: 0;
  width: 30px; height: 30px; border-radius: 999px;
  background: var(--accent-soft); color: var(--accent); font-weight: 700; font-size: 0.85rem;
}

/* Price card */
.pricecard {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 2.5rem; text-align: center;
}
.pricecard__desc { margin-bottom: 1rem; }
.pricecard__price { font-size: 2.4rem; font-weight: 800; color: var(--accent); margin-bottom: 1.5rem; }
.pricecard__price span { font-size: 1rem; font-weight: 500; color: var(--muted); }
.pricecard__list { list-style: none; padding: 0; margin: 0 0 2rem; text-align: left; display: grid; gap: 0.6rem; }
.pricecard__list li { color: var(--ink); padding-left: 1.6rem; position: relative; }
.pricecard__list li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 700; }
.buy-status { min-height: 1.2em; margin-top: 1rem; font-size: 0.9rem; }
.buy-status--error { color: #f87171; }
.buy-status--info { color: var(--muted); }

/* Footer */
.footer { border-top: 1px solid var(--line); padding: 2rem 0; text-align: center; }
.footer p { margin: 0; font-size: 0.85rem; }

/* Call-to-action-animatie (18-08-2026, marketingpsychologie, oranje thema).
   Lichtveeg op hover, pijl-affordance, en een zachte aandachtsgloed op de hoofd-CTA.
   Uit bij prefers-reduced-motion. */
.btn--primary { position: relative; overflow: hidden; }
.btn--primary::after {
  content: ""; position: absolute; top: 0; left: -130%; width: 60%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: skewX(-20deg); pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .btn--primary:hover::after { transition: left 620ms ease; left: 150%; }
}
.btn__pijl { display: inline-block; margin-left: 8px; transition: transform 200ms ease; }
@media (hover: hover) and (pointer: fine) {
  .btn--primary:hover .btn__pijl { transform: translateX(4px); }
}
@media (prefers-reduced-motion: no-preference) {
  .btn--cta { animation: cta-adem 2.8s ease-in-out infinite; }
}
@keyframes cta-adem {
  0%, 100% { box-shadow: 0 2px 10px rgba(249, 115, 22, 0.25), 0 0 0 0 rgba(249, 115, 22, 0.35); }
  50% { box-shadow: 0 6px 20px rgba(249, 115, 22, 0.35), 0 0 0 9px rgba(249, 115, 22, 0); }
}
@media (hover: hover) and (pointer: fine) { .btn--cta:hover { animation: none; } }

/* Drie drempelverlagers onder de hero-CTA. */
.cta-punten {
  list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center;
  gap: 6px 18px; margin: 0.6rem 0 0; font-size: 0.85rem; color: var(--muted);
}
.cta-punten li { position: relative; padding-left: 20px; }
.cta-punten li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 700; }
