/* Fuse Sports — doelgroeppagina met gesloten inhoud (e-mail gate) */

.dg-body { background: var(--creme); }

/* Vaste balk bovenaan (altijd wit, geen scroll-logica nodig) */
#topbar-vast { position: sticky; top: 0; }

/* ---------- Kop (open deel) ---------- */

.dg-hero {
  background: var(--donker); color: var(--creme);
  padding: 150px var(--rand) 90px;
  text-align: center;
}
.dg-hero .kicker { margin-bottom: 30px; }
.dg-hero h1 {
  font-family: var(--serif); font-weight: 700;
  font-size: clamp(34px, 4.4vw, 62px);
  line-height: 1.08; letter-spacing: -0.015em;
  max-width: 1000px; margin: 0 auto;
}
.dg-sub {
  font-weight: 300; font-size: 19px; line-height: 1.75;
  color: var(--tekst-op-donker); max-width: 620px;
  margin: 28px auto 0;
}
.dg-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0; max-width: 900px; margin: 70px auto 0;
}
.dg-stat {
  border-top: 1px solid rgba(242,240,235,0.24);
  padding: 28px 24px 0;
  display: flex; flex-direction: column; gap: 10px;
}
.dg-stat-nr { font-family: var(--serif); font-weight: 700; font-size: 42px; color: var(--creme); }
.dg-stat-txt { font-weight: 300; font-size: 14.5px; line-height: 1.6; color: var(--tekst-op-donker); }
.dg-scrollcue {
  margin-top: 80px;
  display: flex; flex-direction: column; align-items: center; gap: 16px;
  font-weight: 400; font-size: 11px; letter-spacing: 0.32em;
  color: rgba(242,240,235,0.5);
  animation: dg-cue 2.4s ease-in-out infinite;
}
@keyframes dg-cue {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

/* ---------- Gate ---------- */

.dg-gate { position: relative; }

.dg-locked { transition: filter 0.8s ease; }
.is-locked .dg-locked {
  filter: blur(9px);
  max-height: 1100px; overflow: hidden;
  pointer-events: none; user-select: none;
}
.is-locked .dg-gate::after {
  content: '';
  position: absolute; left: 0; right: 0; bottom: 0; height: 340px;
  background: linear-gradient(180deg, rgba(242,240,235,0) 0%, var(--creme) 82%);
  pointer-events: none;
}

.dg-gatecard {
  position: absolute; z-index: 5;
  top: 220px; left: 50%;
  transform: translateX(-50%) translateY(28px);
  width: min(560px, calc(100% - 48px));
  background: var(--donker); color: var(--creme);
  padding: 52px 56px 44px;
  box-shadow: 0 40px 100px rgba(24,42,44,0.35);
  opacity: 0;
  transition: opacity 0.8s var(--swoosh), transform 0.8s var(--swoosh);
}
.dg-gatecard.is-zichtbaar { opacity: 1; transform: translateX(-50%) translateY(0); }
.dg-body:not(.is-locked) .dg-gatecard { display: none; }

.dg-gatecard h2 {
  font-family: var(--serif); font-weight: 700; font-size: 34px;
  line-height: 1.1; margin: 22px 0 0;
}
.dg-gatecard > p {
  font-weight: 300; font-size: 16px; line-height: 1.7;
  color: var(--tekst-op-donker); margin: 16px 0 34px;
}
.dg-veld { margin-bottom: 24px; }
.dg-veld label {
  display: block; font-weight: 500; font-size: 11px;
  letter-spacing: 0.24em; color: rgba(242,240,235,0.6);
  text-transform: uppercase; margin-bottom: 8px;
}
.dg-veld input {
  width: 100%; background: none; border: 0;
  border-bottom: 1px solid rgba(242,240,235,0.3); border-radius: 0;
  color: var(--creme);
  font-family: var(--serif); font-weight: 700; font-size: 21px;
  padding: 4px 0 12px; outline: none;
  transition: border-color 0.25s ease;
}
.dg-veld input:focus { border-color: var(--creme); }
.dg-veld input::placeholder { color: rgba(242,240,235,0.25); font-weight: 300; }
.dg-unlock {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--sans); font-weight: 500; font-size: 13px; letter-spacing: 0.12em;
  color: var(--donker); background: var(--creme);
  border: 0; border-radius: 100px; padding: 18px 38px; cursor: pointer;
  margin-top: 8px;
  transition: background 0.25s ease, opacity 0.25s ease;
}
.dg-unlock:hover { background: #FFFFFF; }
.dg-unlock:disabled { opacity: 0.35; cursor: default; }
.dg-fout { margin-top: 16px; font-weight: 400; font-size: 14px; color: #C9A98F; min-height: 18px; }
.dg-privacy { font-weight: 300; font-size: 12.5px; color: rgba(242,240,235,0.5); margin: 14px 0 0; }
.dg-privacy a { text-decoration: underline; }

/* ---------- Inhoud (na ontgrendelen volledig zichtbaar) ---------- */

.dg-sectie { padding: 110px var(--rand); max-width: 1040px; margin: 0 auto; }
.dg-sectie .kicker { margin-bottom: 24px; }
.dg-sectie h2 {
  font-family: var(--serif); font-weight: 700;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.08; letter-spacing: -0.015em; margin: 0 0 48px;
}
.dg-tekst {
  font-weight: 300; font-size: 18px; line-height: 1.8;
  max-width: 640px; margin: 0 0 36px;
}
.dg-donker {
  background: var(--donker); color: var(--creme);
  max-width: none;
}
.dg-donker > * { max-width: 1040px; margin-left: auto; margin-right: auto; }
.dg-donker h2 { margin-bottom: 32px; }
.dg-donker .dg-tekst { color: var(--tekst-op-donker); margin-left: 0; }
.dg-quote {
  font-family: var(--serif); font-weight: 700;
  font-size: clamp(22px, 2.6vw, 32px); line-height: 1.35;
  border-left: 2px solid var(--olijf);
  padding-left: 32px; margin: 44px 0 0; max-width: 720px;
}

.dg-lijst { display: flex; flex-direction: column; }
.dg-item {
  display: grid; grid-template-columns: 90px 1fr; gap: 32px;
  padding: 34px 0; border-top: 1px solid rgba(24,42,44,0.18);
  align-items: start;
}
.dg-item-nr {
  font-family: var(--serif); font-weight: 700; font-size: 30px;
  color: var(--olijf); line-height: 1.2;
}
.dg-letter {
  font-size: 24px; color: var(--creme); background: var(--donker);
  width: 48px; height: 54px;
  display: flex; align-items: center; justify-content: center;
  clip-path: polygon(50% 0%, 100% 26%, 100% 74%, 50% 100%, 0% 74%, 0% 26%);
}
.dg-item h3 { font-family: var(--serif); font-weight: 700; font-size: 24px; margin: 0 0 10px; }
.dg-item p { font-weight: 300; font-size: 16px; line-height: 1.7; color: var(--tekst-zacht); margin: 0; }

.dg-cta {
  background: var(--creme-donker); text-align: center;
  padding: 110px var(--rand);
}
.dg-cta h2 {
  font-family: var(--serif); font-weight: 700;
  font-size: clamp(30px, 3.8vw, 50px); line-height: 1.06;
  margin: 24px 0 0; letter-spacing: -0.015em;
}
.dg-cta p {
  font-weight: 300; font-size: 18px; line-height: 1.7;
  color: var(--tekst-zacht); max-width: 520px; margin: 22px auto 0;
}
.dg-cta .btn-light { margin-top: 38px; background: var(--donker); color: var(--creme); }
.dg-cta .btn-light:hover { background: #0F1D1F; }

.dg-foot {
  background: var(--donker); color: rgba(242,240,235,0.72);
  padding: 48px var(--rand);
  display: flex; align-items: center; justify-content: space-between;
  font-weight: 300; font-size: 13px; letter-spacing: 0.08em;
}
.dg-foot img { height: 48px; width: 48px; object-fit: contain; }

/* ---------- Gids-onderdelen ---------- */

.dg-meta {
  display: flex; align-items: center; justify-content: center; gap: 18px;
  font-weight: 500; font-size: 11px; letter-spacing: 0.32em;
  color: var(--olijf); margin-bottom: 34px;
}
.dg-meta i { width: 5px; height: 5px; background: var(--olijf); border-radius: 50%; }

.dg-krijglijst {
  list-style: none; padding: 0; margin: 20px 0 34px;
  display: flex; flex-direction: column; gap: 14px;
}
.dg-krijglijst li {
  display: flex; align-items: baseline; gap: 14px;
  font-weight: 300; font-size: 15.5px; line-height: 1.6;
  color: var(--tekst-op-donker);
}
.dg-krijglijst svg { flex: none; color: var(--olijf); transform: translateY(2px); }

.gids-valkuilen {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px;
}
.gids-valkuil {
  background: var(--creme-donker);
  padding: 40px 40px 34px;
}
.gids-valkuil-breed { grid-column: 1 / -1; }
.gids-vk-kop { display: flex; align-items: baseline; gap: 18px; margin-bottom: 22px; }
.gids-vk-nr { font-family: var(--serif); font-weight: 700; font-size: 30px; color: var(--olijf); }
.gids-vk-kop h3 { font-family: var(--serif); font-weight: 700; font-size: 26px; margin: 0; }
.gids-vk-signaal { font-weight: 300; font-size: 15.5px; line-height: 1.7; color: var(--tekst-zacht); margin: 0 0 14px; }
.gids-vk-signaal strong { font-weight: 600; color: var(--donker); }
.gids-vk-vraag {
  font-weight: 400; font-size: 15px; line-height: 1.6; color: var(--donker);
  border-top: 1px solid rgba(24,42,44,0.18);
  padding-top: 16px; margin: 20px 0 0;
}
.gids-vk-vraag em { font-family: var(--serif); font-size: 17px; }

.dg-band { position: relative; height: 420px; overflow: hidden; }
.dg-band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.dg-band-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(35,20,12,0.72) 0%, rgba(35,20,12,0.35) 60%, rgba(35,20,12,0.15) 100%);
}
.dg-band p {
  position: absolute; left: var(--rand); right: var(--rand); top: 50%;
  transform: translateY(-50%);
  font-family: var(--serif); font-weight: 700;
  font-size: clamp(26px, 3.2vw, 42px); line-height: 1.25;
  color: var(--creme); max-width: 760px; margin: 0;
}

.gids-grafiek { margin: 56px 0 40px; }
.gids-grafiek svg { width: 100%; height: auto; display: block; }
.gids-noten { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.gids-noot { display: flex; gap: 16px; align-items: baseline; }
.gids-noot-nr {
  flex: none; font-family: var(--serif); font-weight: 700; font-size: 18px;
  color: var(--creme); background: rgba(114,119,92,0.55);
  width: 34px; height: 38px;
  display: flex; align-items: center; justify-content: center;
  clip-path: polygon(50% 0%, 100% 26%, 100% 74%, 50% 100%, 0% 74%, 0% 26%);
}
.gids-noot p { font-weight: 300; font-size: 15px; line-height: 1.7; color: var(--tekst-op-donker); margin: 0; }

.gids-split { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,0.85fr); gap: 72px; align-items: center; }
.gids-split-beeld { position: relative; height: 620px; overflow: hidden; }
.gids-split-beeld img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gids-principes { display: flex; flex-direction: column; margin-top: 8px; }
.gids-principe {
  display: grid; grid-template-columns: 60px 1fr; gap: 20px;
  padding: 26px 0; border-top: 1px solid rgba(24,42,44,0.18);
  align-items: start;
}
.gids-principe > span { font-family: var(--serif); font-weight: 700; font-size: 24px; color: var(--olijf); }
.gids-principe h3 { font-family: var(--serif); font-weight: 700; font-size: 22px; margin: 0 0 8px; }
.gids-principe p { font-weight: 300; font-size: 15.5px; line-height: 1.7; color: var(--tekst-zacht); margin: 0; }

/* Zelftest */
.zt-lijst { display: flex; flex-direction: column; max-width: 760px; }
.zt-item {
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
  padding: 22px 0; border-top: 1px solid rgba(242,240,235,0.18);
}
.zt-item p { font-weight: 300; font-size: 17px; line-height: 1.6; margin: 0; }
.zt-knoppen { display: flex; gap: 10px; flex: none; }
.zt-knoppen button {
  font-family: var(--sans); font-weight: 500; font-size: 12px; letter-spacing: 0.14em;
  background: none; color: rgba(242,240,235,0.7);
  border: 1px solid rgba(242,240,235,0.35); border-radius: 100px;
  padding: 10px 22px; cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.zt-knoppen button:hover { border-color: var(--creme); color: var(--creme); }
.zt-knoppen button.is-gekozen { background: var(--creme); color: var(--donker); border-color: var(--creme); }
.zt-uitslag {
  max-width: 760px; margin-top: 48px;
  border: 1px solid rgba(242,240,235,0.25);
  padding: 40px 44px;
}
.zt-uitslag p {
  font-family: var(--serif); font-weight: 700;
  font-size: clamp(20px, 2.4vw, 28px); line-height: 1.35;
  margin: 18px 0 26px;
}

@media (max-width: 760px) {
  .gids-valkuilen { grid-template-columns: 1fr; gap: 18px; }
  .gids-valkuil { padding: 28px 24px; }
  .gids-noten { grid-template-columns: 1fr; gap: 20px; }
  .gids-split { grid-template-columns: 1fr; gap: 40px; }
  .gids-split-beeld { height: 380px; }
  .zt-item { flex-direction: column; align-items: flex-start; gap: 14px; }
  .dg-meta { flex-wrap: wrap; gap: 10px; }
  .dg-band { height: 340px; }
}

@media (max-width: 760px) {
  .dg-hero { padding-top: 120px; }
  .dg-stats { grid-template-columns: 1fr; gap: 0; }
  .dg-stat { padding: 22px 0 22px; }
  .dg-gatecard { padding: 40px 28px 32px; top: 160px; }
  .dg-item { grid-template-columns: 56px 1fr; gap: 18px; }
  .dg-sectie { padding: 70px var(--rand); }
}
