/* ==========================================================================
   SUE Website V2 — Audience Hub Pages (voor-hub.css)
   Shared CSS for all /nl/voor/[doelgroep]/ pages.
   Load order: sitewide-nav.css → voor-template.css → voor-hub.css → [page-overrides].css (optional)
   ========================================================================== */

/* ---------- Design tokens (inherit from voor-template, extend where needed) ---------- */
:root {
    --editorial-width: 700px;
    --carousel-width: 1100px;
    --scene-gap: 3rem;
}

/* ---------- NIEUWSBRIEF SUCCESS STATE ---------- */

.leadmagnet-success {
    display: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--green);
    background: var(--green-light);
    border: 1px solid #c8e6c9;
    border-radius: 6px;
    padding: 0.75rem 1rem;
    margin-top: 0.5rem;
}

/* ---------- DARK BUTTON (hero equal-weight variant) ---------- */

.btn-dark {
    background: var(--black);
    color: var(--white);
}
.btn-dark:hover {
    background: #333;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    transform: translateY(-1px);
}

/* ---------- FAQ CTA BLOCK ---------- */

.faq-cta-block {
    margin-top: 3rem;
    padding: 2.5rem;
    background: var(--coral-lighter);
    border: 1px solid var(--coral-light);
    border-radius: 12px;
    text-align: center;
}

.faq-cta-block p {
    font-family: Georgia, serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--black);
    margin-bottom: 1.5rem;
}

.faq-cta-block p.faq-cta-social {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--coral);
    margin-bottom: 0.5rem;
}

.faq-cta-block .faq-cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* ---------- GLOBAL HIGHLIGHT (coral gradient underline) ---------- */

.highlight {
    background: linear-gradient(180deg, transparent 55%, var(--coral-lighter) 55%);
    padding: 0 0.2rem;
}

/* ---------- EDITORIAL LAYOUT ---------- */

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

.editorial p {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 18px;
    line-height: 1.8;
    color: var(--dark-gray);
    margin-bottom: 1.25rem;
}

.editorial p:last-child {
    margin-bottom: 0;
}

.editorial .punchline {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.25rem;
    line-height: 1.5;
    color: var(--black);
    font-weight: 400;
    margin-top: 2rem;
}

.editorial .separator {
    display: block;
    width: 40px;
    height: 2px;
    background: var(--coral);
    margin: 2.5rem 0;
}

/* ---------- HERO (Variant A, two-column) ---------- */

.hero-v2 {
    min-height: 100vh;
    background: #faf6f1;
    display: flex;
    align-items: center;
    padding: 120px 0 80px;
}

.hero-v2 .hero-a-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid !important;
    grid-template-columns: 1.2fr 1fr !important;
    gap: 3rem;
    align-items: center;
}

.hero-a-left .overline {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--coral);
    margin-bottom: 1.25rem;
}

.hero-a-title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(3rem, 7vw, 5.5rem);
    line-height: 1.02;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--black);
    margin-bottom: 2rem;
}

.hero-a-subtitle {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.15rem;
    line-height: 1.65;
    color: var(--dark-gray);
    max-width: 440px;
    margin-bottom: 2rem;
}

.hero-a-ctas {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.hero-a-right {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.hero-a-question {
    padding: 1.25rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.2rem;
    line-height: 1.45;
    color: var(--dark-gray);
    cursor: default;
    transition: all 0.3s ease;
}

.hero-a-question:first-child {
    border-top: 1px solid rgba(0,0,0,0.08);
}

.hero-a-question.active {
    color: var(--black);
    font-weight: 400;
    padding-left: 1rem;
    border-left: 3px solid var(--coral);
    margin-left: -1rem;
}

.hero-a-question .q-number {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--coral);
    margin-right: 0.75rem;
    opacity: 0;
    transition: opacity 0.3s;
}

.hero-a-question.active .q-number {
    opacity: 1;
}

/* ---------- FRUSTRATIES BLOK ---------- */

.frustraties-section {
    padding: var(--section-padding);
    background: var(--white);
}

.frustraties-header {
    margin-bottom: 3.5rem;
}

.frustraties-header h2 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.5rem, 3.5vw, 2.2rem);
    font-weight: 400;
    color: var(--black);
    line-height: 1.3;
    margin-bottom: 0.75rem;
}

