/* ============================================
   POWERVITA CSS UPDATE - V4.1
   Fixes: Images fully visible, descriptions complete,
   mobile responsive, consistent with old styling
   ============================================ */

/* ============================================
   RESET & BASE
   ============================================ */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bg-primary: #0a0a0a;
    --bg-secondary: #111111;
    --bg-card: #161616;
    --bg-elevated: #1c1c1c;
    --text-primary: #ffffff;
    --text-secondary: #b0b0b0;
    --text-muted: #707070;
    --accent-green: #00d084;
    --accent-green-glow: rgba(0, 208, 132, 0.3);
    --accent-green-dark: #00b06b;
    --border-color: #2a2a2a;
    --border-hover: #3a3a3a;
    /* ============================================
   NIEUWE HERO - banner-klein
   Compleet nieuwe structuur, geen conflicten
   ============================================ */

.banner-klein {
    width: 100%;
    background: #0a0a0a;
    padding-top: 100px;
    display: block !important;
}

.banner-klein-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

/* ============================================
   BANNER AFBEELDING - ECHT KLEIN
   ============================================ */

.banner-klein-media {
    width: auto !important;
    max-width: 350px !important;
    display: block !important;
    margin: 0 auto !important;
    line-height: 0;
}

.banner-klein-img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 220px !important;
    display: block !important;
    margin: 0 auto !important;
    object-fit: contain !important;
}

/* ============================================
   CONTENT
   ============================================ */

.banner-klein-content {
    width: 100%;
    max-width: 800px;
    text-align: center;
    margin-top: -40px;
    position: relative;
    z-index: 10;
}

.banner-klein-badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(0, 208, 132, 0.15);
    border: 1px solid rgba(0, 208, 132, 0.4);
    border-radius: 50px;
    color: #00d084;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.banner-klein-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.1;
    color: #ffffff;
    margin: 0 0 20px 0;
    letter-spacing: -1px;
    text-shadow: 
        0 0 20px rgba(0, 208, 132, 0.3),
        0 0 40px rgba(0, 208, 132, 0.15),
        0 4px 15px rgba(0,0,0,0.4);
}

.banner-klein-text {
    max-width: 650px;
    margin: 0 auto 25px;
}

.banner-klein-text p {
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255,255,255,0.85);
    margin: 0 0 10px 0;
    text-align: center;
}

.banner-klein-text p:last-child {
    font-size: 15px;
    color: rgba(255,255,255,0.6);
}

.banner-klein-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ============================================
   MOBIEL
   ============================================ */

@media (max-width: 768px) {
    .banner-klein {
        padding-top: 140px;
    }
    
    .banner-klein-media {
        max-width: 280px !important;
    }
    
    .banner-klein-img {
        max-height: 180px !important;
    }
    
    .banner-klein-content {
        margin-top: -30px;
        padding: 0 15px;
    }
    
    .banner-klein-title {
        font-size: 32px;
    }
    
    .banner-klein-text p {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .banner-klein-media {
        max-width: 240px !important;
    }
    
    .banner-klein-img {
        max-height: 150px !important;
    }
    
    .banner-klein-title {
        font-size: 26px;
    }
    
    .banner-klein-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .banner-klein-buttons a {
        width: 100%;
        text-align: center;
    }
}

/* ============================================
   OUDE HERO VERBERGEN
   ============================================ */

.hero,
.pv-hero {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}
    /* TYPOGRAPHY SCALE */
    --hero-title-size: 4rem;
    --section-title-size: 3.6rem;
    --article-title-size: 2.5rem;
    --card-title-size: 1.3rem;
    
    /* BODY TEXT */
    --body-font-size: 1.15rem;
    --body-line-height: 1.8;
    --body-color: var(--text-secondary);
    --body-max-width: 750px;
    --body-margin-bottom: 1.2rem;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: var(--bg-primary);
    color: var(--text-primary);
    line-height: var(--body-line-height);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

/* ============================================
   TYPOGRAPHY - CONSISTENT BASE
   ============================================ */

p {
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
    color: var(--body-color);
    text-align: left;
    margin-bottom: var(--body-margin-bottom);
}

/* ============================================
   HERO SECTION
   ============================================ */

.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 50%, #0d1f15 100%);
    position: relative;
    overflow: hidden;
    padding-top: 100px;
}

.hero::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -20%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, var(--accent-green-glow) 0%, transparent 60%);
    opacity: 0.4;
    animation: pulse 6s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.4; }
    50% { transform: scale(1.1); opacity: 0.6; }
}

.hero-content {
    max-width: 1000px;
    text-align: center;
    padding: 3rem 2rem;
    position: relative;
    z-index: 1;
}

.hero-badge {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: rgba(0, 208, 132, 0.1);
    border: 1px solid rgba(0, 208, 132, 0.3);
    border-radius: 50px;
    color: var(--accent-green);
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 2rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hero h1 {
    font-size: var(--hero-title-size);
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    letter-spacing: -2px;
    background: linear-gradient(135deg, #ffffff 0%, var(--accent-green) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
}

.hero-text-container {
    max-width: var(--body-max-width);
    margin: 0 auto 3rem auto;
    text-align: left;
}

.hero-text-container p {
    text-align: left;
    color: var(--body-color);
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
    margin-bottom: var(--body-margin-bottom);
}

.hero-buttons {
    margin-top: 2.5rem;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ============================================
   SECTION HEADERS
   ============================================ */

.section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 5rem;
}

.section-label {
    display: inline-block;
    color: var(--accent-green);
    font-weight: 600;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.section-title {
    font-size: var(--section-title-size);
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.2;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        #e6e6e6 25%,
        #cfcfcf 50%,
        #f5f5f5 75%,
        #ffffff 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-shadow: 0 2px 12px rgba(255, 255, 255, 0.08);
    text-align: center;
}

.section-subtitle {
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
    color: var(--body-color);
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

/* ============================================
   SECTIONS & CONTENT BLOCKS
   ============================================ */

section {
    padding: 7rem 3rem;
    max-width: 1400px;
    margin: 0 auto;
}

.mission-text,
.approach-section p,
.difference-item p,
.coaching-intro p,
.community-intro p,
.health-intro p,
.founder-text,
.article-content p,
.subpage-content > p,
.guide-section p,
.coaching-card p,
.health-card p,
.value-card p,
.contact-item p,
.footer-brand p {
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
    color: var(--body-color);
    text-align: left;
    max-width: var(--body-max-width);
}

.mission-text {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 2rem;
}

.mission-text p {
    margin-bottom: 18px;
    opacity: 0.9;
}

.mission-intro {
    font-size: 1.3rem;
    font-weight: 600;
    font-style: normal;
    opacity: 1;
    color: var(--text-primary);
    text-align: left;
}

/* ============================================
   NAVIGATION - OLD STYLING RESTORED
   ============================================ */

nav {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    padding: 1rem 0;
    transition: all 0.3s ease;
}

.nav-container {

max-width:1400px;

margin:0 auto;

padding:0 3rem;

display:flex;

align-items:center;

gap:2.2rem;

}

/* nav links naar links, search naar rechts */

.nav-links{

margin-left:1rem;

}

.search-container{

margin-left:auto;

}
/* LOGO - PRESERVED FROM CURRENT VERSION */
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--text-primary);
    flex-shrink: 0;
}

.logo:hover {
    color: var(--text-primary);
}

.logo-img {
    height: 100px;
    width: auto;
    object-fit: contain;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.logo-text {
    font-size: 1.9rem;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.logo-text span {
    color: var(--accent-green);
    text-shadow: 0 0 30px var(--accent-green-glow);
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 1.2rem;
    margin-left: 0rem;
}

.nav-links a {
    color: var(--text-secondary);
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 0;
    display: inline-block;
}

.nav-links a:hover {
    color: var(--accent-green);
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--accent-green);
    transition: width 0.3s ease;
    box-shadow: 0 0 10px var(--accent-green-glow);
}

.nav-links a:hover::after {
    width: 100%;
}

/* ACTIVE STATE - OLD GREEN BUTTON STYLE RESTORED */
.nav-link.active,
.nav-links a.active,
.nav-links a[aria-current="page"] {
    background: #4ade80;
    color: #0a0a0a;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(74, 222, 128, 0.5);
    padding: 0.5rem 1rem;
}

.nav-link.active::after,
.nav-links a.active::after,
.nav-links a[aria-current="page"]::after {
    display: none;
}

.mobile-menu {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 0.5rem;
}

.mobile-menu span {
    width: 25px;
    height: 2px;
    background: var(--text-primary);
    transition: all 0.3s ease;
}

/* ============================================
   LANGUAGE SWITCHER
   ============================================ */

.lang-switcher {
    position: fixed;
    top: 1.2rem;
    right: 2rem;
    z-index: 1001;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(10, 10, 10, 0.8);
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    border: 1px solid var(--border-color);
    backdrop-filter: blur(10px);
}

.lang-switcher button {
    background: none;
    border: none;
    color: var(--text-muted);
    cursor: pointer;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.2rem 0.5rem;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.lang-switcher button.active {
    color: var(--accent-green);
    background: rgba(0, 208, 132, 0.1);
}

.lang-switcher button:hover:not(.active) {
    color: var(--text-primary);
}

.lang-divider {
    color: var(--text-muted);
    font-size: 0.8rem;
}

/* Language Popup */
.lang-popup {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 1.5rem;
    max-width: 320px;
    z-index: 2000;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    display: none;
    animation: slideUp 0.3s ease;
}

.lang-popup.show {
    display: block;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.lang-popup p {
    color: var(--text-secondary);
    font-size: 0.95rem;
    margin-bottom: 1rem;
    line-height: 1.5;
    text-align: left;
}

.lang-popup-buttons {
    display: flex;
    gap: 0.8rem;
}

.lang-popup button {
    flex: 1;
    padding: 0.6rem 1rem;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.lang-popup .btn-yes {
    background: var(--accent-green);
    color: #0a0a0a;
}

.lang-popup .btn-no {
    background: transparent;
    color: var(--text-secondary);
    border: 1px solid var(--border-color);
}

.lang-popup .btn-yes:hover {
    background: var(--accent-green-dark);
}

.lang-popup .btn-no:hover {
    border-color: var(--accent-green);
    color: var(--accent-green);
}

/* ============================================
   ACADEMY CARDS - UPDATED FOR FULL IMAGES & TEXT
   ============================================ */

.academy-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 4rem;
}

/* FIXED: Academy cards with full images and descriptions */
.academy-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(280px, 320px));
    gap: 24px;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

/* Card base styling */
.academy-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    color: var(--text-primary);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 380px;
}

.academy-card::after {
    content: '→';
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    color: var(--accent-green);
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
    font-size: 1.2rem;
    z-index: 5;
}

.academy-card:hover::after {
    opacity: 1;
    transform: translateX(0);
}

.academy-card:hover {
    border-color: var(--accent-green);
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4);
}

/* Card with image variant - FULL IMAGE VISIBLE */
.academy-card-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 14px 14px 0 0;
    flex-shrink: 0;
    background: var(--bg-elevated);
    display: flex;
    align-items: center;
    justify-content: center;
}

.academy-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.4s ease;
}

.academy-card:hover .academy-card-image img {
    transform: scale(1.05);
}

/* Card content area - FULL DESCRIPTION VISIBLE */
.academy-card-content {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.academy-card h3 {
    font-size: var(--card-title-size);
    margin-bottom: 0.8rem;
    color: var(--text-primary);
    text-align: left;
    line-height: 1.3;
}

.academy-card p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--body-color);
    text-align: left;
    margin-bottom: 0;
    flex-grow: 1;
}

/* CTA link styling */
.academy-card > span:last-child,
.academy-card .cta-button {
    display: block;
    margin: 0 1.5rem 1.5rem 1.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--accent-green);
    padding-top: 0.5rem;
    border-top: 1px solid var(--border-color);
}

.academy-icon {
    width: 60px;
    height: 60px;
    background: rgba(0, 208, 132, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    border: 1px solid rgba(0, 208, 132, 0.2);
}

.academy-topics {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}

.topic-tag {
    padding: 0.3rem 0.8rem;
    background: var(--bg-elevated);
    border-radius: 20px;
    font-size: 0.75rem;
    color: var(--text-muted);
    border: 1px solid var(--border-color);
}

.academy-preview-actions {
    margin-top: 40px;
}

/* ============================================
   BUTTONS
   ============================================ */

.btn {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    font-size: 1rem;
    text-align: center;
    letter-spacing:0.3px;
}

.btn-primary {
    background: linear-gradient(135deg,#39ff14,#00c853);
    color: #0b0f0c;
    border: 1px solid rgba(57,255,20,0.6);
    box-shadow:
        0 0 15px rgba(57,255,20,0.5),
        0 0 30px rgba(0,200,83,0.3),
        inset 0 0 10px rgba(255,255,255,0.1);
    text-decoration:none;
    display:inline-block;
    transition:all 0.3 ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow:
        0 0 25px rgba(57,255,20,0.8),
        0 0 50px rgba(0,200,83,0.4);
    color:#0b0f0c;
    text-decoration:none;
}

.btn-secondary {
    border: 1px solid rgba(57,255,20,0.5);
    color: #39ff14;
    background: transparent;
    box-shadow:
        0 0 10px rgba(57,255,20,0.2);
    text-decoration:none;
    display:inline-block;
    transition:all 0.3 ease;
}

.btn-secondary:hover {
    text-decoration:none;
    background: rgba(57,255,20,0.08);
    box-shadow:
        0 0 20px rgba(57,255,20,0.6);
    transform: translateY(-2px);
    color:#39ff14;
}

/* ============================================
   MISSION SECTION
   ============================================ */

.mission-section {
    background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);
    text-align: center;
    position: relative;
    padding: 80px 20px;
    max-width: 900px;
    margin: auto;
    text-align: left;
}

.mission-section .section-header {
    text-align: center;
}

/* ============================================
   FEATURES, PHILOSOPHY, KNOWLEDGE GRIDS
   ============================================ */

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 4rem;
}

.feature-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 3rem 2rem;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    color: var(--text-primary);
    display: block;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-green), transparent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.feature-card:hover::before {
    transform: scaleX(1);
}

.feature-card:hover {
    transform: translateY(-8px);
    border-color: var(--accent-green);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: rgba(0, 208, 132, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    border: 1px solid rgba(0, 208, 132, 0.2);
}

.feature-arrow {
    margin-top: 1rem;
    color: var(--accent-green);
    font-size: 1.2rem;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.feature-card:hover .feature-arrow {
    opacity: 1;
    transform: translateY(0);
}

/* Start Flow */
.start-flow-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 4rem;
}

.start-flow-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 3rem 2rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: var(--text-primary);
    display: block;
}

.start-flow-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-green), transparent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.start-flow-card:hover::before {
    transform: scaleX(1);
}

.start-flow-card:hover {
    transform: translateY(-8px);
    border-color: var(--accent-green);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.start-flow-icon {
    width: 70px;
    height: 70px;
    background: rgba(0, 208, 132, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    border: 1px solid rgba(0, 208, 132, 0.2);
}

.start-flow-arrow {
    margin-top: 1.5rem;
    color: var(--accent-green);
    font-size: 1.2rem;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.start-flow-card:hover .start-flow-arrow {
    opacity: 1;
    transform: translateY(0);
}

/* Knowledge */
.knowledge-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
    margin-top: 4rem;
}

.knowledge-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 2rem;
    cursor: pointer;
    transition: all 0.4s ease;
    text-decoration: none;
    color: var(--text-primary);
    display: block;
    position: relative;
    overflow: hidden;
}

.knowledge-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-green), transparent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.knowledge-card:hover::before {
    transform: scaleX(1);
}

.knowledge-card:hover {
    transform: translateY(-5px);
    border-color: var(--accent-green);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4);
}

.knowledge-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--accent-green);
    opacity: 0.3;
    margin-bottom: 1rem;
}

.knowledge-arrow {
    margin-top: 1rem;
    color: var(--accent-green);
    font-size: 1rem;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.knowledge-card:hover .knowledge-arrow {
    opacity: 1;
    transform: translateX(0);
}

/* ============================================
   TOPICS LIST
   ============================================ */

.topics-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
}

.topic-item {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.3s ease;
}

.topic-item:hover {
    border-color: var(--accent-green);
    background: var(--bg-elevated);
    transform: translateX(5px);
}

.topic-bullet {
    width: 8px;
    height: 8px;
    background: var(--accent-green);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--accent-green-glow);
    flex-shrink: 0;
}

