/* sections.css — per sectie, in DOM-volgorde. Mobile-first (390px). */

.section { padding-block: var(--space-section); }
.section-head { margin-bottom: clamp(26px, 6vw, 40px); }
.section-head p { color: var(--color-text-muted); }
.center.measure, .measure.center { margin-inline: auto; }

/* ===== 1. HERO ===== */
.hero { padding-top: clamp(40px, 12vw, 72px); }
.hero-inner { text-align: center; display: flex; flex-direction: column; align-items: center; }
.hero-image {
  width: clamp(150px, 46vw, 200px); aspect-ratio: 1; margin-bottom: 26px;
  border-radius: 50%; overflow: hidden;
  border: 1px solid var(--border-gold);
  box-shadow: 0 0 0 6px rgba(210,166,79,0.08), 0 20px 50px rgba(0,0,0,0.45);
}
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-label { color: var(--color-gold-light); }
.hero-event { color: var(--color-text-muted); margin-top: 6px; }
.hero-title { margin-top: 20px; }
.hero-subtitle { margin-top: 6px; }
.hero-promise { margin-top: 20px; font-size: 18px; color: var(--color-text-primary); max-width: 34ch; }
.hero-deep { margin-top: 14px; color: var(--color-text-muted); max-width: 40ch; }
.hero-trust { margin-top: 22px; font-family: var(--font-accent); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--color-gold); }
.hero-price { margin-top: 10px; font-family: var(--font-display); font-weight: 700; font-size: 22px; color: var(--color-text-primary); }
.hero-cta { margin-top: 18px; width: 100%; max-width: 360px; }
.hero-micro { margin-top: 14px; font-size: 13px; color: var(--color-text-muted); max-width: 40ch; }

/* ===== 2. ONE BELIEF ===== */
.belief { position: relative; }
.belief-inner, .belief .container { position: relative; }
.belief-rings { position: absolute; inset: 0; display: grid; place-items: center; pointer-events: none; z-index: 0; }
.belief-rings svg { width: min(80vw, 420px); height: auto; opacity: 0.10; }
.belief .container > * { position: relative; z-index: 1; }
.belief-title { margin-bottom: 22px; }
.belief p + p { margin-top: 14px; }
.belief p { color: var(--color-text-body); margin-inline: auto; }

/* ===== accordions (3 + 7) ===== */
.accordion-group { display: flex; flex-direction: column; gap: 14px; }
.accordion { overflow: hidden; }
.accordion-trigger {
  width: 100%; min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 20px; text-align: left;
  font-family: var(--font-display); font-weight: 600; font-size: 20px; line-height: 1.2; color: var(--color-text-primary);
}
.acc-ico { position: relative; flex: none; width: 20px; height: 20px; }
.acc-ico::before, .acc-ico::after { content: ""; position: absolute; background: var(--color-gold); border-radius: 2px; transition: transform .3s ease, opacity .3s ease; }
.acc-ico::before { left: 0; top: 9px; width: 20px; height: 2px; }
.acc-ico::after { left: 9px; top: 0; width: 2px; height: 20px; }
.accordion-trigger[aria-expanded="true"] .acc-ico::after { transform: rotate(90deg); opacity: 0; }
.accordion-inner { padding: 0 20px 20px; }
.accordion-inner p { color: var(--color-text-muted); }
/* Zonder JS staan panels open (progressive enhancement). accordion.js verzorgt het inklappen. */

/* ===== 4. OEFENING ===== */
.oefening-cards { display: flex; flex-direction: column; gap: 14px; counter-reset: oef; }
.oefening-card { display: flex; align-items: center; gap: 18px; padding: 20px 22px; }
.oef-num { flex: none; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%;
  border: 1px solid var(--border-gold); font-family: var(--font-display); font-weight: 700; font-size: 20px; color: var(--color-gold-light); }
.oefening-card p { font-family: var(--font-display); font-weight: 600; font-size: 19px; color: var(--color-text-primary); }
.oefening-slot { margin-top: 26px; color: var(--color-text-muted); }

/* ===== 5. VALUE STACK ===== */
.value-mockup { width: 100%; margin: 8px 0 30px; }
.value-mockup img { width: 100%; height: auto; object-fit: contain;
  filter: drop-shadow(0 22px 44px rgba(0,0,0,0.5)) drop-shadow(0 0 40px rgba(210,166,79,0.10)); }