.frustraties-header .section-subtitle {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.05rem;
    color: var(--dark-gray);
    line-height: 1.6;
}

.frustratie-item {
    padding: 2rem 0;
    border-top: 1px solid rgba(0,0,0,0.07);
}

.frustratie-item:last-child {
    border-bottom: 1px solid rgba(0,0,0,0.07);
}

.frustratie-nummer {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--coral);
    letter-spacing: 0.5px;
    margin-bottom: 0.75rem;
    display: block;
}

.frustratie-tekst {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.15rem;
    line-height: 1.7;
    color: var(--dark-gray);
    margin-bottom: 0.75rem;
}

.frustratie-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--coral);
    text-decoration: none;
    margin-top: 0.25rem;
}

.frustratie-link:hover {
    text-decoration: underline;
}

.frustratie-link::after {
    content: '\2192';
}

.frustraties-footer {
    text-align: center;
    padding-top: 3rem;
}

.frustratie-titel {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.25rem;
    font-weight: 400;
    color: var(--black);
    line-height: 1.4;
    margin-bottom: 0.5rem;
}

/* ---------- CAROUSEL INTRO ---------- */

.carousel-intro {
    padding: 80px 0 40px;
    background: var(--white);
}

.carousel-intro h2 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.6rem, 3.5vw, 2.2rem);
    font-weight: 400;
    color: var(--black);
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.carousel-intro .instruction {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--coral);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0,0,0,0.08);
}

/* ---------- CAROUSEL ---------- */

.carousel-section {
    padding: 40px 0 80px;
    background: var(--white);
    overflow: hidden;
}

/* Navigation dots + arrows */
.carousel-controls {
    max-width: var(--carousel-width);
    margin: 0 auto 2rem;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.carousel-dots {
    display: flex;
    gap: 10px;
    align-items: center;
}

.carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(0,0,0,0.12);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
}

.carousel-dot.active {
    background: var(--coral);
    transform: scale(1.2);
}

.carousel-dot.visited {
    background: var(--coral-light);
}

.carousel-arrows {
    display: flex;
    gap: 0.75rem;
}

.carousel-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1.5px solid rgba(0,0,0,0.15);
    background: var(--white);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: var(--black);
    transition: all 0.2s ease;
}

.carousel-arrow:hover {
    border-color: var(--coral);
    color: var(--coral);
}

.carousel-arrow:disabled {
    opacity: 0.3;
    cursor: default;
}

/* Track */
.carousel-track {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    max-width: var(--carousel-width);
    margin: 0 auto;
    padding: 0 24px;
    gap: 0;
}

.carousel-track::-webkit-scrollbar {
    display: none;
}

/* Individual scene */
.carousel-scene {
    min-width: 100%;
    width: 100%;
    scroll-snap-align: start;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    gap: 0;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
    box-sizing: border-box;
}

.carousel-col {
    padding: 2.5rem 2.5rem 2rem;
    display: flex;
    flex-direction: column;
}

.carousel-col-left {
    background: var(--white);
    border-right: 1px solid rgba(0,0,0,0.08);
}

.carousel-col-right {
    background: #fafafa;
    position: relative;
    transition: all 0.5s ease;
}

.carousel-col-right.dimmed {
    opacity: 0.12;
    filter: blur(2px);
    user-select: none;
}

.carousel-col-right.dimmed .carousel-deeplink {
    opacity: 0;
}

/* Reveal overlay */
.carousel-reveal-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    transition: opacity 0.3s ease;
}