.topic-item span {
    color: var(--body-color);
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
    text-align: left;
}

/* ============================================
   GUIDE SECTIONS
   ============================================ */

.guide-section {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-left: 4px solid var(--accent-green);
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
    transition: all 0.3s ease;
}

.guide-section:hover {
    border-color: var(--border-hover);
    border-left-color: var(--accent-green);
    transform: translateX(5px);
}

.guide-section h3 {
    color: var(--accent-green);
    margin-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: left;
}

.guide-section p {
    color: var(--body-color);
    line-height: var(--body-line-height);
    margin: 0;
    font-size: var(--body-font-size);
    text-align: left;
}

.guide-section ul {
    color: var(--body-color);
    line-height: 2;
    margin-left: 1.5rem;
    margin-top: 0.5rem;
    font-size: var(--body-font-size);
    text-align: left;
}

.guide-section li {
    margin-bottom: 0.5rem;
}

.guide-section li strong {
    color: var(--text-primary);
}

/* ============================================
   HEALTH & LIFESTYLE
   ============================================ */

.health-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.health-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 2rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.health-card:hover {
    transform: translateY(-5px);
    border-color: var(--accent-green);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.health-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    display: block;
}

.health-card h3 {
    color: var(--text-primary);
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    font-weight: 600;
    text-align: left;
}

.health-card p {
    color: var(--body-color);
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
    margin: 0;
    text-align: left;
}

.health-topics-list {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 2rem;
}

.health-topics-list h3 {
    color: var(--accent-green);
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    text-align: left;
}

.health-topics-list ul {
    color: var(--body-color);
    line-height: 2.2;
    margin-left: 1.5rem;
    margin-top: 1rem;
    font-size: var(--body-font-size);
    text-align: left;
}

.health-topics-list li {
    margin-bottom: 0.5rem;
}

/* ============================================
   ANATOMY SECTION
   ============================================ */

.anatomy-visual-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
    align-items: start;
}

.anatomy-figure-panel {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    height: fit-content;
}

.anatomy-figure-panel h3 {
    color: var(--text-primary);
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    text-align: left;
}

.anatomy-figure-panel > p {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    text-align: left;
}

.anatomy-figure-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.anatomy-view {
    background: var(--bg-elevated);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.anatomy-view h4 {
    color: var(--accent-green);
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: 600;
    text-align: center;
}

.anatomy-image {
    width: 100%;
    max-width: 280px;
    height: auto;
    filter: brightness(0.95) contrast(1.05);
    transition: all 0.3s ease;
}

.anatomy-image:hover {
    filter: brightness(1) contrast(1.1) drop-shadow(0 0 20px rgba(0, 208, 132, 0.15));
    transform: scale(1.02);
}

.anatomy-muscle-panel {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    height: fit-content;
}

.anatomy-muscle-panel h3 {
    color: var(--text-primary);
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    text-align: left;
}

.anatomy-muscle-panel > p {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    text-align: left;
}

.muscle-category {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--border-color);
}

.muscle-category:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.muscle-category h4 {
    color: var(--accent-green);
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: left;
}

.anatomy-muscle-panel .muscle-list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.anatomy-muscle-panel .muscle-list li {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(42, 42, 42, 0.5);
    font-size: 0.95rem;
    line-height: 1.6;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.5rem;
    text-align: left;
}

.anatomy-muscle-panel .muscle-list li:last-child {
    border-bottom: none;
}

.muscle-latin {
    color: var(--text-primary);
    font-weight: 500;
    font-style: italic;
}

.muscle-dutch {
    color: var(--body-color);
    font-weight: 400;
    font-size: 0.9rem;
}

/* ============================================
   ABOUT PAGE
   ============================================ */

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin: 4rem 0;
}

.value-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
}

.value-card:hover {
    border-color: var(--accent-green);
    transform: translateY(-5px);
}

.value-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.value-card h4 {
    font-size: 1rem;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
    text-align: center;
}

.value-card p {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.5;
    text-align: center;
    margin: 0;
}

.approach-section {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 24px;
    padding: 4rem;
    margin: 4rem 0;
    text-align: center;
}

.approach-section h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: var(--accent-green);
    text-align: center;
}

.approach-section p {
    color: var(--body-color);
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.difference-section {
    background: var(--bg-secondary);
    border-radius: 24px;
    padding: 4rem;
    margin: 4rem 0;
    border: 1px solid var(--border-color);
}

.difference-section h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}

.difference-section h3 span {
    color: var(--accent-green);
}

.difference-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.difference-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.difference-check {
    color: var(--accent-green);
    font-weight: bold;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.difference-item p {
    color: var(--body-color);
    line-height: var(--body-line-height);
    margin: 0;
    font-size: var(--body-font-size);
    text-align: left;
}

/* Founder section */
.founder-section {
    padding: 4rem 3rem;
}

.founder-text {
    max-width: var(--body-max-width);
    margin: 2rem auto;
}

.founder-text p {
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
    color: var(--body-color);
    margin-bottom: var(--body-margin-bottom);
    text-align: left;
}

/* ============================================
   COACHING PAGE
   ============================================ */

.coaching-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 5rem;
}

.coaching-intro p {
    font-size: var(--body-font-size);
    color: var(--body-color);
    line-height: var(--body-line-height);
    text-align: left;
}

.coaching-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 4rem;
}

.coaching-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 3rem;
    transition: all 0.3s ease;
}

.coaching-card:hover {
    border-color: var(--accent-green);
    transform: translateY(-5px);
}

.coaching-card h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: var(--accent-green);
    text-align: left;
}

.coaching-card p {
    color: var(--body-color);
    line-height: var(--body-line-height);
    margin-bottom: 1.5rem;
    font-size: var(--body-font-size);
    text-align: left;
}

.coaching-card ul {
    color: var(--body-color);
    margin-left: 1.5rem;
    line-height: 2;
    font-size: var(--body-font-size);
    text-align: left;
}

.coaching-note-box {
    background: rgba(0, 208, 132, 0.05);
    border: 1px solid rgba(0, 208, 132, 0.2);
    border-radius: 16px;
    padding: 3rem;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.coaching-note-box p {
    color: var(--body-color);
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
    margin-bottom: 2rem;
    text-align: left;
}

/* ============================================
   ARTICLE PAGES
   ============================================ */

.article-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 4rem 3rem;
}

.article-content h1 {
    font-size: var(--article-title-size);
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    color: var(--text-primary);
    text-align: left;
}

.article-content h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 3rem 0 1.5rem;
    color: var(--accent-green);
    text-align: left;
}

.article-content h3 {
    font-size: 1.3rem;
    color: var(--accent-green);
    margin-bottom: 1rem;
    text-align: left;
}

.article-content p {
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
    color: var(--body-color);
    margin-bottom: var(--body-margin-bottom);
    text-align: left;
}

.article-content ul {
    color: var(--body-color);
    font-size: var(--body-font-size);
    line-height: 2;
    margin: 1.5rem 0;
    margin-left: 2rem;
    text-align: left;
}

.article-content li {
    margin-bottom: 0.5rem;
}

.article-intro {
    font-size: var(--body-font-size);
    color: var(--body-color);
    line-height: var(--body-line-height);
    margin-bottom: 3rem;
    padding: 2rem;
    background: var(--bg-card);
    border-left: 4px solid var(--accent-green);
    border-radius: 0 12px 12px 0;
    text-align: left;
}

.article-summary {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 2rem;
    margin: 3rem 0;
}

.article-summary h3 {
    color: var(--accent-green);
    margin-bottom: 1rem;
    font-size: 1.3rem;
    text-align: left;
}

.article-summary ul {
    margin: 0;
    text-align: left;
}

.article-cta {
    text-align: center;
    padding: 3rem;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    margin: 3rem 0;
}

.article-cta p {
    font-size: var(--body-font-size);
    margin-bottom: 1.5rem;
    text-align: center;
}

.article-sources {
    border-top: 1px solid var(--border-color);
    padding-top: 2rem;
    margin-top: 3rem;
}

.article-sources h4 {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
}

.article-sources p {
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.8;
    text-align: left;
}

/* ============================================
   SUBPAGE HEADERS
   ============================================ */

.subpage-header {
    background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);
    padding: 10rem 3rem 5rem;
    text-align: center;
    border-bottom: 1px solid var(--border-color);
}

.subpage-header h1 {
    font-size: var(--article-title-size);
    font-weight: 800;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #ffffff 0%, var(--accent-green) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
}

.subpage-header p {
    color: var(--body-color);
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.subpage-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 4rem 3rem;
}

/* ============================================
   CONTACT FORM
   ============================================ */

.contact-form {
    max-width: 600px;
    margin: 0 auto;
    background: var(--bg-card);
    padding: 3rem;
    border-radius: 20px;
    border: 1px solid var(--border-color);
}

.form-group {
    margin-bottom: 1.8rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.6rem;
    color: var(--body-color);
    font-weight: 500;
    font-size: 0.95rem;
    text-align: left;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 1rem 1.2rem;
    background: var(--bg-elevated);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    color: var(--text-primary);
    font-family: inherit;
    font-size: 1rem;
    line-height: var(--body-line-height);
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--accent-green);
    box-shadow: 0 0 0 3px rgba(0, 208, 132, 0.1);
}

.form-group textarea {
    min-height: 150px;
    resize: vertical;
}

.contact-info-detailed {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 800px;
    margin: 4rem auto 0;
    text-align: center;
}

.contact-item {
    padding: 2rem;
}

.contact-item-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.contact-item h4 {
    color: var(--text-primary);
    margin-bottom: 0.5rem;
    text-align: center;
}

.contact-item p {
    color: var(--body-color);
    font-size: 0.95rem;
    text-align: center;
    margin: 0;
}

.contact-item a {
    color: var(--accent-green);
    text-decoration: none;
}

/* ============================================
   FOOTER
   ============================================ */

footer {
    background: var(--bg-secondary);
    border-top: 1px solid var(--border-color);
    padding: 4rem 3rem 2rem;
    margin-top: 4rem;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 4rem;
    margin-bottom: 4rem;
}

.footer-brand .logo {
    margin-bottom: 1rem;
}

.footer-brand .logo-img {
    height: 50px;
}

.footer-brand p {
    color: var(--body-color);
    margin-top: 1rem;
    line-height: var(--body-line-height);
    max-width: 300px;
    font-size: var(--body-font-size);
    text-align: left;
}

.footer-links h4 {
    color: var(--text-primary);
    margin-bottom: 1.5rem;
    font-size: 1rem;
    text-align: left;
}

.footer-links ul {
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.8rem;
}

.footer-links a {
    color: var(--body-color);
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.95rem;
    line-height: var(--body-line-height);
    display: inline-block;
}

.footer-links a:hover {
    color: var(--accent-green);
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.social-links a {
    width: 40px;
    height: 40px;
    background: var(--bg-elevated);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-secondary);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}

.social-links a:hover {
    border-color: var(--accent-green);
    color: var(--accent-green);
    background: rgba(0, 208, 132, 0.1);
    transform: translateY(-2px);
}

.footer-bottom {
    border-top: 1px solid var(--border-color);
    padding-top: 2rem;
    text-align: center;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.footer-bottom p {
    text-align: center;
    font-size: 0.9rem;
    color: var(--text-muted);
    margin: 0;
}

/* ============================================
   PAGE SECTIONS
   ============================================ */

.page-section {
    display: none;
    min-height: 100vh;
    padding-top: 80px;
}

.page-section.active {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Fix padding when section is directly inside page-section */
.page-section.active > section:first-child {
    padding-top: 3rem;
}

/* ============================================
   UTILITY CLASSES
   ============================================ */

.text-center {
    text-align: center;
}

.mt-2 {
    margin-top: 2rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.full-width {
    width: 100%;
}

/* ============================================
   ARTICLE PAGE SPECIFIC FIXES
   ============================================ */

/* Article header styling */
.article-header {
    max-width: 800px;
    margin: 0 auto;
    padding: 6rem 3rem 3rem;
    text-align: left;
}
.article-hero-image img {
    max-width: 700px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}
.article-header h1 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    color: var(--text-primary);
    text-align: left;
    background: none;
    -webkit-text-fill-color: initial;
}

.article-label {
    color: var(--accent-green);
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    display: block;
}

/* Article container styling */
.article-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 4rem 3rem;
}

.article-section {
    margin-bottom: 2.5rem;
}

.article-section h2 {
    font-size: 1.6rem;
    color: var(--accent-green);
    margin: 2.5rem 0 1rem;
    font-weight: 700;
    text-align: left;
}

.article-section h3 {
    font-size: 1.2rem;
    color: var(--text-primary);
    margin: 2rem 0 0.8rem;
    font-weight: 600;
    text-align: left;
}

/* ============================================
   ARTICLE CARDS - FULL IMAGES & DESCRIPTIONS
   ============================================ */

/* Article page structure */
.article-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 120px 20px 60px;
}

.article-header {
    text-align: center;
    margin-bottom: 50px;
}

.article-header h1 {
    font-size: 42px;
    margin-bottom: 10px;
}

.article-subtitle {
    color: #aaa;
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
}

/* Article grid - 3 columns like academy cards */
.article-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(280px, 320px));
    gap: 24px;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

/* Article card - matches academy card styling */
.article-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: var(--text-primary);
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    height: 100%;
    min-height: 380px;
}

.article-card:hover {
    transform: translateY(-5px);
    border-color: var(--accent-green);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4);
}

/* Image container - FULL IMAGE VISIBLE */
.article-card-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    flex-shrink: 0;
    background: var(--bg-elevated);
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.4s ease;
    background-color: #1a1a1a;
}

.article-card:hover .article-card-image img {
    transform: scale(1.05);
}

/* Content area - FULL DESCRIPTION */
.article-card-content {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.article-card h3 {
    font-size: var(--card-title-size);
    margin-bottom: 0.8rem;
    color: var(--text-primary);
    text-align: left;
    line-height: 1.3;
}

.article-card p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--body-color);
    text-align: left;
    margin-bottom: 0;
    flex-grow: 1;
}

/* CTA button */
.cta-button {
    display: block;
    margin-top: 1rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--accent-green);
    padding-top: 0.5rem;
    border-top: 1px solid var(--border-color);
}

/* Disabled/Coming soon cards */
.article-card.disabled,
.article-card[style*="opacity: 0.6"] {
    opacity: 0.6;
    cursor: not-allowed;
}

.article-card.disabled:hover,
.article-card[style*="opacity: 0.6"]:hover {
    transform: none;
    border-color: var(--border-color);
    box-shadow: none;
}

/* ============================================
   DISCLAIMER PAGE
   ============================================ */

#disclaimer {
    padding: 120px 2rem 6rem;
}

#disclaimer .container {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

#disclaimer h1 {
    text-align: center;
    margin-bottom: 0.75rem;
}

#disclaimer .section-subtitle {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 2rem;
}

#disclaimer .disclaimer-content {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(57,255,20,0.12);
    border-radius: 16px;
    padding: 2rem;
    line-height: 1.75;
}

#disclaimer .disclaimer-content p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
}

#disclaimer .disclaimer-content p:last-child {
    margin-bottom: 0;
}

/* ============================================
   RESPONSIVE BREAKPOINTS
   ============================================ */
.academy-title-glow {
    position: relative;
    display: inline-block;
    opacity: 0.92;
    transform: scale(0.96);
    filter: brightness(1);
    transition:
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.8s ease,
        filter 0.8s ease,
        text-shadow 0.8s ease;
    will-change: transform, opacity, filter;
}

/* Zodra hij zichtbaar wordt */
.academy-title-glow.is-visible {
    opacity: 1;
    transform: scale(1);
    filter: brightness(1.04);
}

/* Korte pulse / glow burst */
.academy-title-glow.flash-once {
    animation: academyTitleFlash 1.15s ease-out forwards;
}

/* Lichtstraal / sweep die 1x over de titel gaat */
.academy-title-glow::after {
    content: "";
    position: absolute;
    top: -20%;
    left: -35%;
    width: 28%;
    height: 140%;
    pointer-events: none;
    opacity: 0;
    transform: skewX(-18deg);
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(57, 255, 20, 0.00) 10%,
        rgba(57, 255, 20, 0.16) 45%,
        rgba(255, 255, 255, 0.38) 50%,
        rgba(57, 255, 20, 0.16) 55%,
        rgba(57, 255, 20, 0.00) 90%,
        transparent 100%
    );
    filter: blur(6px);
}

