:root {
  --bg: #110f0d;
  --bg-alt: #171310;
  --bg-card: #1c1713;
  --text: #f1ede4;
  --text-dim: #b8b0a2;
  --gold: #c8951c;
  --gold-soft: rgba(200, 149, 28, 0.35);
  --border: rgba(200, 149, 28, 0.18);
  --font: "Montserrat", system-ui, -apple-system, sans-serif;
  --max-w: 1180px;
  --max-w-sm: 640px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

.wrap {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 24px;
}

.wrap-sm {
  max-width: var(--max-w-sm);
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 14px;
}

h1, h2, h3 { font-weight: 900; line-height: 1.15; letter-spacing: -0.5px; }

h2 {
  font-size: clamp(28px, 4vw, 44px);
  margin-bottom: 16px;
}

.section-intro { max-width: 640px; margin: 0 auto 56px; text-align: center; }
.section-intro p { color: var(--text-dim); font-size: 17px; }

section { padding: 96px 0; }
.bg-alt { background: var(--bg-alt); }
.bg-card { background: var(--bg-card); }

.btn {
  display: inline-block;
  background: var(--gold);
  color: #0a0a0a;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  padding: 16px 32px;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease;
}

.btn:hover { background: #dba829; transform: translateY(-2px); }

.center { text-align: center; }

/* HEADER */
header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(17, 15, 13, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  max-width: var(--max-w);
  margin: 0 auto;
}
.nav img { height: 40px; width: 40px; }
.nav .btn { padding: 12px 22px; font-size: 12px; }

/* HERO */
.hero {
  padding: 72px 0 0;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 40px;
  max-width: var(--max-w);
  margin: 0 auto;
}
.hero-copy { padding: 0 24px; }
.hero-logo { width: 56px; margin-bottom: 24px; }
.hero .brand { font-size: 15px; letter-spacing: 6px; color: var(--text-dim); font-weight: 700; }
.hero h1 { font-size: clamp(40px, 6vw, 68px); color: var(--gold); margin: 6px 0 18px; }
.hero .sub { font-size: 15px; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; margin-bottom: 26px; }
.hero p { color: var(--text-dim); font-size: 17px; max-width: 460px; margin-bottom: 12px; }
.hero .highlight { color: var(--text); font-weight: 600; }
.hero .highlight a, .hero .highlight { color: var(--gold); font-weight: 700; }
.hero-actions { margin-top: 32px; }
.hero-media { position: relative; }
.hero-media img { width: 100%; height: 620px; object-fit: cover; }
.hero-media figcaption {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,0.85));
  padding: 60px 24px 24px;
  font-size: 12px; letter-spacing: 2px; text-transform: uppercase;
}
.hero-media figcaption strong { display: block; color: var(--gold); font-size: 14px; margin-bottom: 4px; }

/* HERKEN JIJ DIT */
.recognize { max-width: 760px; margin: 0 auto; text-align: center; }
.recognize p { font-size: 19px; color: var(--text-dim); }

/* MIRRORS */
.mirrors-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 48px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.mirror-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  padding: 32px 26px;
}
.mirror-card:nth-child(3) {
  grid-column: 1 / -1;
  max-width: 338px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .mirrors-grid { grid-template-columns: 1fr; }
  .mirror-card:nth-child(3) { max-width: none; margin: 0; }
}
.mirror-num {
  font-size: 34px; font-weight: 900; color: var(--gold-soft);
  margin-bottom: 14px;
}
.mirror-card h3 { font-size: 16px; letter-spacing: 1px; margin-bottom: 10px; }
.mirror-card p { color: var(--text-dim); font-size: 14.5px; }

/* SYSTEM LAYERS */
.layers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  margin-top: 40px;
}
.layer-card {
  border-top: 3px solid var(--gold);
  padding: 22px 18px;
  background: var(--bg-card);
}
.layer-tag { font-size: 11px; letter-spacing: 2px; color: var(--gold); font-weight: 700; }
.layer-card h3 { font-size: 17px; margin: 10px 0 8px; }
.layer-card p { color: var(--text-dim); font-size: 14px; }

