/* ============================================
   VOOR-TEMPLATE.CSS
   Shared styles for all /nl/voor/ audience pages
   Design system: SUE Behavioural Design 2026
   ============================================ */

:root {
    --coral: #FF5A5F;
    --coral-light: #FFB7B9;
    --coral-lighter: #FFE5E5;
    --black: #1a1a1a;
    --dark-gray: #797979;
    --light-gray: #F2F2F2;
    --white: #FFFFFF;
    --green: #2E7D32;
    --green-light: #E8F5E9;
    --max-width: 1300px;
    --section-padding: 110px 0;
    --card-radius: 12px;
    --btn-radius: 4px;
    --text: #2c2c2c;
    --text-muted: #888;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 17px;
    line-height: 1.7;
    color: var(--dark-gray);
    background: var(--white);
}

h1 {
    font-family: Georgia, serif;
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    font-weight: 400;
    line-height: 1.2;
    color: var(--black);
}

h2 {
    font-family: Georgia, serif;
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 400;
    line-height: 1.25;
    color: var(--black);
    margin-bottom: 1rem;
}

h3 {
    font-family: Georgia, serif;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.3;
    color: var(--black);
}

h2 em {
    font-style: normal;
    color: var(--coral);
}

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

.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;
}


/* ============================================
   BUTTONS
   ============================================ */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 12px 28px;
    border: none;
    border-radius: var(--btn-radius);
    cursor: pointer;
    transition: all 0.25s ease;
    text-decoration: none;
    line-height: 1.4;
}

.btn-primary {
    background: var(--coral);
    color: var(--white);
}
.btn-primary:hover {
    background: #e54e53;
    box-shadow: 0 4px 16px rgba(255,90,95,0.3);
    transform: translateY(-1px);
}

.btn-secondary {
    background: transparent;
    color: var(--coral);
    border: 1.5px solid var(--coral);
}
.btn-secondary:hover {
    background: var(--coral);
    color: var(--white);
}


/* ============================================
   HERO — Legacy 2-col editorial (old /voor/ pages)
   ============================================ */

.hero {
    padding: 100px 0 0;
    background: var(--white);
    overflow: hidden;
}

.hero-editorial {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: var(--max-width);
    margin: 0 auto;
    min-height: 520px;
}

.hero-text-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 2.5rem 3rem 2rem;
}

.hero-photo-col {
    position: relative;
    overflow: hidden;
}

.hero-photo-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}


/* ============================================
   HERO — Full viewport (latest design system)
   Matches /nl/individuele-training/ and /nl/team-training/
   ============================================ */

.hero--full {
    padding: 0;
    height: 100vh;
    max-height: 900px;
    display: flex;
    flex-direction: column;
}

.hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    flex: 1;
    max-width: var(--max-width);
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.hero-content {
    padding: 80px 4rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}

.hero-visual {
    position: relative;
    overflow: hidden;
}

.hero-visual-photo {
    position: absolute;
    inset: 0;
}

.hero-visual-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

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

.hero h1 em {
    font-style: normal;
    color: var(--coral);
}

.hero-subtitle {
    font-family: Georgia, serif;
    font-size: 1.15rem;
    color: var(--dark-gray);
    line-height: 1.65;
    max-width: 560px;
    margin: 1.5rem 0 2rem;
}

.hero-audiences {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.hero-audiences-label {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--dark-gray);
    margin-bottom: 0.25rem;
}

.hero-audiences .pill {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--black);
    background: var(--light-gray);
    border: 1.5px solid rgba(0,0,0,0.08);
    padding: 0.3rem 0.85rem;
    border-radius: 20px;
    white-space: nowrap;
}

.hero-ctas {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

.hero-proof {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
    color: var(--dark-gray);
}
.hero-proof span {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
.hero-proof strong { color: var(--black); }


/* ============================================
   SECTION HEADER — Standardized pattern
   ============================================ */

.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 3.5rem;
}

.section-header h2 {
    margin-bottom: 0.75rem;
}

.section-subtitle {
    font-family: Georgia, serif;
    font-size: 1.15rem;
    color: var(--dark-gray);
    line-height: 1.65;
}


/* ============================================
   VALUE PROPS — 3 numbered cards
   ============================================ */

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

.value-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 3rem;
}

