/* ============================================
   HDVP — BARTHO CINEMATIC THEME (v8)
   ----------------------------------------------
   1-op-1 port van Bartho's aistudio CSS tokens
   naar pure CSS (geen Tailwind nodig).
   Tokens:
     --bg-cinematic   #0f0d0b
     --text-warm      #f0ebe3
     --accent-gold    #2779a7  (steel-blue, niet goud)
     --accent-gold-h  #1d5b7f
     --accent-coral   #FF9398
     --accent-coral-h #e07f83
     --font-display   Outfit
     --font-sans      Inter
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
    --bg-cinematic: #0f0d0b !important;
    --text-warm: #f0ebe3 !important;
    --accent-gold: #2779a7 !important;
    --accent-gold-hover: #1d5b7f !important;
    --accent-coral: #FF9398 !important;
    --accent-coral-hover: #e07f83 !important;
    --surface-1: #15120f !important;
    --surface-2: #1c1814 !important;
    --border-subtle: rgba(240, 235, 227, 0.08) !important;
    --font-display: "Outfit", sans-serif !important;
    --font-sans: "Inter", sans-serif !important;

    /* HIJACK alle oude HDVP-palette variabelen — overruled inline :root via !important */
    --teal: #2779a7 !important;
    --teal-light: #1d5b7f !important;
    --accent: #2779a7 !important;
    --amber: #FF9398 !important;
    --black-deep: #0f0d0b !important;
    --black-bg: #0f0d0b !important;
    --white: #f0ebe3 !important;
    --grey-soft: #f0ebe3 !important;
    --grey-medium: rgba(240, 235, 227, 0.6) !important;
    --font-heading: "Outfit", sans-serif !important;
    --font-body: "Inter", sans-serif !important;
}