.banner-title {
  display: inline-block;
  background: var(--gold);
  padding: 18px 40px;
  margin: 0 auto 28px;
}
.banner-title h2 {
  color: #0a0a0a;
  font-style: italic;
  font-size: clamp(22px, 3vw, 32px);
  margin: 0;
  white-space: nowrap;
}

.pentagon-wrap {
  position: relative;
  width: 100%;
  max-width: 760px;
  aspect-ratio: 1 / 1;
  margin: 56px auto 0;
}
.pentagon-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.pentagon-lines line { stroke: var(--gold); stroke-width: 1.4; }

.pent-box {
  position: absolute;
  width: 33%;
  background: #0d0b09;
  padding: 16px 14px;
  text-align: center;
  transform: translate(-50%, -50%);
}
.pent-box .layer-tag { font-size: 11px; }
.pent-box h3 { font-size: 16px; margin: 4px 0 10px; }
.pent-box p { color: var(--text-dim); font-size: 12.5px; margin: 0; line-height: 1.4; }
.pent-box p.strong { color: var(--text); font-weight: 700; }

.pent-top { top: 12%; left: 50%; }
.pent-right { top: 38%; left: 86%; }
.pent-lower-right { top: 81%; left: 72%; }
.pent-lower-left { top: 81%; left: 28%; }
.pent-left { top: 38%; left: 14%; }

.pent-center {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  text-align: center; width: 40%;
}
.pent-center img { width: 64px; height: 64px; margin: 0 auto 10px; opacity: 0.9; }
.pent-label { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--text-dim); font-weight: 700; }

@media (max-width: 760px) {
  .banner-title { padding: 14px 22px; }
  .banner-title h2 { white-space: normal; }
  .pentagon-wrap { margin-top: 40px; }
  .pent-box { padding: 10px 8px; }
  .pent-box .layer-tag { font-size: 9px; letter-spacing: 1px; }
  .pent-box h3 { font-size: 12.5px; margin: 2px 0 6px; }
  .pent-box p { font-size: 9.5px; line-height: 1.3; }
  .pent-center img { width: 40px; height: 40px; margin-bottom: 6px; }
  .pent-label { font-size: 8.5px; letter-spacing: 1px; }
}

@media (max-width: 420px) {
  .pent-box { padding: 8px 6px; }
  .pent-box h3 { font-size: 11px; }
  .pent-box p { font-size: 8.5px; }
}

.reflect-quote {
  max-width: 700px; margin: 64px auto 0; text-align: center;
  border-top: 1px solid var(--border); padding-top: 48px;
}
.reflect-quote p { font-size: 20px; color: var(--text-dim); margin-bottom: 8px; }
.reflect-quote .final { color: var(--gold); font-weight: 700; margin-top: 16px; }

/* QUIZ */
.quiz-list { max-width: 780px; margin: 0 auto 48px; }
.quiz-item {
  display: flex; gap: 20px; align-items: flex-start;
  padding: 22px 0; border-bottom: 1px solid var(--border);
}
.quiz-item .num {
  flex-shrink: 0; width: 40px; height: 40px; border: 1px solid var(--gold);
  color: var(--gold); display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 14px;
}
.quiz-item h3 { font-size: 16px; margin-bottom: 4px; }
.quiz-item p { color: var(--text-dim); font-size: 14.5px; }
.quiz-cta { text-align: center; }
.quiz-cta-tags { color: var(--text-dim); font-size: 14px; margin-bottom: 24px; }
.quiz-cta-tags span { margin: 0 8px; }

/* TESTIMONIALS */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

@media (max-width: 700px) {
  .testi-grid { grid-template-columns: 1fr; }
}
.testi-card {
  background: var(--bg-card); border: 1px solid var(--border);
  padding: 30px; display: flex; flex-direction: column; gap: 16px;
}
.testi-head { display: flex; align-items: center; gap: 14px; }
.testi-head img {
  width: 52px; height: 52px; border-radius: 50%; object-fit: cover;
  border: 2px solid var(--gold);
}
.testi-head .name { font-weight: 700; font-size: 15px; }
.testi-head .meta { color: var(--text-dim); font-size: 13px; }
.testi-card blockquote { color: var(--text); font-size: 14.5px; font-style: italic; }
.testi-card .more { color: var(--text-dim); font-size: 13.5px; }

