/* DSA Show-up hub — wit met DSA-groen, aicom-structuur: donkere band + wit sheet */
:root {
  --band: #010907;           /* header/footer en achter het sheet */
  --sheet: #ffffff;
  --soft: #f4f7f6;           /* zachte vlakken op het sheet */
  --line: #e3ebe8;
  --ink: #0d1a16;
  --muted: #5c6f68;
  --green: #128b78;          /* DSA brand-groen */
  --green-deep: #0c6152;
  --mint: #6dc0b5;
  --mint-bg: #e7f4f1;
  --white: #ffffff;
  --ok: #1f9d61;
  --radius: 16px;
  --shadow: 0 8px 28px rgba(13, 26, 22, 0.09);
  --font-display: "Gabarito", "Inter", system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

body {
  margin: 0;
  background: var(--band);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img, iframe { max-width: 100%; }
a { color: var(--green-deep); }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 2px;
  border-radius: 4px;
}

.wrap { max-width: 820px; margin: 0 auto; padding: 0 20px; }

/* Donkere band met logo */
.site-header {
  background: var(--band);
  padding: 18px 0 46px;
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.brand { display: flex; align-items: center; text-decoration: none; }
.brand img.logo-img { height: 32px; width: auto; display: block; }
.header-note { font-size: 0.85rem; color: rgba(255, 255, 255, 0.65); }
.header-note a { color: rgba(255, 255, 255, 0.85); }

/* Het witte sheet dat over de band schuift */
.sheet {
  background: var(--sheet);
  border-radius: 28px 28px 0 0;
  margin-top: -26px;
  padding-top: 10px;
  overflow: hidden;
}

/* Hero binnen het sheet */
.hero { padding: 38px 0 0; }
.hero h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.65rem, 4.5vw, 2.4rem);
  line-height: 1.18;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0 0 10px;
  text-align: center;
}
.hero .lede { color: var(--muted); max-width: 620px; margin: 0 auto 26px; text-align: center; }
.hl { color: var(--green); }
.eyebrow {
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--green);
  margin: 0 0 12px;
  text-align: center;
}

/* Gesprekskaart */
.ticket {
  background: var(--white);
  color: var(--ink);
  border: 1px solid var(--line);
  border-left: 6px solid var(--green);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.ticket::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0; right: 116px;
  border-left: 2px dashed var(--line);
}
.ticket-main { flex: 1 1 380px; padding: 22px 26px; }
.ticket-side {
  width: 116px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: var(--mint-bg);
  padding: 14px 8px;
}
.ticket-side .big {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.1;
  color: var(--green-deep);
  text-align: center;
}
.ticket-side .small { font-size: 0.78rem; color: var(--muted); text-align: center; }
.ticket h2 { margin: 0 0 4px; font-family: var(--font-display); font-size: 1.12rem; }
.ticket .rows { margin: 10px 0 14px; padding: 0; list-style: none; font-size: 0.95rem; }
.ticket .rows li { display: flex; gap: 8px; padding: 3px 0; }
.ticket .rows .k { color: var(--muted); min-width: 84px; flex: none; }
.ticket-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 10px; }

.btn {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border-radius: 12px;
  padding: 12px 18px;
  border: 0;
  cursor: pointer;
  text-align: center;
}
.btn-primary { background: var(--green-deep); color: var(--white); }
.btn-primary:hover { background: #094c40; }
.btn-ghost { background: var(--white); color: var(--ink); border: 1.5px solid var(--line); }
.btn-ghost:hover { border-color: var(--muted); }
.btn-whatsapp { background: #eaf9f0; color: #0c6b3d; border: 1.5px solid #bfe8d0; }
.btn-big { font-size: 1.05rem; padding: 16px 26px; border-radius: 14px; width: 100%; max-width: 460px; }
.link-quiet { color: var(--muted); font-size: 0.88rem; }

/* Sticky balk */
.mini-bar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  background: var(--band);
  color: var(--white);
  padding: 10px 16px;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 0.9rem;
  z-index: 50;
  box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.3);
}
.mini-bar a { color: var(--mint); font-weight: 600; text-decoration: none; }
.mini-bar.visible { display: flex; }