/* === BASE RESET — wint van page-inline :root === */
html, body {
    background-color: #0f0d0b !important;
    color: #f0ebe3 !important;
    font-family: "Inter", sans-serif !important;
    font-size: 17px !important;
    line-height: 1.65 !important;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body, body * { color: #f0ebe3 !important; }

/* Strip alle bestaande effecten van page-inline styles */
*,
*::before,
*::after {
    box-sizing: border-box !important;
    text-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

/* Strip grid-overlay van index.html (body::before) */
body::before {
    display: none !important;
    content: none !important;
    background: none !important;
}

/* Strip donkere/glassy backgrounds van content-containers */
section, article, aside, main, header:not(#site-nav),
.container, .hero-content, .blog-content, .article-content, .article-body,
.service-card, .kracht-card, .blog-card, .article-card,
.download-card, .action-card, .measure-item, .badge, .badge-name, .badge-desc,
.faq-item, .faq-answer, .faq-answer-inner, .timeline-item, .step, .tip,
.content, .article, .section, .header, .article-header,
.production-section, .tips-section, .downloads-section, .cta-section,
.download-section, .steps-container, .timeline-container,
.tips-list, .measures-list, .badges-container, .articles-grid,
.kracht-grid, .blog-grid, .services-grid, .action-types-grid,
.tab-content, .tab-content.active, .eigen-kracht, .stats {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
}

/* === TYPOGRAFIE === */
h1, h2, h3, h4, h5, h6 {
    font-family: "Outfit", sans-serif !important;
    color: #f0ebe3 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.1 !important;
    background: none !important;
    -webkit-text-fill-color: initial !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
    font-weight: 600 !important;
}

h1 { font-size: clamp(2.5rem, 6vw, 4.5rem) !important; font-weight: 700 !important; margin: 0 0 1.25rem !important; }
h2 { font-size: clamp(1.9rem, 4vw, 3rem) !important; margin: 3rem 0 1rem !important; }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.75rem) !important; margin: 2rem 0 0.5rem !important; }
h4 { font-size: 1.05rem !important; margin: 1.25rem 0 0.4rem !important; font-weight: 500 !important; }

/* Italic accent woorden binnen koppen (Bartho-stijl: italic in accent-color) */
h1 i, h1 em, h2 i, h2 em, h3 i, h3 em {
    color: #2779a7 !important;
    font-style: italic !important;
    font-weight: inherit !important;
}

p, li {
    font-family: "Inter", sans-serif !important;
    color: #f0ebe3 !important;
    font-size: 1.02rem !important;
    line-height: 1.7 !important;
    margin: 0 0 1rem !important;
    max-width: 65ch;
    opacity: 0.92;
}

/* === LINKS === */
a, a:visited {
    color: #f0ebe3 !important;
    text-decoration: none !important;
}
a:hover { color: #2779a7 !important; }

/* Inline body links (binnen p) krijgen subtiel onderlijntje */
p a, li a, .content a, .article-content a {
    color: #2779a7 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    text-decoration-thickness: 1px !important;
    text-decoration-color: rgba(39, 121, 167, 0.4) !important;
}
p a:hover, li a:hover { text-decoration-color: #2779a7 !important; color: #1d5b7f !important; }

/* === EYEBROWS / MONO TAGS / META === */
.meta, time, .article-date, .blog-tag, .tag,
.tab-btn, .filter-btn, .step-number, .timeline-number,
.action-type-name, .footer-bottom-bar, .footer-col h4 {
    font-family: "Inter", sans-serif !important;
    font-size: 0.72rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.18em !important;
    font-weight: 500 !important;
}

/* Coral eyebrow met dot prefix — Bartho's signatuur */
.blog-tag, .article-tags span, .tag, .badge-name {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.4rem !important;
    color: #FF9398 !important;
    padding: 0.2rem 0 !important;
    background: transparent !important;
    border: none !important;
    margin-right: 0.6rem !important;
}
.blog-tag::before, .article-tags span::before, .tag::before, .badge-name::before {
    content: "" !important;
    display: inline-block !important;
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background: #FF9398 !important;
    flex-shrink: 0 !important;
}

/* === NAVIGATIE — pill-style chips op donkere bg === */
nav#site-nav {
    position: fixed !important;
    top: 0 !important; left: 0 !important; right: 0 !important;
    z-index: 1000 !important;
    background: rgba(15, 13, 11, 0.85) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: none !important;
    border-bottom: 1px solid rgba(240, 235, 227, 0.06) !important;
    padding: 1rem 1.5rem !important;
    transition: padding 0.25s ease !important;
}
nav#site-nav.scrolled { padding: 0.7rem 1.5rem !important; }
nav#site-nav.subpage-nav { background: rgba(15, 13, 11, 0.85) !important; }

.nav-container {
    max-width: 1400px !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1.5rem !important;
}
.nav-logo { flex: 0 0 auto !important; }
.nav-logo img {
    height: 32px !important;
    width: auto !important;
    border-radius: 4px !important;
    filter: none !important;
}

.nav-links {
    display: flex !important;
    align-items: center !important;
    gap: 0.4rem !important;
    flex: 1 1 auto !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
}

nav#site-nav a, nav#site-nav a:visited {
    color: #f0ebe3 !important;
    font-family: "Inter", sans-serif !important;
    font-size: 0.72rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.18em !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    padding: 0.5rem 0.85rem !important;
    border-radius: 999px !important;
    border: 1px solid transparent !important;
    transition: all 0.2s ease !important;
    white-space: nowrap !important;
}
nav#site-nav a::after { display: none !important; content: none !important; }
nav#site-nav a:hover {
    color: #f0ebe3 !important;
    background: rgba(240, 235, 227, 0.06) !important;
    border-color: rgba(240, 235, 227, 0.08) !important;
}
nav#site-nav a.active {
    color: #0f0d0b !important;
    background: #FF9398 !important;
    border-color: #FF9398 !important;
}
nav#site-nav a.active:hover { background: #e07f83 !important; }