.value-header h2 {
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    margin-bottom: 0.75rem;
}

.value-header p {
    font-size: 1.1rem;
    color: var(--dark-gray);
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: var(--max-width);
    margin: 0 auto;
}

.value-card {
    background: var(--white);
    border-radius: var(--card-radius);
    padding: 2rem 1.75rem;
    border: 1px solid rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

.value-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.value-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--coral-lighter);
    color: var(--coral);
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

.value-card h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.value-card p {
    font-size: 0.95rem;
    color: var(--dark-gray);
    line-height: 1.6;
}


/* ============================================
   TRAINING CTA — Fundamentals card
   ============================================ */

.training-section {
    padding: var(--section-padding);
    background: #f8f8f8;
}

.training-header {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 1.5rem;
}

.training-header h2 {
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    margin-bottom: 0.75rem;
}

.training-intro {
    font-size: 1.1rem;
    color: var(--dark-gray);
    line-height: 1.7;
    max-width: 680px;
    margin: 0 auto 2.5rem;
    text-align: center;
}

.training-card {
    max-width: 950px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.fmt-card {
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.fmt-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}
.fmt-card.green { border-color: var(--green); }
.fmt-card.coral { border-color: var(--coral); }

.fmt-visual {
    height: 200px;
    position: relative;
    overflow: hidden;
}
.fmt-visual img { width: 100%; height: 100%; object-fit: cover; }
.fmt-visual .ov {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.4) 100%);
    padding: 1.25rem;
    display: flex; flex-direction: column; justify-content: space-between;
    color: var(--white);
}

.fmt-badge {
    display: inline-block;
    padding: 0.35rem 0.9rem;
    border-radius: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    align-self: flex-start;
}
.fmt-badge.bg-green { background: var(--green); }
.fmt-badge.bg-coral { background: var(--coral); }

.fmt-scene {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.fmt-body {
    padding: 1.75rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.fmt-body h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.85rem;
    letter-spacing: 1.5px;
    margin-bottom: 0.3rem;
    text-transform: uppercase;
    font-weight: 700;
}
.fmt-body .tagline {
    font-family: Georgia, serif;
    font-size: 0.95rem;
    margin-bottom: 1rem;
    color: var(--dark-gray);
}
.fmt-card.green .tagline { color: var(--green); }
.fmt-card.coral .tagline { color: var(--coral); }

.fmt-feats { list-style: none; margin-bottom: 1.5rem; }
.fmt-feats li {
    display: flex; align-items: center; gap: 0.6rem;
    padding: 0.5rem 0;
    font-family: 'Open Sans', sans-serif; font-size: 0.9rem;
    border-bottom: 1px solid var(--light-gray);
}
.fmt-feats li:last-child { border-bottom: none; }
.fmt-feats li::before { content: '\2713'; font-weight: bold; flex-shrink: 0; }
.fmt-card.green .fmt-feats li::before { color: var(--green); }
.fmt-card.coral .fmt-feats li::before { color: var(--coral); }

.fmt-bottom {
    margin-top: auto;
    padding-top: 1.25rem;
    border-top: 1px solid var(--light-gray);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fmt-price { font-family: Georgia, serif; font-size: 1.8rem; }
.fmt-price span { font-family: 'Open Sans', sans-serif; font-size: 0.75rem; color: var(--dark-gray); }

.fmt-cta {
    display: inline-block;
    padding: 0.75rem 1.75rem;
    border-radius: var(--btn-radius);
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    color: var(--white);
    transition: all 0.2s ease;
}
.fmt-cta:hover { transform: translateY(-2px); }
.fmt-cta.bg-green { background: #43A047; box-shadow: 0 4px 15px rgba(67,160,71,0.3); }
.fmt-cta.bg-coral { background: var(--coral); box-shadow: 0 4px 15px rgba(255,90,95,0.3); }

.training-footnote {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.88rem;
    color: var(--dark-gray);
    max-width: 700px;
    margin: 2rem auto 0;
    line-height: 1.6;
}

.training-team-mention {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.92rem;
    color: var(--dark-gray);
    max-width: 600px;
    margin: 2rem auto 0;
    padding: 1.25rem 1.5rem;
    background: var(--white);
    border-radius: var(--card-radius);
    border: 1px solid rgba(0,0,0,0.06);
}
.training-team-mention a {
    color: var(--coral);
    text-decoration: none;
    font-weight: 700;
}
.training-team-mention a:hover { text-decoration: underline; }


/* ============================================
   SOCIAL PROOF — Testimonials
   ============================================ */

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

.stories-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 3rem;
}

.stories-header h2 {
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    margin-bottom: 0.5rem;
}

.stories-header p {
    font-size: 1.1rem;
    color: var(--dark-gray);
}

.stories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: var(--max-width);
    margin: 0 auto 2.5rem;
}

.story-card {
    background: var(--white);
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}
.story-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.story-quote {
    font-family: Georgia, serif;
    font-size: 1rem;
    line-height: 1.65;
    color: var(--black);
    margin-bottom: 1.5rem;
    flex-grow: 1;
    position: relative;
    padding-top: 1.5rem;
}
.story-quote::before {
    content: '\201C';
    position: absolute;
    top: -0.2rem;
    left: 0;
    font-size: 3rem;
    color: var(--coral);
    font-family: Georgia, serif;
    line-height: 1;
}

.story-author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-top: 1rem;
    border-top: 1px solid var(--light-gray);
}