.carousel-reveal-overlay .reveal-btn {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--coral);
    background: var(--white);
    border: 1.5px solid var(--coral);
    border-radius: 4px;
    padding: 10px 24px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.carousel-reveal-overlay .reveal-btn:hover {
    background: var(--coral);
    color: var(--white);
}

.carousel-col-right.revealed .carousel-reveal-overlay {
    opacity: 0;
    pointer-events: none;
}

/* Column header labels */
.col-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--coral);
    margin-bottom: 1.5rem;
    display: block;
}

.carousel-col-left .col-label {
    color: rgba(0,0,0,0.35);
}

/* Scene copy */
.carousel-col p {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--dark-gray);
    margin-bottom: 0.75rem;
}

.carousel-col p:last-of-type {
    margin-bottom: 0;
}

.carousel-col .scene-punchline {
    color: var(--black);
    font-weight: 400;
    font-size: 1.05rem;
    margin-top: 1rem;
}

.carousel-col .scene-result {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--coral);
    margin-top: 1.25rem;
}

/* Deeplink */
.carousel-deeplink {
    margin-top: auto;
    padding-top: 1.5rem;
    transition: opacity 0.3s ease;
}

.carousel-deeplink a {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--coral);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.carousel-deeplink a:hover {
    text-decoration: underline;
}

.carousel-deeplink a::after {
    content: '\2192';
}

/* Scene footer (theme label + counter) */
.carousel-scene-footer {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 2.5rem;
    border-top: 1px solid rgba(0,0,0,0.08);
    background: var(--white);
}

.scene-theme {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--black);
}

.scene-counter {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(0,0,0,0.35);
}

/* ---------- FRUSTRATIES (Variant B, sidebar on cream) ---------- */

.frustraties-vb {
    background: var(--white);
    padding: 80px 0;
}

.frustraties-vb .frustraties-vb-layout {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid !important;
    grid-template-columns: 380px 1fr !important;
    gap: 3rem;
    align-items: start;
}

.frustraties-vb-sidebar {
    position: sticky;
    top: 80px;
    padding: 2.5rem;
    background: var(--white);
    border-radius: 16px;
}

.frustraties-vb-sidebar h2 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.25;
    color: var(--black);
    margin-bottom: 1rem;
}

.frustraties-vb-sub {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--dark-gray);
    margin-bottom: 1.5rem;
}

.frustraties-vb-book {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 1rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.frustraties-vb-book-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.85rem;
    color: var(--dark-gray);
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.frustraties-vb-book-label strong {
    color: var(--black);
}

.frustraties-vb-conclusion {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--dark-gray);
    padding-top: 1.25rem;
    border-top: 1px solid rgba(0,0,0,0.08);
    margin-bottom: 1.5rem;
}

.frustraties-vb-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.frustraties-vb-card {
    padding: 1.75rem 2rem;
    background: var(--white);
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.04);
    text-decoration: none;
    color: inherit;
    display: block;
    transition: box-shadow 0.2s;
}

.frustraties-vb-card:hover {
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.fvb-num {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--coral);
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 0.5rem;
}

.fvb-title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.15rem;
    font-weight: 400;
    color: var(--black);
    line-height: 1.3;
    margin-bottom: 0.6rem;
    transition: color 0.2s;
}

.frustraties-vb-card:hover .fvb-title {
    color: var(--coral);
}

.fvb-intro {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--dark-gray);
    margin-bottom: 0.5rem;
}

.fvb-hook {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--dark-gray);
    font-style: italic;
}

.fvb-cta {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--coral);
    display: inline-block;
    margin-top: 0.75rem;
}

.fvb-cta::after {
    content: ' \2192';
}

/* ---------- CASE STUDY (full-bleed coral, Variant A) ---------- */

.case-a {
    background: var(--coral);
    padding: 80px 0;
}

.case-a-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.case-a-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 1.5rem;
}

.case-a h2 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 400;
    color: var(--white);
    line-height: 1.3;
    margin-bottom: 1.5rem;
}

