/* Landingspagina live training AI als je digitale collega, huisstijl Studio van Duijn */
:root {
  --bg: #faf6f0; --c-ivoor: #faf6f0; --c-ivoor-diep: #f3ece2; --c-card: #fffdf9; --c-donker: #3a2e28;
  --text: #3a2e28; --text-soft: #6b5a52; --text-mute: #8a7a74; --border: #e8ddd4;
  --c-roze: #b07d72; --c-goud: #d4b06a; --c-goud-licht: #e2c07e; --c-sage: #8a9e85;
  --ff-display: 'Cormorant Garamond', 'Iowan Old Style', Georgia, serif;
  --ff-body: 'Jost', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --radius-lg: 14px; --radius-md: 10px; --radius-pill: 999px; --container: 1160px;
  --s-2: 8px; --s-3: 12px; --s-4: 16px; --s-5: 24px; --s-6: 32px; --s-7: 48px; --s-8: 64px;
  --t-fast: 0.18s ease; --t-med: 0.28s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--text); font-family: var(--ff-body); font-weight: 300; font-size: 1rem; line-height: 1.75; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 clamp(1.25rem, 5vw, 2.5rem); }
section { padding: clamp(4rem, 8vw, 6rem) 0; scroll-margin-top: 68px; }
.section-alt { background: var(--c-ivoor-diep); }
.text-center { text-align: center; }
.text-center .lead { margin-left: auto; margin-right: auto; }

/* ── Typografie ── */
h1, h2, h3 { font-family: var(--ff-display); line-height: 1.08; color: var(--text); }
h1 { font-size: clamp(2.6rem, 5.5vw, 5rem); font-weight: 600; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.85rem, 3.5vw, 2.8rem); font-weight: 600; }
h3 { font-size: clamp(1.1rem, 1.8vw, 1.4rem); font-weight: 600; }
em { font-style: italic; }
.eyebrow { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.3em; text-transform: uppercase; color: var(--c-goud); display: block; margin-bottom: var(--s-3); }
.lead { font-size: clamp(0.97rem, 1.4vw, 1.1rem); line-height: 1.75; color: var(--text-soft); max-width: 620px; }
.section-head { margin-bottom: var(--s-7); }
.section-head h2 { margin-top: var(--s-2); }
.section-head .lead { margin-top: var(--s-4); }

