/* ===== Pinball HQ – zelf-gehoste stijl, gebaseerd op het Wix-origineel ===== */

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-var.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #116dff;
  --blue-box: #2e77f8;
  --navy: #0a1f44;
  --navy-2: #16294f;
  --green: #17693e;
  --purple-grey: #5a5170;
  --purple-dark: #231733;
  --footer-purple: #2b1d46;
  --yellow: #ffb629;
  --lime: #b8d445;
  --ink: #111;
  --text-light: #f4f6fa;
  --link-blue: #6ea8ff;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Montserrat', 'Avenir Next', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
  color: var(--ink);
  background: #000;
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: var(--link-blue); }

h1, h2, h3 { font-weight: 800; letter-spacing: .12em; text-transform: uppercase; line-height: 1.25; }
hr.spacer { border: 0; height: 1px; background-color:rgba(150, 150, 150, 0.3); margin: 40px 0; }

.btn {
  display: inline-block;
  background: var(--blue);
  color: #fff;
  text-decoration: none;
  font-family: inherit;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .08em;
  padding: 10px 28px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  transition: background .15s;
}
.btn:hover { background: #0f5fe0; }
.btn--outline {
  background: transparent;
  border: 2px solid var(--blue);
  color: #fff;
}
.btn--outline:hover { background: var(--blue); }
.btn--delete:hover { background: #d9342b; border-color: #d9342b; color: #fff; }
.btn--small { padding: 6px 16px; font-size: 12px; }

/* ===================== Header ===================== */
.site-header { position: relative; }

.topbar {
  background: var(--navy);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  padding: 8px 24px;
}
.topbar__login {
  color: #cdd6e6;
  text-decoration: none;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.topbar__login:hover { color: #fff; }

.brandbar {
  background: linear-gradient(180deg, #2a4f8f 0%, #14294e 100%);
  display: flex;
  justify-content: center;
  padding: 14px 16px 12px;
}
.brandbar__logo { height: 44px; width: auto; }

.mainnav { background: transparent; }
.site-header:not(.site-header--home) .mainnav {
  background: linear-gradient(180deg, #14294e 0%, #0f2145 100%);
  padding: 0 16px 18px;
}
.mainnav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #000;
  border-radius: 999px;
  max-width: 860px;
  margin: 0 auto;
  overflow: hidden;
}
.mainnav a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .25em;
  padding: 12px 22px;
  white-space: nowrap;
}
.mainnav a:hover { color: #9db9ff; }
.mainnav a.is-active { background: var(--blue); color: #fff; }

/* Homepage-variant: witte masthead met grote titel */
.site-header--home { background: #fff; padding-top: 28px; }
.masthead { text-align: center; padding-bottom: 22px; }
.masthead__pinside { height: 30px; width: auto; margin: 0 auto 26px; filter: grayscale(1) contrast(1.1); opacity: .9; }
.masthead__title {
  font-size: clamp(42px, 8vw, 92px);
  letter-spacing: .35em;
  text-indent: .35em;
  color: #000;
  font-weight: 800;
}
.masthead__sub {
  font-size: clamp(13px, 2vw, 20px);
  letter-spacing: .42em;
  text-indent: .42em;
  font-weight: 600;
  margin-top: 6px;
}
.site-header--home .mainnav { padding: 18px 16px 26px; }

/* ===================== Hero's ===================== */
.hero {
  position: relative;
  min-height: 300px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* De paginatitel zit al in de hero-afbeelding zelf; alleen voor screenreaders */
.hero__title {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.hero--tall { min-height: 380px; }

.band {
  text-align: center;
  padding: 44px 24px;
  font-size: clamp(18px, 2.6vw, 26px);
  font-weight: 600;
  color: #fff;
}
.band--yellow { background: var(--yellow); }
.band--blue { background: var(--blue-box); }
.band--lime { background: var(--lime); }
.band--green { background: #1a9850; background: var(--green); font-weight: 700; }
.band p { max-width: 900px; margin: 0 auto; }

/* ===================== Homepage secties ===================== */
.home-pano {
  height: 75vh;
  background-size: cover;
  background-position: center;
      /* background-image: url(/assets/img/heroes/home-panorama.jpg); */
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: black;
  /* border-bottom-left-radius: 50% 12%; */
  /* border-bottom-right-radius: 50% 12%; */
}

.welkom {
  background-size: cover;
  background-position: center;
  padding: 90px 24px;
  display: flex;
  justify-content: center;
}
.welkom__box {
  background: var(--blue-box);
  color: #fff;
  border-radius: 18px;
  max-width: 620px;
  padding: 40px 44px;
  text-align: center;
  box-shadow: 0 18px 50px rgba(0,0,0,.45);
}
.welkom__box h2 { font-size: 24px; margin-bottom: 18px; }
.welkom__box p { margin: 12px 0; }
.welkom__box a { color: #fff; }

.events {
  background: var(--green);
  color: #fff;
  padding: 64px 24px 72px;
  text-align: center;
}
.events h2 { font-size: 30px; margin-bottom: 26px; }
.events__intro { max-width: 760px; margin: 0 auto 14px; }
.events__note { font-weight: 600; margin-top: 10px; }
.events__list { max-width: 760px; margin: 34px auto 30px; text-align: left; }
.event-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 4px;
  border-top: 1px solid rgba(255,255,255,.35);
}
.event-row:last-child { border-bottom: 1px solid rgba(255,255,255,.35); }
.event-row__date { font-size: 13px; font-weight: 600; opacity: .95; }
.event-row__title { font-weight: 700; font-size: 17px; }
.event-row__meta { font-size: 13px; opacity: .85; }
.event-row--full .event-row__title { opacity: .75; }
.tag-vol {
  display: inline-block;
  background: #c0392b;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  border-radius: 4px;
  padding: 2px 8px;
  margin-left: 8px;
  vertical-align: middle;
}
.tag-price {
  display: inline-block;
  background: #23324f;
  color: #cdd6e6;
  font-size: 11px;
  font-weight: 700;
  border-radius: 4px;
  padding: 2px 8px;
  margin-left: 8px;
  vertical-align: middle;
}

.collectie {
  background: var(--purple-grey);
  padding: 64px 24px 72px;
  text-align: center;
  color: #fff;
}
.collectie h2 { font-size: 30px; margin-bottom: 34px; }
.games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 26px;
  max-width: 1080px;
  margin: 0 auto 40px;
}
.game-card {
  position: relative;
  display: block;
  text-decoration: none;
  border-radius: 6px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 10px 26px rgba(0,0,0,.35);
  transition: transform .15s;
}
.game-card:hover { transform: translateY(-4px); }
.game-card img { width: 100%; aspect-ratio: 356/323; object-fit: cover; }
.game-card figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 26px 14px 10px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.92));
  text-align: left;
}
.game-card__title {
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.game-card__meta { color: #cfcfcf; font-size: 12px; }

.photos-teaser {
  background: var(--purple-dark);
  color: #fff;
  text-align: center;
  padding: 70px 24px;
}
.photos-teaser h2 { font-size: 26px; margin-bottom: 10px; }
.photos-teaser a { color: #cdd6e6; }

.home-links {
  background: var(--green);
  color: #fff;
  padding: 60px 24px 70px;
}
.home-links__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.home-links h3 { font-size: 17px; margin: 14px 0 10px; letter-spacing: .22em; }
.home-links a { color: #fff; }
.home-links svg { width: 34px; height: 34px; margin: 0 auto; display: block; }

/* golf-scheiding */
.wave { display: block; width: 100%; height: 60px; }

/* ===================== Agenda ===================== */
.section-dark {
  background: #000;
  color: var(--text-light);
  padding: 64px 24px 80px;
}
.section-dark .inner { max-width: 860px; margin: 0 auto; }
.section-dark h2 { font-size: clamp(24px, 4vw, 34px); letter-spacing: .18em; margin-bottom: 18px; }
.section-dark p { color: #d9dee8; }

.agenda-list { margin: 36px 0 10px; }
.agenda-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 4px;
  border-top: 1px solid #333;
}
.agenda-row:last-child { border-bottom: 1px solid #333; }
.agenda-row__date { font-size: 13px; font-weight: 600; color: #b9c2d0; }
.agenda-row__title { font-size: clamp(17px, 2.6vw, 24px); font-weight: 600; color: #fff; }
.agenda-row__spots { font-size: 13px; color: #9aa5b5; }

.info-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
  max-width: 900px;
  margin: 60px auto 0;
}
.info-card {
  background: var(--blue-box);
  color: #fff;
  border-radius: 10px;
  padding: 22px;
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 18px;
  align-items: start;
}
.info-card img { border-radius: 6px; aspect-ratio: 1; object-fit: cover; }
.info-card h3 { font-size: 16px; letter-spacing: .18em; margin-bottom: 8px; }
.info-card p { font-size: 14px; margin-bottom: 12px; }
.info-card .btn { background: #0c3d92; font-size: 13px; padding: 8px 20px; }
.info-card .btn:hover { background: #0a3379; }

/* ===================== Event / aanmelden ===================== */
.event-detail { max-width: 720px; margin: 0 auto; }
.event-detail__topbar { display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.event-detail__head {
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 24px;
  align-items: start;
  margin-top: 18px;
}
.event-detail__img { border-radius: 10px; margin: 0; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.event-detail__title { margin: 0 0 8px; }
.event-detail__teaser { color: #dbe2ee; font-weight: 600; margin: 0 0 14px; }
.event-detail__meta { display: flex; flex-direction: column; gap: 8px; margin-bottom: 14px; }
.event-detail__meta-row { display: flex; align-items: center; gap: 10px; color: #dbe2ee; font-weight: 600; }
.event-detail__meta-row svg { width: 18px; height: 18px; flex-shrink: 0; color: #6ea8ff; }
.event-detail__price { display: flex; align-items: center; gap: 10px; color: #fff; font-weight: 700; font-size: 17px; margin-bottom: 16px; }
.event-detail__price svg { width: 18px; height: 18px; flex-shrink: 0; color: #6ea8ff; }
.event-detail__info .guestlist-counter { max-width: 220px; margin-bottom: 0; }
@media (max-width: 640px) {
  .event-detail__head { grid-template-columns: 1fr; }
  .event-detail__img { order: -1; max-width: 280px; margin: 0 auto; }
}
.event-signup {
  background: #0c1830;
  border: 1px solid #23324f;
  border-radius: 12px;
  padding: 26px 28px;
  margin-top: 30px;
}
@media (max-width: 640px) { .event-signup { padding: 20px; } }
.form-grid { display: grid; gap: 16px; margin-top: 26px; }
.form-grid label { font-weight: 600; font-size: 14px; color: #e6ebf4; display: block; margin-bottom: 6px; }
.form-grid input, .form-grid textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 6px;
  border: 1px solid #3a4356;
  background: #10141c;
  color: #fff;
  font: inherit;
}
.form-grid input:focus, .form-grid textarea:focus { outline: 2px solid var(--blue); border-color: var(--blue); }
.form-hint { font-size: 12px; color: #9aa5b5; margin-top: 4px; }
.tooltip-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 16px; height: 16px; border-radius: 50%;
  background: #2a3348; color: #b9c2d0; font-size: 11px; font-weight: 700;
  cursor: help; user-select: none;
}
.attendee-rows { display: flex; flex-direction: column; gap: 10px; }
.attendee-row { display: flex; gap: 8px; align-items: center; }
.attendee-row input { flex: 1; }
.attendee-row__remove {
  flex-shrink: 0; 
  /* width: 38px;  */
  padding:0 1em;
  height: 38px; border-radius: 6px; border: 1px solid #3a4356;
  background: #10141c; color: #ff6b6b; font-size: 18px; line-height: 1; cursor: pointer;
}
.attendee-row__remove:hover { background: #2a1414; border-color: #ff6b6b; }
.attendee-add { margin-top: 12px; padding: 8px 20px; font-size: 12px; }
.alert {
  border-radius: 8px;
  padding: 14px 18px;
  margin: 22px 0;
  font-weight: 600;
}
.alert--ok { background: #14532d; color: #d1fadf; }
.alert--err { background: #7f1d1d; color: #fee2e2; }
.alert--warn { background: #7c4a03; color: #ffedd0; display: flex; gap: 10px; align-items: flex-start; }
.alert--warn svg { width: 20px; height: 20px; flex-shrink: 0; margin-top: 1px; }

.cal-links { margin-top: 10px; display: flex; align-items: center; flex-wrap: wrap; gap: 16px; }
.cal-links a { display: inline-flex; align-items: center; gap: 6px; color: #6ea8ff; text-decoration: none; }
.cal-links a:hover { color: #fff; }
.cal-links svg { width: 16px; height: 16px; flex-shrink: 0; }

/* ===================== Info-overzicht ===================== */
.post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
  max-width: 980px;
  margin: 0 auto;
}
.post-card {
  position: relative;
  display: block;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  aspect-ratio: 454/256;
  background: #111 center/cover no-repeat;
}
.post-card::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(200deg, transparent 30%, rgba(0,0,0,.75));
}
.post-card__badge {
  position: absolute;
  left: 18px; bottom: 64px;
  z-index: 2;
  background: var(--blue);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  padding: 4px 12px;
  border-radius: 3px;
  text-transform: uppercase;
}
.post-card__title {
  position: absolute;
  left: 18px; right: 18px; bottom: 16px;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  line-height: 1.35;
}

/* ===================== Artikel ===================== */
.article-page {
  background: #06080d url('../img/heroes/info.jpg') center top / cover fixed no-repeat;
}
.article-wrap { padding: 46px 18px 70px; background: rgba(2,4,8,.72); }
.article {
  max-width: 760px;
  margin: 0 auto;
  background: #000;
  color: #e8ecf3;
  border: 1px solid #1d2635;
  padding: clamp(24px, 5vw, 56px);
}
.article h1 { font-size: clamp(26px, 4.6vw, 40px); letter-spacing: .16em; margin-bottom: 6px; }
.article__meta { color: #9aa5b5; font-size: 13px; margin-bottom: 28px; }
.article p { margin: 14px 0; }
.article ul { margin: 14px 0 14px 24px; }
.article li { margin: 8px 0; }
.article img { margin: 22px auto; border-radius: 4px; }
.article a { color: #6ea8ff; }
.article strong { font-weight: 700; color: #fff; }

.related {
  max-width: 980px;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}
.related .post-card__title { font-size: 15px; }

/* ===================== Photos ===================== */
.admin-box {
  position: relative;
  margin-top: 24px;
  padding: 24px 20px 20px;
  border: 2px dashed var(--yellow);
  border-radius: 8px;
  background: rgba(255, 182, 41, .07);
}
.admin-box__label {
  position: absolute;
  top: -11px;
  left: 16px;
  background: var(--navy);
  color: var(--yellow);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 2px 10px;
  border-radius: 999px;
  border: 1px solid var(--yellow);
}
.admin-box p { margin-top: 0; }
.photos-admin-refresh {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 900px;
  margin: 36px auto 0;
}
.photo-grid a { display: block; border-radius: 3px; overflow: hidden; }
.photo-grid img { aspect-ratio: 4/3; object-fit: cover; width: 100%; transition: transform .2s; }
.photo-grid a:hover img { transform: scale(1.04); }
@media (max-width: 640px) { .photo-grid { grid-template-columns: repeat(2, 1fr); } }

/* ===================== Lightbox ===================== */
body.lightbox-open { overflow: hidden; }
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(2, 4, 8, .92);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s;
}
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox__img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  margin: 0;
  border-radius: 4px;
  box-shadow: 0 20px 60px rgba(0,0,0,.6);
}
.lightbox__close, .lightbox__prev, .lightbox__next {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.5);
  border: 1px solid #1d2635;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
}
.lightbox__close:hover, .lightbox__prev:hover, .lightbox__next:hover { background: #6ea8ff; border-color: #6ea8ff; }
.lightbox__close { top: 20px; right: 20px; width: 40px; height: 40px; font-size: 26px; line-height: 1; }
.lightbox__prev, .lightbox__next { top: 50%; width: 48px; height: 48px; font-size: 18px; transform: translateY(-50%); }
.lightbox__prev { left: 16px; }
.lightbox__next { right: 16px; }
@media (max-width: 640px) {
  .lightbox { padding: 16px; }
  .lightbox__prev, .lightbox__next { width: 40px; height: 40px; }
}

/* ===================== Contact ===================== */
.contact-block { text-align: center; padding: 90px 24px 110px; }
.contact-block + .contact-block { padding-top: 0; }
.contact-block p { font-size: 22px; color: #d9dee8; margin-bottom: 26px; }
.contact-block .mail {
  display: inline-block;
  background: var(--yellow);
  color: #061027;
  font-size: clamp(20px, 4vw, 34px);
  font-weight: 800;
  letter-spacing: .12em;
  padding: 8px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.contact-block .mail:hover { filter: brightness(1.08); }
.contact-block .mail--blue { background: var(--blue-box); color: #fff; }

/* ===================== Game detail ===================== */
.game-detail { max-width: 900px; margin: 0 auto; }
.game-detail__back { color: #6ea8ff; text-decoration: none; font-size: 14px; }
.game-detail__head {
  display: grid;
  grid-template-columns: minmax(220px, 340px) 1fr;
  gap: 36px;
  align-items: center;
  margin: 26px 0 10px;
}
.game-detail__head img { border-radius: 8px; box-shadow: 0 14px 40px rgba(0,0,0,.5); }
.game-detail h1 { font-size: clamp(26px, 4.5vw, 42px); letter-spacing: .06em; }
.game-detail__tagline { font-size: 18px; color: #c6cede; margin: 12px 0 20px; }
.game-detail dl { display: grid; grid-template-columns: auto 1fr; gap: 4px 18px; font-size: 15px; }
.game-detail dt { font-weight: 700; color: #fff; }
.game-detail dd { color: #c6cede; }
.game-detail__desc { margin-top: 30px; }
.game-detail__desc p { margin: 14px 0; }
.game-detail__nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 44px;
  border-top: 1px solid #26304a;
  padding-top: 22px;
}
.game-detail__nav a { color: #6ea8ff; text-decoration: none; font-weight: 600; }
@media (max-width: 700px) { .game-detail__head { grid-template-columns: 1fr; } }

/* ===================== Betalen ===================== */
.pay-card {
  max-width: 560px;
  margin: 0 auto;
  background: #0d1526;
  border: 1px solid #1d2635;
  border-radius: 10px;
  padding: clamp(20px, 4vw, 36px);
  color: #d1d5db;
}
.section-dark .pay-title {
  font-size: 22px;
  letter-spacing: .02em;
  text-transform: none;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}
.pay-title strong { font-weight: 800; }
.pay-sub { margin: 8px 0 22px; font-size: 15px; }
.pay-h {
  font-size: 15px;
  letter-spacing: .02em;
  text-transform: none;
  color: #fff;
  margin: 22px 0 8px;
  font-weight: 700;
}
.pay-h small { font-weight: 300; color: #9aa5b5; }
.pay-input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 6px;
  border: 1px solid #374151;
  background: #1f2937;
  color: #e5e7eb;
  font: inherit;
  font-size: 17px;
}
.pay-input:focus { outline: 2px solid #6366f1; border-color: #6366f1; }
.pay-hint { font-size: 12px; color: #8b95a7; margin-top: 6px; }
.pay-hint a { color: #818cf8; }

.pay-item {
  background: #1f2937;
  border: 1px solid #374151;
  border-radius: 8px;
  padding: 10px 14px;
  margin-bottom: 10px;
}
.pay-item__head { display: flex; justify-content: space-between; font-size: 15px; color: #e5e7eb; }
.pay-item__price { color: #818cf8; font-size: 13px; }
.pay-item__row { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.pay-item__desc { color: #8b95a7; font-size: 12px; }
.stepper { display: flex; align-items: stretch; }
.stepper button {
  width: 40px;
  background: transparent;
  border: 1px solid #374151;
  color: #9ca3af;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.stepper button:hover { background: #374151; color: #fff; }
.stepper button:first-child { border-radius: 6px 0 0 6px; }
.stepper button:last-child { border-radius: 0 6px 6px 0; }
.stepper input {
  width: 52px;
  text-align: center;
  background: #111827;
  border: 1px solid #374151;
  border-left: 0; border-right: 0;
  color: #fff;
  font: inherit;
  font-size: 16px;
}
.pay-totals { margin: 20px 0 6px; font-size: 15px; }
.pay-totals > div {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  padding: 3px 0;
}
.pay-totals strong { min-width: 90px; text-align: right; color: #fff; }
.pay-totals__grand { font-size: 19px; border-top: 1px solid #374151; margin-top: 6px; padding-top: 8px !important; }

.tips { display: flex; flex-wrap: wrap; gap: 8px; }
.tips[hidden] { display: none; }
.tips + .tips { margin-top: 8px; }
.tips input[type=radio] { position: absolute; opacity: 0; pointer-events: none; }
.tips label, .tips button {
  border: 1px solid #059669;
  color: #34d399;
  background: transparent;
  border-radius: 6px;
  padding: 7px 16px;
  font: inherit;
  font-size: 14px;
  cursor: pointer;
}
.tips button { border-color: #4b5563; color: #d1d5db; }
.tips label:hover { background: #05966922; }
.tips input[type=radio]:checked + label { background: #059669; color: #fff; }
.tips input[type=radio]:focus-visible + label { outline: 2px solid #34d399; }

.btn--pay {
  background: #4f46e5;
  font-size: 18px;
  padding: 12px 34px;
  border-radius: 8px;
}
.btn--pay:hover:not(:disabled) { background: #6366f1; }
.btn--pay:disabled { background: #312e81; color: #6b7280; cursor: not-allowed; }

/* ===================== Account ===================== */
.account-note { max-width: 700px; margin: 0 auto; text-align: center; }

/* ===================== Footer ===================== */
.site-footer {
  background: var(--footer-purple);
  color: #cbd0dd;
  text-align: center;
  padding: 30px 20px 34px;
  font-size: 13px;
}
.site-footer__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 10px;
}
.site-footer__pill {
  background: #000;
  color: #fff;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .3em;
  padding: 5px 16px;
}

/* ===================== Admin (donker — voor gebruik in de gameroom) ===================== */
.admin {
  max-width: 1120px; margin: 0 auto; padding: 28px 20px 70px; font-weight: 400;
  background: #05070c; color: #dbe2ee; min-height: 100vh;
}
.admin h1 { letter-spacing: .05em; font-size: 20px; color: #fff; margin-bottom: 18px; }
.admin h2 { letter-spacing: .03em; font-size: 17px; color: #fff; margin: 0 0 14px; text-transform: none; }
.admin h3 { letter-spacing: .02em; font-size: 14px; color: #cdd6e6; margin: 0 0 10px; text-transform: none; font-weight: 700; }
.admin a { color: #6ea8ff; }
.admin table { width: 100%; border-collapse: collapse; margin: 14px 0 30px; }
.admin th, .admin td { border-bottom: 1px solid #1e2c4a; padding: 10px 12px; text-align: left; font-size: 14px; color: #dbe2ee; }
.admin th { color: #8fa0bc; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; font-weight: 700; border-bottom: 1px solid #2c3c5c; }
.admin tr:hover td { background: #0d1930; }
.admin form.inline { display: inline; }
.admin .danger { color: #ff6b6b; }
.admin input, .admin textarea, .admin select {
  padding: 10px 12px; border: 1px solid #3a4356; border-radius: 6px; font: inherit; width: 100%;
  background: #10141c; color: #fff;
}
.admin input:focus, .admin textarea:focus, .admin select:focus { outline: 2px solid var(--blue); border-color: var(--blue); }
.admin .field { margin-bottom: 14px; max-width: 520px; }
.admin-preset-row { display: flex; align-items: center; gap: 10px; max-width: 520px; }
.admin-preset-row select { flex: 1; }
.admin label { font-weight: 600; display: block; margin-bottom: 4px; font-size: 14px; color: #cdd6e6; }

.admin-nav { display: flex; align-items: center; gap: 18px; margin-bottom: 26px; padding-bottom: 14px; border-bottom: 1px solid #1e2c4a; }
.admin-nav a { color: #8fa0bc; text-decoration: none; font-weight: 700; font-size: 13px; letter-spacing: .03em; }
.admin-nav a.is-active { color: #6ea8ff; }
.admin-nav a:hover { color: #fff; }

.admin .pill { display: inline-block; padding: 3px 10px; border-radius: 999px; font-size: 11px; font-weight: 700; background: #1c2740; color: #cdd6e6; }
.admin .pill--blue   { background: #16304f; color: #6ea8ff; }
.admin .pill--orange { background: #3a2c12; color: #f0a94e; }
.admin .pill--green  { background: #14301f; color: #55d685; }
.admin .pill--visits { background: #3a2c12; color: #f0a94e; display: inline-flex; align-items: center; gap: 4px; padding: 2px 8px; margin-left: 6px; }
.admin .pill--new    { background: #14301f; color: #55d685; margin-left: 6px; }
.admin .pill--guests { background: #14301f; color: #55d685; display: inline-flex; align-items: center; gap: 4px; padding: 2px 8px; margin-left: 6px; }
.guestlist-icon { flex-shrink: 0; }
.admin .badge-count { display: inline-block; background: #e0453c; color: #fff; border-radius: 999px; font-size: 11px; font-weight: 700; padding: 1px 7px; margin-left: 4px; }

.admin-add-btn { margin-bottom: 30px; }
.admin-section-title {
  font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: #6a7891;
  margin: 30px 0 10px; font-weight: 700;
}
.admin-eventlist { display: flex; flex-direction: column; gap: 8px; }
.admin-event-row {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  background: #101c33; border: 1px solid #1e2c4a; border-radius: 8px; padding: 14px 18px;
  text-decoration: none; color: inherit;
}
.admin-event-row:hover { border-color: #3a5075; background: #132140; }
.admin-event-row__date { font-size: 12px; color: #8fa0bc; font-weight: 700; min-width: 108px; }
.admin-event-row__title { font-weight: 700; color: #fff; }
.admin-event-row__meta { display: flex; align-items: center; gap: 10px; font-size: 12px; color: #8fa0bc; }
.admin-event-row--hidden { opacity: .55; }
.admin-empty { color: #6a7891; font-size: 14px; padding: 10px 0 20px; }

.admin-pagination { display: flex; align-items: center; justify-content: center; gap: 18px; margin: 4px 0 30px; padding: 14px 0; }
.admin-pagination a { color: #6ea8ff; text-decoration: none; font-weight: 700; font-size: 13px; }
.admin-pagination a:hover { text-decoration: underline; }
.admin-pagination__info { color: #8fa0bc; font-size: 13px; }
.admin-pagination__disabled { color: #3a4356; font-size: 13px; font-weight: 700; }

.admin-search { display: flex; align-items: center; gap: 12px; max-width: 340px; margin-bottom: 20px; }
.admin-search input[type=search] { flex: 1; }
.admin-search__clear { color: #8fa0bc; font-size: 13px; white-space: nowrap; }
.admin-search__clear:hover { color: #fff; }

.admin-detail-grid { display: grid; grid-template-columns: 1fr 440px; gap: 26px; align-items: start; }
.admin-detail-actions { display: flex; gap: 10px; flex-wrap: wrap; margin: 18px 0 26px; }
.admin-detail-card { background: #101c33; border: 1px solid #1e2c4a; border-radius: 10px; padding: 22px; }
.admin-detail-card img { border-radius: 8px; margin-bottom: 16px; max-height: 220px; object-fit: cover; width: 100%; }
.admin-detail-row { display: flex; gap: 10px; font-size: 14px; color: #cdd6e6; margin-bottom: 9px; }
.admin-detail-row strong { color: #fff; min-width: 140px; display: inline-block; flex-shrink: 0; }
.admin-detail-desc { margin-top: 16px; padding-top: 16px; border-top: 1px solid #1e2c4a; font-size: 14px; color: #cdd6e6; line-height: 1.6; }

.guestlist-panel { background: #101c33; border: 1px solid #1e2c4a; border-radius: 10px; padding: 18px; position: sticky; top: 20px; }
.guestlist-counter { background: #0c1830; border: 1px solid #23324f; border-radius: 8px; padding: 14px; text-align: center; margin-bottom: 16px; }
.guestlist-counter__big { font-size: 26px; font-weight: 800; color: #fff; }
.guestlist-counter__label { font-size: 11px; color: #8fa0bc; text-transform: uppercase; letter-spacing: .06em; margin-top: 2px; }
.guestlist-rows { display: flex; flex-direction: column; gap: 2px; max-height: 420px; overflow-y: auto; }
.guestlist-row { display: flex; align-items: center; gap: 10px; padding: 9px 6px; border-radius: 6px; }
.guestlist-row:hover { background: #0d1930; }
.guestlist-row input[type=checkbox] { width: 18px; height: 18px; flex-shrink: 0; accent-color: #55d685; cursor: pointer; }
.guestlist-row__name { flex: 1; font-size: 14px; color: #dbe2ee; }
.guestlist-row--arrived .guestlist-row__name { color: #55d685; }
.guestlist-row__name--toggle { cursor: pointer; }
.guestlist-row__name--toggle:hover { color: #fff; }
.guestlist-row__cancel { font-size: 18px; line-height:12px; color: #ff6b6b; text-decoration: none; margin-left: 4px; }
.guestlist-legend { display: flex; flex-wrap: wrap; gap: 6px 18px; margin-top: 14px; padding-top: 12px; border-top: 1px solid #1e2c4a; font-size: 12px; color: #8fa0bc; }
.guestlist-legend__item { display: inline-flex; align-items: center; gap: 5px; }
.guestlist-legend__visits { display: inline-flex; color: #f0a94e; }
.guestlist-legend__guests { display: inline-flex; color: #55d685; }
.guestlist-subhead { font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: #6a7891; margin: 18px 0 8px; font-weight: 700; }
.guestlist-subrows { display: flex; flex-direction: column; gap: 2px; padding: 0 6px 6px 34px; }
.guestlist-subrows[hidden] { display: none; }
.guestlist-subrow { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 5px 0; font-size: 15px; color: #a9b6cc; border-top: 1px dashed #1e2c4a; }
.guestlist-subrow:first-child { border-top: none; }

/* ===================== My Account ===================== */
.topbar__badge {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 18px; height: 18px; padding: 0 5px; border-radius: 999px;
  background: #e0453c; color: #fff; font-size: 11px; font-weight: 700;
}
.account-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0; }
.account-tabs a {
  color: #cdd6e6; text-decoration: none; font-size: 13px; font-weight: 700;
  letter-spacing: .08em; padding: 9px 16px; border-radius: 999px; border: 1px solid #364766;
}
.account-tabs a:hover { border-color: #6ea8ff; color: #fff; }
.account-tabs a.is-active { background: #6ea8ff; border-color: #6ea8ff; color: #0c1830; }
.visit-banner {
  display: flex; align-items: center; gap: 16px; margin-top: 22px; padding: 16px 22px;
  background: #101c33; border: 1px solid #23324f; border-radius: 10px;
}
.visit-banner__count { font-size: 36px; font-weight: 800; color: #6ea8ff; line-height: 1; }
.visit-banner__text { color: #dbe2ee; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.visit-banner__since { color: #8fa0bc; font-size: 13px; font-weight: 400; text-transform: none; letter-spacing: normal; }
.visit-banner__disclaimer { color: #667da3 !important; font-weight:normal; font-size: 12px; margin: 6px 0 0; text-transform: none; letter-spacing: normal; }
.account-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; margin-top: 22px; }
.account-card {
  background: #101c33; border: 1px solid #23324f; border-radius: 10px; padding: 20px;
}
.account-card h3 { margin: 0 0 8px; font-size: 16px; }
.account-card p { color: #b9c2d0; font-size: 14px; margin: 0 0 14px; }
.avatar {
  width: 72px; height: 72px; border-radius: 50%; object-fit: cover; background: #23324f;
  display: inline-flex; align-items: center; justify-content: center; color: #cdd6e6; font-weight: 700;
}
.data-table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 14px; }
.data-table th, .data-table td { text-align: left; padding: 10px 12px; border-bottom: 1px solid #23324f; color: #dbe2ee; }
.data-table th { color: #8fa0bc; font-weight: 700; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.payment-row--toggle:hover { background: #101c33; }
.payment-row__chevron {
  background: none; border: none; color: #8fa0bc; cursor: pointer; font-size: 12px;
  padding: 0; line-height: 1; transition: transform .15s ease;
}
.payment-row__chevron.is-open { transform: rotate(90deg); }
.payment-row__detail td { border-bottom: 1px solid #23324f; padding: 0 12px 14px; }
.data-table--nested { margin: 0; font-size: 13px; background: #0c1830; border-radius: 8px; overflow: hidden; }
.data-table--nested th, .data-table--nested td { padding: 8px 12px; }
.status-pill { display: inline-block; padding: 3px 10px; border-radius: 999px; font-size: 12px; font-weight: 700; white-space: nowrap; }
.status-pill--ok { background: #16351f; color: #6fd68a; }
.status-pill--warn { background: #3a3316; color: #e6c35c; }
.status-pill--err { background: #3a1a1a; color: #e88; }
.chat-thread {
  display: flex; flex-direction: column; gap: 10px; max-height: 480px; overflow-y: auto;
  padding: 16px; background: #0c1830; border: 1px solid #23324f; border-radius: 10px; margin: 18px 0;
}
.chat-msg { max-width: 80%; padding: 10px 14px; border-radius: 12px; font-size: 14px; line-height: 1.4; white-space: pre-wrap; }
.chat-msg small { display: block; margin-top: 4px; opacity: .6; font-size: 11px; }
.chat-msg--user { align-self: flex-end; background: #6ea8ff; color: #0c1830; }
.chat-msg--admin { align-self: flex-start; background: #23324f; color: #fff; }
.chat-form { display: flex; gap: 10px; }
.chat-form textarea { flex: 1; resize: vertical; min-height: 44px; padding:1em;}
.rte-toolbar { display: flex; gap: 6px; margin-bottom: 6px; }
.rte-toolbar button {
  border: 1px solid #bbb; background: #fff; border-radius: 4px; width: 30px; height: 30px; cursor: pointer;
}
.rte-editable { min-height: 90px; border: 1px solid #bbb; border-radius: 4px; padding: 8px 10px; }

/* ===================== Responsief ===================== */
@media (max-width: 760px) {
  .mainnav a { padding: 10px 14px; letter-spacing: .15em; }
  .event-row, .agenda-row { flex-direction: column; align-items: flex-start; }
  .info-card { grid-template-columns: 1fr; }
  .admin-detail-grid { grid-template-columns: 1fr; }
  .guestlist-panel { position: static; }
}