.case-a-body {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.1rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.85);
    margin-bottom: 2rem;
}

.case-a-ctas {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-case-white {
    background: var(--white);
    color: var(--black);
}

.btn-case-white:hover {
    background: #f0f0f0;
    transform: translateY(-1px);
}

.btn-case-ghost {
    background: transparent;
    border: 1.5px solid rgba(255,255,255,0.5);
    color: var(--white);
}

.btn-case-ghost:hover {
    background: rgba(255,255,255,0.1);
    border-color: var(--white);
}

.case-a-training-note {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,0.2);
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.6;
}

.case-a-training-note a {
    color: var(--white);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.case-a-metrics {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.case-a-metric {
    display: flex;
    align-items: baseline;
    gap: 1rem;
}

.case-a-metric-value {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 3rem;
    font-weight: 700;
    color: var(--white);
    line-height: 1;
}

.case-a-metric-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.7);
    line-height: 1.4;
    max-width: 220px;
}

/* ---------- KLAPZIN ---------- */

.klapzin-section {
    padding: 80px 0 100px;
    background: #f8f8f8;
    text-align: center;
}

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

.klapzin .klapzin-lead {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--coral);
    margin-bottom: 1.5rem;
}

.klapzin .klapzin-main {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.4rem, 3vw, 1.9rem);
    line-height: 1.45;
    color: var(--black);
    font-weight: 400;
    margin-bottom: 2rem;
}

.klapzin .klapzin-close {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.15rem;
    color: var(--dark-gray);
    line-height: 1.6;
    margin-bottom: 2.5rem;
}

/* ---------- TRAINING ROUTING (override voor-template for v2 context) ---------- */

.v2-routing {
    padding: var(--section-padding);
    background: var(--white);
}

.v2-routing .section-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 3rem;
}

.v2-routing .learning-journey-link {
    text-align: center;
    margin-top: 2rem;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1rem;
    color: var(--dark-gray);
}

.v2-routing .learning-journey-link a {
    color: var(--coral);
    text-decoration: none;
    font-weight: 400;
}

.v2-routing .learning-journey-link a:hover {
    text-decoration: underline;
}

/* ---------- CREDENTIALS SECTION (variant 2: claim + logo vakken) ---------- */

.credentials-section {
    background: var(--white);
    border-top: 1.5px solid rgba(0,0,0,0.08);
    border-bottom: 1.5px solid rgba(0,0,0,0.08);
}

.credentials-v2-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1.75rem 40px;
    display: flex;
    align-items: center;
    gap: 3rem;
}

.credentials-v2-claim {
    flex-shrink: 0;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 0.95rem;
    color: var(--black);
    line-height: 1.4;
    max-width: 180px;
    border-right: 1.5px solid rgba(0,0,0,0.1);
    padding-right: 3rem;
}

.credentials-v2-claim strong {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--coral);
    line-height: 1.1;
    margin-bottom: 0.25rem;
}

.credentials-v2-logos {
    display: flex;
    align-items: center;
    flex: 1;
}

.credentials-v2-logo-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.5rem;
    border-right: 1px solid rgba(0,0,0,0.07);
}

.credentials-v2-logo-item:last-child { border-right: none; }

.credentials-v2-logo-item img {
    height: 40px;
    object-fit: contain;
}

/* ---------- CLIENT LOGOS BAR ---------- */

.client-logos-bar {
    background: var(--white);
    border-top: 1px solid rgba(0,0,0,0.06);
    padding: 20px 40px 24px;
    max-width: 1100px;
    margin: 0 auto;
}

.client-logos-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #aaa;
    display: block;
    margin-bottom: 16px;
}

.client-logos-row {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.client-logos-row img {
    height: 36px;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.65);
    transition: filter 0.2s ease;
}

.client-logos-row img:hover {
    filter: grayscale(0%) opacity(1);
}

