/* Evenementpagina + inschrijfwizard · responsive (mobiel en laptop) */

/* ── kop (anatomie van de merksite: badge + datum boven de titel,
      titel in Manrope 600 32px; foto is een aparte band erboven) ── */
.ev-hero {
  position: relative; height: clamp(240px, 40vw, 420px);
  background-size: cover; background-position: 62% 50%;
}
.ev-hero::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 45%, #000 100%);
}
.ev-kop { padding-top: clamp(28px, 5vw, 56px); }
.ev-kop-regel { display: flex; align-items: center; gap: 16px; }
.ev-kop-regel time { font-size: 18px; letter-spacing: 0.02em; color: var(--sub); }
.ev-kop h1 {
  margin: 18px 0 0; font-family: var(--sans);
  font-size: clamp(26px, 3.2vw, 32px); font-weight: 600;
  letter-spacing: 0.02em; line-height: 1.2; max-width: 800px;
}
.ev-hero-meta {
  display: flex; flex-wrap: wrap; gap: 8px 26px; margin-top: 14px;
  color: var(--sub); font-size: 14.5px;
}
.ev-hero-meta span { display: inline-flex; align-items: center; gap: 8px; }

/* ── indeling detail ── */
.ev-indeling {
  display: flex; flex-wrap: wrap; gap: clamp(24px, 4vw, 56px);
  align-items: flex-start; padding-top: clamp(24px, 4vw, 44px);
}
.ev-links { flex: 999 1 340px; min-width: min(100%, 340px); max-width: 680px; }
.ev-rechts { flex: 1 1 320px; max-width: 400px; position: sticky; top: 84px; }
@media (max-width: 860px) {
  .ev-rechts { position: static; max-width: none; }
}

.ev-intro { font-size: 16px; line-height: 1.7; color: var(--body); margin: 0; }

.ev-sectie { margin-top: clamp(34px, 5vw, 56px); }
.ev-sectie h3 {
  margin: 0 0 18px; font-family: var(--sans);
  font-size: clamp(22px, 2.4vw, 28px); font-weight: 600;
  letter-spacing: 0.02em; line-height: 1.2;
}
.programma-rij {
  display: flex; gap: 18px; align-items: baseline; padding: 10px 0;
  border-bottom: 1px solid var(--line-soft);
}
.programma-rij .tijd { font-family: var(--mono); font-size: 13.5px; color: var(--red-bright); width: 48px; flex-shrink: 0; }
.programma-rij .wat { font-size: 16px; color: var(--body); }

.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips span {
  font-size: 13px; color: var(--soft);
  border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 999px; padding: 8px 14px;
}

.foto-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.foto-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 12px; display: block; }

.voorwaarden-lijst .regel { font-size: 13.5px; line-height: 1.6; color: var(--grey); margin-bottom: 9px; }

/* ── "Meer evenementen" onderaan, zoals op de merksite ── */
.meer-evenementen { margin-top: clamp(48px, 8vw, 90px); }
.meer-kop {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 14px 24px; margin-bottom: clamp(18px, 3vw, 30px);
}
.meer-kop h2 {
  margin: 0; font-size: clamp(26px, 3.5vw, 36px); font-weight: 700;
  letter-spacing: 0.02em; line-height: 1.2;
}