.story-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--coral-lighter);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    color: var(--coral);
    flex-shrink: 0;
}

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

.story-role {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.78rem;
    color: var(--dark-gray);
}

.story-score {
    display: flex;
    gap: 0.15rem;
    margin-top: 0.25rem;
}
.story-score .star {
    color: #f5a623;
    font-size: 0.75rem;
}


/* ============================================
   BLOG DEEP-LINKS — 3 article cards
   ============================================ */

.blog-section {
    padding: var(--section-padding);
    background: var(--light-gray);
}

.blog-header {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 1.5rem;
}

.blog-header h2 {
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    margin-bottom: 0.75rem;
}

.blog-intro {
    font-size: 1.1rem;
    color: var(--dark-gray);
    line-height: 1.7;
    max-width: 680px;
    margin: 0 auto 3rem;
    text-align: center;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: var(--max-width);
    margin: 0 auto;
}

.blog-card {
    background: var(--white);
    border-radius: var(--card-radius);
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
}
.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}

.blog-card-img {
    height: 200px;
    overflow: hidden;
    background: var(--light-gray);
}
.blog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.blog-card:hover .blog-card-img img {
    transform: scale(1.05);
}

.blog-card-body {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.blog-card-category {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--coral);
    margin-bottom: 0.5rem;
}

.blog-card-body h3 {
    font-family: Georgia, serif;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--black);
    margin-bottom: 0.75rem;
}

.blog-card-body p {
    font-size: 0.9rem;
    color: var(--dark-gray);
    line-height: 1.55;
    flex-grow: 1;
}

.blog-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--light-gray);
    font-family: 'Open Sans', sans-serif;
    font-size: 0.75rem;
    color: var(--dark-gray);
}

.blog-read-more {
    font-weight: 700;
    color: var(--coral);
}


/* ============================================
   FAQ ACCORDION
   ============================================ */

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

.faq-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 2.5rem;
}

.faq-header h2 {
    font-size: clamp(1.4rem, 3vw, 1.8rem);
}

.faq-list {
    max-width: 750px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 1.25rem 2.5rem 1.25rem 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--black);
    text-align: left;
    cursor: pointer;
    position: relative;
    line-height: 1.4;
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
    color: var(--coral);
    font-weight: 300;
    transition: transform 0.3s ease;
}
.faq-item.open .faq-question::after {
    content: '\2212';
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
}
.faq-item.open .faq-answer {
    max-height: 400px;
    padding-bottom: 1.25rem;
}

.faq-answer p {
    font-size: 0.97rem;
    color: var(--dark-gray);
    line-height: 1.7;
}
.faq-answer a {
    color: var(--coral);
    text-decoration: none;
    font-weight: 600;
}
.faq-answer a:hover { text-decoration: underline; }


/* ============================================
   STICKY CTA BAR
   ============================================ */

.sticky-cta-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: var(--white);
    border-top: 1px solid rgba(0,0,0,0.08);
    padding: 0.75rem 2rem;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.08);
}
.sticky-cta-bar.visible { transform: translateY(0); }