/* ── Knoppen ── */
.btn { display: inline-flex; align-items: center; gap: 0.45rem; font-family: var(--ff-body); font-size: 0.88rem; font-weight: 500; letter-spacing: 0.04em; padding: 0.82rem 1.7rem; border-radius: var(--radius-pill); border: 1.5px solid transparent; cursor: pointer; transition: all var(--t-fast); background: var(--c-goud); color: var(--c-donker); white-space: nowrap; }
.btn:hover { background: var(--c-goud-licht); box-shadow: 0 8px 24px rgba(212,176,106,0.32); transform: translateY(-1px); }
.btn:focus-visible, .faq-btn:focus-visible { outline: 2px solid var(--c-goud); outline-offset: 3px; }
.btn--dark { background: var(--c-donker); color: var(--c-ivoor); }
.btn--dark:hover { background: #4a3c35; box-shadow: 0 8px 24px rgba(58,46,40,0.25); }
.btn--outline { background: transparent; color: var(--text); border-color: var(--border); }
.btn--outline:hover { background: var(--c-card); border-color: var(--c-roze); box-shadow: none; transform: none; }
.btn--sm { font-size: 0.78rem; padding: 0.62rem 1.3rem; }
.btn--lg { font-size: 0.95rem; padding: 1rem 2.1rem; }
.btn--full { width: 100%; justify-content: center; }
.btn:disabled { background: var(--border); color: var(--text-mute); cursor: not-allowed; box-shadow: none; transform: none; }

/* ── Nav ── */
.nav { position: sticky; top: 0; z-index: 100; background: rgba(250,246,240,0.93); backdrop-filter: saturate(180%) blur(16px); -webkit-backdrop-filter: saturate(180%) blur(16px); border-bottom: 1px solid var(--border); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 68px; gap: var(--s-5); }
.brand { font-weight: 600; font-size: 0.8rem; letter-spacing: 0.22em; text-transform: uppercase; display: flex; align-items: center; gap: 0.5rem; flex-shrink: 0; }
.sparkle { color: var(--c-goud); }
.nav__links { display: flex; align-items: center; gap: var(--s-5); }
.nav__link { font-size: 0.82rem; font-weight: 400; color: var(--text-soft); transition: color var(--t-fast); }
.nav__link:hover { color: var(--text); }
@media (max-width: 760px) { .nav__links { display: none; } }
@media (max-width: 400px) {
  .brand { font-size: 0.7rem; letter-spacing: 0.14em; }
  .nav .btn--sm { font-size: 0.74rem; padding: 0.55rem 1rem; }
}

/* ── Hero ── */
.hero { padding: clamp(3rem, 7vw, 6rem) 0 clamp(3rem, 5vw, 4.5rem); border-bottom: 1px solid var(--border); }
.hero__inner { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
@media (max-width: 860px) { .hero__inner { grid-template-columns: 1fr; } }
.hero__pill { display: inline-flex; align-items: center; gap: var(--s-2); font-size: 0.72rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-mute); background: var(--c-card); border: 1px solid var(--border); border-radius: var(--radius-pill); padding: 0.35rem 1rem; margin-bottom: var(--s-5); }
.hero h1 { margin-bottom: var(--s-5); }
.hero h1 em { color: var(--c-roze); }
.hero .lead { margin-bottom: var(--s-6); }
.hero__cta { display: flex; gap: var(--s-3); flex-wrap: wrap; margin-bottom: var(--s-7); }
.hero__facts { list-style: none; display: flex; flex-wrap: wrap; gap: var(--s-6); padding-top: var(--s-6); border-top: 1px solid var(--border); }
.hero__facts li { font-size: 0.78rem; color: var(--text-mute); line-height: 1.3; }
.hero__facts strong { display: block; font-family: var(--ff-display); font-size: 2rem; font-weight: 600; color: var(--text); line-height: 1; margin-bottom: 4px; }
.hero__card { background: var(--c-donker); border-radius: var(--radius-lg); padding: clamp(1.75rem, 3vw, 2.5rem); position: relative; overflow: hidden; box-shadow: 0 24px 52px rgba(58,46,40,0.22); }
.hero__card::before { content: '✦'; position: absolute; top: -24px; right: -16px; font-size: 160px; color: rgba(212,176,106,0.055); line-height: 1; pointer-events: none; font-family: sans-serif; }
.hero__card-tag, .hero__card-price-label { display: block; font-size: 0.62rem; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; }
.hero__card-tag { color: var(--c-goud); margin-bottom: var(--s-5); }
.hero__card-list { list-style: none; display: flex; flex-direction: column; gap: var(--s-3); margin-bottom: var(--s-6); }
.hero__card-list li { display: flex; gap: var(--s-3); font-size: 0.92rem; color: rgba(250,246,240,0.85); line-height: 1.5; }
.hero__card-list li::before { content: '✓'; color: var(--c-sage); font-weight: 600; flex-shrink: 0; }
.hero__card-divider { height: 1px; background: rgba(232,221,212,0.12); margin-bottom: var(--s-5); }
.hero__card-price-label { color: rgba(250,246,240,0.4); margin-bottom: var(--s-2); }
.hero__card-price-main { font-family: var(--ff-display); font-size: 2.8rem; font-weight: 600; color: var(--c-ivoor); line-height: 1; margin-bottom: 6px; }
.hero__card-price-sub { font-size: 0.8rem; color: rgba(250,246,240,0.5); }
.hero__card-next { font-size: 0.85rem; font-weight: 500; color: var(--c-goud); margin: var(--s-4) 0 var(--s-5); }
@media (max-width: 480px) {
  .hero__pill { font-size: 0.64rem; letter-spacing: 0.08em; padding: 0.35rem 0.85rem; }
  .hero__cta .btn { width: 100%; justify-content: center; }
  .hero__facts { gap: var(--s-5); }
  .hero__facts strong { font-size: 1.7rem; }
}

/* ── Herken je dit ── */
.pain-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 var(--s-8); }
@media (max-width: 640px) { .pain-grid { grid-template-columns: 1fr; } }
.pain-item { display: flex; gap: var(--s-3); align-items: flex-start; padding: var(--s-4) 0; border-bottom: 1px solid var(--border); }
.pain-arrow { color: var(--c-roze); flex-shrink: 0; font-size: 1.05rem; line-height: 1.6; }
.pain-item p { font-size: 0.95rem; color: var(--text-soft); line-height: 1.6; }
.pain-conclusion { margin-top: var(--s-7); background: var(--c-card); border: 1px solid var(--border); border-left: 3px solid var(--c-roze); border-radius: 0 var(--radius-md) var(--radius-md) 0; padding: var(--s-5) var(--s-6); }
.pain-conclusion p { font-family: var(--ff-display); font-style: italic; font-size: clamp(1.05rem, 1.6vw, 1.3rem); line-height: 1.5; }
@media (max-width: 480px) { .pain-conclusion { padding: var(--s-5); } }