.cta-nav, .cta-nav:visited {
    background: #2779a7 !important;
    color: #f0ebe3 !important;
    border: none !important;
    padding: 0.55rem 1.15rem !important;
    border-radius: 999px !important;
    font-family: "Inter", sans-serif !important;
    font-size: 0.72rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.18em !important;
    text-decoration: none !important;
    flex-shrink: 0 !important;
    transition: background 0.2s ease !important;
}
.cta-nav:hover { background: #1d5b7f !important; color: #f0ebe3 !important; }
.cta-nav::after { display: none !important; }

/* Mobile menu — VERBORGEN op desktop, getoond op mobile via JS .open class */
.menu-toggle {
    display: none !important;
    flex-direction: column !important;
    gap: 5px !important;
    background: transparent !important;
    border: 1px solid rgba(240, 235, 227, 0.2) !important;
    border-radius: 999px !important;
    padding: 0.5rem 0.6rem !important;
    cursor: pointer !important;
}
.menu-toggle span {
    background: #f0ebe3 !important;
    width: 22px !important;
    height: 2px !important;
    display: block !important;
}

.mobile-menu {
    display: none !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: rgba(15, 13, 11, 0.97) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    z-index: 999 !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1.5rem !important;
}
.mobile-menu.open { display: flex !important; }
.mobile-menu a {
    color: #f0ebe3 !important;
    font-family: "Outfit", sans-serif !important;
    text-transform: none !important;
    font-size: 1.5rem !important;
    text-decoration: none !important;
    letter-spacing: -0.01em !important;
    padding: 0.3rem 0 !important;
    border: none !important;
}
.mobile-menu a:hover { color: #2779a7 !important; }

@media (max-width: 900px) {
    .nav-links { display: none !important; }
    .menu-toggle { display: flex !important; }
    .cta-nav { display: none !important; }
}

/* === HERO — center-aligned editorial === */
.hero {
    min-height: 75vh !important;
    height: auto !important;
    padding: 8rem 1.5rem 4rem !important;
    background: #0f0d0b !important;
    border-bottom: 1px solid rgba(240, 235, 227, 0.06) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    position: relative !important;
}
.hero::before, .hero::after { display: none !important; content: none !important; }
.hero-bg {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    opacity: 0.18 !important;
    filter: grayscale(40%) blur(2px) !important;
}
.hero::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    background: radial-gradient(ellipse at center, transparent 0%, #0f0d0b 75%) !important;
    z-index: 1 !important;
    pointer-events: none !important;
}
.hero-content { position: relative !important; z-index: 5 !important; max-width: 900px !important; }
.hero h1 { text-align: center !important; }
.hero-subtitle, .subtitle {
    font-family: "Inter", sans-serif !important;
    font-size: clamp(1rem, 1.6vw, 1.2rem) !important;
    color: #f0ebe3 !important;
    opacity: 0.75 !important;
    max-width: 60ch !important;
    margin: 0.5rem auto 2rem !important;
    text-align: center !important;
    line-height: 1.6 !important;
}
.scroll-indicator { color: rgba(240, 235, 227, 0.4) !important; }

/* === BUTTONS — pill shape === */
.btn-primary, .btn-secondary, .download-btn,
button[type="submit"], .add-email-btn, .form-actions button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    background: #2779a7 !important;
    color: #f0ebe3 !important;
    border: none !important;
    padding: 0.85rem 1.65rem !important;
    border-radius: 999px !important;
    font-family: "Inter", sans-serif !important;
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: background 0.25s ease, transform 0.25s ease !important;
}
.btn-primary:hover, .download-btn:hover,
button[type="submit"]:hover, .add-email-btn:hover { background: #1d5b7f !important; color: #f0ebe3 !important; }
.btn-secondary {
    background: transparent !important;
    color: #f0ebe3 !important;
    border: 1px solid rgba(240, 235, 227, 0.25) !important;
}
.btn-secondary:hover {
    background: rgba(240, 235, 227, 0.08) !important;
    border-color: #f0ebe3 !important;
}
.remove-email-btn {
    background: transparent !important;
    color: #FF9398 !important;
    border: 1px solid rgba(255, 147, 152, 0.3) !important;
    border-radius: 999px !important;
    padding: 0.3rem 0.7rem !important;
    font-size: 0.7rem !important;
}

/* Tab/filter pills */
.tab-btn, .filter-btn {
    background: transparent !important;
    color: #f0ebe3 !important;
    border: 1px solid rgba(240, 235, 227, 0.15) !important;
    border-radius: 999px !important;
    padding: 0.45rem 0.95rem !important;
    font-family: "Inter", sans-serif !important;
    font-size: 0.7rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.18em !important;
    font-weight: 500 !important;
    margin: 0 0.25rem 0.5rem 0 !important;
    cursor: pointer !important;
    opacity: 0.7 !important;
    transition: all 0.2s ease !important;
}
.tab-btn:hover, .filter-btn:hover { opacity: 1 !important; border-color: rgba(240, 235, 227, 0.4) !important; }
.tab-btn.active, .filter-btn.active {
    background: #FF9398 !important;
    color: #0f0d0b !important;
    border-color: #FF9398 !important;
    opacity: 1 !important;
}

/* === PHOTO BREAKS === */
.photo-break {
    height: 360px !important;
    position: relative !important;
    overflow: hidden !important;
    border-top: 1px solid rgba(240, 235, 227, 0.06) !important;
    border-bottom: 1px solid rgba(240, 235, 227, 0.06) !important;
}
.photo-break img {
    width: 100% !important; height: 100% !important; object-fit: cover !important;
    filter: grayscale(20%) brightness(0.65) contrast(1.05) !important;
}
.photo-break .overlay {
    background: linear-gradient(180deg, rgba(15,13,11,0.5) 0%, transparent 30%, transparent 70%, rgba(15,13,11,0.8) 100%) !important;
}

/* === SECTIES — generous breathing === */
section, .section, .services, .eigen-kracht, .blog, .contact,
.tips-section, .downloads-section, .production-section,
.cta-section, .download-section {
    padding: 5rem 1.5rem !important;
    max-width: 100% !important;
}
.section-title {
    font-family: "Outfit", sans-serif !important;
    font-size: clamp(2rem, 4vw, 3rem) !important;
    color: #f0ebe3 !important;
    text-align: left !important;
    margin: 0 0 2rem !important;
    font-weight: 600 !important;
    letter-spacing: -0.02em !important;
}
.header, .article-header {
    padding: 8rem 1.5rem 3rem !important;
    text-align: center !important;
}
.header h1, .article-header h1 { text-align: center !important; }

/* Containers — netjes gecentreerd */
.container, .contact-container, .articles-grid, .downloads-grid,
.action-types-grid, .steps-container, .timeline-container,
.tips-list, .measures-list, .badges-container, .footer-grid {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

/* === CARDS — subtle border, lichte elevation === */
.service-card, .kracht-card, .blog-card, .article-card,
.download-card, .action-card, .measure-item, .badge,
.faq-item, .tip {
    background: rgba(21, 18, 15, 0.6) !important;
    border: 1px solid rgba(240, 235, 227, 0.08) !important;
    border-radius: 12px !important;
    padding: 1.75rem !important;
    transition: border-color 0.25s ease, transform 0.25s ease !important;
}
.service-card:hover, .kracht-card:hover, .blog-card:hover,
.article-card:hover, .download-card:hover, .action-card:hover {
    border-color: rgba(39, 121, 167, 0.4) !important;
}
.kracht-grid, .blog-grid, .articles-grid, .downloads-grid,
.action-types-grid, .measures-list, .badges-container {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 1.25rem !important;
}
.services-grid, .services .kracht-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 1.25rem !important;
}

/* Service icon (emoji) — klein en blauw */
.service-icon, .measure-icon, .tip-icon {
    display: inline-block !important;
    font-size: 1.5rem !important;
    color: #2779a7 !important;
    margin-bottom: 0.75rem !important;
    opacity: 0.85 !important;
}

/* === STATS-BAR — grote blauwe Outfit-cijfers (HOMEPAGE COUNTER) === */
.stats-bar {
    padding: 4rem 1.5rem !important;
    background: transparent !important;
    border-top: 1px solid rgba(240, 235, 227, 0.06) !important;
    border-bottom: 1px solid rgba(240, 235, 227, 0.06) !important;
}
.stats-container {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
    gap: 2rem !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}
.stat-item {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    text-align: left !important;
}
.stat-number {
    font-family: "Outfit", sans-serif !important;
    color: #2779a7 !important;
    font-size: clamp(2.8rem, 5vw, 4rem) !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    margin: 0 0 0.4rem !important;
    letter-spacing: -0.03em !important;
    display: block !important;
}
.stat-decimal { font-size: 0.55em !important; opacity: 0.85 !important; }
.stat-label {
    font-family: "Inter", sans-serif !important;
    color: #f0ebe3 !important;
    font-size: 0.75rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.18em !important;
    font-weight: 500 !important;
    margin: 0 !important;
}
.stat-sublabel {
    font-family: "Inter", sans-serif !important;
    color: #f0ebe3 !important;
    opacity: 0.5 !important;
    font-size: 0.72rem !important;
    margin-top: 0.25rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
}

/* === EIGEN-KRACHT — Waarom HDVP — tekst-titel kaarten, GEEN cijfers === */
.eigen-kracht {
    padding: 5rem 1.5rem !important;
    background: transparent !important;
}
.eigen-kracht .kracht-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 1.5rem !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}
.eigen-kracht .kracht-card {
    background: rgba(21, 18, 15, 0.6) !important;
    border: 1px solid rgba(240, 235, 227, 0.08) !important;
    border-radius: 12px !important;
    padding: 2rem !important;
    text-align: left !important;
}
.eigen-kracht .kracht-card h3 {
    font-family: "Outfit", sans-serif !important;
    color: #f0ebe3 !important;
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    margin: 0 0 0.75rem !important;
    line-height: 1.25 !important;
    letter-spacing: -0.01em !important;
}
.eigen-kracht .kracht-card p {
    color: #f0ebe3 !important;
    opacity: 0.8 !important;
    font-size: 0.95rem !important;
}

/* === WERKWIJZE — Hoe wij werken — horizontale 4-step timeline === */
.werkwijze {
    padding: 5rem 1.5rem !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
}
.timeline {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
    gap: 2rem !important;
    margin-top: 2rem !important;
}
.timeline-step {
    background: transparent !important;
    border: none !important;
    border-top: 1px solid rgba(240, 235, 227, 0.1) !important;
    border-radius: 0 !important;
    padding: 1.5rem 0 0 !important;
    display: block !important;
}
.timeline-step .timeline-number {
    font-family: "Outfit", sans-serif !important;
    color: #2779a7 !important;
    font-size: 2.2rem !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    margin: -2.5rem 0 0.5rem !important;
    background: #0f0d0b !important;
    display: inline-block !important;
    padding: 0 0.6rem 0 0 !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    text-align: left !important;
    letter-spacing: -0.04em !important;
}
.timeline-step h3 {
    font-family: "Outfit", sans-serif !important;
    color: #f0ebe3 !important;
    font-size: 1.15rem !important;
    font-weight: 600 !important;
    margin: 0 0 0.5rem !important;
}
.timeline-step p { color: #f0ebe3 !important; opacity: 0.75 !important; font-size: 0.92rem !important; }

/* === TESTIMONIALS === */
.testimonials { padding: 5rem 1.5rem !important; }
.testimonials-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 1.25rem !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
}
.testimonial-card {
    background: rgba(21, 18, 15, 0.6) !important;
    border: 1px solid rgba(240, 235, 227, 0.08) !important;
    border-radius: 12px !important;
    padding: 1.75rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1.25rem !important;
}
.testimonial-text {
    font-family: "Outfit", sans-serif !important;
    color: #f0ebe3 !important;
    font-style: italic !important;
    font-size: 1rem !important;
    line-height: 1.55 !important;
    opacity: 0.95 !important;
    margin: 0 !important;
    flex: 1 !important;
    max-width: none !important;
}
.testimonial-meta {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    padding-top: 1rem !important;
    border-top: 1px solid rgba(240, 235, 227, 0.08) !important;
}
.testimonial-score {
    font-family: "Outfit", sans-serif !important;
    color: #2779a7 !important;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    min-width: 2.5rem !important;
}
.testimonial-role {
    font-family: "Inter", sans-serif !important;
    color: #f0ebe3 !important;
    font-size: 0.78rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    font-weight: 500 !important;
    opacity: 0.75 !important;
}

/* === BLOG / ARTIKELEN === */
.article-title, .blog-card h3 {
    font-family: "Outfit", sans-serif !important;
    font-size: clamp(1.25rem, 2vw, 1.5rem) !important;
    color: #f0ebe3 !important;
    font-weight: 600 !important;
    margin: 0.5rem 0 0.5rem !important;
}
.article-preview, .blog-content p { color: #f0ebe3 !important; opacity: 0.8 !important; font-size: 0.95rem !important; }
.blog-link, .blog-all-link, .article-card a {
    color: #2779a7 !important;
    font-family: "Inter", sans-serif !important;
    font-size: 0.78rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.18em !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}
.blog-link:hover, .article-card a:hover { color: #1d5b7f !important; }
.expand-icon { color: #FF9398 !important; }

/* === FAQ === */
.faq-question {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(240, 235, 227, 0.08) !important;
    padding: 1.25rem 0 !important;
    font-family: "Outfit", sans-serif !important;
    font-size: 1.1rem !important;
    color: #f0ebe3 !important;
    cursor: pointer !important;
    width: 100% !important;
    text-align: left !important;
    font-weight: 500 !important;
}
.faq-question:hover { color: #2779a7 !important; }
.faq-answer { background: transparent !important; }
.faq-answer-inner { padding: 0.5rem 0 1.25rem !important; color: #f0ebe3 !important; opacity: 0.85 !important; }
.category-title {
    font-family: "Outfit", sans-serif !important;
    color: #FF9398 !important;
    font-size: 0.75rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.2em !important;
    font-weight: 500 !important;
    margin: 2.5rem 0 1rem !important;
}
.faq-toggle { color: #2779a7 !important; }

/* === FORMS === */
.contact-form, .kickstart-form, form {
    background: rgba(21, 18, 15, 0.6) !important;
    border: 1px solid rgba(240, 235, 227, 0.08) !important;
    border-radius: 16px !important;
    padding: 2rem !important;
}
.form-group { margin-bottom: 1.25rem !important; }
.form-group label, label {
    display: block !important;
    font-family: "Inter", sans-serif !important;
    font-size: 0.72rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.18em !important;
    color: #f0ebe3 !important;
    opacity: 0.7 !important;
    margin-bottom: 0.4rem !important;
    font-weight: 500 !important;
}
input[type="text"], input[type="email"], input[type="tel"],
input[type="number"], input[type="date"], input[type="time"],
textarea, select {
    width: 100% !important;
    background: rgba(15, 13, 11, 0.6) !important;
    color: #f0ebe3 !important;
    border: 1px solid rgba(240, 235, 227, 0.12) !important;
    border-radius: 8px !important;
    padding: 0.75rem 0.9rem !important;
    font-family: "Inter", sans-serif !important;
    font-size: 0.95rem !important;
    transition: border-color 0.2s ease !important;
}
input:focus, textarea:focus, select:focus {
    outline: none !important;
    border-color: #2779a7 !important;
    box-shadow: 0 0 0 3px rgba(39, 121, 167, 0.15) !important;
}
.form-row { display: flex !important; gap: 0.75rem !important; flex-wrap: wrap !important; }
.form-row > * { flex: 1 1 200px !important; }
.form-message, .message {
    background: rgba(21, 18, 15, 0.6) !important;
    border: 1px solid rgba(240, 235, 227, 0.1) !important;
    border-radius: 8px !important;
    padding: 1rem 1.25rem !important;
    font-family: "Inter", sans-serif !important;
    font-size: 0.9rem !important;
    color: #f0ebe3 !important;
}
.message.error { border-color: #FF9398 !important; color: #FF9398 !important; }
.message.success { border-color: #2779a7 !important; color: #2779a7 !important; }

/* === STEPS / TIMELINE === */
.step, .timeline-item {
    display: grid !important;
    grid-template-columns: 60px 1fr !important;
    gap: 1.5rem !important;
    align-items: start !important;
    padding: 1.5rem 0 !important;
    border-bottom: 1px solid rgba(240, 235, 227, 0.06) !important;
}
.step-number, .timeline-number {
    font-family: "Outfit", sans-serif !important;
    font-size: 2.4rem !important;
    font-weight: 300 !important;
    color: #2779a7 !important;
    background: transparent !important;
    border: none !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    display: block !important;
    text-align: left !important;
    line-height: 1 !important;
    letter-spacing: -0.04em !important;
}

/* === DUURZAAMHEID badges === */
.badge {
    text-align: center !important;
    padding: 1.75rem 1.25rem !important;
}
.badge-name {
    margin-top: 0.75rem !important;
    color: #FF9398 !important;
    font-family: "Inter", sans-serif !important;
    font-size: 0.7rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.18em !important;
    font-weight: 600 !important;
}
.badge-desc {
    color: #f0ebe3 !important;
    opacity: 0.75 !important;
    font-size: 0.85rem !important;
    margin-top: 0.5rem !important;
}

/* === FOOTER === */
footer#site-footer {
    background: transparent !important;
    border-top: 1px solid rgba(240, 235, 227, 0.06) !important;
    margin-top: 4rem !important;
    padding: 4rem 1.5rem 2rem !important;
}
footer#site-footer * { color: #f0ebe3 !important; }
/* Footer logo — kleiner, geen witte achtergrond */
footer#site-footer img {
    height: 36px !important;
    width: auto !important;
    border-radius: 4px !important;
    margin-bottom: 1.5rem !important;
    display: block !important;
}
.footer-grid {
    max-width: 1200px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 1.4fr 1fr 1fr !important;
    gap: 3rem !important;
}
.footer-col h4 {
    color: #f0ebe3 !important;
    font-family: "Inter", sans-serif !important;
    font-size: 0.72rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.18em !important;
    font-weight: 600 !important;
    margin-bottom: 1rem !important;
    opacity: 0.6 !important;
}
.footer-col p, .footer-col .footer-link, .footer-contact a {
    color: #f0ebe3 !important;
    font-family: "Inter", sans-serif !important;
    font-size: 0.92rem !important;
    line-height: 1.7 !important;
    opacity: 0.75 !important;
    text-decoration: none !important;
}
.footer-col .footer-link { display: block !important; }
.footer-col .footer-link:hover, .footer-contact a:hover {
    color: #2779a7 !important;
    opacity: 1 !important;
}
.footer-cert-badge {
    background: rgba(21, 18, 15, 0.6) !important;
    border: 1px solid rgba(240, 235, 227, 0.08) !important;
    color: #f0ebe3 !important;
    border-radius: 999px !important;
    padding: 0.5rem 1rem !important;
    font-family: "Inter", sans-serif !important;
    font-size: 0.75rem !important;
    opacity: 0.8 !important;
}
.footer-cert-badge:hover { border-color: rgba(39, 121, 167, 0.5) !important; color: #2779a7 !important; opacity: 1 !important; }
.footer-bottom-bar {
    border-top: 1px solid rgba(240, 235, 227, 0.06) !important;
    text-align: center !important;
    font-family: "Inter", sans-serif !important;
    font-size: 0.72rem !important;
    color: #f0ebe3 !important;
    opacity: 0.5 !important;
    padding-top: 1.5rem !important;
    margin-top: 3rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.18em !important;
}
@media (max-width: 768px) {
    .footer-grid { grid-template-columns: 1fr !important; gap: 2rem !important; }
}

/* === SYNERGY SECTIE (Event + Video = Compleet Verhaal) === */
.synergy {
    padding: 5rem 1.5rem !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
}
.synergy-title {
    font-family: "Outfit", sans-serif !important;
    color: #f0ebe3 !important;
    font-size: clamp(2rem, 4vw, 3rem) !important;
    font-weight: 600 !important;
    text-align: center !important;
    letter-spacing: -0.02em !important;
    margin: 0 0 1.5rem !important;
}
.synergy-text {
    text-align: center !important;
    color: #f0ebe3 !important;
    opacity: 0.8 !important;
    max-width: 720px !important;
    margin: 0 auto 3rem !important;
}
.synergy-cards {
    display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    gap: 1.5rem !important;
    align-items: stretch !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
}
.synergy-card {
    background: rgba(21, 18, 15, 0.6) !important;
    border: 1px solid rgba(240, 235, 227, 0.08) !important;
    border-radius: 12px !important;
    padding: 2rem !important;
    text-align: left !important;
}
.synergy-card-hdvp { border-left: 3px solid #2779a7 !important; }
.synergy-card-bunq { border-left: 3px solid #FF9398 !important; }
.synergy-card-title {
    font-family: "Outfit", sans-serif !important;
    color: #f0ebe3 !important;
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    margin: 0 0 0.5rem !important;
}
.synergy-card p { color: #f0ebe3 !important; opacity: 0.8 !important; font-size: 0.95rem !important; }
.synergy-connector { display: flex !important; align-items: center !important; justify-content: center !important; }
.synergy-connector::before, .synergy-connector::after {
    content: "" !important;
    flex: 1 !important;
    height: 1px !important;
    background: rgba(240, 235, 227, 0.15) !important;
}
.synergy-connector span {
    padding: 0 1rem !important;
    font-family: "Outfit", sans-serif !important;
    font-size: 1.4rem !important;
    color: #f0ebe3 !important;
    opacity: 0.5 !important;
    font-weight: 300 !important;
}
.synergy-link {
    display: inline-block !important;
    text-align: center !important;
    width: 100% !important;
    margin-top: 2rem !important;
    color: #2779a7 !important;
    text-decoration: none !important;
    font-family: "Inter", sans-serif !important;
    font-size: 0.78rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.18em !important;
    font-weight: 600 !important;
}
.synergy-link:hover { color: #1d5b7f !important; }
@media (max-width: 768px) {
    .synergy-cards { grid-template-columns: 1fr !important; }
    .synergy-connector { display: none !important; }
}

/* === HERO BUTTONS gecentreerd === */
.hero-buttons {
    display: flex !important;
    gap: 0.75rem !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    margin-top: 1rem !important;
}

/* === SECTION TITLES — uniform links uitgelijnd, behalve synergy === */
.services .section-title,
.eigen-kracht .section-title,
.blog .section-title { text-align: left !important; }
.contact .section-title { text-align: center !important; }
.contact .contact-subtitle, .contact-subtitle {
    text-align: center !important; color: #f0ebe3 !important; opacity: 0.7 !important;
    max-width: 600px !important; margin: 0.5rem auto 2rem !important;
}

/* === TESTIMONIALS (homepage) — als die er staan === */
.testimonials, .testimonial-grid, .testimonial-card { background: transparent !important; }
.testimonial-card {
    background: rgba(21, 18, 15, 0.6) !important;
    border: 1px solid rgba(240, 235, 227, 0.08) !important;
    border-radius: 12px !important;
    padding: 1.75rem !important;
}

/* === STAGGER NAV BREATHING ROOM === */
nav#site-nav { padding: 1.1rem 2rem !important; }
nav#site-nav.scrolled { padding: 0.85rem 2rem !important; }
.nav-links { gap: 0.2rem !important; }

/* === KICKSTART tabs === */
.tabs-nav {
    display: flex !important;
    gap: 0.4rem !important;
    margin-bottom: 2rem !important;
    flex-wrap: wrap !important;
    border: none !important;
}

/* === FILM GRAIN OVERLAY — exact Bartho === */
.film-grain {
    position: fixed !important;
    top: -50% !important;
    left: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    width: 200% !important;
    height: 200% !important;
    background: transparent url('data:image/svg+xml,%3Csvg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"%3E%3Cfilter id="noise"%3E%3CfeTurbulence type="fractalNoise" baseFrequency="0.75" numOctaves="4" stitchTiles="stitch"/%3E%3C/filter%3E%3Crect width="100%25" height="100%25" filter="url(%23noise)" opacity="0.04"/%3E%3C/svg%3E') repeat !important;
    opacity: 0.22 !important;
    pointer-events: none !important;
    z-index: 999 !important;
    animation: hdvp-grain 10s steps(8) infinite !important;
}
@keyframes hdvp-grain {
    0%, 100% { transform: translate(0, 0); }
    10% { transform: translate(-1%, -1%); }
    20% { transform: translate(-2%, 1%); }
    30% { transform: translate(1%, -2%); }
    40% { transform: translate(-1%, 3%); }
    50% { transform: translate(-1%, 1%); }
    60% { transform: translate(3%, -1%); }
    70% { transform: translate(2%, 1%); }
    80% { transform: translate(-2%, -1%); }
    90% { transform: translate(1%, 3%); }
}

/* === CUSTOM SCROLLBAR — exact Bartho === */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #0f0d0b; }
::-webkit-scrollbar-thumb { background: #25221e; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #2779a7; }

/* === AMBIENT GLOW — voor hero === */
.ambient-glow {
    position: absolute !important;
    filter: blur(140px) !important;
    opacity: 0.2 !important;
    pointer-events: none !important;
    z-index: 1 !important;
    border-radius: 50% !important;
    animation: hdvp-pulse-glow 8s ease-in-out infinite !important;
}
@keyframes hdvp-pulse-glow {
    0%, 100% { opacity: 0.15; transform: scale(1); }
    50% { opacity: 0.25; transform: scale(1.1); }
}

/* Selection */
::selection { background: #2779a7 !important; color: #f0ebe3 !important; }

/* Misc */
hr { border: none !important; border-top: 1px solid rgba(240, 235, 227, 0.08) !important; margin: 2.5rem 0 !important; }
img { max-width: 100% !important; height: auto !important; }
*[style*="color:#aab"], *[style*="color: #aab"] { color: #f0ebe3 !important; opacity: 0.7 !important; }
*[style*="color:#fff"], *[style*="color: #fff"], *[style*="color:#FFFFFF"] { color: #f0ebe3 !important; }