/* Secties */
.section { padding: 44px 0 8px; }
.section h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  letter-spacing: -0.01em;
  margin: 0 0 6px;
  text-align: center;
}
.section .intro { color: var(--muted); max-width: 640px; margin: 0 auto 24px; text-align: center; }
.section-alt { background: var(--soft); padding: 44px 0; margin-top: 36px; }
.left h2, .left .intro { text-align: left; margin-left: 0; }

/* Stappen (aicom-stijl genummerde blokken) */
.stap {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 26px 26px 24px;
  margin: 0 0 22px;
}
.stap-kop { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.stap-nr {
  flex: none;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--green-deep);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  display: flex; align-items: center; justify-content: center;
}
.stap h3 { margin: 0; font-family: var(--font-display); font-size: 1.2rem; }
.stap p { color: var(--muted); margin: 8px 0 14px; }
.stap .center { text-align: center; }

/* Video */
.video-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.video-frame { position: relative; aspect-ratio: 16 / 9; background: #0a1412; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-card .caption { padding: 14px 18px; font-size: 0.93rem; }
.video-card .caption strong { font-family: var(--font-display); color: var(--green-deep); }

.grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 18px; }
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }

.step, .fase { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; }
.step h3, .fase h3 { margin: 0 0 6px; font-family: var(--font-display); font-size: 1.02rem; color: var(--ink); }
.step p, .fase p { margin: 0; font-size: 0.94rem; color: var(--muted); }
.fase .fase-label {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--green);
  margin-bottom: 6px;
}

/* Accordion */
details.qa {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin-bottom: 12px;
  overflow: hidden;
}
details.qa summary {
  cursor: pointer;
  list-style: none;
  padding: 16px 20px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
details.qa summary::-webkit-details-marker { display: none; }
details.qa summary::after { content: "+"; color: var(--green); font-weight: 700; }
details.qa[open] summary::after { content: "–"; }
details.qa .qa-body { padding: 0 20px 18px; }
details.qa .qa-body p { margin-top: 0; }
.qa-more { font-size: 0.9rem; font-weight: 600; }

.quote { border-left: 4px solid var(--green); margin: 18px 0; padding: 4px 0 4px 16px; color: var(--muted); font-style: italic; }

.checklist { list-style: none; padding: 0; margin: 16px 0; }
.checklist li { padding: 8px 0 8px 34px; position: relative; }
.checklist li::before {
  content: "✓";
  position: absolute;
  left: 0; top: 8px;
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--mint-bg);
  color: var(--green-deep);
  font-weight: 700;
  font-size: 0.85rem;
  display: flex; align-items: center; justify-content: center;
}

.note {
  background: var(--mint-bg);
  border: 1px solid #c8e5de;
  border-radius: var(--radius);
  padding: 14px 18px;
  font-size: 0.94rem;
}
.warn { color: #a04b2a; font-size: 0.88rem; }

/* Closer-kaart: "Je hebt een afspraak met ..." */
.closer-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 24px 26px;
  margin-top: 18px;
  display: flex;
  gap: 22px;
  align-items: flex-start;
}
.closer-foto {
  flex: none;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--mint-bg);
}
.closer-initialen {
  flex: none;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: var(--mint-bg);
  color: var(--green-deep);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.closer-body { flex: 1; min-width: 240px; }
.closer-body .pre { font-size: 0.95rem; color: var(--muted); margin: 0; }
.closer-body h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.45rem;
  margin: 2px 0 10px;
  background: var(--mint-bg);
  display: inline-block;
  padding: 2px 12px;
  border-radius: 8px;
}
.closer-body p.bio { margin: 0 0 12px; font-size: 0.95rem; color: var(--ink); }
.closer-body .checklist li { padding: 5px 0 5px 34px; font-size: 0.93rem; }
.closer-body .checklist li::before { top: 5px; }
@media (max-width: 560px) {
  .closer-card { flex-direction: column; align-items: center; text-align: left; }
}