/* ── Voorbeelden en belofte ── */
.voorbeeld-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: var(--s-4); }
.voorbeeld { background: var(--c-card); border: 1px solid var(--border); border-radius: var(--radius-md); padding: var(--s-5); box-shadow: 0 4px 18px rgba(58,46,40,0.055); }
.voorbeeld__wanneer { display: block; font-size: 0.66rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--c-roze); margin-bottom: var(--s-2); }
.voorbeeld p { font-size: 0.97rem; color: var(--text); line-height: 1.55; }
.belofte { margin-top: var(--s-7); background: var(--c-donker); border-radius: var(--radius-lg); padding: clamp(2rem, 4vw, 3rem) clamp(1.5rem, 4vw, 3rem); text-align: center; }
.belofte__tekst { font-family: var(--ff-display); font-size: clamp(1.4rem, 2.6vw, 2rem); line-height: 1.35; color: var(--c-ivoor); max-width: 760px; margin: 0 auto; }
.belofte__tekst em { color: var(--c-goud); }
.belofte__sub { font-size: 0.93rem; color: rgba(250,246,240,0.62); max-width: 620px; margin: var(--s-4) auto 0; }

/* ── Dagprogramma ── */
.programma { list-style: none; max-width: 800px; display: flex; flex-direction: column; gap: var(--s-3); }
.programma li { display: grid; grid-template-columns: 70px 1fr; gap: var(--s-4); background: var(--c-card); border: 1px solid var(--border); border-radius: var(--radius-md); padding: var(--s-4) var(--s-5); }
.programma__tijd { font-family: var(--ff-display); font-size: 1.35rem; font-weight: 600; color: var(--c-goud); line-height: 1.25; }
.programma h3 { font-size: 1.15rem; margin-bottom: 2px; }
.programma p { font-size: 0.9rem; color: var(--text-soft); line-height: 1.55; }
.programma .programma__pauze { background: transparent; border-style: dashed; }
.programma__noot { margin-top: var(--s-4); font-size: 0.8rem; color: var(--text-mute); }
@media (max-width: 480px) { .programma li { grid-template-columns: 54px 1fr; gap: var(--s-3); padding: var(--s-4); } }