.big-quote {
  max-width: 780px; margin: 80px auto 0; text-align: center;
  font-size: clamp(20px, 2.6vw, 28px); font-weight: 300; color: var(--text);
  position: relative; padding: 0 20px;
}
.big-quote span.mark { color: var(--gold-soft); font-size: 48px; display: block; }

/* RESET SYSTEM PHASES */
.phases {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 4px;
  margin-top: 48px;
}
.phase-card {
  background: var(--bg-card); padding: 30px 22px;
  border-bottom: 3px solid var(--gold);
}
.phase-num { color: var(--gold-soft); font-weight: 900; font-size: 30px; }
.phase-card h3 { font-size: 15px; letter-spacing: 1.5px; margin: 12px 0 6px; }
.phase-card .tagline { color: var(--gold); font-size: 13px; font-weight: 700; margin-bottom: 8px; }
.phase-card p { color: var(--text-dim); font-size: 13.5px; }

.principles { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 24px; margin-top: 64px; }
.principle { text-align: center; padding: 24px; }
.principle h4 { color: var(--gold); font-size: 14px; letter-spacing: 1px; margin-bottom: 10px; }
.principle p { color: var(--text-dim); font-size: 14px; }

/* WAT KRIJG JE */
.deliver-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 24px; margin-bottom: 56px; }
.deliver-card { background: var(--bg-card); border: 1px solid var(--border); padding: 28px; }
.deliver-card .tag { color: var(--gold); font-size: 12px; letter-spacing: 2px; font-weight: 700; }
.deliver-card h3 { font-size: 18px; margin: 10px 0 16px; }
.deliver-card ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.deliver-card li { color: var(--text-dim); font-size: 14px; padding-left: 20px; position: relative; }
.deliver-card li::before { content: "—"; color: var(--gold); position: absolute; left: 0; }

.protocol-list {
  max-width: 780px; margin: 0 auto; display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 14px 32px;
}
.protocol-list li { list-style: none; color: var(--text-dim); font-size: 15px; padding-left: 24px; position: relative; }
.protocol-list li::before { content: "✓"; color: var(--gold); position: absolute; left: 0; font-weight: 700; }

/* ABOUT */
.about { display: grid; grid-template-columns: 1fr 1.2fr; gap: 56px; align-items: center; }
.about img { width: 100%; height: 480px; object-fit: cover; }
.about p { color: var(--text-dim); margin-bottom: 18px; font-size: 16px; }
.about .final { color: var(--gold); font-weight: 700; font-size: 18px; }

/* COMMUNITY */
.community-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap: 28px; margin-top: 48px; }
.community-card { text-align: center; padding: 30px 20px; }
.community-card h3 { color: var(--gold); font-size: 16px; margin-bottom: 12px; letter-spacing: 1px; }
.community-card p { color: var(--text-dim); font-size: 14.5px; }

/* FAQ */
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q {
  width: 100%; background: none; border: none; color: var(--text);
  font-family: var(--font); font-size: 16px; font-weight: 700;
  text-align: left; padding: 24px 0; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
}
.faq-q .icon { color: var(--gold); font-size: 20px; flex-shrink: 0; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.25s ease; }
.faq-a p { color: var(--text-dim); padding-bottom: 22px; font-size: 15px; max-width: 640px; }
.faq-item.open .faq-a { max-height: 300px; }
.faq-item.open .icon { transform: rotate(45deg); }

/* INTAKE STEPS */
.intake-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 24px; margin: 48px 0 56px; }
.intake-step { border-left: 2px solid var(--gold); padding: 4px 0 4px 20px; }
.intake-step .num { color: var(--gold-soft); font-weight: 900; font-size: 24px; }
.intake-step h3 { font-size: 15px; margin: 8px 0 8px; }
.intake-step p { color: var(--text-dim); font-size: 13.5px; }