@media (max-width: 700px) {
    .client-logos-bar { padding: 16px 24px 20px; }
    .client-logos-row { gap: 1.5rem; }
    .client-logos-row img { height: 28px; }
}

@media (max-width: 900px) {
    .credentials-v2-inner {
        flex-direction: column;
        gap: 1.5rem;
        padding: 1.5rem 24px;
    }
    .credentials-v2-claim {
        border-right: none;
        border-bottom: 1.5px solid rgba(0,0,0,0.1);
        padding-right: 0;
        padding-bottom: 1.25rem;
        max-width: 100%;
        text-align: center;
    }
    .credentials-v2-logos { width: 100%; }
    .credentials-v2-logo-item img { height: 32px; }
}

/* ---------- CASE STUDY B3 (grijs buiten, witte kaart + coral accent-balk) ---------- */

.case-b3-section {
    background: #f8f8f8;
    padding: 80px 24px;
}

.case-b3-card {
    max-width: 1040px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 6px 48px rgba(0,0,0,0.11);
}

.case-b3-photo {
    position: relative;
    min-height: 440px;
    overflow: hidden;
}

.case-b3-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.case-b3-text {
    background: var(--white);
    border-top: 5px solid var(--coral);
    padding: 56px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.case-b3-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--coral);
    margin-bottom: 1rem;
    display: block;
}

.case-b3-text h2 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    font-weight: 400;
    color: var(--black);
    line-height: 1.35;
    margin-bottom: 1.25rem;
}

.case-b3-text p {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1rem;
    line-height: 1.75;
    color: var(--dark-gray);
    margin-bottom: 2rem;
}

.case-b3-ctas {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.case-b3-note {
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0,0,0,0.08);
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875rem;
    color: var(--dark-gray);
    line-height: 1.6;
}

.case-b3-note a {
    color: var(--coral);
    text-underline-offset: 3px;
}

@media (max-width: 900px) {
    .case-b3-card {
        grid-template-columns: 1fr;
    }
    .case-b3-photo {
        min-height: 280px;
    }
    .case-b3-text {
        padding: 40px 32px;
    }
    .credentials-split {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 2rem 24px;
    }
    .credentials-intro {
        text-align: center;
    }
    .credentials-logos {
        justify-content: center;
    }
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 900px) {
    .hero-v2 {
        min-height: auto;
        padding: 120px 0 60px;
    }

    .hero-v2 .hero-a-inner {
        grid-template-columns: 1fr !important;
        gap: 2rem;
        padding: 0 24px;
    }

    .hero-a-title {
        font-size: 2.8rem;
    }

    .frustraties-vb .frustraties-vb-layout {
        grid-template-columns: 1fr !important;
        gap: 2rem;
        padding: 0 24px;
    }

    .frustraties-vb-sidebar {
        position: static;
    }

    .case-a-inner {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        padding: 0 24px;
    }

    .case-a-metrics {
        flex-direction: row;
        gap: 2rem;
        flex-wrap: wrap;
    }

    .case-a-image {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .hero-v2 {
        padding: 100px 0 40px;
    }

    .hero-a-inner {
        padding: 0 16px;
    }

    .hero-a-title {
        font-size: 2.2rem;
    }

    .carousel-col {
        padding: 2rem 1.5rem 1.5rem;
    }

    .carousel-controls {
        padding: 0 16px;
    }

    .carousel-track {
        padding: 0 16px;
    }

    .klapzin .klapzin-main {
        font-size: 1.3rem;
    }

    .editorial {
        padding: 0 16px;
    }
}


/* ==========================================================================
   TRAININGEN SECTION — Alternerende blokken (tb- prefix)
   ========================================================================== */

/* ---------- LEAD MAGNET + NIEUWSBRIEF ---------- */

.leadmagnet-section {
    background: #faf7f4;
    padding: 64px 0;
    border-top: 1px solid rgba(0,0,0,0.08);
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.leadmagnet-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    gap: 3rem;
    align-items: center;
}

/* PDF blok */
.leadmagnet-pdf {
    display: flex;
    gap: 1.75rem;
    align-items: flex-start;
}

.leadmagnet-pdf-cover {
    flex-shrink: 0;
}

.leadmagnet-pdf-cover img {
    width: 110px;
    height: auto;
    display: block;
    border-radius: 5px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.18), 0 2px 6px rgba(0,0,0,0.1);
    transform: rotate(-1.5deg);
}