/* ── Voor wie ── */
.forwho-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-5); }
@media (max-width: 640px) { .forwho-grid { grid-template-columns: 1fr; } }
.forwho-card { background: var(--c-card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: var(--s-6); box-shadow: 0 8px 30px rgba(58,46,40,0.07); }
.forwho-label { display: block; font-size: 0.65rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; margin-bottom: var(--s-5); }
.forwho-card--wel .forwho-label { color: var(--c-sage); }
.forwho-card--niet .forwho-label { color: var(--c-roze); }
.forwho-list { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }
.forwho-list li { display: flex; gap: 0.6rem; font-size: 0.92rem; color: var(--text-soft); line-height: 1.5; }
.forwho-card--wel .forwho-list li::before { content: '✓'; color: var(--c-sage); font-weight: 700; flex-shrink: 0; }
.forwho-card--niet .forwho-list li::before { content: '✗'; color: var(--c-roze); font-weight: 700; flex-shrink: 0; }
@media (max-width: 480px) { .forwho-card { padding: var(--s-5); } }

/* ── Trainingsdata ── */
.data-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-5); max-width: 880px; margin: 0 auto; }
@media (max-width: 720px) { .data-grid { grid-template-columns: 1fr; } }
.locatie { background: var(--c-card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: var(--s-6); box-shadow: 0 8px 30px rgba(58,46,40,0.07); }
.locatie__naam { font-size: 1.7rem; margin-bottom: var(--s-3); display: flex; align-items: center; gap: var(--s-2); }
.locatie__naam::before { content: '✦'; color: var(--c-goud); font-size: 1rem; }
.datum { display: flex; align-items: center; justify-content: space-between; gap: var(--s-4); padding: var(--s-4) 0; border-top: 1px solid var(--border); }
.datum__dag { display: block; font-size: 0.68rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-mute); }
.datum__datum { display: block; font-family: var(--ff-display); font-size: 1.35rem; font-weight: 600; line-height: 1.2; }
.datum--voorbij { opacity: 0.5; }
.data__noot { text-align: center; margin-top: var(--s-6); font-size: 0.9rem; color: var(--text-soft); }
.data__noot a, .nodig__noot a, .form__noot a, .form__succes a, .faq-body a { color: var(--c-roze); text-decoration: underline; text-underline-offset: 2px; }
@media (max-width: 480px) { .locatie { padding: var(--s-5); } }
@media (max-width: 380px) {
  .datum { flex-direction: column; align-items: flex-start; gap: var(--s-3); }
  .datum .btn { width: 100%; justify-content: center; }
}

/* ── Wat heb je nodig ── */
.nodig-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-4); }
@media (max-width: 820px) { .nodig-grid { grid-template-columns: 1fr; } }
.nodig { background: var(--c-card); border: 1px solid var(--border); border-radius: var(--radius-md); padding: var(--s-5); }
.nodig--aanrader { border-color: var(--c-goud); box-shadow: 0 10px 30px rgba(212,176,106,0.18); }
.nodig__label { display: block; font-size: 0.66rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--c-sage); margin-bottom: var(--s-2); }
.nodig--aanrader .nodig__label { color: var(--c-goud); }
.nodig p { font-size: 0.93rem; color: var(--text-soft); line-height: 1.6; }
.nodig__noot { margin-top: var(--s-5); font-size: 0.82rem; color: var(--text-mute); max-width: 760px; }