.sticky-cta-inner {
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sticky-cta-inner p {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.88rem;
    color: var(--dark-gray);
}
.sticky-cta-inner strong { color: var(--black); }


/* ============================================
   LOGO TICKER — Client social proof
   ============================================ */

.proof-bar {
    padding: 3rem 0;
    background: var(--light-gray);
    text-align: center;
}
.proof-bar p {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--dark-gray);
    margin-bottom: 1.5rem;
}

.logo-ticker-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
}
.logo-ticker-wrapper::before,
.logo-ticker-wrapper::after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    width: 80px;
    z-index: 2;
    pointer-events: none;
}
.logo-ticker-wrapper::before {
    left: 0;
    background: linear-gradient(to right, var(--light-gray), transparent);
}
.logo-ticker-wrapper::after {
    right: 0;
    background: linear-gradient(to left, var(--light-gray), transparent);
}

.logo-ticker {
    display: flex;
    align-items: center;
    gap: 3.5rem;
    animation: ticker-scroll 70s linear infinite;
    width: max-content;
}
.logo-ticker img {
    height: 50px;
    max-width: 140px;
    object-fit: contain;
    flex-shrink: 0;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}
.logo-ticker img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

@keyframes ticker-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}


/* ============================================
   FOOTER — White design system (from individuele-training)
   ============================================ */

footer {
    background: #ffffff;
    color: var(--text);
    border-top: 1px solid rgba(0,0,0,0.08);
}

.footer-content {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 2rem;
}

/* Top row: Adres | Contact | Nieuwsbrief */
.footer-top {
    display: grid;
    grid-template-columns: 1fr 1fr 1.4fr;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.footer-top-col {
    padding: 4rem 2.5rem 3rem 2.5rem;
    border-right: 1px solid rgba(0,0,0,0.1);
}
.footer-top-col:last-child {
    border-right: none;
    padding-left: 2.5rem;
    padding-right: 0;
}
.footer-top-col:first-child {
    padding-left: 0;
}

.footer-top-col h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--text);
    margin-bottom: 1rem;
}

.footer-top-col address {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.7;
    color: var(--text);
    font-style: normal;
}

.footer-top-col a {
    color: var(--text);
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 0.25rem;
    transition: opacity 0.2s;
}
.footer-top-col a:hover { opacity: 0.75; }

/* Social icons */
.footer-social-icons {
    display: flex;
    gap: 0.6rem;
    margin-top: 1.25rem;
}
.footer-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: opacity 0.2s;
    margin-bottom: 0 !important;
}
.footer-social-icon:hover { opacity: 0.7; }

/* Newsletter */
.footer-newsletter-intro {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--text-muted);
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.footer-newsletter-tagline {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.6;
    color: var(--text);
    margin-bottom: 1.5rem;
}
.footer-newsletter-tagline strong { font-weight: bold; }

.footer-newsletter-btn {
    display: inline-block;
    width: fit-content;
    background: var(--coral);
    color: var(--white) !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 0.6rem 1rem;
    border-radius: var(--btn-radius);
    text-decoration: none;
    transition: background 0.2s;
    margin-bottom: 0 !important;
}
.footer-newsletter-btn:hover {
    background: #e54e53;
    opacity: 1 !important;
}

/* Bottom row: 4 link columns */
.footer-bottom-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 2.5rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.footer-col {
    padding-right: 2rem;
    border-right: 1px solid rgba(0,0,0,0.1);
}
.footer-col:last-child {
    border-right: none;
    padding-right: 0;
    padding-left: 2rem;
}
.footer-col:not(:first-child):not(:last-child) {
    padding-left: 2rem;
}

.footer-col h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--text-muted);
    margin-bottom: 0.85rem;
}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.4rem; }
.footer-col a {
    color: var(--coral);
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
    transition: opacity 0.2s;
}
.footer-col a:hover { opacity: 0.7; }

/* Copyright bar */
.footer-bottom {
    padding: 1.25rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.75rem;
    color: var(--text-muted);
}
.footer-legal {
    display: flex;
    gap: 1.5rem;
}
.footer-legal a {
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.2s;
}
.footer-legal a:hover { color: var(--text); }


/* ============================================
   CREDENTIALS BAR
   ============================================ */

.credentials-bar {
    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);
    padding: 3.5rem 4rem 2.5rem;
}
.credentials-inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
}
.credentials-inner img {
    height: 44px;
    object-fit: contain;
}


