/*
 * De verkooppagina van Hooked.
 *
 * Apart gehouden van wat het privacybeleid en de voorwaarden bedient — dat zijn
 * leespagina's met een smalle kolom, dit is een etalage. In één bestand duwen
 * betekent dat elke wijziging aan de etalage de juridische pagina's kan breken,
 * en die mogen nooit stuk.
 *
 * De grond is diep water en het accent is het okergoud van Nonius. Dat is geen
 * huisstijlplicht die er toevallig overheen past: een bronzen haak op een
 * donkere ondergrond is precies wat een visser in zijn doos ziet liggen.
 */

:root {
  --diep: #0e1b24;
  --diepe: #142833;
  --wand: #1c3442;
  --rand: #2a4655;
  --schuim: #f4f1ea;
  --staal: #9db2c0;
  --mist: #6b8394;
  --oker: #db9815;
  --goud: #c27514;
  --brons: #704b43;
  --goed: #4fa88b;

  --radius: 20px;
  --max: 68rem;
  --lees: 42rem;
}

* { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--diep);
  color: var(--schuim);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img, svg { max-width: 100%; height: auto; display: block; }

a { color: var(--oker); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--schuim); }

.wikkel { max-width: var(--max); margin: 0 auto; padding: 0 1.5rem; }

/* ---------- Navigatie ---------- */

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(14, 27, 36, 0.86);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--rand);
}
.nav .wikkel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 62px;
}
.merk { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; color: var(--schuim); }
.merk strong { letter-spacing: 0.22em; font-size: 0.95rem; font-weight: 700; }
.navlinks { display: flex; gap: 1.4rem; align-items: center; font-size: 0.92rem; }
.navlinks a { color: var(--staal); text-decoration: none; }
.navlinks a:hover { color: var(--oker); }
@media (max-width: 620px) { .navlinks a.verberg-klein { display: none; } }

/* ---------- Kop ---------- */

.kop {
  padding: 5.5rem 0 4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.kop::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 55% at 50% 0%, rgba(219, 152, 21, 0.14), transparent 70%);
  pointer-events: none;
}
.kop > * { position: relative; }

.kop h1 {
  font-size: clamp(2.2rem, 6vw, 3.9rem);
  line-height: 1.06;
  letter-spacing: -0.028em;
  margin: 1.4rem auto 0;
  max-width: 18ch;
  font-weight: 700;
}
.kop h1 em { font-style: normal; color: var(--oker); }
.kop .lead {
  color: var(--staal);
  max-width: 46ch;
  margin: 1.3rem auto 0;
  font-size: 1.1rem;
}

.knoppen { display: flex; gap: 0.75rem; justify-content: center; flex-wrap: wrap; margin-top: 2.2rem; }

.knop {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.6rem;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.98rem;
  border: 1.5px solid transparent;
  transition: transform 0.15s ease, background 0.15s ease;
}
.knop:hover { transform: translateY(-1px); }
.knop-vol { background: var(--oker); color: var(--diep); }
.knop-vol:hover { background: #eaa722; color: var(--diep); }
.knop-rand { border-color: var(--rand); color: var(--schuim); }
.knop-rand:hover { border-color: var(--oker); color: var(--oker); }

.binnenkort {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.82rem;
  color: var(--mist);
  letter-spacing: 0.06em;
}

/* ---------- Secties ---------- */

section { padding: 4.5rem 0; }
section.gedempt { background: var(--diepe); border-block: 1px solid var(--rand); }

.sectiekop { max-width: 44ch; margin-bottom: 2.5rem; }
.sectiekop.midden { margin-inline: auto; text-align: center; }
.oogje {
  font-size: 0.72rem;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: var(--oker);
  font-weight: 700;
  margin: 0 0 0.6rem;
}
h2 {
  font-size: clamp(1.7rem, 3.6vw, 2.5rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 0.8rem;
  font-weight: 700;
}
h3 { font-size: 1.15rem; margin: 0 0 0.4rem; font-weight: 700; }
p { margin: 0 0 1rem; }
p.zacht { color: var(--staal); }
.sectiekop p { color: var(--staal); margin: 0; }

/* ---------- Raster ---------- */

.raster { display: grid; gap: 1rem; }
.raster.drie { grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); }
.raster.twee { grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr)); }

.kaart {
  background: var(--diepe);
  border: 1px solid var(--rand);
  border-radius: var(--radius);
  padding: 1.6rem;
}
section.gedempt .kaart { background: var(--wand); }
.kaart h3 { color: var(--schuim); }
.kaart p { color: var(--staal); font-size: 0.95rem; margin: 0; }
.kaart .cijfer {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--oker);
  line-height: 1;
  margin-bottom: 0.5rem;
  font-variant-numeric: tabular-nums;
}

/* ---------- De stappen ---------- */