/* Resultaten-pagina */
.stats-band { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 14px; margin: 26px 0 8px; }
.stat { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 14px; text-align: center; }
.stat .n { font-family: var(--font-display); font-weight: 700; font-size: 1.7rem; color: var(--green-deep); }
.stat .l { font-size: 0.85rem; color: var(--muted); }
.result-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}
.result-thumb { position: relative; display: block; aspect-ratio: 16 / 9; background: #0a1412; }
.result-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.result-thumb .play {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 2.4rem; color: #fff;
  background: rgba(1, 9, 7, 0.28);
  transition: background 0.15s;
}
.result-thumb:hover .play { background: rgba(1, 9, 7, 0.12); }
.result-body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.result-tag { font-size: 0.72rem; font-family: var(--font-display); font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); }
.result-bedrag { font-family: var(--font-display); font-weight: 700; font-size: 1.25rem; color: var(--green-deep); line-height: 1.2; }
.result-bedrag .tijd { color: var(--ink); font-weight: 600; font-size: 0.95rem; }
.result-naam { font-weight: 600; }
.result-voor { font-size: 0.88rem; color: var(--muted); }
.result-link { margin-top: auto; padding-top: 8px; font-size: 0.9rem; font-weight: 600; }

/* Trustpilot band */
.trust-band { text-align: center; padding: 8px 0 2px; }
.trust-band .count { font-family: var(--font-display); font-weight: 700; }

/* Footer */
.site-footer {
  background: var(--band);
  color: rgba(255, 255, 255, 0.7);
  padding: 34px 0;
  font-size: 0.88rem;
}
.site-footer a { color: rgba(255, 255, 255, 0.9); }
.site-footer .cols { display: flex; flex-wrap: wrap; gap: 26px; justify-content: space-between; }
.site-footer .disclaimer { margin-top: 14px; font-size: 0.78rem; color: rgba(255, 255, 255, 0.45); }

/* Waarde-pagina's */
.value-hero { padding: 38px 0 6px; }
.value-hero h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.5rem, 4vw, 2.1rem);
  margin: 0 0 8px;
  letter-spacing: -0.01em;
  text-align: center;
}
.value-hero .lede { color: var(--muted); max-width: 620px; margin: 0 auto; text-align: center; }
.backlink { display: inline-block; margin: 18px 0 0; font-size: 0.9rem; }

/* Admin */
.admin-table { width: 100%; border-collapse: collapse; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.admin-table th, .admin-table td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line); font-size: 0.94rem; }
.admin-table th { font-family: var(--font-display); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); }
.admin-form { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0; }
.admin-form input {
  padding: 10px 12px;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  font: inherit;
  font-size: 0.95rem;
}
.tag { display: inline-block; padding: 2px 10px; border-radius: 999px; font-size: 0.78rem; font-weight: 600; }
.tag-on { background: #e7f6ee; color: #0c6b3d; }
.tag-off { background: #f8e9e4; color: #a04b2a; }

/* Flow-dashboard */
.moment-title { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; margin: 34px 0 12px; display: flex; align-items: center; gap: 10px; }
.moment-title .when { color: var(--green-deep); }
.flow-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); margin-bottom: 16px; overflow: hidden; }
.flow-head { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; padding: 12px 18px; border-bottom: 1px solid var(--line); font-size: 0.88rem; }
.badge { font-family: var(--font-display); font-weight: 600; font-size: 0.76rem; padding: 3px 10px; border-radius: 999px; }
.badge-mail { background: #e8eefc; color: #24448f; }
.badge-wa { background: #e7f6ee; color: #0c6b3d; }
.badge-sms { background: #f1e9fb; color: #613794; }
.flow-head .via { color: var(--muted); }
.flow-head .status { margin-left: auto; }
.flow-sub { padding: 12px 18px 0; font-size: 0.92rem; }
.flow-sub .lbl { color: var(--muted); }
.flow-body { margin: 10px 18px 14px; padding: 14px 16px; background: var(--soft); border: 1px solid var(--line); border-radius: 10px; white-space: pre-wrap; font-size: 0.93rem; line-height: 1.55; }
.flow-feedback { padding: 0 18px 16px; }
.flow-feedback textarea { width: 100%; min-height: 54px; padding: 10px 12px; border: 1.5px solid var(--line); border-radius: 10px; font: inherit; font-size: 0.92rem; resize: vertical; }
.flow-feedback .row { display: flex; align-items: center; gap: 10px; margin-top: 8px; }
.flow-feedback .saved { color: var(--ok); font-size: 0.85rem; }

@media (max-width: 560px) {
  .ticket::after { display: none; }
  .ticket-side { width: 100%; flex-direction: row; justify-content: space-between; padding: 12px 20px; }
  .section { padding: 34px 0 6px; }
  .stap { padding: 20px 18px 18px; }
}