.leadmagnet-tag {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--coral);
    background: var(--coral-lighter);
    padding: 3px 10px;
    border-radius: 50px;
    margin-bottom: 0.6rem;
}

.leadmagnet-pdf-title {
    font-family: Georgia, serif;
    font-size: 1.15rem;
    font-weight: 400;
    color: var(--black);
    margin-bottom: 0.45rem;
    line-height: 1.35;
}

.leadmagnet-pdf-sub {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.82rem;
    color: var(--dark-gray);
    line-height: 1.55;
    margin-bottom: 1.1rem;
}

.leadmagnet-dl-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--coral);
    text-decoration: none;
    border-bottom: 2px solid #FFE5E5;
    padding-bottom: 1px;
    transition: border-color 0.2s;
}

.leadmagnet-dl-link:hover {
    border-color: var(--coral);
}

/* Divider */
.leadmagnet-divider {
    width: 1px;
    align-self: stretch;
    background: rgba(0,0,0,0.08);
    margin: 1rem 0;
}

/* Nieuwsbrief blok */
.leadmagnet-newsletter {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.leadmagnet-nl-eyebrow {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--coral);
    margin-bottom: 0.5rem;
}

.leadmagnet-nl-title {
    font-family: Georgia, serif;
    font-size: 1.25rem;
    font-weight: 400;
    color: var(--black);
    margin-bottom: 0.45rem;
    line-height: 1.3;
}

.leadmagnet-nl-sub {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.82rem;
    color: var(--dark-gray);
    line-height: 1.55;
    margin-bottom: 1.1rem;
}

.leadmagnet-form {
    display: flex;
    gap: 0;
    max-width: 360px;
    margin-bottom: 0.5rem;
}

.leadmagnet-form input[type="email"] {
    flex: 1;
    padding: 10px 14px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.85rem;
    border: 1.5px solid rgba(0,0,0,0.15);
    border-right: none;
    border-radius: 4px 0 0 4px;
    outline: none;
    background: #fff;
    color: var(--black);
    transition: border-color 0.2s;
}

.leadmagnet-form input[type="email"]:focus {
    border-color: var(--coral);
}

.leadmagnet-form button {
    padding: 10px 18px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    background: var(--coral);
    color: #fff;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
}

.leadmagnet-form button:hover {
    background: #e54e53;
}

.leadmagnet-privacy {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.72rem;
    color: #bbb;
}

@media (max-width: 700px) {
    .leadmagnet-inner {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .leadmagnet-divider {
        width: 48px;
        height: 1px;
        align-self: auto;
        margin: 0;
    }
    .leadmagnet-form {
        max-width: 100%;
    }
}

/* ---------- METHODE-UITLEG ---------- */

.methode-section {
    background: var(--white);
    padding: 80px 0;
}

.methode-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 40px;
}

.methode-header {
    max-width: 600px;
    margin-bottom: 3rem;
}

.methode-header h2 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    color: var(--black);
    line-height: 1.25;
    margin-bottom: 1rem;
}

.methode-header p {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.92rem;
    color: var(--dark-gray);
    line-height: 1.65;
}

/* De drie kaarten */
.methode-insights {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.methode-insight {
    padding: 2rem 1.75rem;
    border: 1.5px solid rgba(0,0,0,0.07);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
}

.methode-num {
    font-family: 'Open Sans', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--coral-lighter);
    line-height: 1;
    margin-bottom: 0.75rem;
}