/* ============================================
   WAAROM — Alternating text + illustration blocks
   ============================================ */

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

.waarom-section .section-header {
    max-width: 700px;
    margin: 0 auto 4rem;
    text-align: center;
}

.waarom-section .section-header p {
    font-size: 1.1rem;
    color: var(--dark-gray);
    margin-top: 0.5rem;
}

.waarom-list {
    max-width: 960px;
    margin: 0 auto;
}

.waarom-block {
    display: grid;
    grid-template-columns: 1fr 260px;
    gap: 3rem;
    align-items: center;
    padding: 2.5rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.waarom-block:last-child {
    border-bottom: none;
}

.waarom-block:nth-child(even) {
    grid-template-columns: 260px 1fr;
}

.waarom-block:nth-child(even) .waarom-illustration {
    order: -1;
}

.waarom-text h3 {
    font-family: Georgia, serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.waarom-text p {
    font-size: 1.05rem;
    color: var(--dark-gray);
    line-height: 1.7;
}

.waarom-illustration {
    display: flex;
    align-items: center;
    justify-content: center;
}

.waarom-illustration img {
    width: 240px;
    height: 240px;
    object-fit: contain;
}

/* Photo break between waarom blocks */
.waarom-photo-break {
    margin: 3rem 0;
    border-radius: var(--card-radius);
    overflow: hidden;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.waarom-photo-break img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}


/* ============================================
   AI+BD PITCH — Editorial section
   ============================================ */

.pitch-section {
    padding: var(--section-padding);
    background: #f8f8f8;
}

.pitch-inner {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 3.5rem;
    align-items: center;
    max-width: 960px;
    margin: 0 auto;
}

.pitch-illustration img {
    width: 260px;
    height: 260px;
    object-fit: contain;
}

.pitch-content .overline {
    margin-bottom: 0.75rem;
}

.pitch-content h2 {
    margin-bottom: 1.25rem;
}

.pitch-content p {
    font-size: 1.1rem;
    color: var(--dark-gray);
    line-height: 1.75;
    margin-bottom: 1rem;
}

.pitch-highlight {
    font-family: Georgia, serif;
    font-size: 1.15rem;
    color: var(--black);
    line-height: 1.6;
    padding: 1.25rem 1.5rem;
    background: var(--white);
    border-left: 4px solid var(--coral);
    border-radius: 0 8px 8px 0;
    margin: 1.5rem 0;
}


/* ============================================
   WAT JE LEERT — Transformational JTBD cards
   ============================================ */

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

.jtbd-section .section-header {
    max-width: 700px;
    margin: 0 auto 3rem;
    text-align: center;
}

.jtbd-section .section-header p {
    font-size: 1.1rem;
    color: var(--dark-gray);
    margin-top: 0.5rem;
}

.jtbd-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    max-width: 960px;
    margin: 0 auto;
}

.jtbd-card {
    background: var(--white);
    border-radius: var(--card-radius);
    padding: 2rem;
    border: 1px solid rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

.jtbd-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.jtbd-card-icon {
    width: 56px;
    height: 56px;
    object-fit: contain;
    margin-bottom: 1rem;
}

.jtbd-type {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--coral);
    background: var(--coral-lighter);
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    margin-bottom: 0.75rem;
}

.jtbd-card h3 {
    font-family: Georgia, serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.jtbd-card p {
    font-size: 0.95rem;
    color: var(--dark-gray);
    line-height: 1.65;
}


/* ============================================
   HERKEN JEZELF — 2-column audience profiles
   ============================================ */

.herken-section {
    padding: var(--section-padding);
    background: var(--light-gray);
}

.herken-section .section-header {
    max-width: 700px;
    margin: 0 auto 3rem;
    text-align: center;
}

.herken-section .section-header p {
    font-size: 1.1rem;
    color: var(--dark-gray);
    margin-top: 0.5rem;
}

.herken-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 960px;
    margin: 0 auto;
}

.herken-card {
    background: var(--white);
    border-radius: 16px;
    padding: 2.5rem 2rem;
    border: 1.5px solid rgba(0,0,0,0.07);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.herken-card-illustration {
    width: 140px;
    height: 140px;
    object-fit: contain;
    margin-bottom: 1.5rem;
}

.herken-card h3 {
    font-family: Georgia, serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 1rem;
    line-height: 1.3;
}

.herken-card p {
    font-size: 1rem;
    color: var(--dark-gray);
    line-height: 1.7;
}

.herken-card .herken-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: 0.75rem;
}


/* ============================================
   VOOR JE MANAGER — Budget holder section
   ============================================ */

.manager-section {
    padding: var(--section-padding);
    background: #f8f8f8;
}

.manager-inner {
    max-width: 760px;
    margin: 0 auto;
}

.manager-inner .overline {
    margin-bottom: 0.75rem;
}

.manager-inner h2 {
    margin-bottom: 1.5rem;
}

.manager-intro {
    font-size: 1.1rem;
    color: var(--dark-gray);
    line-height: 1.7;
    margin-bottom: 2rem;
}

.manager-points {
    list-style: none;
    margin-bottom: 2rem;
}

.manager-points li {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    padding: 0.75rem 0;
    font-size: 1.05rem;
    color: var(--dark-gray);
    line-height: 1.6;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.manager-points li:last-child {
    border-bottom: none;
}

.manager-points li::before {
    content: '\2713';
    font-weight: 700;
    color: var(--green);
    flex-shrink: 0;
}

.manager-share {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--coral);
    text-decoration: none;
    padding: 0.75rem 1.25rem;
    border: 1.5px solid var(--coral);
    border-radius: var(--btn-radius);
    transition: all 0.25s ease;
}

.manager-share:hover {
    background: var(--coral);
    color: var(--white);
}


/* ============================================
   TRAINING ROUTING — 3-path cards with photos
   ============================================ */

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

.routing-section .section-header {
    margin-bottom: 3rem;
}

.routing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border: 1.5px solid rgba(0,0,0,0.08);
    border-radius: 16px;
    overflow: hidden;
    max-width: 1060px;
    margin: 0 auto;
}