/* prijs-kaart rechts */
.prijs-kaart {
  background: var(--panel); border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px; padding: 24px;
}
.prijs-kaart .kop { font-family: var(--display); font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; }
.prijs-tarief {
  display: flex; align-items: baseline; justify-content: space-between; gap: 12px;
  padding: 13px 0; border-bottom: 1px solid var(--line-soft);
}
.prijs-tarief:last-of-type { border-bottom: 0; }
.prijs-tarief .wie { font-size: 15px; color: var(--body); }
.prijs-tarief .wat { font-family: var(--mono); font-size: 16px; font-weight: 600; }
.prijs-kaart .nota { font-size: 13px; color: var(--mut); line-height: 1.6; margin-top: 6px; }
.prijs-kaart .knop-rood { margin-top: 18px; text-decoration: none; }
.plaatsen-lijn {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 14px;
  font-family: var(--mono); font-size: 13px; color: var(--green-soft);
  background: rgba(47, 191, 113, 0.07); border: 1px solid rgba(47, 191, 113, 0.25);
  border-radius: 999px; padding: 7px 13px;
}
.prijs-kaart .login-lijn { text-align: center; font-size: 13px; color: var(--grey); margin-top: 14px; }
.prijs-kaart .login-lijn a { color: var(--text); border-bottom: 1px solid #3A3A3F; padding-bottom: 1px; }
.gesloten-melding {
  background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px; padding: 14px 16px; font-size: 13.5px; color: var(--sub);
  line-height: 1.6; margin-top: 16px;
}

/* ── wizard ── */
.wizard-vlak { max-width: 560px; margin: 0 auto; padding: clamp(22px, 4vw, 40px) 20px 60px; }
.wizard-kop-rij { display: flex; align-items: center; justify-content: space-between; }
.terug-knop {
  width: 42px; height: 42px; border-radius: 999px; border: 0;
  background: rgba(255, 255, 255, 0.07); display: flex; align-items: center;
  justify-content: center; cursor: pointer;
}
.terug-knop:hover { background: rgba(255, 255, 255, 0.13); }
.stap-teller {
  font-family: var(--mono); font-size: 13px; letter-spacing: 0.07em;
  color: var(--grey); text-transform: uppercase;
}
.progressie { display: flex; gap: 5px; margin-top: 18px; }
.progressie div { flex: 1; height: 3px; border-radius: 4px; background: rgba(255, 255, 255, 0.12); }
.progressie div.actief { background: var(--red); }
.stap-titel { font-family: var(--display); font-size: clamp(21px, 4vw, 26px); font-weight: 700; margin-top: 26px; line-height: 1.2; }
.stap-sub { font-size: 14.5px; color: var(--grey); margin-top: 8px; line-height: 1.5; }
.wizard-inhoud { margin-top: 26px; }
.velden { display: flex; flex-direction: column; gap: 16px; }

.info-blok {
  display: flex; gap: 10px; align-items: flex-start; background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.07); border-radius: 12px; padding: 14px 16px;
}
.info-blok svg { flex-shrink: 0; margin-top: 1px; }
.info-blok span { font-size: 13px; line-height: 1.5; color: var(--grey); }
.info-blok b { color: var(--body); font-weight: 600; }

.keuze-lijst { display: flex; flex-direction: column; gap: 12px; }
.prijs-optie {
  display: flex; align-items: center; gap: 16px; border-radius: 12px;
  padding: 18px; cursor: pointer; background: var(--panel);
  border: 1.5px solid rgba(255, 255, 255, 0.09); transition: border-color 0.12s var(--ease-uit);
}
.prijs-optie:hover { border-color: rgba(255, 255, 255, 0.3); }
.prijs-optie.gekozen { background: rgba(219, 4, 4, 0.09); border-color: var(--red); }
.prijs-optie .num {
  width: 46px; height: 46px; border-radius: 12px; background: rgba(255, 255, 255, 0.06);
  display: flex; align-items: center; justify-content: center;
  font-size: 21px; font-weight: 700; font-family: var(--mono); color: var(--grey); flex-shrink: 0;
}
.prijs-optie.gekozen .num { color: var(--red-bright); }
.prijs-optie .naam { font-size: 16px; font-weight: 700; }
.prijs-optie .sub { font-size: 13px; color: var(--grey); margin-top: 2px; }
.prijs-optie .bedrag { font-family: var(--mono); font-size: 19px; font-weight: 600; color: var(--sub); margin-left: auto; }
.prijs-optie.gekozen .bedrag { color: var(--text); }
.keuze-voetnoot { font-size: 13px; color: var(--mut); line-height: 1.5; margin-top: 4px; }