.methode-insight h3 {
    font-family: Georgia, serif;
    font-size: 1.05rem;
    font-weight: 400;
    color: var(--black);
    line-height: 1.35;
    margin-bottom: 0.6rem;
}

.methode-insight p {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.82rem;
    color: var(--dark-gray);
    line-height: 1.55;
    flex: 1;
}

.methode-badge {
    display: inline-block;
    margin-top: 0.85rem;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--coral);
    background: var(--coral-lighter);
    padding: 3px 10px;
    border-radius: 50px;
    width: fit-content;
}

/* Aanjager onderaan */
.methode-aanjager {
    background: #faf7f4;
    border-radius: 12px;
    padding: 1.75rem 2rem;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.methode-boek {
    flex-shrink: 0;
}

.methode-boek img {
    width: 80px;
    height: auto;
    display: block;
    filter: drop-shadow(0 6px 16px rgba(0,0,0,0.16));
}

.methode-aanjager-content {
    flex: 1;
}

.methode-aanjager-eyebrow {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--dark-gray);
    margin-bottom: 0.85rem;
}

.methode-opties {
    display: flex;
    align-items: stretch;
    gap: 0.85rem;
}

.methode-optie {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 1rem 1.25rem;
    border-radius: 8px;
    background: var(--white);
    border: 1.5px solid rgba(0,0,0,0.08);
    text-decoration: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.methode-optie:hover {
    border-color: var(--coral);
    box-shadow: 0 4px 16px rgba(255,90,95,0.1);
}

.methode-optie--ghost {
    background: transparent;
}

.methode-optie-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.66rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: var(--coral);
}

.methode-optie-titel {
    font-family: Georgia, serif;
    font-size: 0.95rem;
    color: var(--black);
    line-height: 1.3;
}

.methode-optie-sub {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.74rem;
    color: var(--dark-gray);
}

.methode-optie-cta {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--coral);
    margin-top: 0.4rem;
}

.methode-of {
    display: flex;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.78rem;
    color: #ccc;
    flex-shrink: 0;
}

@media (max-width: 800px) {
    .methode-insights {
        grid-template-columns: 1fr;
    }
    .methode-aanjager {
        flex-direction: column;
        align-items: flex-start;
    }
    .methode-opties {
        flex-direction: column;
    }
    .methode-of {
        justify-content: center;
    }
}

/* ---------- TRAININGEN ---------- */

.trainingen-section {
    background: var(--white);
    padding: 80px 0 0;
}

.trainingen-header-wrap {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 5rem;
    padding: 0 24px;
}

.trainingen-header-wrap .overline {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--coral);
    margin-bottom: 0.75rem;
}

.trainingen-header-wrap h2 {
    font-family: Georgia, serif;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 400;
    color: var(--black);
    line-height: 1.2;
    margin-bottom: 1rem;
}

.trainingen-header-wrap p {
    font-family: Georgia, serif;
    font-size: 1.15rem;
    color: var(--dark-gray);
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.7;
}

.trainingen-blocks {
    display: flex;
    flex-direction: column;
}

.tb-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 440px;
    background: var(--white);
}

.tb-block:nth-child(even) {
    background: #faf6f1;
}

.tb-block:nth-child(even) .tb-photo { order: 2; }
.tb-block:nth-child(even) .tb-content { order: 1; }

.tb-photo {
    overflow: hidden;
    position: relative;
}

.tb-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.tb-block:hover .tb-photo img {
    transform: scale(1.03);
}

.tb-content {
    padding: 4rem 4rem 4rem 3.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tb-block:nth-child(even) .tb-content {
    padding: 4rem 3.5rem 4rem 4rem;
}

.tb-num {
    font-family: Georgia, serif;
    font-size: 3rem;
    font-weight: 400;
    color: rgba(0,0,0,0.07);
    line-height: 1;
    margin-bottom: 0.4rem;
}

.tb-category {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--coral);
    margin-bottom: 0.3rem;
}