.academy-title-glow.flash-once::after {
    animation: academyTitleSweep 0.95s ease-out 0.08s forwards;
}

/* Zachte halo achter de titel */
.academy-title-glow::before {
    content: "";
    position: absolute;
    inset: -12px -18px;
    border-radius: 999px;
    background: radial-gradient(
        circle,
        rgba(57, 255, 20, 0.18) 0%,
        rgba(57, 255, 20, 0.08) 35%,
        rgba(57, 255, 20, 0.00) 72%
    );
    opacity: 0;
    transform: scale(0.9);
    pointer-events: none;
}

.academy-title-glow.flash-once::before {
    animation: academyTitleHalo 1s ease-out forwards;
}

@keyframes academyTitleFlash {
    0% {
        transform: scale(0.96);
        filter: brightness(1);
        text-shadow:
            0 0 0 rgba(57, 255, 20, 0),
            0 0 0 rgba(57, 255, 20, 0),
            0 0 0 rgba(255, 255, 255, 0);
    }

    22% {
        transform: scale(1.03);
        filter: brightness(1.18);
        text-shadow:
            0 0 10px rgba(57, 255, 20, 0.35),
            0 0 24px rgba(57, 255, 20, 0.28),
            0 0 42px rgba(255, 255, 255, 0.12);
    }

    48% {
        transform: scale(1.015);
        filter: brightness(1.1);
        text-shadow:
            0 0 8px rgba(57, 255, 20, 0.25),
            0 0 18px rgba(57, 255, 20, 0.18),
            0 0 28px rgba(255, 255, 255, 0.08);
    }

    100% {
        transform: scale(1);
        filter: brightness(1.03);
        text-shadow:
            0 0 4px rgba(57, 255, 20, 0.10),
            0 0 10px rgba(57, 255, 20, 0.07),
            0 0 18px rgba(255, 255, 255, 0.04);
    }
}

@keyframes academyTitleSweep {
    0% {
        left: -35%;
        opacity: 0;
    }

    15% {
        opacity: 1;
    }

    100% {
        left: 115%;
        opacity: 0;
    }
}

@keyframes academyTitleHalo {
    0% {
        opacity: 0;
        transform: scale(0.85);
    }

    28% {
        opacity: 1;
        transform: scale(1.04);
    }

    100% {
        opacity: 0;
        transform: scale(1.16);
    }
}

/* Respecteer mensen die minder animatie willen */
@media (prefers-reduced-motion: reduce) {
    .academy-title-glow,
    .academy-title-glow::before,
    .academy-title-glow::after {
        animation: none !important;
        transition: none !important;
        transform: none !important;
        filter: none !important;
    }
}
@media (max-width: 1024px) {
    .features-grid,
    .academy-grid,
    .start-flow-grid,
    .knowledge-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .coaching-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .anatomy-visual-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .anatomy-figure-container {
        flex-direction: row;
    }

    .anatomy-view {
        flex: 1;
    }

    .health-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Academy cards - 2 columns on tablet */
    .academy-cards {
        grid-template-columns: repeat(2, minmax(280px, 320px));
    }
    
    /* Article cards - 2 columns on tablet */
    .article-grid {
        grid-template-columns: repeat(2, minmax(280px, 320px));
    }
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
    }

    .mobile-menu {
        display: flex;
    }

    .hero h1 {
        font-size: 2.5rem;
    }

    .section-title {
        font-size: 2.25rem;
    }

    .features-grid,
    .academy-grid,
    .start-flow-grid,
    .knowledge-grid {
        grid-template-columns: 1fr;
    }

    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .coaching-grid {
        grid-template-columns: 1fr;
    }

    .difference-list {
        grid-template-columns: 1fr;
    }

    .contact-info-detailed {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    section {
        padding: 4rem 1.5rem;
    }

    .difference-section,
    .approach-section {
        padding: 2rem;
    }

    .lang-switcher {
        position: relative;
        top: auto;
        right: auto;
        margin-left: 1rem;
    }

    .article-content {
        padding: 2rem 1.5rem;
    }

    .article-content h1 {
        font-size: 1.8rem;
    }

    .anatomy-visual-layout {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .anatomy-figure-container {
        flex-direction: column;
        gap: 1rem;
    }

    .anatomy-figure-panel,
    .anatomy-muscle-panel {
        padding: 1.5rem;
    }

    .anatomy-image {
        max-width: 200px;
    }

    .muscle-category {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }

    .health-grid {
        grid-template-columns: 1fr;
    }

    .health-card {
        padding: 1.5rem;
    }

    .guide-section {
        padding: 1.5rem;
    }

    .guide-section h3 {
        font-size: 1.1rem;
    }

    .logo-img {
        height: 36px;
    }

    .logo-text {
        font-size: 1.5rem;
    }

    .topics-list {
        grid-template-columns: 1fr;
    }

    /* Academy cards - 1 column on mobile */
    .academy-cards {
        grid-template-columns: 1fr;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .academy-card {
        min-height: 360px;
    }
    
    .academy-card-image {
        height: 180px;
    }
    
    /* Article cards - 1 column on mobile */
    .article-grid {
        grid-template-columns: 1fr;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .article-card {
        min-height: 360px;
    }
    
    .article-card-image {
        height: 180px;
    }

    .subpage-header {
        padding: 8rem 1.5rem 3rem;
    }

    .subpage-content {
        padding: 2rem 1.5rem;
    }
    
    .article-header {
        padding: 5rem 1.5rem 2rem;
    }
    
    .article-header h1 {
        font-size: 1.8rem;
    }
    
    .article-container {
        padding: 2rem 1.5rem;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 2rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .anatomy-figure-panel,
    .anatomy-muscle-panel {
        padding: 1.2rem;
    }

    .anatomy-view {
        padding: 1rem;
    }

    .anatomy-image {
        max-width: 160px;
    }

    .muscle-category h4 {
        font-size: 0.9rem;
    }

    .health-card {
        padding: 1.2rem;
    }

    .guide-section {
        padding: 1.2rem;
        border-left-width: 3px;
    }

    p {
        font-size: 1rem;
    }

    .academy-card {
        min-height: 340px;
    }
    
    .academy-card-image {
        height: 160px;
    }
    
    .academy-card h3 {
        font-size: 1.1rem;
    }
    
    .academy-card p {
        font-size: 0.9rem;
    }
    
    .article-card {
        min-height: 340px;
    }
    
    .article-card-image {
        height: 160px;
    }

    .subpage-header {
        padding: 6rem 1rem 2rem;
    }

    .subpage-header h1 {
        font-size: 1.6rem;
    }
}
/* ===== ARTICLE CTA ===== */
.article-cta.premium-cta {
  margin-top: 3rem;
  padding: 2rem 1.5rem;
  border: 1px solid rgba(102, 255, 153, 0.18);
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.03) 0%,
    rgba(102, 255, 153, 0.04) 100%
  );
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.28),
    0 0 18px rgba(102, 255, 153, 0.08);
  text-align: center;
}

.article-cta-text {
  max-width: 760px;
  margin: 0 auto 1rem auto;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
}

.premium-academy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.75rem;
  padding: 0.95rem 1.5rem;
  border-radius: 999px;
  border: 1px solid rgba(102, 255, 153, 0.35);
  background: linear-gradient(135deg, #66ff99 0%, #2fe870 100%);
  color: #08110c;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.01em;
  box-shadow:
    0 10px 24px rgba(52, 255, 133, 0.24),
    0 0 18px rgba(102, 255, 153, 0.16);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    filter 0.22s ease;
}

.premium-academy-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.02);
  box-shadow:
    0 14px 30px rgba(52, 255, 133, 0.32),
    0 0 24px rgba(102, 255, 153, 0.22);
}

.premium-academy-button:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .article-cta.premium-cta {
    padding: 1.5rem 1rem;
    border-radius: 14px;
  }

  .premium-academy-button {
    width: 100%;
    padding: 0.95rem 1.2rem;
  }
}
article-container .mindset-article .article-content p { 
line-height:1.7;
}
article-container .mindset-article .article-content h2 { 
margin-top: 1.2rem
margin-bottom: 0.3rem;
}
.mindset-article .article-section {
    margin: 1.4rem 0;
}

.mindset-article .article-content h2 {
    margin-top: 0.9rem;
    margin-bottom: 0.4rem;
}

.mindset-article .article-content p {
    margin-bottom: 0.8rem;
}



/* ============================================
   POWERVITA ARTICLE LAYOUT SYSTEM v1.0
   Professional, premium article styling
   ============================================ */

/* ============================================
   ARTICLE CONTAINER - PREMIUM WRAPPER
   ============================================ */

.article-layout {
    max-width: 800px;
    margin: 0 auto;
    padding: 6rem 2rem 4rem;
    background: transparent;
}

/* Dark section wrapper for article pages */
.article-section-wrapper {
    background: linear-gradient(180deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);
    min-height: 100vh;
    padding-top: 100px;
}

/* ============================================
   ARTICLE HEADER - PREMIUM TITLE AREA
   ============================================ */

.article-header {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--border-color);
}

.article-label {
    display: inline-block;
    color: var(--accent-green);
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
}

.article-title {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.15;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
    letter-spacing: -1px;
}

.article-subtitle {
    font-size: 1.25rem;
    line-height: 1.6;
    color: var(--text-secondary);
    font-weight: 400;
    max-width: 600px;
}

/* ============================================
   ARTICLE HERO IMAGE
   ============================================ */

.article-hero {
    margin: 2.5rem 0;
    text-align: center;
}

.article-hero img {
    width: 100%;
    max-width: 700px;
    height: auto;
    border-radius: 16px;
    object-fit: contain;
    background: var(--bg-card);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

/* ============================================
   ARTICLE CONTENT - MAIN BODY
   ============================================ */

.article-body {
    margin-top: 3rem;
}

/* Paragraphs */
.article-body p {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
    text-align: left;
}

/* Intro paragraph styling */
.article-intro {
    font-size: 1.2rem;
    line-height: 1.7;
    color: var(--text-primary);
    margin-bottom: 2.5rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--border-color);
}

/* ============================================
   HEADINGS - CLEAR VISUAL HIERARCHY
   ============================================ */

/* H2 - Section headings */
.article-body h2 {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-top: 3.5rem;
    margin-bottom: 1.25rem;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

/* H3 - Subsection headings */
.article-body h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--accent-green);
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    line-height: 1.4;
}

/* H4 - Minor headings */
.article-body h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

/* ============================================
   LINKS - SUBTLE PROFESSIONAL STYLE
   ============================================ */

.article-body a {
    color: var(--accent-green);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
    font-weight: 500;
}

.article-body a:hover {
    border-bottom-color: var(--accent-green);
    opacity: 0.9;
}

/* ============================================
   IMAGES IN ARTICLES
   ============================================ */

.article-body img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 2rem 0;
    display: block;
    object-fit: contain;
    background: var(--bg-card);
}

.article-image {
    margin: 2.5rem 0;
    text-align: center;
}

.article-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.article-image-caption {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-top: 0.75rem;
    font-style: italic;
}

/* ============================================
   LISTS - CLEAN STYLING
   ============================================ */

.article-body ul,
.article-body ol {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
}

.article-body li {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.article-body ul li::marker {
    color: var(--accent-green);
}

/* ============================================
   BLOCKQUOTES - PREMIUM STYLING
   ============================================ */

.article-body blockquote {
    margin: 2.5rem 0;
    padding: 1.5rem 2rem;
    border-left: 4px solid var(--accent-green);
    background: var(--bg-card);
    border-radius: 0 12px 12px 0;
    font-style: italic;
}

.article-body blockquote p {
    font-size: 1.15rem;
    line-height: 1.7;
    color: var(--text-primary);
    margin: 0;
}

/* ============================================
   CALLOUT BOXES - HIGHLIGHT SECTIONS
   ============================================ */

.article-callout {
    margin: 2.5rem 0;
    padding: 1.75rem;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-left: 4px solid var(--accent-green);
    border-radius: 0 12px 12px 0;
}

.article-callout h4 {
    color: var(--accent-green);
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
    margin-top: 0;
}

.article-callout p {
    margin: 0;
    font-size: 1.05rem;
}

/* ============================================
   FURTHER READING / RELATED LINKS
   ============================================ */

.article-further-reading {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid var(--border-color);
}

.article-further-reading h2 {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.article-link-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.article-link-list li {
    margin-bottom: 0.75rem;
}

.article-link-list a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--accent-green);
    font-size: 1.05rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.article-link-list a::before {
    content: '→';
    color: var(--accent-green);
    transition: transform 0.3s ease;
}

.article-link-list a:hover::before {
    transform: translateX(4px);
}

/* ============================================
   ARTICLE META INFO
   ============================================ */

.article-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    font-size: 0.9rem;
    color: var(--text-muted);
}

.article-meta-separator {
    width: 4px;
    height: 4px;
    background: var(--accent-green);
    border-radius: 50%;
}

/* ============================================
   RESPONSIVE ADJUSTMENTS
   ============================================ */

@media (max-width: 768px) {
    .article-layout {
        padding: 4rem 1.25rem 3rem;
    }
    
    .article-title {
        font-size: 2rem;
        line-height: 1.2;
    }
    
    .article-subtitle {
        font-size: 1.1rem;
    }
    
    .article-body h2 {
        font-size: 1.4rem;
        margin-top: 2.5rem;
    }
    
    .article-body h3 {
        font-size: 1.15rem;
        margin-top: 2rem;
    }
    
    .article-body p,
    .article-body li {
        font-size: 1.05rem;
        line-height: 1.75;
    }
    
    .article-intro {
        font-size: 1.1rem;
    }
    
    .article-hero img {
        border-radius: 10px;
    }
    
    .article-body img {
        border-radius: 8px;
        margin: 1.5rem 0;
    }
    
    .article-callout {
        padding: 1.25rem;
        margin: 2rem 0;
    }
    
    blockquote {
        padding: 1.25rem;
        margin: 2rem 0;
    }
}

@media (max-width: 480px) {
    .article-layout {
        padding: 3rem 1rem 2rem;
    }
    
    .article-title {
        font-size: 1.75rem;
    }
    
    .article-body h2 {
        font-size: 1.25rem;
    }
    
    .article-body p {
        font-size: 1rem;
        margin-bottom: 1.25rem;
    }
}
/* ============================================
   POWERVITA ARTICLE OPTIMALISATIES
   Compacte spacing, professionele typografie, 
   hero afbeelding beperkt
   ============================================ */

/* ============================================
   1. COMPACTERE SPACING TUSSEN ALINEA'S
   ============================================ */

:root {
    /* Aangepaste body text variabelen - compacter */
    --body-line-height: 1.65;        /* Was 1.8 - nu compacter */
    --body-margin-bottom: 0.85rem;   /* Was 1.2rem - minder ruimte tussen alinea's */
    --body-font-size: 1.05rem;       /* Iets kleiner voor betere leesbaarheid */
}

/* Alle paragrafen in artikelen compacter */
.article-content p,
.article-body p,
.article-section p,
.mission-text p,
.founder-text p,
.subpage-content > p,
.guide-section p,
.coaching-card p,
.health-card p,
.value-card p,
.contact-item p,
.footer-brand p {
    margin-bottom: var(--body-margin-bottom);
    line-height: var(--body-line-height);
    font-size: var(--body-font-size);
}

/* Specifiek voor artikel secties - extra compact */
.article-section {
    margin-bottom: 1.5rem;           /* Was 2.5rem - secties dichter bij elkaar */
}

.article-section h2 {
    margin-top: 2rem;                /* Was 3.5rem - koppen dichter bij content */
    margin-bottom: 0.75rem;          /* Was 1.25rem - kop dichter bij tekst */
}

.article-section h3 {
    margin-top: 1.5rem;              /* Was 2.5rem */
    margin-bottom: 0.6rem;           /* Was 1rem */
}

/* Intro paragraaf mag iets meer ademruimte hebben, maar niet te veel */
.article-intro {
    margin-bottom: 1.5rem;           /* Was 2.5rem */
    padding: 1rem 0;                 /* Was 1.5rem 0 */
    line-height: 1.7;                /* Iets ruimer voor intro */
}

/* Lijsten compacter */
.article-content ul,
.article-body ul,
.article-body ol {
    margin: 1rem 0;                  /* Was 1.5rem 0 */
    line-height: 1.7;                /* Was 2 - compacter */
}

.article-content li,
.article-body li {
    margin-bottom: 0.4rem;           /* Was 0.75rem */
}