.routing-card {
    background: var(--white);
    padding: 0;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    transition: background 0.25s;
}

.routing-card + .routing-card {
    border-left: 1.5px solid rgba(0,0,0,0.08);
}

.routing-card:hover {
    background: #fafafa;
}

.routing-card-photo {
    height: 200px;
    overflow: hidden;
}

.routing-card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.routing-card:hover .routing-card-photo img {
    transform: scale(1.03);
}

.routing-card-body {
    padding: 2rem 1.75rem 2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.routing-card-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--coral);
    margin-bottom: 0.75rem;
}

.routing-card-desc {
    font-family: Georgia, serif;
    font-size: 1rem;
    color: var(--dark-gray);
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

.routing-card-options {
    list-style: none;
    margin-bottom: 1.5rem;
    flex: 1;
}

.routing-card-options li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.85rem;
    color: var(--dark-gray);
    padding: 0.4rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.04);
}

.routing-card-options li:last-child {
    border-bottom: none;
}

.routing-card-options li::before {
    content: '\2192';
    color: var(--coral);
    font-size: 0.8rem;
    flex-shrink: 0;
}

.routing-card-cta {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--white);
    background: var(--coral);
    border-radius: var(--btn-radius);
    padding: 0.7rem 1.25rem;
    text-align: center;
    text-decoration: none;
    display: block;
    transition: background 0.2s, transform 0.2s;
}

.routing-card-cta:hover {
    background: #e54e53;
    transform: translateY(-1px);
}


/* ============================================
   RELATED AUDIENCES — "Zie ook" chips
   ============================================ */

.related-audiences {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 2.5rem;
    margin-bottom: 3rem;
    padding-top: 0;
    border-top: none;
}

.related-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--dark-gray);
    margin-right: 0.25rem;
}

.related-chip {
    display: inline-block;
    padding: 0.4rem 1rem;
    border: 1.5px solid var(--coral);
    border-radius: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--coral);
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.related-chip:hover {
    background: var(--coral);
    color: var(--white);
}


/* ============================================
   SCROLL ANIMATIONS
   ============================================ */

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}