/* ── Inschrijven ── */
.inschrijf__grid { display: grid; grid-template-columns: 1fr 1.15fr; grid-template-areas: "kop form" "extra form"; gap: var(--s-5) clamp(2rem, 5vw, 4rem); align-items: start; }
.inschrijf__kop { grid-area: kop; }
.inschrijf__kop h2 { margin: var(--s-2) 0 var(--s-4); }
.form-card { grid-area: form; background: var(--c-card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: clamp(1.5rem, 3vw, 2.25rem); box-shadow: 0 24px 52px rgba(58,46,40,0.12); }
.inschrijf__extra { grid-area: extra; }
@media (max-width: 900px) { .inschrijf__grid { grid-template-columns: 1fr; grid-template-areas: "kop" "form" "extra"; } }
.price-card { background: var(--c-card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: var(--s-6); }
.price-amount { font-family: var(--ff-display); font-size: 3rem; font-weight: 600; line-height: 1; }
.price-sub { font-size: 0.8rem; color: var(--text-mute); margin-top: 4px; }
.price-divider { height: 1px; background: var(--border); margin: var(--s-5) 0; }
.price-features { list-style: none; display: flex; flex-direction: column; gap: 0.55rem; }
.price-features li { display: flex; gap: 0.5rem; font-size: 0.9rem; color: var(--text-soft); line-height: 1.45; }
.price-features li::before { content: '✓'; color: var(--c-sage); font-weight: 600; flex-shrink: 0; }
.review { margin-top: var(--s-4); padding: var(--s-4) var(--s-5); background: var(--c-card); border-left: 3px solid var(--c-goud); border-radius: 0 var(--radius-md) var(--radius-md) 0; }
.review__sterren { color: var(--c-goud); letter-spacing: 0.1em; font-size: 0.9rem; }
.review__tekst { font-family: var(--ff-display); font-style: italic; font-size: 1.2rem; line-height: 1.4; margin: 0.2rem 0; }
.review__auteur { font-size: 0.78rem; color: var(--text-mute); }
.veld { display: flex; flex-direction: column; gap: 6px; margin-bottom: var(--s-4); }
.veld label { font-size: 0.84rem; font-weight: 500; color: var(--text); }
.veld label span { font-weight: 300; color: var(--text-mute); }
.veld input, .veld select, .veld textarea { width: 100%; font-family: var(--ff-body); font-size: 16px; font-weight: 400; color: var(--text); background: #fff; border: 1.5px solid var(--border); border-radius: var(--radius-md); padding: 0.75rem 0.9rem; transition: border-color var(--t-fast), box-shadow var(--t-fast); }
.veld textarea { resize: vertical; min-height: 88px; line-height: 1.5; }
.veld select { appearance: none; -webkit-appearance: none; padding-right: 2.5rem; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%236b5a52' stroke-width='1.6'/%3E%3C/svg%3E") no-repeat right 0.9rem center; }
.veld input:focus, .veld select:focus, .veld textarea:focus { outline: none; border-color: var(--c-goud); box-shadow: 0 0 0 3px rgba(212,176,106,0.22); }
.veld-rij { display: grid; grid-template-columns: 1fr 1fr; gap: 0 var(--s-4); }
@media (max-width: 600px) { .veld-rij { grid-template-columns: 1fr; } }
.veld--klein input { max-width: 120px; }
.veld-honing { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-knoppen { display: flex; flex-direction: column; gap: 10px; }
.form-knoppen .btn { white-space: normal; text-align: center; }
.form__betaalhint { margin-top: var(--s-2); font-size: 0.78rem; color: var(--text-mute); text-align: center; }
.form__melding { margin-top: var(--s-3); font-size: 0.88rem; color: #8a4444; background: #f8ecea; border-radius: var(--radius-md); padding: var(--s-3) var(--s-4); }
.form__noot { margin-top: var(--s-4); font-size: 0.78rem; color: var(--text-mute); line-height: 1.6; }
.form__succes { text-align: center; padding: var(--s-6) var(--s-2); }
.form__succes:focus { outline: none; }
.form__succes-icoon { font-size: 2.2rem; color: var(--c-goud); line-height: 1; }
.form__succes h3 { font-size: 1.8rem; margin: var(--s-3) 0; }
.form__succes p { color: var(--text-soft); font-size: 0.95rem; margin-bottom: var(--s-3); }

/* ── Over Britt ── */
.about-inner { display: grid; grid-template-columns: 280px 1fr; gap: var(--s-8); align-items: center; }
@media (max-width: 760px) { .about-inner { grid-template-columns: 1fr; gap: var(--s-6); } }
.about-foto { width: 100%; max-width: 280px; height: auto; aspect-ratio: 3 / 4; object-fit: cover; border-radius: var(--radius-lg); border: 1px solid var(--border); box-shadow: 0 16px 40px rgba(58,46,40,0.12); }
.about-content h2 { margin: var(--s-2) 0 var(--s-4); }
.about-content p { font-size: 0.96rem; color: var(--text-soft); margin-bottom: var(--s-4); }
@media (max-width: 480px) { .about-content .btn { white-space: normal; text-align: center; } }

/* ── FAQ ── */
.faq-wrap { background: var(--c-card); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 8px 30px rgba(58,46,40,0.07); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:last-child { border-bottom: none; }
.faq-btn { width: 100%; background: none; border: none; padding: var(--s-5) var(--s-6); text-align: left; font-family: var(--ff-display); font-size: clamp(1.02rem, 1.4vw, 1.14rem); font-weight: 600; color: var(--text); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: var(--s-4); transition: background var(--t-fast); }
.faq-btn:hover, .faq-btn[aria-expanded="true"] { background: var(--c-ivoor-diep); }
.faq-btn[aria-expanded="true"] { color: var(--c-roze); }
.faq-icon { color: var(--c-goud); font-size: 1.35rem; line-height: 1; flex-shrink: 0; transition: transform var(--t-fast); }
.faq-btn[aria-expanded="true"] .faq-icon { transform: rotate(45deg); }
.faq-body { display: none; padding: 0 var(--s-6) var(--s-5); }
.faq-body.open { display: block; }
.faq-body p { font-size: 0.93rem; color: var(--text-soft); line-height: 1.75; max-width: 680px; }
@media (max-width: 480px) { .faq-btn { padding: var(--s-4) var(--s-5); } .faq-body { padding: 0 var(--s-5) var(--s-4); } }

/* ── Afsluitende CTA ── */
.cta-section { background: var(--c-donker); text-align: center; }
.cta-section h2 { color: var(--c-ivoor); font-size: clamp(2rem, 4vw, 3.4rem); margin: var(--s-3) 0 var(--s-5); }
.cta-section .lead { color: rgba(250,246,240,0.62); margin: 0 auto var(--s-6); }
.cta-price { font-family: var(--ff-display); font-size: clamp(1.3rem, 2vw, 1.7rem); color: var(--c-ivoor); margin-bottom: var(--s-6); }
.cta-price strong { color: var(--c-goud); }
.cta-note { margin-top: var(--s-4); font-size: 0.78rem; color: rgba(250,246,240,0.4); }

/* ── Footer ── */
.footer { background: var(--c-donker); border-top: 1px solid rgba(232,221,212,0.07); padding: var(--s-8) 0 var(--s-6); }
.footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: var(--s-6); margin-bottom: var(--s-7); }
@media (max-width: 760px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 440px) { .footer__grid { grid-template-columns: 1fr; } }
.footer__brand { font-weight: 600; font-size: 0.8rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--c-ivoor); display: flex; align-items: center; gap: 0.5rem; margin-bottom: var(--s-4); }
.footer__about { font-size: 0.82rem; color: rgba(250,246,240,0.45); line-height: 1.65; }
.footer__heading { font-size: 0.64rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--c-goud); margin-bottom: var(--s-4); }
.footer__links { display: flex; flex-direction: column; gap: 0.45rem; }
.footer__links a, .footer__links span { font-size: 0.84rem; color: rgba(250,246,240,0.5); transition: color var(--t-fast); }
.footer__links a:hover { color: var(--c-ivoor); }
.footer__reviews { border-top: 1px solid rgba(250,246,240,0.12); padding-top: 2.5rem; margin-bottom: 2.5rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.25rem; }
.footer__reviews-badge { display: inline-flex; align-items: center; gap: 0.6rem; font-weight: 600; font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; }
.footer__reviews-stars { color: var(--c-goud-licht); letter-spacing: 0.1em; }
.footer__reviews-score { color: var(--c-ivoor); }
.footer__reviews-cta { font-weight: 600; font-size: 0.78rem; letter-spacing: 0.04em; color: var(--c-goud-licht); }
.footer__reviews-cta:hover { color: var(--c-ivoor); }
.footer__bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: var(--s-3); padding-top: var(--s-5); border-top: 1px solid rgba(232,221,212,0.07); font-size: 0.74rem; color: rgba(250,246,240,0.3); }

/* ── Sticky CTA, linksonder zodat hij niet botst met de Tsjet-chatknop rechtsonder ── */
.sticky-cta { position: fixed; bottom: 24px; left: 24px; z-index: 90; opacity: 0; transform: translateY(10px); pointer-events: none; transition: opacity var(--t-med), transform var(--t-med); }
.sticky-cta.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.sticky-cta .btn { box-shadow: 0 10px 30px rgba(58,46,40,0.3); }
/* Op smalle schermen overlapt hij de Tsjet-pil; de inschrijfknop in de sticky nav blijft dan zichtbaar. */
@media (max-width: 560px) { .sticky-cta { display: none; } }