.value-list { display: flex; flex-direction: column; gap: 14px; }
.value-item { padding: 22px 22px; }
.value-title { font-size: 22px; margin-bottom: 6px; }
.value-meta { font-family: var(--font-accent); font-size: 12.5px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--color-gold); margin-bottom: 10px; }
.value-item p:last-child { color: var(--color-text-muted); margin-bottom: 0; }
.huddle { padding: 24px 22px; margin-top: 14px; border-color: rgba(210,166,79,0.4); }
.huddle p { color: var(--color-text-muted); margin-bottom: 0; }

.price-block { margin-top: 30px; padding: 30px 24px; border-radius: var(--radius-card);
  background: linear-gradient(180deg, rgba(80,13,23,0.7), rgba(57,8,15,0.7)); border: 1px solid var(--border-gold); }
.price-total { font-family: var(--font-accent); font-size: 14px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--color-text-muted); text-decoration: line-through; text-decoration-color: rgba(189,174,162,0.5); }
.price-now { font-family: var(--font-display); font-weight: 700; font-size: clamp(34px, 10vw, 46px); color: var(--color-gold-light); margin: 6px 0 20px; }
.price-block .cta-primary { width: 100%; max-width: 360px; }
.price-micro { margin-top: 14px; font-size: 13px; color: var(--color-text-muted); }

/* ===== 6. VERTROUWENSBLOK ===== */
.monogram { display: inline-grid; place-items: center; width: 72px; height: 72px; margin-bottom: 18px;
  border-radius: 50%; border: 1px solid var(--border-gold); font-family: var(--font-display); font-weight: 700; font-size: 22px; color: var(--color-gold-light); }
.live-met p { color: var(--color-text-body); margin-inline: auto; }
.live-met p + p { margin-top: 14px; }

/* ===== 8. SLOT ===== */
.slot { padding-bottom: clamp(90px, 20vw, 120px); }
.slot p { color: var(--color-text-muted); margin-inline: auto; }
.slot-price { margin-top: 20px; font-family: var(--font-accent); letter-spacing: 0.08em; text-transform: uppercase; color: var(--color-gold); }
.slot .cta-primary { margin-top: 18px; width: 100%; max-width: 360px; }
.slot-under { margin-top: 14px; font-size: 13px; }

/* ===== FOOTER ===== */
.footer { padding-block: 34px; border-top: 1px solid rgba(210,166,79,0.14); }
.footer-copy { color: var(--color-text-muted); font-size: 14px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 6px 20px; justify-content: center; margin-top: 12px; }
.footer-links a { color: var(--color-gold); font-size: 13px; }
.footer-links a:hover { color: var(--color-gold-light); }

/* ===== STICKY MOBIELE CTA ===== */
.sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
  padding: 10px var(--space-page) calc(10px + env(safe-area-inset-bottom));
  background: rgba(28,3,7,0.94); backdrop-filter: blur(8px); border-top: 1px solid var(--border-gold); }
.sticky-inner { display: flex; align-items: center; gap: 14px; max-width: var(--max-content); margin-inline: auto; }
.sticky-label { font-family: var(--font-accent); font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--color-gold-light); white-space: nowrap; }
.sticky-btn { flex: 1; min-height: 50px; padding: 0 18px; }

/* ================= DESKTOP (voorzet; volledige desktop in Fase 5) ================= */
@media (min-width: 768px) {
  .hero-image { width: 220px; }
  .hero-promise, .hero-deep, .hero-micro { max-width: 46ch; }
  .value-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .oefening-cards { flex-direction: row; }
  .oefening-card { flex-direction: column; text-align: center; align-items: center; }
  .sticky-cta { display: none; }
  .value-mockup { max-width: 1000px; margin-inline: auto; }
}

/* =====================================================================
   REVAMP v2 — ritme, lucht, champagne-accenten, interactie, reveals
   ===================================================================== */