/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 900px) {
    /* Legacy hero (old /voor/ pages) */
    .hero { padding: 80px 0 0; }
    .hero-editorial { grid-template-columns: 1fr; min-height: auto; }
    .hero-photo-col { order: -1; height: 300px; }
    .hero-text-col {
        text-align: center;
        padding: 2rem 1.5rem 2.5rem;
        align-items: center;
    }

    /* New hero (full viewport) */
    .hero--full { height: auto; max-height: none; }
    .hero-inner { grid-template-columns: 1fr; }
    .hero-content {
        padding: 100px 1.5rem 2.5rem;
        text-align: center;
        align-items: center;
    }
    .hero-visual { min-height: 300px; }

    /* Shared hero responsive */
    .hero-ctas { flex-direction: column; align-items: center; }
    .hero-audiences { justify-content: center; }
    .hero-proof { justify-content: center; gap: 1rem; }
    .value-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; }
    .training-card { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; }
    .stories-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; }
    .blog-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; }

    /* Credentials bar */
    .credentials-bar { padding: 2rem 1.5rem; }
    .credentials-inner { flex-wrap: wrap; justify-content: center; gap: 1.5rem; }
    .credentials-inner img { height: 36px; }

    /* Waarom section */
    .waarom-block,
    .waarom-block:nth-child(even) {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        text-align: center;
    }
    .waarom-block:nth-child(even) .waarom-illustration { order: 0; }
    .waarom-illustration img { width: 180px; height: 180px; }
    .waarom-photo-break img { height: 220px; }

    /* Pitch section */
    .pitch-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .pitch-illustration { order: -1; }
    .pitch-illustration img { width: 200px; height: 200px; }
    .pitch-highlight { text-align: left; }

    /* JTBD section */
    .jtbd-grid { grid-template-columns: 1fr; max-width: 500px; }

    /* Herken jezelf */
    .herken-grid { grid-template-columns: 1fr; max-width: 500px; }

    /* Routing section */
    .routing-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }
    .routing-card + .routing-card {
        border-left: none;
        border-top: 1.5px solid rgba(0,0,0,0.08);
    }

    /* Footer responsive */
    .footer-top { grid-template-columns: 1fr 1fr; }
    .footer-top-col:last-child {
        grid-column: 1 / -1;
        border-right: none;
        border-top: 1px solid rgba(0,0,0,0.1);
    }
    .footer-bottom-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
    .hero { padding: 64px 0 0; }
    .hero-photo-col { height: 240px; }
    .hero-content { padding: 80px 1.25rem 2rem; }
    .hero-visual { min-height: 240px; }
    .hero h1 { font-size: clamp(1.6rem, 5vw, 2.2rem); }
    .hero-proof { flex-direction: column; gap: 0.5rem; }
    .sticky-cta-bar { padding: 0.75rem 1.5rem; }
    .sticky-cta-inner { flex-direction: column; gap: 0.75rem; text-align: center; }

    /* Credentials bar */
    .credentials-bar { padding: 1.5rem 1rem; }
    .credentials-inner img { height: 30px; }

    /* Waarom section */
    .waarom-section { padding: 4rem 0; }
    .waarom-illustration img { width: 150px; height: 150px; }
    .waarom-photo-break img { height: 180px; }

    /* Pitch section */
    .pitch-section { padding: 4rem 0; }
    .pitch-illustration img { width: 160px; height: 160px; }

    /* Herken card */
    .herken-card { padding: 2rem 1.5rem; }
    .herken-card-illustration { width: 100px; height: 100px; }

    /* Manager */
    .manager-section { padding: 3.5rem 0; }

    /* Routing */
    .routing-card-photo { height: 160px; }

    /* Related audiences chips */
    .related-audiences { justify-content: center; }

    /* Footer responsive */
    .footer-top { grid-template-columns: 1fr; }
    .footer-top-col {
        border-right: none;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        padding: 2rem 1.25rem;
    }
    .footer-top-col:first-child { padding-left: 1.25rem; }
    .footer-top-col:last-child { padding-left: 1.25rem; border-bottom: none; }
    .footer-bottom-grid { grid-template-columns: 1fr 1fr; }
    .footer-bottom { flex-direction: column; gap: 0.75rem; text-align: center; }
    .footer-col { padding-left: 0; padding-right: 0; border-right: none; }
    .footer-col:last-child { padding-left: 0; }
    .footer-col:nth-child(even) { padding-left: 1.5rem; border-left: 1px solid rgba(0,0,0,0.1); }
}