/* Callout boxes compacter */
.article-callout {
    margin: 1.5rem 0;                /* Was 2.5rem 0 */
    padding: 1.25rem;                /* Was 1.75rem */
}

/* Blockquotes compacter */
.article-body blockquote {
    margin: 1.5rem 0;                /* Was 2.5rem 0 */
    padding: 1rem 1.25rem;           /* Was 1.5rem 2rem */
}

/* ============================================
   ARTICLE HERO IMAGE - VOLLEDIG ZICHTBAAR, KLEINER
   ============================================ */

.article-hero {
    margin: 1rem 0;                  /* Minder margin */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.article-hero img {
    width: auto;                     /* Niet 100% breedte */
    max-width: 350px;                /* 2x zo klein als de 700px die je had */
    max-height: 250px;               /* Beperkte hoogte */
    height: auto;
    object-fit: contain;             /* Volledige afbeelding zichtbaar, geen cropping */
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    background: var(--bg-card);      /* Achtergrond voor eventuele lege ruimte */
    display: block;
}

/* Mobiele aanpassingen */
@media (max-width: 768px) {
    .article-hero img {
        max-width: 280px;            /* Iets kleiner op mobiel maar nog steeds volledig */
        max-height: 200px;
    }
}

@media (max-width: 480px) {
    .article-hero img {
        max-width: 240px;            /* Kleinste schermen */
        max-height: 180px;
    }
}
/* ============================================
   4. ALGEMENE LEESBAARHEID VERBETERINGEN
   ============================================ */

/* Zorg voor goede letterafstand */
p {
    letter-spacing: 0.01em;          /* Subtiele verbetering leesbaarheid */
}

/* Koppen iets dichter bij elkaar */
h2 {
    line-height: 1.3;                /* Was 1.2 - iets ruimer voor lange titels */
}

/* Article header compacter */
.article-header {
    margin-bottom: 1.5rem;           /* Was 3rem */
    padding-bottom: 1rem;            /* Was 2rem */
}

.article-subtitle {
    font-size: 1.1rem;               /* Was 1.25rem */
    line-height: 1.5;                /* Was 1.6 */
}
/* ============================================
   POWERVITA - ALLE ARTIKELEN CONSISTENT
   Universele spacing, typografie en hero styling
   ============================================ */

/* ============================================
   1. UNIVERSELE COMPACTE SPACING
   ============================================ */

:root {
    /* Compacte spacing voor alle artikelen */
    --article-line-height: 1.65;
    --article-margin-bottom: 0.85rem;
    --article-font-size: 1.05rem;
    --article-section-gap: 1.5rem;
    --article-heading-gap: 0.75rem;
}

/* Alle artikel containers - universele styling */
.article-content,
.article-body,
.article-container,
.article-layout,
.mindset-article .article-content,
.copd-article .article-content,
[class*="article"] p,
article p {
    line-height: var(--article-line-height);
}

/* Alle paragrafen in artikelen - compacte spacing */
.article-content p,
.article-body p,
.article-container p,
.article-layout p,
.article-section p,
.mindset-article p,
.copd-article p,
[class*="article"] p,
article p,
.subpage-content p,
.guide-section p {
    font-size: var(--article-font-size);
    line-height: var(--article-line-height);
    margin-bottom: var(--article-margin-bottom);
    text-align: left;
    color: var(--text-secondary);
}

/* Alle secties in artikelen */
.article-section,
.article-body section,
.article-content section,
[class*="article"] section {
    margin-bottom: var(--article-section-gap);
}

/* Alle H2 koppen in artikelen */
.article-content h2,
.article-body h2,
.article-section h2,
.article-layout h2,
.mindset-article h2,
.copd-article h2,
.subpage-content h2,
.guide-section h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--accent-green);
    margin-top: 2rem;
    margin-bottom: var(--article-heading-gap);
    line-height: 1.3;
    text-align: left;
}

/* Alle H3 koppen in artikelen */
.article-content h3,
.article-body h3,
.article-section h3,
.article-layout h3,
.mindset-article h3,
.copd-article h3,
.subpage-content h3,
.guide-section h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-top: 1.5rem;
    margin-bottom: 0.6rem;
    line-height: 1.4;
    text-align: left;
}

/* Alle H4 koppen in artikelen */
.article-content h4,
.article-body h4,
.article-section h4,
.article-layout h4,
.mindset-article h4,
.copd-article h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--accent-green);
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    text-align: left;
}

/* Intro paragrafen - iets ruimer maar nog steeds compact */
.article-intro,
.article-body .article-intro,
.article-content .article-intro {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--border-color);
    text-align: left;
}

/* Lijsten in alle artikelen - compact */
.article-content ul,
.article-content ol,
.article-body ul,
.article-body ol,
.article-section ul,
.article-section ol,
.subpage-content ul,
.subpage-content ol,
.guide-section ul,
.guide-section ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
    line-height: 1.7;
}

.article-content li,
.article-body li,
.article-section li,
.subpage-content li,
.guide-section li {
    font-size: var(--article-font-size);
    line-height: 1.7;
    margin-bottom: 0.4rem;
    color: var(--text-secondary);
}

/* Callout boxes - compact */
.article-callout,
.article-body .article-callout,
.article-content .article-callout {
    margin: 1.5rem 0;
    padding: 1.25rem;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-left: 4px solid var(--accent-green);
    border-radius: 0 12px 12px 0;
}

.article-callout h4,
.article-callout h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.article-callout p {
    margin: 0;
    font-size: 1rem;
}

/* Blockquotes - compact */
.article-content blockquote,
.article-body blockquote,
.article-section blockquote {
    margin: 1.5rem 0;
    padding: 1rem 1.25rem;
    border-left: 4px solid var(--accent-green);
    background: var(--bg-card);
    border-radius: 0 12px 12px 0;
    font-style: italic;
}

.article-content blockquote p,
.article-body blockquote p {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;
}

/* ============================================
   2. HERO AFBEELDING - ALLE ARTIKELEN CONSISTENT
   ============================================ */

/* Hero sectie algemeen */
.hero {
    min-height: auto;
    min-height: 70vh;
    padding-top: 80px;
    padding-bottom: 3rem;
}

.hero-content {
    padding: 2rem 1.5rem;
}

.hero h1 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
}

/* Article hero image - universeel */
.article-hero,
.article-hero-image,
.hero-image {
    margin: 1rem 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.article-hero img,
.article-hero-image img,
.hero-image img,
.article-header img {
    width: auto;
    max-width: 350px;
    max-height: 250px;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    background: var(--bg-card);
    display: block;
}

/* ============================================
   3. ARTICLE HEADERS - CONSISTENT
   ============================================ */

.article-header,
.article-content > header,
.article-body > header {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border-color);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 6rem 2rem 1rem;
}

.article-title,
.article-header h1,
.article-content h1,
.article-body h1 {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.15;
    color: var(--text-primary);
    margin-bottom: 1rem;
    letter-spacing: -1px;
    text-align: left;
    background: none;
    -webkit-text-fill-color: initial;
}

.article-subtitle,
.article-header p:first-of-type {
    font-size: 1.1rem;
    line-height: 1.5;
    color: var(--text-secondary);
    max-width: 600px;
    text-align: left;
}