/* Eén blok per keuzemoment (Ontbijt, Lunch, BBQ …) */
.catering-moment + .catering-moment {
  margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line);
}
.catering-moment > h3 {
  margin: 0 0 14px; font-family: var(--sans);
  font-size: 18px; font-weight: 600; letter-spacing: 0.01em;
}
.lunch-groep { margin-bottom: 22px; }
.lunch-groep-kop { display: flex; align-items: baseline; gap: 8px; margin-bottom: 10px; }
.lunch-groep-kop .wie { font-size: 15px; font-weight: 700; }
.lunch-groep-kop .rol { font-size: 13px; color: var(--mut); }
.lunch-optie {
  display: flex; align-items: center; gap: 13px; border-radius: 12px;
  padding: 13px 15px; cursor: pointer; background: var(--panel);
  border: 1.5px solid rgba(255, 255, 255, 0.09); margin-bottom: 8px;
  transition: border-color 0.12s var(--ease-uit);
}
.lunch-optie:hover { border-color: rgba(255, 255, 255, 0.3); }
.lunch-optie.gekozen { background: rgba(219, 4, 4, 0.09); border-color: var(--red); }
.radio-ring {
  width: 20px; height: 20px; border-radius: 999px; border: 2px solid rgba(255, 255, 255, 0.25);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.gekozen .radio-ring { border-color: var(--red); }
.radio-dot { width: 9px; height: 9px; border-radius: 999px; background: transparent; }
.gekozen .radio-dot { background: var(--red); }
.lunch-optie .naam { font-size: 15px; font-weight: 600; }
.lunch-optie .gerecht { font-size: 13px; color: var(--grey); margin-top: 1px; }

.schakel-rij {
  display: flex; align-items: center; gap: 14px; background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.09); border-radius: 12px;
  padding: 16px; cursor: pointer;
}
.schakel-rij .titel { font-size: 15px; font-weight: 700; }
.schakel-rij .sub { font-size: 13px; color: var(--grey); margin-top: 2px; }
.schakel {
  width: 52px; height: 32px; border-radius: 999px; background: rgba(255, 255, 255, 0.14);
  position: relative; transition: background 0.2s var(--ease-uit); flex-shrink: 0; margin-left: auto;
}
.schakel::after {
  content: ''; position: absolute; top: 3px; left: 3px; width: 26px; height: 26px;
  border-radius: 999px; background: #fff; transition: left 0.2s var(--ease-uit);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
.schakel.aan { background: var(--red); }
.schakel.aan::after { left: 23px; }
.factuur-velden { animation: gtFadeUp 0.25s ease; }
.factuur-uitleg { font-size: 13px; color: var(--mut); line-height: 1.5; }

.samenvatting {
  background: var(--panel); border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px; padding: 15px 16px; margin-bottom: 12px;
}
.samenvatting-kop { display: flex; align-items: center; justify-content: space-between; margin-bottom: 9px; }
.wijzig-link {
  font-size: 13px; color: var(--grey); cursor: pointer; border: 0; background: none;
  border-bottom: 1px solid #3A3A3F; padding: 0;
}
.samenvatting .lijn { font-size: 14.5px; line-height: 1.65; color: var(--body); }

.totaal-kaart {
  background: linear-gradient(180deg, #161616, #101010);
  border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 12px;
  padding: 18px; margin-bottom: 12px;
}
.totaal-kaart .subrij { display: flex; justify-content: space-between; font-size: 14px; color: var(--sub); }
.totaal-kaart .hoofdrij {
  display: flex; justify-content: space-between; align-items: baseline;
  border-top: 1px solid rgba(255, 255, 255, 0.09); margin-top: 12px; padding-top: 12px;
}
.totaal-kaart .hoofdrij .label { font-size: 15px; font-weight: 700; }
.totaal-kaart .hoofdrij .bedrag { font-family: var(--mono); font-size: 28px; font-weight: 600; }
.totaal-kaart .btw { font-size: 13px; color: var(--mut); margin-top: 4px; text-align: right; }

.akkoord-rij { display: flex; gap: 12px; align-items: flex-start; padding: 6px 2px; cursor: pointer; }
.akkoord-vak {
  width: 24px; height: 24px; border-radius: 4px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: transparent; border: 1.5px solid rgba(255, 255, 255, 0.25); transition: all 0.15s var(--ease-uit);
}
.akkoord-rij.aan .akkoord-vak { background: var(--red); border-color: var(--red); }
.akkoord-vak svg path { stroke: transparent; }
.akkoord-rij.aan .akkoord-vak svg path { stroke: #fff; }
.akkoord-rij span { font-size: 13.5px; line-height: 1.5; color: var(--sub); }
.akkoord-rij .voorwaarden-link { color: var(--text); border-bottom: 1px solid #3A3A3F; cursor: pointer; }

.wizard-voet { margin-top: 26px; }
.totaal-balk { display: flex; justify-content: space-between; align-items: baseline; padding: 0 4px 12px; }
.totaal-balk .label { font-size: 13px; color: var(--grey); }
.totaal-balk .bedrag { font-family: var(--mono); font-size: 19px; font-weight: 600; }
.knop-volgende {
  border: 0; width: 100%; height: 56px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--display); font-size: 13.5px; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase; cursor: pointer;
  background: var(--text); color: #000;
  transition: opacity 0.2s var(--ease-uit), transform 0.1s var(--ease-uit);
}
.knop-volgende:active { transform: scale(0.985); }
.knop-volgende.laatste { background: var(--red); color: #fff; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); }
.knop-volgende.uit { opacity: 0.35; cursor: default; box-shadow: none; }

/* ── overlays: voorwaarden + betalen ── */
.overlay { position: fixed; inset: 0; z-index: var(--z-lade-achtergrond); }
/* Alleen een donkere laag, geen blur: één dieptestrategie (DESIGN.md §4)
   en glasmorfisme staat op de verbodenlijst (§8). */
.overlay-vlak { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.78); }

.sheet {
  position: absolute; left: 0; right: 0; bottom: 0; background: #131313;
  border-radius: 12px 12px 0 0; padding: 14px 22px calc(env(safe-area-inset-bottom, 0px) + 30px);
  animation: gtSheetUp 0.32s cubic-bezier(0.2, 0.9, 0.3, 1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 560px; margin: 0 auto;
}
.sheet-greep { width: 40px; height: 4.5px; border-radius: 4px; background: rgba(255, 255, 255, 0.18); margin: 0 auto 18px; }
.sheet h2 { margin: 0; font-size: 18px; font-weight: 700; }
.voorwaarde-rij { display: flex; gap: 10px; align-items: flex-start; margin-top: 12px; }
.voorwaarde-rij .stip { width: 5px; height: 5px; border-radius: 999px; background: var(--red); margin-top: 7px; flex-shrink: 0; }
.voorwaarde-rij span { font-size: 14px; line-height: 1.6; color: var(--soft); }
.sheet-sluit {
  border: 0; width: 100%; height: 50px; border-radius: 12px; background: rgba(255, 255, 255, 0.08);
  font-size: 14px; font-weight: 600; color: var(--text); cursor: pointer; margin-top: 22px;
}
.sheet-sluit:hover { background: rgba(255, 255, 255, 0.14); }

.betaal-sheet {
  position: absolute; left: 0; right: 0; bottom: 0; background: #FAFAF8; color: #111;
  border-radius: 12px 12px 0 0; padding: 14px 20px calc(env(safe-area-inset-bottom, 0px) + 28px);
  animation: gtSheetUp 0.32s cubic-bezier(0.2, 0.9, 0.3, 1);
  max-width: 560px; margin: 0 auto;
}
@media (min-width: 700px) {
  .sheet, .betaal-sheet {
    bottom: auto; top: 50%; transform: translateY(-50%);
    border-radius: 12px; max-width: 460px; animation: gtFadeUp 0.25s ease;
    padding-bottom: 26px;
  }
  .sheet-greep { display: none; }
  .sheet, .betaal-sheet { padding-top: 24px; }
}
.betaal-sheet .sheet-greep { background: rgba(0, 0, 0, 0.15); margin-bottom: 16px; }
.betaal-kop { display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.betaal-kop .org { font-size: 13px; color: #71716E; }
.betaal-kop .evenement { font-size: 14px; color: #3A3A38; margin-top: 1px; }
.betaal-kop .bedrag { font-family: var(--mono); font-size: 24px; font-weight: 600; letter-spacing: -0.02em; }
.betaal-label {
  font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase;
  color: #8E8E8A; margin: 20px 0 10px; font-weight: 700;
}
.methode {
  display: flex; align-items: center; gap: 13px; border-radius: 12px; padding: 13px 14px;
  cursor: pointer; background: #fff; border: 1.5px solid rgba(0, 0, 0, 0.1); margin-bottom: 9px;
}
.methode.gekozen { border-color: #111; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
.methode .icoon {
  width: 38px; height: 27px; border-radius: 4px; display: flex; align-items: center;
  justify-content: center; color: #fff; font-size: 13px; font-weight: 700;
  font-family: var(--mono); flex-shrink: 0;
}
.methode .naam { flex: 1; font-size: 15px; font-weight: 600; }
.methode .ring {
  width: 20px; height: 20px; border-radius: 999px; border: 2px solid rgba(0, 0, 0, 0.2);
  display: flex; align-items: center; justify-content: center;
}
.methode.gekozen .ring { border-color: #111; }
.methode .dot { width: 9px; height: 9px; border-radius: 999px; background: transparent; }
.methode.gekozen .dot { background: #111; }
.betaal-knop {
  border: 0; width: 100%; height: 54px; border-radius: 12px; background: #111; color: #fff;
  display: flex; align-items: center; justify-content: center; gap: 9px;
  font-size: 15.5px; font-weight: 700; cursor: pointer; margin-top: 18px;
  transition: background 0.15s var(--ease-uit), transform 0.1s var(--ease-uit);
}
.betaal-knop:hover { background: #26262A; }
.betaal-knop:active { transform: scale(0.985); }
.betaal-voetnoot {
  display: flex; justify-content: center; align-items: center; gap: 6px;
  margin-top: 14px; font-size: 13px; color: #8E8E8A;
}
.betaal-fout {
  background: rgba(219, 4, 4, 0.08); border: 1px solid rgba(219, 4, 4, 0.4);
  color: #A31815; border-radius: 12px; padding: 11px 14px; font-size: 13px;
  line-height: 1.5; margin-top: 12px;
}

.verwerken {
  position: fixed; inset: 0; z-index: var(--z-lichtbak); background: rgba(0, 0, 0, 0.94);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px;
}
.verwerken .tekst { font-size: 15px; color: var(--soft); }
.verwerken .detail { font-family: var(--mono); font-size: 13px; color: var(--mut); letter-spacing: 0.08em; }

.laad-fout {
  min-height: 60vh; display: flex; flex-direction: column; align-items: center;
  justify-content: center; gap: 14px; padding: 30px; text-align: center;
}
.laad-fout h1 { font-size: clamp(24px, 3.4vw, 34px); line-height: 1.15; max-width: 16ch; }
.laad-fout p { color: var(--sub); font-size: 14.5px; line-height: 1.6; max-width: 320px; margin: 0; }
.laad-fout button {
  border: 1px solid rgba(255, 255, 255, 0.16); background: none; color: var(--soft);
  border-radius: 999px; padding: 0 20px; font-size: 13.5px; cursor: pointer;
  min-height: 44px; display: inline-flex; align-items: center;
}

/* bevestigingspagina */
.bevestiging { text-align: center; animation: gtFadeUp 0.4s ease; }
.vink {
  width: 74px; height: 74px; border-radius: 999px; background: var(--red);
  display: flex; align-items: center; justify-content: center; margin: 0 auto;
}
.bevestiging h1 { font-size: clamp(26px, 5vw, 32px); font-weight: 700; margin: 26px 0 0; }
.bevestiging .uitleg { font-size: 14.5px; color: var(--grey); line-height: 1.6; margin: 10px auto 0; max-width: 320px; }
.bevestiging .uitleg b { color: var(--body); font-weight: 600; }
.code-kaart {
  margin-top: 32px; background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 12px; padding: 24px 18px;
}
.code-groot { font-family: var(--mono); font-size: 34px; font-weight: 600; letter-spacing: 0.1em; margin-top: 12px; }
.kopieer {
  display: inline-flex; align-items: center; gap: 7px; margin-top: 14px; padding: 9px 16px;
  border-radius: 999px; border: 1px solid rgba(255, 255, 255, 0.14); cursor: pointer;
  font-size: 13px; color: var(--soft); background: none;
}
.kopieer:hover { border-color: rgba(255, 255, 255, 0.35); }
.nr-rij {
  display: flex; justify-content: center; align-items: baseline; gap: 9px;
  margin-top: 14px; padding-top: 13px; border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.nr-rij .nr { font-family: var(--mono); font-size: 19px; font-weight: 600; }
.code-kaart .hint { font-size: 13px; color: var(--mut); line-height: 1.55; margin-top: 12px; }
.bevestiging .knop-rood { margin-top: 18px; text-decoration: none; }
.wachten { min-height: 70vh; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; padding: 30px; text-align: center; }
.wachten p { color: var(--soft); font-size: 15px; margin: 0; line-height: 1.6; max-width: 320px; }
.wachten .klein { font-size: 13px; color: var(--mut); }
.fout-icoon {
  width: 74px; height: 74px; border-radius: 999px; background: rgba(255, 159, 10, 0.12);
  border: 1px solid rgba(255, 159, 10, 0.4);
  display: flex; align-items: center; justify-content: center;
}

/* Het officiële merkteken van de betaalmethode, zoals Mollie het meelevert.
   Vast kader zodat de rij niet verspringt, ongeacht de verhouding van het
   logo; witte achtergrond omdat die logo's daarvoor gemaakt zijn. */
.methode .icoon-logo {
  width: 40px; height: 28px; flex-shrink: 0;
  object-fit: contain; background: #fff;
  border-radius: 4px; padding: 2px;
}