/* ----- Aankondigingsbalk ----- */
.topbar { text-align: center; background: linear-gradient(90deg, #360912, #530e19 50%, #360912); border-bottom: 1px solid var(--border-gold); }
.topbar .container { padding-block: 11px; font-family: var(--font-accent); font-size: 12px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--color-gold-light); }

/* ----- Achtergrond-ritme per sectie ----- */
#belief { background: radial-gradient(circle at 50% 38%, rgba(129,21,37,0.22), transparent 58%), #130304; border-block: 1px solid rgba(210,166,79,0.14); }
#oefening { background: #320811; border-block: 1px solid rgba(210,166,79,0.14); }
#slot { background: radial-gradient(circle at 50% 26%, rgba(129,21,37,0.20), transparent 58%), #110204; border-top: 1px solid rgba(210,166,79,0.14); }

/* ----- Hero: meer lucht ----- */
.hero { padding-top: clamp(30px, 8vw, 52px); }
.hero-event { margin-top: 14px; }
.hero-title { margin-top: 16px; }
.hero-promise { margin-top: 26px; font-size: 19px; }
.hero-deep { margin-top: 24px; }
.hero-trust { margin-top: 30px; }
.hero-cta { margin-top: 22px; }
.section { padding-block: clamp(74px, 13vw, 100px); }

/* ----- One Belief: strak, geen cirkels ----- */
.belief-title { margin-bottom: 26px; font-size: clamp(38px, 11vw, 52px); }
.belief p { max-width: 40ch; }

/* ----- Oefening: champagne-blokken, gecentreerd ----- */
.oefening-cards { gap: 16px; }
.oefening-card {
  flex-direction: column; text-align: center; align-items: center; gap: 14px; padding: 26px 22px;
  background: linear-gradient(180deg, #F4E8CE 0%, #E7D4AC 100%);
  border: 1px solid rgba(143,105,42,0.4); border-radius: var(--radius-card);
  box-shadow: 0 14px 36px rgba(0,0,0,0.35);
}
.oefening-card .oef-num { border-color: rgba(143,105,42,0.55); color: #7a5620; background: rgba(255,255,255,0.45); }
.oefening-card p { font-size: 19px; color: #2a0a10; }
.oefening-slot { margin-top: 30px; }

/* ----- Value mockup: omkaderd showcase (TGR1 heeft eigen achtergrond) ----- */
.value-mockup { border-radius: var(--radius-card); overflow: hidden; border: 1px solid var(--border-gold); box-shadow: 0 26px 64px rgba(0,0,0,0.55), 0 0 60px rgba(210,166,79,0.08); }
.value-mockup img { filter: none; }

/* ----- Accordions: inklap-animatie ----- */
.accordion-panel { transition: height .3s ease; }
.accordion-trigger { transition: color .2s ease; }
@media (hover: hover) { .accordion-trigger:hover { color: var(--color-gold-light); } }

/* ----- Reveal-animaties (alleen bij js-enabled) ----- */
.js-enabled .reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s cubic-bezier(.22,1,.36,1), transform .6s cubic-bezier(.22,1,.36,1); }
.js-enabled .reveal.in-view { opacity: 1; transform: none; }
/* lichte stagger binnen kaartgroepen */
.js-enabled .value-item:nth-child(2) { transition-delay: .06s; }
.js-enabled .value-item:nth-child(3) { transition-delay: .12s; }
.js-enabled .value-item:nth-child(4) { transition-delay: .18s; }
.js-enabled .oefening-card:nth-child(2) { transition-delay: .07s; }
.js-enabled .oefening-card:nth-child(3) { transition-delay: .14s; }
@media (prefers-reduced-motion: reduce) { .js-enabled .reveal { opacity: 1 !important; transform: none !important; } }

/* =====================================================================
   REVAMP v3 — waardebedragen, oefenkaarten opnieuw, grotere prijzen,
   sterkere animaties, hero woord-voor-woord, meer lucht
   ===================================================================== */

/* ----- Value stack: prominente waarde-badges ----- */
.value-item { position: relative; padding: 24px 22px 24px; }
.value-title { padding-right: 78px; font-size: 23px; line-height: 1.15; margin-bottom: 8px; }
.value-badge {
  position: absolute; top: 20px; right: 18px;
  font-family: var(--font-display); font-weight: 700; font-size: 30px; line-height: 1;
  color: #250509; background: linear-gradient(135deg, #E9C66F, #C89438);
  border-radius: 999px; padding: 7px 16px; box-shadow: 0 8px 22px rgba(210,166,79,0.32);
}
.value-meta { font-size: 13px; margin-bottom: 12px; }
.value-item p:last-child { line-height: 1.6; }
.value-list { gap: 16px; }

/* ----- Prijsblok: groter en dwingender ----- */
.price-block { padding: 34px 26px; }
.price-total { font-size: 19px; letter-spacing: 0.05em; }
.price-now { font-size: clamp(42px, 13vw, 56px); margin: 8px 0 22px; }
.price-block .cta-primary { min-height: 60px; font-size: 18px; }

/* ----- Oefenkaarten: donker + goud i.p.v. champagne, grotere tekst ----- */
#oefening { background: radial-gradient(circle at 50% 26%, rgba(129,21,37,0.16), transparent 60%), #110204; }
.oefening-card {
  background: linear-gradient(180deg, rgba(80,13,23,0.6), rgba(40,8,14,0.75));
  border: 1.5px solid rgba(210,166,79,0.45); border-radius: var(--radius-card);
  box-shadow: 0 16px 40px rgba(0,0,0,0.4);
  padding: 32px 24px; gap: 20px;
}
.oefening-card .oef-num {
  width: 56px; height: 56px; border: 0;
  background: linear-gradient(135deg, #E9C66F, #C89438); color: #250509;
  font-size: 25px; box-shadow: 0 8px 22px rgba(210,166,79,0.35);
}
.oefening-card p { font-size: 23px; line-height: 1.25; color: var(--color-text-primary); }
.oefening-slot { margin-top: 34px; }

/* ----- Meer lucht ----- */
.section-head p { margin-top: 14px; }
.belief p + p { margin-top: 18px; }
.section-head { margin-bottom: clamp(30px, 7vw, 46px); }

/* ----- Sterkere reveal-animaties ----- */
.js-enabled .reveal { opacity: 0; transform: translateY(34px); transition: opacity .75s cubic-bezier(.22,1,.36,1), transform .75s cubic-bezier(.22,1,.36,1); }
.js-enabled .reveal.in-view { opacity: 1; transform: none; }

/* ----- Hero: titel woord-voor-woord ----- */
.js-enabled .hero-title.words.reveal { transform: none; } /* container beweegt niet; woorden doen het */
.js-enabled .hero-title.words .word { display: inline-block; opacity: 0; transform: translateY(20px); filter: blur(6px);
  transition: opacity .6s ease, transform .6s ease, filter .6s ease; }
.js-enabled .hero-title.words.in-view .word { opacity: 1; transform: none; filter: none; }
.js-enabled .hero-title.words.in-view .word:nth-child(1) { transition-delay: .10s; }
.js-enabled .hero-title.words.in-view .word:nth-child(2) { transition-delay: .22s; }
.js-enabled .hero-title.words.in-view .word:nth-child(3) { transition-delay: .34s; }
.js-enabled .hero-title.words.in-view .word:nth-child(4) { transition-delay: .46s; }

/* ----- CTA: eenmalige gouden shimmer ----- */
.cta-primary { position: relative; overflow: hidden; }
.cta-primary::after { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 42%, rgba(255,255,255,0.55) 50%, transparent 58%);
  transform: translateX(-130%); }
.js-enabled .cta-primary::after { animation: ctaShimmer 2.4s ease 1.1s 1; }
@keyframes ctaShimmer { to { transform: translateX(130%); } }

@media (prefers-reduced-motion: reduce) {
  .js-enabled .hero-title.words .word { opacity: 1 !important; transform: none !important; filter: none !important; }
  .js-enabled .cta-primary::after { animation: none !important; }
}

@media (min-width: 768px) {
  .oefening-card p { font-size: 21px; }
}

/* fix: metaregel niet onder de waarde-badge */
.value-meta { padding-right: 84px; }

/* ----- Waarde-badges doorstrepen: normale waarde, nu inbegrepen ----- */
.value-badge { position: relative; }
.value-badge::after {
  content: ""; position: absolute; left: 8%; right: 8%; top: 50%;
  height: 2.5px; border-radius: 2px; background: rgba(37,5,9,0.55);
  transform: translateY(-50%) rotate(-11deg); pointer-events: none;
}

/* =====================================================================
   REVAMP v4 — badge rechts, belief-accent, hero-scroll-reveal, meer animatie
   ===================================================================== */

/* Value-head: titel links, waarde-badge rechts (geen overlap meer) */
.value-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; margin-bottom: 10px; }
.value-head .value-title { padding-right: 0; margin: 0; }
.value-badge { position: relative; top: auto; right: auto; flex: none; }
.value-meta { padding-right: 0; }

/* One Belief: eerste zin opvallend, wit vet */
.belief-lead { font-family: var(--font-display); font-weight: 600; font-size: clamp(21px, 5.6vw, 27px); line-height: 1.3; color: var(--color-gold-light); }
.belief-lead strong { color: #fff; }
.belief strong { color: #fff; }

/* Hero: verdiepende zin + CTA pas in beeld bij scrollen */
.hero-deep { margin-top: clamp(56px, 15vh, 130px); }

/* Reveal: filter meenemen */
.js-enabled .reveal { transition: opacity .75s cubic-bezier(.22,1,.36,1), transform .75s cubic-bezier(.22,1,.36,1), filter .75s cubic-bezier(.22,1,.36,1); }
/* Blur-in op titels */
.js-enabled .reveal.reveal-blur { filter: blur(9px); }
.js-enabled .reveal.reveal-blur.in-view { filter: none; }
/* Slide van links, gestaffeld */
.js-enabled .reveal.reveal-left { transform: translate(-24px, 16px); }
.js-enabled .reveal.reveal-left.in-view { transform: none; }
.js-enabled .accordion-group .accordion:nth-child(2) { transition-delay: .08s; }
.js-enabled .accordion-group .accordion:nth-child(3) { transition-delay: .16s; }
.js-enabled .accordion-group .accordion:nth-child(4) { transition-delay: .24s; }
.js-enabled .accordion-group .accordion:nth-child(5) { transition-delay: .32s; }

/* Oefenblokken gecentreerd op mobiel */
.oefening-cards { align-items: center; }
.oefening-card { width: 100%; max-width: 470px; margin-inline: auto; }

@media (prefers-reduced-motion: reduce) {
  .js-enabled .reveal.reveal-blur, .js-enabled .reveal.reveal-left { filter: none !important; transform: none !important; }
}

/* =====================================================================
   REVAMP v5 — oefening echt centreren, glim op elke knop herhalen
   ===================================================================== */

/* De <ol> had standaard linker-inspringing waardoor de blokken naar rechts stonden. */
.oefening-cards { list-style: none; padding-inline: 0; margin: 0; }

/* Gouden glim, subtiel herhalend op ELKE knop */
@keyframes ctaShimmer {
  0%   { transform: translateX(-130%); }
  18%  { transform: translateX(130%); }
  100% { transform: translateX(130%); }
}
.js-enabled .cta-primary::after { animation: ctaShimmer 5.5s ease-in-out 1s infinite; }
@media (prefers-reduced-motion: reduce) { .js-enabled .cta-primary::after { animation: none !important; } }

/* =====================================================================
   REVAMP v6 — DESKTOP minder verticaal (hero 2-koloms, ontdekkingen 2-koloms)
   ===================================================================== */
@media (min-width: 900px) {
  /* Hero: foto links, tekst rechts, links uitgelijnd */
  .hero { padding-top: 44px; }
  .hero-inner { flex-direction: row; align-items: center; text-align: left; gap: clamp(44px, 6vw, 76px); max-width: var(--max-content); }
  .hero-image { margin: 0; width: clamp(280px, 26vw, 360px); flex: none; }
  .hero-copy { max-width: 640px; }
  .hero-copy > * { text-align: left; margin-left: 0; margin-right: 0; }
  .hero-title { margin-top: 12px; }
  .hero-promise { margin-top: 22px; max-width: 44ch; }
  .hero-trust { margin-top: 26px; }
  .hero-cta { width: auto; min-width: 320px; margin-top: 24px; }
  .hero-micro { max-width: 46ch; }

  /* Ontdekkingen: kop links, accordions rechts */
  .ontdekkingen .container { display: grid; grid-template-columns: 0.9fr 1.35fr; gap: clamp(40px, 5vw, 72px); align-items: start; max-width: var(--max-content); }
  .ontdekkingen .section-head { text-align: left; max-width: none; margin: 0; position: sticky; top: 40px; }
  .ontdekkingen .section-head p { margin-inline: 0; }
  .accordion-trigger { font-size: 21px; }

  /* Iets meer breedte voor de statement-secties */
  .belief .container, .oefening .section-head, .slot .container { max-width: 820px; }
  .value-list { grid-template-columns: 1fr 1fr; }
}

/* ----- Persoonlijke foto in de afsluitende CTA ----- */
.slot-photo { width: clamp(180px, 56vw, 260px); margin: 0 auto clamp(22px, 5vw, 34px); border-radius: 22px; overflow: hidden;
  border: 1px solid var(--border-gold); box-shadow: 0 24px 60px rgba(0,0,0,0.55), 0 0 54px rgba(210,166,79,0.12); }
.slot-photo img { width: 100%; height: auto; display: block; }
@media (min-width: 900px) { .slot-photo { width: 300px; } }