.article-label,
.article-header .article-label,
.article-content .article-label {
    display: inline-block;
    color: var(--accent-green);
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

/* ============================================
   4. MOBIELE RESPONSIVE - ALLE ARTIKELEN
   ============================================ */

@media (max-width: 768px) {
    :root {
        --article-font-size: 1rem;
        --article-line-height: 1.6;
        --article-margin-bottom: 0.75rem;
    }
    
    .hero {
        min-height: 60vh;
        padding-top: 70px;
    }
    
    .hero h1 {
        font-size: 2rem;
    }
    
    .article-title,
    .article-header h1,
    .article-content h1,
    .article-body h1 {
        font-size: 1.75rem;
        line-height: 1.25;
    }
    
    .article-header,
    .article-content > header,
    .article-body > header {
        padding: 4rem 1.25rem 1rem;
    }
    
    .article-content h2,
    .article-body h2,
    .article-section h2 {
        font-size: 1.3rem;
        margin-top: 1.5rem;
    }
    
    .article-content h3,
    .article-body h3,
    .article-section h3 {
        font-size: 1.1rem;
        margin-top: 1.25rem;
    }
    
    .article-hero img,
    .article-hero-image img,
    .hero-image img {
        max-width: 280px;
        max-height: 200px;
    }
    
    .article-intro,
    .article-body .article-intro {
        font-size: 1.05rem;
        line-height: 1.65;
    }
    
    .article-content p,
    .article-body p,
    .article-section p {
        font-size: 1rem;
        line-height: 1.6;
    }
}

@media (max-width: 480px) {
    .hero {
        min-height: 55vh;
    }
    
    .hero h1 {
        font-size: 1.75rem;
    }
    
    .article-title,
    .article-header h1 {
        font-size: 1.5rem;
    }
    
    .article-header {
        padding: 3rem 1rem 1rem;
    }
    
    .article-hero img,
    .article-hero-image img {
        max-width: 240px;
        max-height: 180px;
    }
    
    :root {
        --article-font-size: 0.95rem;
        --article-margin-bottom: 0.7rem;
    }
    
    .article-content h2,
    .article-body h2 {
        font-size: 1.25rem;
    }
}
/* ============================================
   POWERVITA - ALLE ARTIKELEN CONSISTENT
   Onderaan CSS plakken - overschrijft eerdere waarden
   ============================================ */

:root {
    /* Compacte spacing voor alle artikelen */
    --article-line-height: 1.65;
    --article-margin-bottom: 0.85rem;
    --article-font-size: 1.05rem;
}

/* ============================================
   1. UNIVERSELE PARAGRAAF STYLING
   ============================================ */

/* Alle paragrafen in artikelen */
.article-container p,
.article-content p,
.article-body p,
.article-section p,
.article-layout p,
.mindset-article p,
.copd-article p,
[class*="article"] p,
main.article-container p,
main[class*="article"] p,
.article-page main p {
    font-size: var(--article-font-size);
    line-height: var(--article-line-height);
    margin-bottom: var(--article-margin-bottom);
}

/* ============================================
   2. UNIVERSELE KOP STYLING
   ============================================ */

/* Alle H2 in artikelen */
.article-container h2,
.article-content h2,
.article-body h2,
.article-section h2,
.article-layout h2,
.mindset-article h2,
.copd-article h2,
[class*="article"] h2,
main h2 {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

/* Alle H3 in artikelen */
.article-container h3,
.article-content h3,
.article-body h3,
.article-section h3,
.article-layout h3,
.mindset-article h3,
.copd-article h3,
[class*="article"] h3,
main h3 {
    font-size: 1.2rem;
    margin-top: 1.5rem;
    margin-bottom: 0.6rem;
}

/* ============================================
   3. UNIVERSELE LIJST STYLING
   ============================================ */

.article-container ul,
.article-container ol,
.article-content ul,
.article-content ol,
.article-body ul,
.article-body ol,
.article-section ul,
.article-section ol,
[class*="article"] ul,
[class*="article"] ol,
main ul,
main ol {
    margin: 1rem 0;
    line-height: 1.7;
}

.article-container li,
.article-content li,
.article-body li,
.article-section li,
[class*="article"] li,
main li {
    margin-bottom: 0.4rem;
}

/* ============================================
   4. HERO AFBEELDING - ALLE ARTIKELEN
   ============================================ */

.hero {
    min-height: 70vh;
}

.hero h1 {
    font-size: 2.8rem;
}

/* Article hero image - klein en volledig zichtbaar */
.article-hero,
.article-hero-image {
    margin: 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.article-hero img,
.article-hero-image img,
main .article-hero img {
    width: auto;
    max-width: 350px;
    max-height: 250px;
    height: auto;
    object-fit: contain;
}

/* ============================================
   5. MOBIELE AANPASSINGEN
   ============================================ */

@media (max-width: 768px) {
    :root {
        --article-font-size: 1rem;
        --article-margin-bottom: 0.75rem;
    }
    
    .hero {
        min-height: 60vh;
    }
    
    .hero h1 {
        font-size: 2rem;
    }
    
    .article-container h1,
    .article-content h1,
    .article-body h1,
    main h1 {
        font-size: 1.75rem;
    }
    
    .article-hero img,
    .article-hero-image img {
        max-width: 280px;
        max-height: 200px;
    }
}

@media (max-width: 480px) {
    .hero {
        min-height: 55vh;
    }
    
    .article-container h1,
    .article-content h1,
    main h1 {
        font-size: 1.5rem;
    }
    
    .article-hero img,
    .article-hero-image img {
        max-width: 240px;
        max-height: 180px;
    }
}
/* ============================================
   FOUNDER HERO SECTION - PROFESSIONAL LAYOUT
   ============================================ */

.founder-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 6rem 2rem 4rem;
    min-height: 80vh;
    position: relative;
    overflow: hidden;
}

/* Text Container - Left Side */
.founder-text {
    flex: 1;
    max-width: 550px;
    position: relative;
    z-index: 2;
}

.founder-text-content {
    opacity: 0;
    transform: translateX(-80px);
    animation: slideInFromLeft 1s ease-out forwards;
    animation-delay: 0.2s;
}

.founder-label {
    display: inline-block;
    color: var(--accent-green);
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    padding: 0.4rem 1rem;
    background: rgba(0, 208, 132, 0.1);
    border: 1px solid rgba(0, 208, 132, 0.3);
    border-radius: 50px;
}

.founder-title {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.15;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
    letter-spacing: -1px;
    background: linear-gradient(135deg, #ffffff 0%, var(--accent-green) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.founder-description {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.founder-description p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin: 0;
    text-align: left;
}

/* Image Container - Right Side */
.founder-image {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 1;
}

.founder-image img {
    max-width: 480px;
    width: 100%;
    height: auto;
    object-fit: contain;
    opacity: 0;
    transform: translateX(100px);
    animation: slideInFromRight 1s ease-out forwards;
    animation-delay: 0.4s;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.4));
}

/* Slide Animations */
@keyframes slideInFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-80px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInFromRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Values Section Below Hero */
.founder-values-section {
    padding: 4rem 2rem 6rem;
    max-width: 1200px;
    margin: 0 auto;
}

/* ============================================
   MOBILE RESPONSIVE - FOUNDER HERO
   ============================================ */

@media (max-width: 900px) {
    .founder-hero {
        flex-direction: column;
        text-align: center;
        gap: 2.5rem;
        padding: 4rem 1.5rem 3rem;
        min-height: auto;
    }

    .founder-text {
        max-width: 100%;
        order: 2;
    }

    .founder-text-content {
        animation: slideInFromBottom 1s ease-out forwards;
        animation-delay: 0.3s;
        transform: translateY(40px);
    }

    .founder-title {
        font-size: 2rem;
        text-align: center;
    }

    .founder-description p {
        text-align: center;
        font-size: 1rem;
    }

    .founder-label {
        margin-bottom: 0.75rem;
    }

    .founder-image {
        order: 1;
        justify-content: center;
        width: 100%;
    }

    .founder-image img {
        max-width: 320px;
        animation: slideInFromTop 1s ease-out forwards;
        animation-delay: 0.1s;
        transform: translateY(-60px);
    }

    /* Mobile Animations */
    @keyframes slideInFromTop {
        0% {
            opacity: 0;
            transform: translateY(-60px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes slideInFromBottom {
        0% {
            opacity: 0;
            transform: translateY(40px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .founder-values-section {
        padding: 3rem 1.5rem 4rem;
    }
}

@media (max-width: 480px) {
    .founder-hero {
        padding: 3rem 1rem 2rem;
        gap: 2rem;
    }

    .founder-title {
        font-size: 1.75rem;
    }

    .founder-image img {
        max-width: 280px;
    }

    .founder-description p {
        font-size: 0.95rem;
        line-height: 1.6;
    }
}

/* ============================================
   SCROLL TRIGGERED ANIMATIONS (OPTIONAL)
   ============================================ */

/* Als je wilt dat animaties pas starten bij scroll, 
   voeg deze class toe via JavaScript wanneer de sectie in beeld komt */

.founder-hero.animate-on-scroll .founder-text-content,
.founder-hero.animate-on-scroll .founder-image img {
    animation-play-state: paused;
}

.founder-hero.animate-on-scroll.in-view .founder-text-content {
    animation-play-state: running;
}

.founder-hero.animate-on-scroll.in-view .founder-image img {
    animation-play-state: running;
    animation-delay: 0.2s;
}
/* ============================================
SEARCH BAR — POWERVITA V5
============================================ */

.search-container{

margin-left:auto;

margin-right:1.5rem;

max-width:250px;

width:100%;

flex-shrink:0;

}

.search-wrapper{

position:relative;

display:flex;

align-items:center;

width:100%;

}

.search-input{

width:100%;

height:42px;

padding:0.8rem 2.8rem 0.8rem 1rem;

border-radius:999px;

border:1px solid rgba(57,255,20,0.35);

background:rgba(255,255,255,0.10);

color:rgba(255,255,255,0.95);

font-size:0.92rem;

outline:none;

transition:all .25s ease;

box-shadow:

0 0 0 1px rgba(57,255,20,0.08),

0 0 12px rgba(57,255,20,0.08);

}

.search-input::placeholder{

color:rgba(255,255,255,0.78);

font-weight:500;

}

.search-input:hover{

border-color:rgba(57,255,20,0.55);

background:rgba(255,255,255,0.12);

box-shadow:

0 0 0 1px rgba(57,255,20,0.14),

0 0 18px rgba(57,255,20,0.14);

}

.search-input:focus{

border-color:rgba(57,255,20,0.75);

background:rgba(255,255,255,0.14);

box-shadow:

0 0 0 1px rgba(57,255,20,0.25),

0 0 0 4px rgba(57,255,20,0.10),

0 0 24px rgba(57,255,20,0.18);

}

.search-icon{

position:absolute;

right:14px;

top:50%;

transform:translateY(-50%);

color:rgba(57,255,20,0.85);

pointer-events:none;

}

/* dropdown */

.search-dropdown{

position:absolute;

top:calc(100% + 10px);

right:0;

width:320px;

background:var(--bg-card);

border:1px solid var(--border-color);

border-radius:14px;

box-shadow:0 20px 60px rgba(0,0,0,.5);

opacity:0;

visibility:hidden;

transform:translateY(-10px);

transition:.25s;

z-index:1001;
max-height: 400px;          
 overflow-y: auto;             
scroll-behavior: smooth;

}

.search-dropdown.active{

opacity:1;

visibility:visible;

transform:none;

}

/* tablet */

@media(max-width:1024px){

.search-container{

max-width:210px;

margin-right:.7rem;

}

}

/* mobile */

@media(max-width:768px){

.nav-container{

flex-wrap:wrap;

}

/* search onder navbar */

.search-container{

order:100;

width:100%;

max-width:none;

margin:0;

margin-top:.8rem;

padding-top:.7rem;

border-top:1px solid rgba(255,255,255,.06);

}

/* full width */

.search-input{

width:100%;

height:44px;

}

/* dropdown mobiel */

.search-dropdown{

position:static;

width:100%;

margin-top:.6rem;

box-shadow:0 10px 30px rgba(0,0,0,.3);

}

/* ============================================
   SEARCH DROPDOWN OPTIMALISATIES
   Voor 11+ artikelen - scrollable & compact
   ============================================ */

/* 1. Scrollable dropdown voor veel resultaten */
.search-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 320px;
    max-height: 400px;           /* ⭐ NIEUW: Beperkte hoogte */
    overflow-y: auto;            /* ⭐ NIEUW: Scrollbaar */
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 14px;
    box-shadow: 0 20px 60px rgba(0,0,0,.5);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: .25s;
    z-index: 1001;
    
    /* ⭐ NIEUW: Smooth scrolling */
    scroll-behavior: smooth;
}

/* 2. Custom scrollbar styling (optional, premium look) */
.search-dropdown::-webkit-scrollbar {
    width: 6px;
}

.search-dropdown::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 0 14px 14px 0;
}

.search-dropdown::-webkit-scrollbar-thumb {
    background: var(--accent-green);
    border-radius: 3px;
    opacity: 0.6;
}

.search-dropdown::-webkit-scrollbar-thumb:hover {
    opacity: 1;
}

/* 3. Compactere resultaten items voor meer artikelen */
.search-result-item {
    padding: 12px 16px;        /* Iets compacter dan default */
    border-bottom: 1px solid var(--border-color);
    cursor: pointer;
    transition: all 0.2s ease;
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-item:hover,
.search-result-item.selected {
    background: rgba(0, 208, 132, 0.08);
    border-left: 3px solid var(--accent-green);
}

/* 4. Resultaten titel styling */
.search-result-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 4px;
    line-height: 1.3;
}

/* 5. Categorie badge styling */
.search-result-category {
    display: inline-block;
    font-size: 0.7rem;
    color: var(--accent-green);
    background: rgba(0, 208, 132, 0.1);
    padding: 2px 8px;
    border-radius: 12px;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* 6. Excerpt styling (korter voor meer items) */
.search-result-excerpt {
    font-size: 0.85rem;
    color: var(--text-secondary);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;     /* ⭐ NIEUW: Max 2 regels */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 7. "Geen resultaten" styling */
.search-no-results {
    padding: 20px;
    text-align: center;
    color: var(--text-secondary);
}

.search-no-results p {
    margin: 0;
    font-size: 0.9rem;
}

/* 8. Loading state */
.search-loading {
    padding: 20px;
    text-align: center;
    color: var(--accent-green);
}

/* ============================================
   MOBILE AANPASSINGEN VOOR SEARCH
   ============================================ */

@media (max-width: 768px) {
    .search-dropdown {
        position: static;      /* Al correct in huidige CSS */
        width: 100%;
        max-height: 350px;     /* ⭐ Iets lager op mobiel */
        margin-top: 0.6rem;
        border-radius: 12px;
    }
    
    /* Zorg dat dropdown niet buiten scherm valt */
    .search-container {
        position: relative;
    }
}

/* ============================================
   TABLET AANPASSINGEN
   ============================================ */

@media (max-width: 1024px) {
    .search-dropdown {
        width: 300px;          /* Iets smaller op tablet */
        right: 0;
    }
}
#form-success {
    background: var(--accent-green);
    color: #000;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    text-align: center;
    font-weight: 500;
}
/* ============================================
   POWERVITA ACADEMY TITLE ENTRANCE EFFECT
   ============================================ */


/* ============================================
   POWERVITA PREVIEW CARDS - PREMIUM BADGES
   3 cards met 2 uitgelicht
   ============================================ */

/* Grid - exact 3 cards, centered */
.academy-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(280px, 320px));
    gap: 24px;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

/* Card base - entrance animatie klaar */
.academy-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    color: var(--text-primary);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 380px;
    opacity: 0;
    transform: translateY(25px);
}

/* Entrance animation - 1x */
.academy-card.animate-in {
    animation: cardEntrance 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes cardEntrance {
    0% {
        opacity: 0;
        transform: translateY(25px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Staggered delays */
.academy-card:nth-child(1).animate-in { animation-delay: 0.1s; }
.academy-card:nth-child(2).animate-in { animation-delay: 0.25s; }
.academy-card:nth-child(3).animate-in { animation-delay: 0.4s; }

/* Hover effects */
.academy-card:hover {
    transform: translateY(-6px);
    border-color: var(--accent-green);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

/* ============================================
   UITGELICHTE CARDS - PREMIUM STYLING
   ============================================ */

.academy-card--featured {
    border-color: rgba(0, 208, 132, 0.25);
    box-shadow: 
        0 0 0 1px rgba(0, 208, 132, 0.1),
        0 10px 30px rgba(0, 0, 0, 0.2),
        0 0 40px rgba(0, 208, 132, 0.06);
}

.academy-card--featured:hover {
    border-color: var(--accent-green);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.35),
        0 0 60px rgba(0, 208, 132, 0.12);
}

/* ============================================
   PREMIUM BADGES - NEON GLOW
   ============================================ */

.card-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    z-index: 10;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    
    /* Neon groen glow */
    background: linear-gradient(135deg, 
        rgba(0, 208, 132, 0.2) 0%, 
        rgba(0, 208, 132, 0.08) 100%);
    color: var(--accent-green);
    text-shadow: 0 0 8px rgba(0, 208, 132, 0.6);
    box-shadow: 
        0 0 15px rgba(0, 208, 132, 0.3),
        0 4px 15px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    animation: badgeGlow 2.5s ease-in-out infinite;
}

/* Geüpdatet variant - goud/geel */
.card-badge--updated {
    background: linear-gradient(135deg, 
        rgba(255, 193, 7, 0.2) 0%, 
        rgba(255, 193, 7, 0.08) 100%);
    color: #ffc107;
    text-shadow: 0 0 8px rgba(255, 193, 7, 0.6);
    border-color: rgba(255, 193, 7, 0.3);
    box-shadow: 
        0 0 15px rgba(255, 193, 7, 0.3),
        0 4px 15px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    animation: badgeGlowGold 2.5s ease-in-out infinite;
}

/* Badge animaties */
@keyframes badgeGlow {
    0%, 100% {
        box-shadow: 
            0 0 10px rgba(0, 208, 132, 0.3),
            0 4px 15px rgba(0, 0, 0, 0.3);
    }
    50% {
        box-shadow: 
            0 0 25px rgba(0, 208, 132, 0.5),
            0 4px 15px rgba(0, 0, 0, 0.3);
    }
}

@keyframes badgeGlowGold {
    0%, 100% {
        box-shadow: 
            0 0 10px rgba(255, 193, 7, 0.3),
            0 4px 15px rgba(0, 0, 0, 0.3);
    }
    50% {
        box-shadow: 
            0 0 25px rgba(255, 193, 7, 0.5),
            0 4px 15px rgba(0, 0, 0, 0.3);
    }
}

/* Badge uitschakelen */
.academy-card[data-badge="none"] .card-badge,
.academy-card:not(.academy-card--featured) .card-badge {
    display: none;
}

/* ============================================
   CARD CONTENT
   ============================================ */

.academy-card-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 14px 14px 0 0;
    flex-shrink: 0;
    background: var(--bg-elevated);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.academy-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.academy-card:hover .academy-card-image img {
    transform: scale(1.08);
}

.academy-card-content {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.academy-card h3 {
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
    color: var(--text-primary);
    text-align: left;
    line-height: 1.35;
    font-weight: 600;
}

/* Beschrijving voor uitgelichte cards */
.academy-card p {
    font-size: 0.92rem;
    line-height: 1.55;
    color: var(--text-secondary);
    text-align: left;
    margin: 0;
    flex-grow: 1;
}

/* Standaard cards zonder beschrijving - meer padding voor balans */
.academy-card:not(.academy-card--featured) .academy-card-content {
    justify-content: center;
}

.academy-card:not(.academy-card--featured) h3 {
    margin-bottom: 0;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1024px) {
    .academy-cards {
        grid-template-columns: repeat(3, minmax(220px, 1fr));
        gap: 16px;
        padding: 0 1rem;
    }
    
    .academy-card {
        min-height: 340px;
    }
    
    .academy-card-image {
        height: 160px;
    }
    
    .card-badge {
        top: 10px;
        right: 10px;
        padding: 5px 10px;
        font-size: 0.65rem;
        letter-spacing: 0.5px;
    }
    
    .academy-card h3 {
        font-size: 1.1rem;
    }
    
    .academy-card p {
        font-size: 0.88rem;
    }
}

@media (max-width: 768px) {
    .academy-cards {
        grid-template-columns: 1fr;
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
        gap: 20px;
    }
    
    .academy-card {
        min-height: 320px;
    }
    
    .academy-card-image {
        height: 180px;
    }
    
    /* Op mobiel: featured cards visueel onderscheiden */
    .academy-card--featured {
        order: -1; /* Featured cards bovenaan */
    }
}

@media (max-width: 480px) {
    .academy-card {
        min-height: 300px;
    }
    
    .academy-card-image {
        height: 160px;
    }
    
    .card-badge {
        top: 8px;
        right: 8px;
        padding: 4px 8px;
        font-size: 0.6rem;
    }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .academy-card {
        opacity: 1;
        transform: none;
        animation: none !important;
        transition: border-color 0.3s, box-shadow 0.3s;
    }
    
    .card-badge {
        animation: none !important;
    }
    
    .academy-card-image img {
        transition: none;
    }
}
/* ============================================
   MOBILE FIXES - SEARCH BAR & ACADEMY CARDS
   ============================================ */

/* 1. SEARCH BAR MOBILE - COMPACTER */
@media (max-width: 768px) {
    /* Search container smaller */
    .search-container {
        order: 100;
        width: 100%;
        max-width: none;
        margin: 0;
        margin-top: 0.5rem;
        padding-top: 0.5rem;
        border-top: 1px solid rgba(255,255,255,0.06);
    }

    /* Search input compacter - minder hoog */
    .search-input {
        width: 100%;
        height: 38px;          /* Was 44px - smaller */
        padding: 0.5rem 2.5rem 0.5rem 1rem;  /* Minder padding */
        font-size: 0.9rem;     /* Iets kleinere tekst */
    }
    
    /* Search icon aanpassen */
    .search-icon {
        width: 16px;
        height: 16px;
        right: 12px;
    }

    /* Dropdown compacter */
    .search-dropdown {
        position: static;
        width: 100%;
        max-height: 300px;     /* Iets lager */
        margin-top: 0.4rem;
        border-radius: 10px;
    }
}

/* 2. ACADEMY CARDS - ALTIJD ONDER ELKAAR OP MOBIEL */
@media (max-width: 768px) {
    /* Forceer 1 kolom op alle academy card grids */
    .academy-cards {
        grid-template-columns: 1fr !important;  /* Forceer 1 kolom */
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        gap: 16px;           /* Minder gap */
    }
    
    /* Academy cards in subpagina's ook 1 kolom */
    .subpage-content .academy-cards,
    #academy-training .academy-cards,
    #training-limitations .academy-cards {
        grid-template-columns: 1fr !important;
        max-width: 320px;
    }
    
    /* Kaarten zelf compacter */
    .academy-card {
        min-height: auto;    /* Auto hoogte */
        height: auto;
    }
    
    /* Afbeelding compacter */
    .academy-card-image {
        height: 160px;       /* Iets lager */
    }
    
    /* Content padding */
    .academy-card-content {
        padding: 1rem;
    }
    
    /* Titels */
    .academy-card h3 {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }
    
    /* Beschrijving */
    .academy-card p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
}

/* Extra kleine schermen */
@media (max-width: 480px) {
    .academy-cards {
        max-width: 100%;     /* Volledige breedte */
        padding: 0 0.5rem;
    }
    
    .academy-card-image {
        height: 140px;
    }
}

/* 3. AFBEELDINGEN - ALTIJD VOLLEDIG IN BEELD */
/* Academy card afbeeldingen */
.academy-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;  /* Was cover - nu contain */
    display: block;
    background: var(--bg-elevated);  /* Achtergrond voor lege ruimte */
}

/* Article card afbeeldingen */
.article-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    display: block;
    background: var(--bg-elevated);
}

/* Hero afbeeldingen */
.hero-image img,
.article-hero img,
.article-hero-image img {
    object-fit: contain !important;
    background: var(--bg-elevated);
}

/* Founder afbeelding */
.founder-image img {
    object-fit: contain !important;
    background: transparent;
}

/* Anatomie afbeeldingen */
.anatomy-image {
    object-fit: contain !important;
    background: var(--bg-elevated);
}

/* Alle andere card afbeeldingen */
[class*="card"] img,
[class*="Card"] img {
    object-fit: contain;
}
/* ============================================
   TAALSWITCHER MOBILE FIX
   ============================================ */

@media (max-width: 768px) {
    /* Taalswitcher compacter en beter zichtbaar */
    .lang-switcher {
        position: fixed;
        top: 0.8rem;
        right: 0.8rem;           /* Was 2rem - dichterbij */
        z-index: 1001;
        display: flex;
        align-items: center;
        gap: 0.3rem;             /* Was 0.5rem - smaller */
        background: rgba(10, 10, 10, 0.9);
        padding: 0.25rem 0.5rem; /* Was 0.4rem 0.8rem - compacter */
        border-radius: 16px;     /* Iets kleiner */
        border: 1px solid var(--border-color);
        backdrop-filter: blur(10px);
        transform: scale(0.9);   /* Alles iets kleiner */
        transform-origin: top right;
    }

    /* Knoppen kleiner */
    .lang-switcher button {
        background: none;
        border: none;
        color: var(--text-muted);
        cursor: pointer;
        font-weight: 600;
        font-size: 0.75rem;      /* Was 0.85rem */
        padding: 0.15rem 0.4rem; /* Was 0.2rem 0.5rem */
        transition: all 0.3s ease;
        border-radius: 4px;
    }

    /* Actieve knop */
    .lang-switcher button.active {
        color: var(--accent-green);
        background: rgba(0, 208, 132, 0.1);
    }

    /* Scheidingsstreep */
    .lang-divider {
        color: var(--text-muted);
        font-size: 0.7rem;       /* Was 0.8rem */
    }
    
    /* Language popup ook aanpassen */
    .lang-popup {
        position: fixed;
        bottom: 1rem;
        right: 0.5rem;
        left: 0.5rem;            /* Centreren op mobiel */
        max-width: none;
        padding: 1rem;
        border-radius: 10px;
    }
    
    .lang-popup p {
        font-size: 0.9rem;
        margin-bottom: 0.8rem;
    }
    
    .lang-popup button {
        padding: 0.5rem 0.8rem;
        font-size: 0.85rem;
    }
}

/* Extra kleine schermen - nog compacter */
@media (max-width: 480px) {
    .lang-switcher {
        right: 0.5rem;
        top: 0.6rem;
        transform: scale(0.85);
        padding: 0.2rem 0.4rem;
    }
    
    .lang-switcher button {
        font-size: 0.7rem;
        padding: 0.1rem 0.3rem;
    }
}
/* ============================================
   MOBILE FIXES - SEARCH BAR & NAVIGATION
   Zoekbalk compacter + alle elementen zichtbaar
   ============================================ */

/* 1. MOBILE SEARCH BAR - COMPACT & VOLLEDIG ZICHTBAAR */
@media (max-width: 768px) {
    /* Nav container aanpassingen */
    .nav-container {
        flex-wrap: wrap;
        padding: 0.5rem 1rem;
        gap: 0.5rem;
    }
    
    /* Logo kleiner op mobiel */
    .logo-img {
        height: 40px;  /* Was 100px - veel kleiner */
    }
    
    .logo-text {
        font-size: 1.3rem;  /* Kleiner */
    }

    /* Search container - volledige breedte maar compacter */
    .search-container {
        order: 100;
        width: 100%;
        max-width: none;
        margin: 0.3rem 0 0 0;
        padding-top: 0.4rem;
        border-top: 1px solid rgba(255,255,255,0.06);
    }

    /* Search input - veel compacter */
    .search-input {
        width: 100%;
        height: 36px;          /* Was 42px - lager */
        padding: 0.4rem 2.2rem 0.4rem 0.9rem;
        font-size: 0.85rem;    /* Kleinere tekst */
        border-radius: 20px;   /* Iets minder rond */
    }
    
    /* Search icon aanpassen */
    .search-icon {
        width: 14px;
        height: 14px;
        right: 10px;
    }

    /* Dropdown - compacter */
    .search-dropdown {
        position: static;
        width: 100%;
        max-height: 280px;
        margin-top: 0.3rem;
        border-radius: 10px;
    }
    
    /* Taalswitcher - kleiner maar zichtbaar */
    .lang-switcher {
        position: fixed;
        top: 0.5rem;
        right: 0.5rem;
        padding: 0.2rem 0.4rem;
        transform: scale(0.85);
        transform-origin: top right;
        z-index: 1002;  /* Hoger dan nav */
    }
    
    .lang-switcher button {
        font-size: 0.7rem;
        padding: 0.1rem 0.3rem;
    }
    
    /* Hero sectie - meer ruimte bovenaan vanwege nav */
    .hero {
        padding-top: 140px;  /* Meer ruimte voor de nav + search */
        min-height: auto;
        padding-bottom: 3rem;
    }
    
    .hero h1 {
        font-size: 1.8rem;  /* Kleinere titel */
        line-height: 1.2;
    }
    
    .hero-content {
        padding: 1rem;
    }
}

/* Extra kleine schermen */
@media (max-width: 480px) {
    .nav-container {
        padding: 0.4rem 0.8rem;
    }
    
    .logo-img {
        height: 32px;  /* Nog kleiner */
    }
    
    .logo-text {
        font-size: 1.1rem;
    }
    
    .search-input {
        height: 34px;
        font-size: 0.8rem;
        padding: 0.3rem 2rem 0.3rem 0.8rem;
    }
    
    .hero {
        padding-top: 130px;
    }
    
    .hero h1 {
        font-size: 1.5rem;
    }
    
    .lang-switcher {
        transform: scale(0.8);
        top: 0.3rem;
        right: 0.3rem;
    }
}

/* 2. TABLET AANPASSINGEN */
@media (min-width: 769px) and (max-width: 1024px) {
    .search-container {
        max-width: 180px;  /* Smaller op tablet */
        margin-right: 0.5rem;
    }
    
    .search-input {
        height: 38px;
        font-size: 0.85rem;
    }
    
    .logo-img {
        height: 50px;
    }
}

/* 3. ZOEKDROPDOWN RESULTATEN - COMPACTER */
.search-result-item {
    padding: 10px 14px;
    border-bottom: 1px solid var(--border-color);
}

.search-result-title {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 3px;
    line-height: 1.3;
}

.search-result-category {
    font-size: 0.65rem;
    padding: 2px 6px;
    margin-bottom: 4px;
}

.search-result-excerpt {
    font-size: 0.8rem;
    line-height: 1.4;
    -webkit-line-clamp: 2;
}

/* 4. ACADEMY CARDS - ALTIJD GOED ZICHTBAAR */
@media (max-width: 768px) {
    .academy-cards {
        grid-template-columns: 1fr !important;
        max-width: 100%;
        padding: 0 0.5rem;
        gap: 12px;
    }
    
    .academy-card {
        min-height: auto;
    }
    
    .academy-card-image {
        height: 140px;
    }
    
    .academy-card h3 {
        font-size: 1rem;
    }
    
    .academy-card p {
        font-size: 0.85rem;
        line-height: 1.4;
    }
    
    /* Badges kleiner */
    .card-badge {
        top: 8px;
        right: 8px;
        padding: 4px 8px;
        font-size: 0.6rem;
    }
}

/* 5. TAALSWITCHER ALTIJD ZICHTBAAR */
.lang-switcher {
    z-index: 1002;
}

nav {
    z-index: 1000;
}

/* 6. PAGINA TITEL MOBIEL - GOED ZICHTBAAR */
@media (max-width: 768px) {
    .section-title {
        font-size: 1.6rem;
        line-height: 1.2;
    }
    
    .section-subtitle {
        font-size: 0.95rem;
    }
    
    section {
        padding: 4rem 1rem;
    }
}
/* ============================================
   MOBILE FIXES - SEARCH BAR & LANGUAGE SWITCHER
   Geoptimaliseerd voor kleine schermen
   ============================================ */

/* 1. MOBILE SEARCH BAR - VOLLEDIG ZICHTBAAR */
@media (max-width: 768px) {
    /* Nav container - betere spacing */
    .nav-container {
        flex-wrap: wrap;
        padding: 0.5rem 1rem;
        gap: 0.5rem;
        position: relative;
    }
    
    /* Logo kleiner */
    .logo-img {
        height: 45px !important;
    }
    
    .logo-text {
        font-size: 1.4rem;
    }

    /* Search container - volledige breedte onder logo */
    .search-container {
        order: 3;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0.5rem 0 0 0 !important;
        padding: 0.5rem 0 0 0;
        border-top: 1px solid rgba(255,255,255,0.08);
    }

    /* Search input - binnen de viewport */
    .search-input {
        width: 100% !important;
        height: 40px;
        padding: 0 2.5rem 0 1rem;
        font-size: 0.9rem;
        border-radius: 20px;
    }
    
    /* Search icon */
    .search-icon {
        width: 16px;
        height: 16px;
        right: 12px;
    }

    /* Dropdown - binnen scherm */
    .search-dropdown {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-height: 300px;
        margin-top: 0.5rem;
        border-radius: 12px;
    }
    
    /* Taalswitcher - BETER ZICHTBAAR */
    .lang-switcher {
        position: fixed !important;
        top: 0.8rem !important;
        right: 0.8rem !important;
        left: auto !important;
        z-index: 9999 !important;
        padding: 0.3rem 0.6rem;
        background: rgba(10, 10, 10, 0.95);
        border: 1px solid var(--accent-green);
        border-radius: 20px;
        transform: none;
    }
    
    .lang-switcher button {
        font-size: 0.8rem;
        padding: 0.2rem 0.5rem;
    }
    
    /* Hero meer ruimte geven */
    .hero {
        padding-top: 160px;
        min-height: auto;
    }
    
    .hero h1 {
        font-size: 2rem;
    }
}

/* Extra kleine schermen */
@media (max-width: 480px) {
    .nav-container {
        padding: 0.4rem 0.8rem;
    }
    
    .logo-img {
        height: 38px !important;
    }
    
    .logo-text {
        font-size: 1.2rem;
    }
    
    .search-input {
        height: 38px;
        font-size: 0.85rem;
    }
    
    .lang-switcher {
        top: 0.5rem !important;
        right: 0.5rem !important;
        padding: 0.25rem 0.5rem;
    }
    
    .lang-switcher button {
        font-size: 0.75rem;
    }
    
    .hero {
        padding-top: 150px;
    }
    
    .hero h1 {
        font-size: 1.7rem;
    }
}

/* 2. TABLET - Search bar ook optimaliseren */
@media (min-width: 769px) and (max-width: 1024px) {
    .search-container {
        max-width: 200px;
        margin-right: 1rem;
    }
    
    .nav-container {
        padding: 0 1.5rem;
    }
}

/* 3. DESKTOP - Originele styling behouden */
@media (min-width: 1025px) {
    .search-container {
        max-width: 250px;
        margin-left: auto;
        margin-right: 1.5rem;
    }
    
    .lang-switcher {
        position: fixed;
        top: 1.2rem;
        right: 2rem;
        z-index: 1001;
    }
}

/* 4. Z-INDEX FIXES - Zorg dat alles zichtbaar is */
.lang-switcher {
    z-index: 9999 !important;
}

nav {
    z-index: 1000;
}

.search-dropdown {
    z-index: 1002;
}
/* ============================================
   ACADEMY PAGE MOBILE FIXES
   Zoekbalk compacter + titel hoger
   ============================================ */

@media (max-width: 768px) {
    /* NAVIGATION - NOG COMPACTER */
    nav {
        padding: 0.3rem 0 !important;
    }
    
    .nav-container {
        padding: 0.3rem 0.8rem !important;
        gap: 0.3rem !important;
    }
    
    /* Logo NOG kleiner */
    .logo-img {
        height: 35px !important;
    }
    
    .logo-text {
        font-size: 1.2rem !important;
    }
    
    /* Search container - SUPER COMPACT */
    .search-container {
        margin-top: 0.3rem !important;
        padding-top: 0.3rem !important;
    }
    
    /* Search input - NOG LAGER */
    .search-input {
        height: 32px !important;
        font-size: 0.8rem !important;
        padding: 0 2rem 0 0.8rem !important;
        border-radius: 16px !important;
    }
    
    /* Search icon kleiner */
    .search-icon {
        width: 14px !important;
        height: 14px !important;
        right: 10px !important;
    }
    
    /* Dropdown ook compacter */
    .search-dropdown {
        max-height: 250px !important;
        margin-top: 0.3rem !important;
    }
    
    /* Language switcher - compacter */
    .lang-switcher {
        top: 0.4rem !important;
        right: 0.4rem !important;
        padding: 0.2rem 0.4rem !important;
        transform: scale(0.8) !important;
    }
    
    /* SUBPAGE HEADERS - MINDER PADDING TOP */
    .subpage-header {
        padding: 7rem 1.5rem 3rem !important;
    }
    
    .subpage-header h1 {
        font-size: 1.6rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    .subpage-header p {
        font-size: 0.9rem !important;
    }
    
    /* Section headers - compacter */
    .section-header {
        margin-bottom: 2rem !important;
    }
    
    .section-title {
        font-size: 1.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    /* Hero sectie - minder ruimte boven */
    .hero {
        padding-top: 130px !important;
        padding-bottom: 2rem !important;
    }
    
    .hero h1 {
        font-size: 1.6rem !important;
    }
    
    .hero-badge {
        font-size: 0.7rem !important;
        padding: 0.3rem 1rem !important;
        margin-bottom: 1rem !important;
    }
}

/* EXTRA KLEINE SCHERMEN - MAXIMAAL COMPACT */
@media (max-width: 480px) {
    .nav-container {
        padding: 0.2rem 0.6rem !important;
    }
    
    .logo-img {
        height: 30px !important;
    }
    
    .logo-text {
        font-size: 1rem !important;
    }
    
    /* Search SUPER compact */
    .search-input {
        height: 30px !important;
        font-size: 0.75rem !important;
    }
    
    .search-icon {
        width: 12px !important;
        height: 12px !important;
    }
    
    /* Language switcher - minimal */
    .lang-switcher {
        top: 0.3rem !important;
        right: 0.3rem !important;
        transform: scale(0.75) !important;
        padding: 0.15rem 0.3rem !important;
    }
    
    /* Subpage header - nog hoger */
    .subpage-header {
        padding: 6rem 1rem 2rem !important;
    }
    
    .subpage-header h1 {
        font-size: 1.4rem !important;
    }
    
    .hero {
        padding-top: 115px !important;
    }
    
    .hero h1 {
        font-size: 1.4rem !important;
    }
}

/* ZORG DAT TITELS ALTIJD ZICHTBAAR ZIJN */
@media (max-width: 768px) {
    /* Eerste section in page-section - juiste padding */
    .page-section > section:first-child {
        padding-top: 140px !important;
    }
    
    /* Academy grid ook compacter */
    .academy-grid {
        margin-top: 2rem !important;
        gap: 1rem !important;
    }
    
    .academy-card {
        min-height: auto !important;
        padding: 1.5rem !important;
    }
    
    .academy-icon {
        width: 50px !important;
        height: 50px !important;
        font-size: 1.5rem !important;
        margin-bottom: 1rem !important;
    }
}
/* ============================================
   ACADEMY PAGE MOBILE FIXES
   Zoekbalk compacter + titel hoger
   ============================================ */

@media (max-width: 768px) {
    /* NAVIGATION - NOG COMPACTER */
    nav {
        padding: 0.3rem 0 !important;
    }
    
    .nav-container {
        padding: 0.3rem 0.8rem !important;
        gap: 0.3rem !important;
    }
    
    /* Logo NOG kleiner */
    .logo-img {
        height: 35px !important;
    }
    
    .logo-text {
        font-size: 1.2rem !important;
    }
    
    /* Search container - SUPER COMPACT */
    .search-container {
        margin-top: 0.3rem !important;
        padding-top: 0.3rem !important;
    }
    
    /* Search input - NOG LAGER */
    .search-input {
        height: 32px !important;
        font-size: 0.8rem !important;
        padding: 0 2rem 0 0.8rem !important;
        border-radius: 16px !important;
    }
    
    /* Search icon kleiner */
    .search-icon {
        width: 14px !important;
        height: 14px !important;
        right: 10px !important;
    }
    
    /* Dropdown ook compacter */
    .search-dropdown {
        max-height: 250px !important;
        margin-top: 0.3rem !important;
    }
    
    /* Language switcher - compacter */
    .lang-switcher {
        top: 0.4rem !important;
        right: 0.4rem !important;
        padding: 0.2rem 0.4rem !important;
        transform: scale(0.8) !important;
    }
    
    /* SUBPAGE HEADERS - MINDER PADDING TOP */
    .subpage-header {
        padding: 7rem 1.5rem 3rem !important;
    }
    
    .subpage-header h1 {
        font-size: 1.6rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    .subpage-header p {
        font-size: 0.9rem !important;
    }
    
    /* Section headers - compacter */
    .section-header {
        margin-bottom: 2rem !important;
    }
    
    .section-title {
        font-size: 1.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    /* Hero sectie - minder ruimte boven */
    .hero {
        padding-top: 130px !important;
        padding-bottom: 2rem !important;
    }
    
    .hero h1 {
        font-size: 1.6rem !important;
    }
    
    .hero-badge {
        font-size: 0.7rem !important;
        padding: 0.3rem 1rem !important;
        margin-bottom: 1rem !important;
    }
}

/* EXTRA KLEINE SCHERMEN - MAXIMAAL COMPACT */
@media (max-width: 480px) {
    .nav-container {
        padding: 0.2rem 0.6rem !important;
    }
    
    .logo-img {
        height: 30px !important;
    }
    
    .logo-text {
        font-size: 1rem !important;
    }
    
    /* Search SUPER compact */
    .search-input {
        height: 30px !important;
        font-size: 0.75rem !important;
    }
    
    .search-icon {
        width: 12px !important;
        height: 12px !important;
    }
    
    /* Language switcher - minimal */
    .lang-switcher {
        top: 0.3rem !important;
        right: 0.3rem !important;
        transform: scale(0.75) !important;
        padding: 0.15rem 0.3rem !important;
    }
    
    /* Subpage header - nog hoger */
    .subpage-header {
        padding: 6rem 1rem 2rem !important;
    }
    
    .subpage-header h1 {
        font-size: 1.4rem !important;
    }
    
    .hero {
        padding-top: 115px !important;
    }
    
    .hero h1 {
        font-size: 1.4rem !important;
    }
}

/* ZORG DAT TITELS ALTIJD ZICHTBAAR ZIJN */
@media (max-width: 768px) {
    /* Eerste section in page-section - juiste padding */
    .page-section > section:first-child {
        padding-top: 140px !important;
    }
    
    /* Academy grid ook compacter */
    .academy-grid {
        margin-top: 2rem !important;
        gap: 1rem !important;
    }
    
    .academy-card {
        min-height: auto !important;
        padding: 1.5rem !important;
    }
    
    .academy-icon {
        width: 50px !important;
        height: 50px !important;
        font-size: 1.5rem !important;
        margin-bottom: 1rem !important;
    }
}
/* ============================================
   ACADEMY PAGE MOBILE FIXES
   Zoekbalk compacter + titel hoger
   ============================================ */

@media (max-width: 768px) {
    /* NAVIGATION - NOG COMPACTER */
    nav {
        padding: 0.3rem 0 !important;
    }
    
    .nav-container {
        padding: 0.3rem 0.8rem !important;
        gap: 0.3rem !important;
    }
    
    /* Logo NOG kleiner */
    .logo-img {
        height: 35px !important;
    }
    
    .logo-text {
        font-size: 1.2rem !important;
    }
    
    /* Search container - SUPER COMPACT */
    .search-container {
        margin-top: 0.3rem !important;
        padding-top: 0.3rem !important;
    }
    
    /* Search input - NOG LAGER */
    .search-input {
        height: 32px !important;
        font-size: 0.8rem !important;
        padding: 0 2rem 0 0.8rem !important;
        border-radius: 16px !important;
    }
    
    /* Search icon kleiner */
    .search-icon {
        width: 14px !important;
        height: 14px !important;
        right: 10px !important;
    }
    
    /* Dropdown ook compacter */
    .search-dropdown {
        max-height: 250px !important;
        margin-top: 0.3rem !important;
    }
    
    /* Language switcher - compacter */
    .lang-switcher {
        top: 0.4rem !important;
        right: 0.4rem !important;
        padding: 0.2rem 0.4rem !important;
        transform: scale(0.8) !important;
    }
    
    /* SUBPAGE HEADERS - MINDER PADDING TOP */
    .subpage-header {
        padding: 7rem 1.5rem 3rem !important;
    }
    
    .subpage-header h1 {
        font-size: 1.6rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    .subpage-header p {
        font-size: 0.9rem !important;
    }
    
    /* Section headers - compacter */
    .section-header {
        margin-bottom: 2rem !important;
    }
    
    .section-title {
        font-size: 1.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    /* Hero sectie - minder ruimte boven */
    .hero {
        padding-top: 130px !important;
        padding-bottom: 2rem !important;
    }
    
    .hero h1 {
        font-size: 1.6rem !important;
    }
    
    .hero-badge {
        font-size: 0.7rem !important;
        padding: 0.3rem 1rem !important;
        margin-bottom: 1rem !important;
    }
}

/* EXTRA KLEINE SCHERMEN - MAXIMAAL COMPACT */
@media (max-width: 480px) {
    .nav-container {
        padding: 0.2rem 0.6rem !important;
    }
    
    .logo-img {
        height: 30px !important;
    }
    
    .logo-text {
        font-size: 1rem !important;
    }
    
    /* Search SUPER compact */
    .search-input {
        height: 30px !important;
        font-size: 0.75rem !important;
    }
    
    .search-icon {
        width: 12px !important;
        height: 12px !important;
    }
    
    /* Language switcher - minimal */
    .lang-switcher {
        top: 0.3rem !important;
        right: 0.3rem !important;
        transform: scale(0.75) !important;
        padding: 0.15rem 0.3rem !important;
    }
    
    /* Subpage header - nog hoger */
    .subpage-header {
        padding: 6rem 1rem 2rem !important;
    }
    
    .subpage-header h1 {
        font-size: 1.4rem !important;
    }
    
    .hero {
        padding-top: 115px !important;
    }
    
    .hero h1 {
        font-size: 1.4rem !important;
    }
}

/* ZORG DAT TITELS ALTIJD ZICHTBAAR ZIJN */
@media (max-width: 768px) {
    /* Eerste section in page-section - juiste padding */
    .page-section > section:first-child {
        padding-top: 140px !important;
    }
    
    /* Academy grid ook compacter */
    .academy-grid {
        margin-top: 2rem !important;
        gap: 1rem !important;
    }
    
    .academy-card {
        min-height: auto !important;
        padding: 1.5rem !important;
    }
    
    .academy-icon {
        width: 50px !important;
        height: 50px !important;
        font-size: 1.5rem !important;
        margin-bottom: 1rem !important;
    }
/* ============================================
   TAALSWITCHER IN NAV-CONTAINER - ALLE PAGINA'S
   ============================================ */

/* Desktop - taalswitcher in nav-container */
.nav-container .lang-switcher {
    position: relative;
    top: auto;
    right: auto;
    margin-left: 1rem;
    order: 4;
}

/* Mobiel - taalswitcher in nav-container */
@media (max-width: 768px) {
    .nav-container .lang-switcher {
        position: fixed !important;
        top: 0.5rem !important;
        right: 0.5rem !important;
        margin-left: 0;
        order: 2;
        z-index: 9999;
    }
    
    /* Zorg dat nav-container relatief is voor positioning */
    .nav-container {
        position: relative;
    }
}
.academy-title-glow {
    animation: academyGlowReveal 0.9s ease forwards;
}

@keyframes academyGlowReveal {

    0% {
        opacity:0;
        transform:translateY(30px);
        text-shadow:none;
    }

    60% {

        opacity:1;

        transform:translateY(-5px);

        text-shadow:
        0 0 10px rgba(0,208,132,0.6),
        0 0 25px rgba(0,208,132,0.35),
        0 0 45px rgba(0,208,132,0.25);

    }

    100% {

        opacity:1;

        transform:translateY(0);

        text-shadow:
        0 0 6px rgba(0,208,132,0.25);

    }

}
/* ============================================
   FOUNDER SECTION - PREMIUM 2-COLUMN LAYOUT
   ============================================ */

/* ============================================
   FOUNDER SECTION - PREMIUM 2-COLUMN LAYOUT
   Desktop: Text left, Image right
   Mobile: Image top, Text bottom
   ============================================ */

.founder-section-new {
    padding: 6rem 2rem;
    background: linear-gradient(180deg, var(--bg-primary) 0%, var(--bg-secondary) 50%, var(--bg-primary) 100%);
    position: relative;
    overflow: hidden;
}

.founder-section-new::before {
    content: '';
    position: absolute;
    top: 10%;
    right: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0, 208, 132, 0.06) 0%, transparent 60%);
    pointer-events: none;
}

.founder-container-new {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 560px) minmax(380px, 1fr);
    gap: 80px;
    align-items: center;
}

/* ============================================
   LEFT COLUMN - Text Content
   ============================================ */

.founder-content-new {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 560px;
}

.founder-header-new {
    margin-bottom: 0.5rem;
}

.founder-label-new {
    display: inline-block;
    color: var(--accent-green);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0.75rem;
    padding: 0.35rem 0.9rem;
    background: rgba(0, 208, 132, 0.1);
    border: 1px solid rgba(0, 208, 132, 0.3);
    border-radius: 50px;
}

.founder-title-new {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -1px;
    margin: 0;
    text-align: left;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        #e8e8e8 15%,
        #ffffff 30%,
        #d0d0d0 45%,
        #00d084 70%,
        #00b06b 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

/* Text Blocks */
.founder-text-blocks-new {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.founder-block-new {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 1.5rem;
    transition: all 0.3s ease;
}

.founder-block-new:hover {
    border-color: rgba(0, 208, 132, 0.25);
    background: rgba(255, 255, 255, 0.04);
}

.founder-block-new h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--accent-green);
    margin: 0 0 0.75rem 0;
    text-align: left;
}

.founder-block-new p {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--text-secondary);
    margin: 0 0 0.75rem 0;
    text-align: left;
}

.founder-block-new p:last-child {
    margin-bottom: 0;
}

/* Highlight Quote */
.founder-highlight-new {
    background: linear-gradient(135deg, rgba(0, 208, 132, 0.08) 0%, rgba(0, 208, 132, 0.03) 100%);
    border: 1px solid rgba(0, 208, 132, 0.15);
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    margin: 0.5rem 0;
    position: relative;
}

.founder-highlight-new::before {
    content: '"';
    position: absolute;
    top: -5px;
    left: 15px;
    font-size: 3rem;
    color: var(--accent-green);
    opacity: 0.2;
    line-height: 1;
}

.founder-highlight-new p {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--text-primary);
    font-style: italic;
    line-height: 1.6;
    margin: 0;
    text-align: left;
    position: relative;
    z-index: 1;
}

/* Ernesto Card */
.founder-ernesto-new {
    margin-top: 0.5rem;
}

.ernesto-card-new {
    display: flex;
    gap: 1.25rem;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 1.25rem;
    text-decoration: none;
    color: var(--text-primary);
    transition: all 0.3s ease;
    align-items: center;
}

.ernesto-card-new:hover {
    border-color: var(--accent-green);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.ernesto-image-new {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid var(--border-color);
}

.ernesto-image-new img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ernesto-content-new {
    flex: 1;
}

.ernesto-label-new {
    display: block;
    font-size: 0.7rem;
    color: var(--accent-green);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.4rem;
    font-weight: 600;
}

.ernesto-content-new h4 {
    font-size: 1rem;
    margin: 0 0 0.4rem 0;
    color: var(--text-primary);
    text-align: left;
}

.ernesto-content-new p {
    font-size: 0.85rem;
    line-height: 1.55;
    color: var(--text-secondary);
    margin: 0 0 0.5rem 0;
    text-align: left;
}

.ernesto-link-new {
    font-size: 0.85rem;
    color: var(--accent-green);
    font-weight: 600;
}

/* ============================================
   RIGHT COLUMN - Founder Image
   ============================================ */

.founder-visual-new {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.founder-image-box-new {
    position: relative;
    width: 100%;
    max-width: 480px;
}

.founder-image-box-new::before {
    content: '';
    position: absolute;
    inset: -20px;
    background: radial-gradient(circle, rgba(0, 208, 132, 0.1) 0%, transparent 70%);
    z-index: -1;
    filter: blur(30px);
}

.founder-image-box-new img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow:
        0 0 30px rgba(0, 208, 132, 0.08),
        0 0 60px rgba(0, 208, 132, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    display: block;
}

/* ============================================
   DESKTOP ANIMATION - Slide from Right
   ============================================ */

.founder-image-animate {
    opacity: 0;
    transform: translateX(60px);
    transition: all 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}

.founder-image-animate.visible {
    opacity: 1;
    transform: translateX(0);
}

/* ============================================
   MOBILE LAYOUT - Image First, Text Below
   ============================================ */

@media (max-width: 900px) {
    .founder-section-new {
        padding: 3rem 1.5rem;
    }

    .founder-container-new {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    /* Image FIRST on mobile */
    .founder-visual-new {
        order: 1;
        justify-content: center;
    }

    .founder-image-box-new {
        max-width: 320px;
    }

    /* Text SECOND on mobile */
    .founder-content-new {
        order: 2;
        max-width: 100%;
    }

    .founder-header-new {
        text-align: center;
    }

    .founder-title-new {
        font-size: 1.8rem;
        text-align: center;
    }

    .ernesto-card-new {
        flex-direction: column;
        text-align: center;
    }

    .ernesto-image-new {
        margin: 0 auto;
    }

    .ernesto-content-new h4,
    .ernesto-content-new p {
        text-align: center;
    }

    /* ============================================
       MOBILE ANIMATION - Slide from Bottom
       ============================================ */
    .founder-image-animate {
        opacity: 0;
        transform: translateY(50px);
        transition: all 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .founder-image-animate.visible {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 480px) {
    .founder-section-new {
        padding: 2.5rem 1rem;
    }

    .founder-title-new {
        font-size: 1.5rem;
    }

    .founder-image-box-new {
        max-width: 260px;
    }

    .founder-block-new {
        padding: 1.25rem;
    }

    .founder-block-new p {
        font-size: 0.95rem;
        line-height: 1.7;
    }
    /* ============================================
   OVER MIJ / FOUNDER SECTION - NIEUW DESIGN
   Exact zoals het PowerVita plaatje
   ============================================ */

/* Hero Sectie - Main Layout (zoals op het plaatje) */
.about-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--bg-primary, #0a0a0a) 0%, var(--bg-secondary, #111111) 50%, #0d1f15 100%);
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 4rem;
}

/* Groene achtergrond glow (zoals op het plaatje) */
.about-hero::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -10%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(0, 208, 132, 0.25) 0%, transparent 60%);
    opacity: 0.6;
    animation: pulse 6s ease-in-out infinite;
    pointer-events: none;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.6; }
    50% { transform: scale(1.1); opacity: 0.8; }
}

/* Container voor de twee kolommen */
.about-hero-container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

/* ============================================
   LINKERKANT: Tekst Content (zoals op plaatje)
   ============================================ */

.about-hero-content {
    max-width: 600px;
}

.about-hero-text {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Titel styling - PowerVita stijl */
.about-title {
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.15;
    margin: 0;
    text-align: left;
    color: #ffffff;
}

.title-power {
    color: #ffffff;
}

.title-vita {
    color: #00d084;
    text-shadow: 0 0 30px rgba(0, 208, 132, 0.5);
}

.title-separator {
    color: #ffffff;
}

.title-subtitle {
    color: #ffffff;
    display: block;
    margin-top: 0.5rem;
    font-size: 0.9em;
}

/* Beschrijving */
.about-description {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #b0b0b0;
    margin: 0;
    text-align: left;
    max-width: 550px;
}

/* CTA Button */
.about-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 14px 28px;
    background: linear-gradient(135deg, #00d084 0%, #00b06b 100%);
    color: #0a0a0a;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    width: fit-content;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 208, 132, 0.3);
}

.about-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 30px rgba(0, 208, 132, 0.5);
}

.about-cta .arrow {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.about-cta:hover .arrow {
    transform: translateX(4px);
}

/* Mission tekst onderaan */
.about-mission {
    font-size: 1rem;
    line-height: 1.7;
    color: #808080;
    margin: 1rem 0 0 0;
    text-align: left;
}

/* ============================================
   RECHTERKANT: Afbeelding (zoals op plaatje)
   ============================================ */

.about-hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.about-image-container {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.about-founder-image {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.5));
    position: relative;
    z-index: 2;
}

/* Decoratieve elementen (zoals op het plaatje) */
.glow-effect {
    position: absolute;
    inset: -20px;
    background: radial-gradient(circle, rgba(0, 208, 132, 0.2) 0%, transparent 70%);
    filter: blur(40px);
    z-index: 1;
    animation: glowPulse 4s ease-in-out infinite;
}

@keyframes glowPulse {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

/* Floating icons (zoals op het plaatje) */
.floating-book,
.floating-dumbbell,
.growth-arrow {
    position: absolute;
    font-size: 2.5rem;
    z-index: 3;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
    animation: float 3s ease-in-out infinite;
}

.floating-book {
    top: 20%;
    left: -10%;
    animation-delay: 0s;
}

.floating-dumbbell {
    bottom: 30%;
    left: 5%;
    animation-delay: 0.5s;
}

.growth-arrow {
    top: 10%;
    right: 10%;
    color: #00d084;
    font-size: 3rem;
    font-weight: bold;
    animation-delay: 1s;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* ============================================
   FOUNDER DETAILS SECTIE
   ============================================ */

.founder-section-new {
    padding: 6rem 2rem;
    background: linear-gradient(180deg, var(--bg-primary, #0a0a0a) 0%, var(--bg-secondary, #111111) 50%, var(--bg-primary, #0a0a0a) 100%);
    position: relative;
    overflow: hidden;
}

.founder-section-new::before {
    content: '';
    position: absolute;
    top: 10%;
    right: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0, 208, 132, 0.06) 0%, transparent 60%);
    pointer-events: none;
}

.founder-container-new {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 560px) minmax(380px, 1fr);
    gap: 80px;
    align-items: start;
}

/* Founder Content */
.founder-content-new {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 560px;
}

.founder-header-new {
    margin-bottom: 0.5rem;
}

.founder-label-new {
    display: inline-block;
    color: #00d084;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0.75rem;
    padding: 0.35rem 0.9rem;
    background: rgba(0, 208, 132, 0.1);
    border: 1px solid rgba(0, 208, 132, 0.3);
    border-radius: 50px;
}

.founder-title-new {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -1px;
    margin: 0;
    text-align: left;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        #e8e8e8 15%,
        #ffffff 30%,
        #d0d0d0 45%,
        #00d084 70%,
        #00b06b 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

/* Text Blocks */
.founder-text-blocks-new {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.founder-block-new {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 1.5rem;
    transition: all 0.3s ease;
}

.founder-block-new:hover {
    border-color: rgba(0, 208, 132, 0.25);
    background: rgba(255, 255, 255, 0.04);
}

.founder-block-new h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #00d084;
    margin: 0 0 0.75rem 0;
    text-align: left;
}

.founder-block-new p {
    font-size: 1rem;
    line-height: 1.75;
    color: #b0b0b0;
    margin: 0 0 0.75rem 0;
    text-align: left;
}

.founder-block-new p:last-child {
    margin-bottom: 0;
}

/* Highlight Quote */
.founder-highlight-new {
    background: linear-gradient(135deg, rgba(0, 208, 132, 0.08) 0%, rgba(0, 208, 132, 0.03) 100%);
    border: 1px solid rgba(0, 208, 132, 0.15);
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    margin: 0.5rem 0;
    position: relative;
}

.founder-highlight-new::before {
    content: '"';
    position: absolute;
    top: -5px;
    left: 15px;
    font-size: 3rem;
    color: #00d084;
    opacity: 0.2;
    line-height: 1;
}

.founder-highlight-new p {
    font-size: 1.05rem;
    font-weight: 600;
    color: #ffffff;
    font-style: italic;
    line-height: 1.6;
    margin: 0;
    text-align: left;
    position: relative;
    z-index: 1;
}

/* Ernesto Card */
.founder-ernesto-new {
    margin-top: 0.5rem;
}

.ernesto-card-new {
    display: flex;
    gap: 1.25rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 1.25rem;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
    align-items: center;
}

.ernesto-card-new:hover {
    border-color: #00d084;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.ernesto-image-new {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.08);
}

.ernesto-image-new img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ernesto-content-new {
    flex: 1;
}

.ernesto-label-new {
    display: block;
    font-size: 0.7rem;
    color: #00d084;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.4rem;
    font-weight: 600;
}

.ernesto-content-new h4 {
    font-size: 1rem;
    margin: 0 0 0.4rem 0;
    color: #ffffff;
    text-align: left;
}

.ernesto-content-new p {
    font-size: 0.85rem;
    line-height: 1.55;
    color: #b0b0b0;
    margin: 0 0 0.5rem 0;
    text-align: left;
}

.ernesto-link-new {
    font-size: 0.85rem;
    color: #00d084;
    font-weight: 600;
}

/* Founder Visual */
.founder-visual-new {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
    position: sticky;
    top: 120px;
}

.founder-image-box-new {
    position: relative;
    width: 100%;
    max-width: 480px;
}

.founder-image-box-new::before {
    content: '';
    position: absolute;
    inset: -20px;
    background: radial-gradient(circle, rgba(0, 208, 132, 0.1) 0%, transparent 70%);
    z-index: -1;
    filter: blur(30px);
}

.founder-image-box-new img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow:
        0 0 30px rgba(0, 208, 132, 0.08),
        0 0 60px rgba(0, 208, 132, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    display: block;
}

/* Animation */
.founder-image-animate {
    opacity: 0;
    transform: translateX(60px);
    transition: all 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}

.founder-image-animate.visible {
    opacity: 1;
    transform: translateX(0);
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 1024px) {
    .about-hero-container {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }
    
    .about-hero-content {
        max-width: 100%;
        order: 2;
    }
    
    .about-hero-visual {
        order: 1;
    }
    
    .about-title {
        font-size: 2.5rem;
        text-align: center;
    }
    
    .about-description,
    .about-mission {
        text-align: center;
        max-width: 100%;
    }
    
    .about-cta {
        margin: 0 auto;
    }
    
    .about-image-container {
        max-width: 350px;
    }
    
    .floating-book,
    .floating-dumbbell,
    .growth-arrow {
        display: none;
    }
    
    .founder-container-new {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .founder-visual-new {
        position: relative;
        top: 0;
        order: -1;
        justify-content: center;
    }
    
    .founder-image-box-new {
        max-width: 350px;
    }
    
    .founder-content-new {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .about-hero {
        padding-top: 140px;
        min-height: auto;
        padding-bottom: 3rem;
    }
    
    .about-hero-container {
        padding: 0 1.5rem;
        gap: 2rem;
    }
    
    .about-title {
        font-size: 2rem;
    }
    
    .about-description {
        font-size: 1rem;
    }
    
    .about-image-container {
        max-width: 280px;
    }
    
    .founder-section-new {
        padding: 4rem 1.5rem;
    }
    
    .founder-title-new {
        font-size: 1.8rem;
    }
    
    .founder-block-new {
        padding: 1.25rem;
    }
    
    .ernesto-card-new {
        flex-direction: column;
        text-align: center;
    }
    
    .ernesto-image-new {
        margin: 0 auto;
    }
    
    .ernesto-content-new h4,
    .ernesto-content-new p {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .about-title {
        font-size: 1.6rem;
    }
    
    .about-cta {
        width: 100%;
        justify-content: center;
    }
    
    .founder-title-new {
        font-size: 1.5rem;
    }
    
    .founder-image-box-new {
        max-width: 260px;
    }
}
.page-section {
  display: none;
}

.page-section.active {
  display: block;
}
.page-section {
  display: none !important;
}

.page-section.active {
  display: block !important;
}

/* FIX: Herstel flex/grid layouts binnen actieve secties */
.page-section.active .academy-grid,
.page-section.active .academy-cards,
.page-section.active .features-grid,
.page-section.active .coaching-grid,
.page-section.active .health-grid,
.page-section.active .values-grid,
.page-section.active .founder-hero,
.page-section.active .founder-container-new,
.page-section.active .article-grid,
.page-section.active .topics-list,
.page-section.active .anatomy-visual-layout,
.page-section.active .footer-grid {
  display: grid !important;
}

.page-section.active .hero,
.page-section.active .founder-hero,
.page-section.active .about-hero-container,
.page-section.active .nav-container,
.page-section.active .search-wrapper,
.page-section.active .hero-buttons,
.page-section.active .article-hero,
.page-section.active .article-hero-visual {
  display: flex !important;
}
.academy-cta {
  text-align: center;
  margin-top: 40px;
}

.academy-cta p {
  margin-bottom: 12px;
  opacity: 0.8;
}
/* ===== Academy CTA Button ===== */
.academy-cta-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.academy-cta-btn {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    
    background: linear-gradient(135deg, #00d084, #00a86b);
    
    box-shadow: 0 0 12px rgba(0, 208, 132, 0.4);
    transition: all 0.3s ease;
}

/* Hover effect */
.academy-cta-btn:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 0 18px rgba(0, 208, 132, 0.7);
}

/* Active click */
.academy-cta-btn:active {
    transform: scale(0.98);
}
.academy-cta-center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 50px 0 0;
}

.academy-big-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 36px;
    min-width: 240px;

    border-radius: 999px;
    font-size: 18px;
    font-weight: 700;

    text-decoration: none;
    color: #fff;

    background: linear-gradient(135deg, #00d084, #00a86b);

    box-shadow:
        0 0 14px rgba(0, 208, 132, 0.4),
        0 0 28px rgba(0, 208, 132, 0.2);

    transition: all 0.3s ease;
}

.academy-big-btn:hover {
    transform: translateY(-2px) scale(1.04);
    box-shadow:
        0 0 20px rgba(0, 208, 132, 0.7),
        0 0 40px rgba(0, 208, 132, 0.3);
}
/* Zorg dat je cards grid is */
.academy-preview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* CTA onder grid en exact in midden kolom */
.academy-cta-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
}

/* Knop exact onder middelste card */
.academy-cta-grid a {
    grid-column: 2;
    justify-self: center;
}
.share-container {
    text-align: center;
    margin-top: 40px;
}

.share-btn {
    background: linear-gradient(135deg, #00d084, #00a86b);
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.3s ease;
    box-shadow: 0 0 10px rgba(0, 208, 132, 0.4);
}

.share-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0, 208, 132, 0.7);
}
.share-container {
    text-align: center;
    margin-top: 40px;
}

.share-container p {
    margin-bottom: 10px;
    opacity: 0.9;
}

/* 🔴 Rode attention knop */
.share-btn {
    background: linear-gradient(135deg, #ff3b3b, #ff0000);
    color: white;
    border: none;
    padding: 12px 26px;
    font-size: 16px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;

    /* glow */
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
}

/* hover = extra glow */
.share-btn:hover {
    transform: scale(1.07);
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.9);
}
.share-container .share-btn {
    background: linear-gradient(135deg, #ff3b3b, #ff0000) !important;
    color: #ffffff !important;
    border: none !important;

    padding: 12px 28px;
    border-radius: 999px;

    font-size: 16px;
    font-weight: 500;
    cursor: pointer;

    transition: all 0.3s ease;

    /* 🔴 rode glow */
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
}

/* hover glow */
.share-container .share-btn:hover {
    transform: translateY(-2px) scale(1.05);

    box-shadow: 
        0 0 15px rgba(255, 0, 0, 0.8),
        0 0 30px rgba(255, 0, 0, 0.6);
}

/* click feedback */
.share-container .share-btn:active {
    transform: scale(0.98);
}
/* POWERVITA SHARE BUTTON FIX */
button.share-btn {
    background: linear-gradient(135deg, #ff3b3b, #ff0000) !important;
    color: #ffffff !important;
    border: none !important;

    padding: 12px 28px;
    border-radius: 999px;

    font-size: 16px;
    font-weight: 500;
    cursor: pointer;

    transition: all 0.3s ease;

    /* rode glow */
    box-shadow: 0 0 12px rgba(255, 0, 0, 0.6) !important;
}

button.share-btn:hover {
    transform: translateY(-2px) scale(1.05);

    box-shadow: 
        0 0 18px rgba(255, 0, 0, 0.9),
        0 0 35px rgba(255, 0, 0, 0.6) !important;
}

button.share-btn:active {
    transform: scale(0.98);
}

/* ============================================
   POWERVITA PREMIUM HERO - ECHT KLEINE BANNER
   Banner max 400px breed, titel overlapt
   ============================================ */

.pv-hero {
    position: relative;
    width: 100%;
    background: linear-gradient(180deg, #0a0a0a 0%, #0d1f15 30%, #0a0a0a 100%);
    padding: 100px 0 0;
    overflow: visible;
}

.pv-hero-wrapper {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* ============================================
   BANNER - ECHT KLEIN EN COMPACT
   ============================================ */

.pv-hero-media {
    position: relative;
    width: auto;
    max-width: 400px; /* ⭐ VASTE MAX BREEDTE - echt klein */
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
}

/* ⭐ NATUURLIJKE GROOTTE, niet opblazen */
.pv-hero-image {
    width: auto; /* Geen 100% */
    height: auto;
    max-width: 100%;
    max-height: 250px; /* ⭐ HARDE LIMIET op hoogte */
    object-fit: contain;
    display: block;
    margin: 0 auto; /* Centreer */
}

/* ============================================
   CONTENT - OVERLAPT ONDERKANT BANNER
   ============================================ */

.pv-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 800px;
    margin-top: -30px; /* Overlap met kleine banner */
    padding: 0 2rem 4rem;
    text-align: center;
    animation: pvHeroFadeUp 0.9s ease-out;
}

@keyframes pvHeroFadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Badge */
.pv-hero-badge {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: rgba(0, 208, 132, 0.15);
    border: 1px solid rgba(0, 208, 132, 0.4);
    border-radius: 50px;
    color: var(--accent-green);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    backdrop-filter: blur(10px);
    animation: pvHeroFadeUp 0.9s ease-out 0.1s both;
}

/* TITEL - SUBTIELE GROENE GLOW */
.pv-hero-title {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    letter-spacing: -2px;
    color: #ffffff;
    
    text-shadow: 
        0 0 20px rgba(0, 208, 132, 0.35),
        0 0 40px rgba(0, 208, 132, 0.18),
        0 0 80px rgba(0, 208, 132, 0.08),
        0 4px 20px rgba(0, 0, 0, 0.4);
    
    animation: pvHeroFadeUp 0.9s ease-out 0.2s both;
}

/* Tekst */
.pv-hero-text {
    max-width: 600px;
    margin: 0 auto 2rem;
    animation: pvHeroFadeUp 0.9s ease-out 0.3s both;
}

.pv-hero-text p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.75rem;
    text-align: center;
}

.pv-hero-text p:last-child {
    margin-bottom: 0;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.65);
}

/* Buttons */
.pv-hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    animation: pvHeroFadeUp 0.9s ease-out 0.4s both;
}

/* ============================================
   MOBIEL - NOG KLEINER
   ============================================ */

@media (max-width: 768px) {
    .pv-hero {
        padding-top: 140px;
    }
    
    .pv-hero-media {
        max-width: 320px; /* ⭐ Nog kleiner op mobiel */
        padding: 0 15px;
    }
    
    .pv-hero-image {
        max-height: 200px;
    }
    
    .pv-hero-content {
        margin-top: -25px;
        padding: 0 1.5rem 3rem;
    }
    
    .pv-hero-title {
        font-size: 2.2rem;
    }
    
    .pv-hero-badge {
        font-size: 0.75rem;
        padding: 0.4rem 1.2rem;
    }
}

@media (max-width: 480px) {
    .pv-hero {
        padding-top: 130px;
    }
    
    .pv-hero-media {
        max-width: 280px; /* ⭐ Minimaal op klein scherm */
    }
    
    .pv-hero-image {
        max-height: 180px;
    }
    
    .pv-hero-content {
        margin-top: -20px;
        padding: 0 1rem 2.5rem;
    }
    
    .pv-hero-title {
        font-size: 1.8rem;
    }
    
    .pv-hero-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .pv-hero-buttons a {
        width: 100%;
        text-align: center;
    }
}

/* Oude hero verbergen */
.hero {
    display: none !important;
}
.coaching-hero-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 50%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.coaching-hero-bg img {
  position: absolute;
  right: 10%;
  bottom: 0;
  height: 105%;
  width: auto;

  object-fit: contain;
  object-position: right bottom;

  opacity: 0.9;

  filter:
    brightness(0.78)
    contrast(1.05)
    saturate(0.9)
    drop-shadow(0 0 25px rgba(134,255,105,0.15));
-webkit-mask-image: linear-gradient(to left,
    rgba(0,0,0,1) 60%,
    rgba(0,0,0,0.6) 75%,
    rgba(0,0,0,0.2) 85%,
    rgba(0,0,0,0) 100%);

  mask-image: linear-gradient(to left,
    rgba(0,0,0,1) 60%,
    rgba(0,0,0,0.6) 75%,
    rgba(0,0,0,0.2) 85%,
    rgba(0,0,0,0) 100%);
}
.coaching-hero {
  position: relative;
}
.coaching-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,
    rgba(5,5,5,1) 0%,
    rgba(5,5,5,0.9) 40%,
    rgba(5,5,5,0.5) 60%,
    rgba(5,5,5,0.1) 80%,
    rgba(5,5,5,0) 100%);
  z-index: 2;
}
.coaching-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;

  background: linear-gradient(to right,
    rgba(5,5,5,0.98) 0%,
    rgba(5,5,5,0.95) 30%,
    rgba(5,5,5,0.75) 50%,
    rgba(5,5,5,0.4) 70%,
    rgba(5,5,5,0.1) 85%,
    rgba(5,5,5,0) 100%);
}
.coaching-hero-content {
  position: relative;
  z-index: 3;
}