.stappen { counter-reset: stap; display: grid; gap: 1.6rem; }
.stap { display: flex; gap: 1.2rem; align-items: flex-start; }
.stap::before {
  counter-increment: stap;
  content: counter(stap);
  flex: 0 0 auto;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  border: 1.5px solid var(--oker);
  color: var(--oker);
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 1rem;
}
.stap h3 { margin-bottom: 0.25rem; }
.stap p { color: var(--staal); margin: 0; font-size: 0.95rem; }

/* ---------- Het zegelblok ---------- */

.zegels { display: grid; gap: 0.9rem; }
.zegel-rij {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.1rem 1.3rem;
  border: 1px solid var(--rand);
  border-radius: 14px;
  background: var(--diepe);
}
.zegel {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid;
  border-radius: 999px;
  padding: 0.2rem 0.7rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.zegel::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.zegel.geverifieerd { color: var(--goed); border-color: var(--goed); }
.zegel.gemeten { color: #7a9bb5; border-color: #7a9bb5; }
.zegel.indicatief { color: #8a7b5e; border-color: #8a7b5e; }
.zegel-rij p { margin: 0; color: var(--staal); font-size: 0.92rem; }

/* ---------- Prijzen ---------- */

.prijzen { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); }
.prijs {
  border: 1px solid var(--rand);
  border-radius: var(--radius);
  padding: 1.8rem;
  background: var(--diepe);
}
.prijs.uitgelicht { border-color: var(--goud); background: var(--wand); }
.prijs h3 { font-size: 1.05rem; letter-spacing: 0.04em; }
.prijs .bedrag { font-size: 2.6rem; font-weight: 700; line-height: 1; margin: 0.5rem 0 0.2rem; }
.prijs.uitgelicht .bedrag { color: var(--oker); }
.prijs .eenmalig { color: var(--mist); font-size: 0.85rem; }
.prijs ul { list-style: none; padding: 0; margin: 1.2rem 0 0; display: grid; gap: 0.5rem; }
.prijs li { display: flex; gap: 0.55rem; color: var(--staal); font-size: 0.93rem; align-items: flex-start; }
.prijs li::before { content: "—"; color: var(--oker); flex: 0 0 auto; }

/* ---------- Kabinet-lijst ---------- */

.kabinet { display: grid; gap: 0.6rem; }
.hoofdstuk {
  display: flex;
  gap: 1.1rem;
  align-items: center;
  padding: 1rem 1.2rem;
  border: 1px solid var(--rand);
  border-radius: 14px;
  background: var(--diepe);
}
.hoofdstuk .teken {
  flex: 0 0 auto;
  min-width: 4.6rem;
  height: 3.2rem;
  border-radius: 10px;
  background: var(--wand);
  border: 1px solid var(--rand);
  display: grid;
  place-items: center;
  color: var(--oker);
  font-weight: 700;
  font-size: 0.86rem;
  text-align: center;
  padding: 0 0.4rem;
}
.hoofdstuk h3 { font-size: 1rem; margin: 0; }
.hoofdstuk p { margin: 0; color: var(--mist); font-size: 0.86rem; }

/* ---------- Merken-oproep ---------- */

.oproep {
  border: 1px solid var(--goud);
  background: var(--wand);
  border-radius: var(--radius);
  padding: 2.4rem;
  text-align: center;
}
.oproep h2 { margin-bottom: 0.6rem; }
.oproep p { color: var(--staal); max-width: 50ch; margin-inline: auto; }

/* ---------- Voet ---------- */

footer {
  border-top: 1px solid var(--rand);
  padding: 3rem 0 4rem;
  color: var(--mist);
  font-size: 0.88rem;
}
footer .wikkel { display: grid; gap: 1.6rem; }
.voetrijen { display: flex; flex-wrap: wrap; gap: 2.5rem; justify-content: space-between; }
footer h4 { color: var(--staal); font-size: 0.74rem; letter-spacing: 0.16em; text-transform: uppercase; margin: 0 0 0.6rem; font-weight: 700; }
footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.35rem; }
footer a { color: var(--mist); text-decoration: none; }
footer a:hover { color: var(--oker); }
.fijndruk { border-top: 1px solid var(--rand); padding-top: 1.4rem; font-size: 0.8rem; }

/* ---------- Leespagina's (privacy, voorwaarden) ---------- */

.lees { max-width: var(--lees); margin: 0 auto; padding: 3.5rem 1.5rem 5rem; }
.lees h1 { font-size: clamp(1.9rem, 4vw, 2.6rem); line-height: 1.15; letter-spacing: -0.02em; }
.lees h2 { font-size: 1.35rem; margin-top: 2.4rem; }
.lees p, .lees li { color: var(--staal); }
.lees .datum { color: var(--mist); font-size: 0.85rem; }

/* ---------- Toegankelijkheid ---------- */

:focus-visible { outline: 2px solid var(--oker); outline-offset: 3px; border-radius: 4px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