/* FINAL CTA */
.final-cta { text-align: center; padding: 110px 0; }
.final-cta h2 { max-width: 720px; margin: 0 auto 20px; }
.final-cta p.lead { color: var(--text-dim); max-width: 620px; margin: 0 auto 40px; font-size: 17px; }
.final-cta .note { margin-top: 20px; color: var(--text-dim); font-size: 13px; }

.presenting-strip { width: 100%; line-height: 0; }
.presenting-strip img { width: 100%; height: clamp(220px, 32vw, 460px); object-fit: cover; }

.life-strip { display: flex; width: 100%; line-height: 0; }
.life-strip img { flex: 1 1 0; min-width: 0; aspect-ratio: 1 / 1; object-fit: cover; display: block; }

@media (max-width: 700px) {
  .life-strip { flex-wrap: wrap; }
  .life-strip img { flex: 1 1 33.333%; }
}

/* FOOTER */
footer { padding: 48px 0; text-align: center; border-top: 1px solid var(--border); }
footer .brand { color: var(--gold); font-weight: 900; letter-spacing: 2px; margin-bottom: 10px; }
footer p { color: var(--text-dim); font-size: 13px; }

@media (max-width: 880px) {
  .hero { grid-template-columns: 1fr; }
  .hero-media img { height: 380px; }
  .hero-copy { order: 2; padding: 40px 24px 0; }
  .hero-media { order: 1; }
  .about { grid-template-columns: 1fr; }
  .about img { height: 320px; }
  section { padding: 64px 0; }
}

/* QUIZ */
.quiz-form {
  margin-top: 40px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  padding: 32px;
}
.quiz-progress { height: 6px; background: var(--bg-alt); overflow: hidden; margin-bottom: 32px; }
.quiz-progress-bar { height: 100%; width: 11.11%; background: var(--gold); transition: width 0.3s ease; }

.quiz-step h3 { font-size: 19px; margin-bottom: 4px; }
.quiz-hint { color: var(--text-dim); font-size: 14px; margin-bottom: 20px; }
.quiz-step h3 + .quiz-options { margin-top: 20px; }

.quiz-options { display: flex; flex-direction: column; gap: 12px; }
.quiz-option {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--border);
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.quiz-option:hover { border-color: var(--gold); }
.quiz-option input { accent-color: var(--gold); width: 18px; height: 18px; flex-shrink: 0; }
.quiz-option:has(input:checked) { border-color: var(--gold); background: var(--bg-alt); }
.quiz-option span { font-size: 15px; line-height: 1.5; color: var(--text); }

.quiz-fields { display: flex; flex-direction: column; gap: 16px; }
.quiz-field { display: flex; flex-direction: column; gap: 6px; font-size: 14px; font-weight: 600; color: var(--text); }
.quiz-field input {
  font-family: var(--font);
  font-size: 15px;
  font-weight: 400;
  padding: 12px 14px;
  background: var(--bg-alt);
  color: var(--text);
  border: 1px solid var(--border);
  outline: none;
}
.quiz-field input:focus { border-color: var(--gold); }

.quiz-error { color: #e2645a; font-size: 14px; margin-top: 16px; }

.quiz-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 28px; }
.quiz-nav .btn { font-size: 15px; padding: 13px 24px; }
.quiz-nav .quiz-back { background: transparent; color: var(--text); border: 1px solid var(--border); }
.quiz-nav .quiz-back:hover { background: var(--bg-alt); }
.quiz-nav .quiz-next, .quiz-nav .quiz-submit { margin-left: auto; }

.quiz-success {
  margin-top: 40px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  padding: 40px 32px;
  text-align: center;
}
.quiz-success h3 { font-size: 20px; color: var(--gold); margin-bottom: 10px; }
.quiz-success p { color: var(--text-dim); }

[hidden] { display: none !important; }

@media (max-width: 600px) {
  .quiz-form { padding: 24px 20px; }
}