.tb-name {
    font-family: Georgia, serif;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 400;
    color: var(--black);
    line-height: 1.2;
    margin-bottom: 1rem;
}

.tb-scenario {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    background: rgba(255,90,95,0.05);
    border-left: 3px solid var(--coral);
    padding: 0.55rem 1rem;
    margin-bottom: 1.5rem;
    border-radius: 0 6px 6px 0;
}

.tb-scenario-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: var(--coral);
    white-space: nowrap;
    margin-top: 3px;
    flex-shrink: 0;
}

.tb-scenario-text {
    font-family: Georgia, serif;
    font-size: 0.9rem;
    font-style: italic;
    color: var(--dark-gray);
    line-height: 1.5;
}

.tb-pitch {
    font-family: Georgia, serif;
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--dark-gray);
    margin-bottom: 1.5rem;
}

.tb-pills {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

.tb-pill {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    background: rgba(0,0,0,0.06);
    color: var(--dark-gray);
}

.tb-pill-green {
    background: var(--green-light);
    color: var(--green);
}

.tb-bullets {
    list-style: none;
    margin-bottom: 2rem;
}

.tb-bullets li {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.85rem;
    color: var(--text);
    padding: 0.4rem 0;
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    line-height: 1.45;
}

.tb-bullets li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    min-width: 5px;
    border-radius: 50%;
    background: var(--coral);
    margin-top: 7px;
}

.tb-actions {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.tb-actions .btn-text {
    background: transparent;
    color: var(--coral);
    font-family: 'Open Sans', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(255,90,95,0.35);
    border: none;
    cursor: pointer;
    padding: 0;
}

.trainingen-footer {
    text-align: center;
    padding: 3rem 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.85rem;
    color: var(--dark-gray);
}

.trainingen-footer a {
    color: var(--coral);
    text-decoration: underline;
}

@media (max-width: 900px) {
    .tb-block {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    .tb-block:nth-child(even) .tb-photo { order: 0; }
    .tb-block:nth-child(even) .tb-content { order: 1; }
    .tb-photo { height: 280px; }
    .tb-content,
    .tb-block:nth-child(even) .tb-content {
        padding: 2.5rem 1.5rem;
    }
}


/* ==========================================================================
   HR TESTIMONIALS — 3-col grid (hr-t- prefix)
   ========================================================================== */

.hr-testimonials {
    background: #f8f8f8;
    padding: 80px 0;
}

.hr-testimonials-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

.hr-t-header {
    text-align: center;
    margin-bottom: 3.5rem;
}

.hr-t-header h2 {
    font-family: Georgia, serif;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 400;
    color: var(--black);
    line-height: 1.25;
    margin-top: 0.5rem;
}

.hr-t-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    align-items: start;
}

.hr-t-card {
    background: var(--white);
    border-radius: 16px;
    padding: 2.5rem 2rem 2rem;
    border: 1px solid rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.hr-t-quote {
    font-family: Georgia, serif;
    font-size: 1rem;
    line-height: 1.75;
    color: var(--dark-gray);
    position: relative;
    padding-top: 2rem;
    flex: 1;
}

.hr-t-quote::before {
    content: '\201C';
    position: absolute;
    top: -0.5rem;
    left: 0;
    font-family: Georgia, serif;
    font-size: 3.5rem;
    color: var(--coral);
    line-height: 1;
}

.hr-t-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(0,0,0,0.07);
}

.hr-t-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.hr-t-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hr-t-name {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--black);
    line-height: 1.3;
}

.hr-t-role {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.78rem;
    color: var(--dark-gray);
    line-height: 1.4;
    margin-top: 0.15rem;
}

.hr-t-stars {
    font-size: 0.75rem;
    color: var(--coral);
    margin-top: 0.2rem;
    letter-spacing: 1px;
}

@media (max-width: 900px) {
    .hr-t-grid {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin: 0 auto;
    }
}
