/* =========================================
   1. VARIABELEN & BASIS
   ========================================= */
:root {
    --content-width: 900px;
    --kleur-paars: #8B1E4F;
    --kleur-oranje: #F2A900;
    --kleur-donker: #1a1a1a;
    --kleur-achtergrond-warm: #fffbf2; 
    
    --kleur-groen-zacht: #dff0d8;
    --kleur-groen-tekst: #2d5a2d;
    --gradient-contact: linear-gradient(90deg, #E87C86 0%, #F4A868 100%);
    --wit: #ffffff;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: var(--kleur-donker);
    background-color: var(--kleur-achtergrond-warm);
    
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

header {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background-color: var(--wit);
    border-bottom: 1px solid #eadbc8;
    padding: 15px 2rem;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
    box-sizing: border-box;
}


.nav-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 0 2rem;
    box-sizing: border-box;
}

.brand-area {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    color: var(--kleur-donker);
}

.brand-logo-img {
    height: 50px;
    width: auto;
}

.brand-text {
    font-weight: 800;
    font-size: 1.1rem;
    line-height: 1.2;
    color: #1a1a1a;
    text-transform: uppercase;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
}

nav a.nav-link {
    text-decoration: none;
    color: #555;
    font-weight: 500;
    font-size: 1rem;
}

nav a.nav-link:hover {
    color: var(--kleur-paars);

}
nav a.nav-link.active {
    color: var(--kleur-paars);
    font-weight: 700;
}

.nav-buttons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.btn-nav-doneren {
    background-color: var(--kleur-groen-zacht);
    color: var(--kleur-donker);
    padding: 10px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
}

.btn-nav-doneren:hover {
    background-color: #cbeac2;
}

.btn-nav-contact {
    background: var(--gradient-contact);
    color: var(--kleur-donker);
    padding: 10px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.btn-nav-contact:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* =========================================
   3. HERO SECTIE (SPLIT SCREEN)
   ========================================= */
.split-hero {
    display: flex;
    flex-wrap: wrap; 
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    min-height: 75vh; 
}

.hero-part {
    flex: 1;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4rem 2rem;
    text-align: center;
    color: var(--wit);
    position: relative;
}

.hero-radio {
    background: linear-gradient(135deg, var(--kleur-paars) 0%, #5e1435 100%);
}

.hero-bel {
    background: linear-gradient(135deg, var(--kleur-oranje) 0%, #d49500 100%);
}

.hero-part h2 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    margin-top: 0;
}

.hero-part p {
    font-size: 1.2rem;
    max-width: 450px;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.hero-icon {
    font-size: 4rem;
    margin-bottom: 1rem;
    opacity: 0.9;
}

/* =========================================
   4. RADIO PLAYER STYLING
   ========================================= */
.custom-player {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    padding: 30px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    max-width: 350px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
}

.play-btn {
    background-color: var(--wit);
    color: var(--kleur-paars);
    border: none;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 2.5rem;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
    padding-left: 8px;
}

.play-btn.playing {
    padding-left: 0;
}

.play-btn:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.live-indicator {
    display: inline-block;
    background-color: #ff3b30;
    color: white;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    box-shadow: 0 0 10px rgba(255, 59, 48, 0.5);
}

#statusText {
    font-weight: 600;
    font-size: 1.1rem;
}

/* =========================================
   5. BELLIJN KNOP
   ========================================= */
.bel-btn-large {
    background-color: var(--wit);
    color: #d49500;
    font-size: 1.8rem;
    font-weight: 800;
    padding: 20px 50px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    display: inline-block;
}

.bel-btn-large:hover {
    background-color: #fffaf0;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* =========================================
   6. ALGEMENE CONTENT & PAGINA'S
   ========================================= */
.container {
    max-width: var(--content-width);
    margin: 3rem auto;
    padding: 0 2rem;
    flex: 1;
    width: 100%;
    box-sizing: border-box;
}

.section-header {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 3rem 2rem;
    background-color: var(--wit);
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}

.section-header .container {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 2rem;
}

.section-header-overlap {
    background: transparent;
    border-bottom: none;
    padding: 0 2rem;
    margin-top: -100px;
    position: relative;
    z-index: 10;
}

.section-header-overlap .container {
    background: var(--wit);
    border-radius: 16px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    padding: 0.5rem 2rem 2.5rem 2rem;
}

.page-title {
    color: var(--kleur-paars);
    border-bottom: 4px solid var(--kleur-oranje);
    display: inline-block;
    margin-bottom: 2rem;
    font-size: 2rem;
}

.grid-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.card {
    background: var(--wit);
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid #eaeaea;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
}

.card:hover {
    box-shadow: 0 8px 15px rgba(0,0,0,0.05);
    border-color: var(--kleur-oranje);
}

input, textarea {
    font-family: inherit;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
}

button[type="submit"] {
    background-color: var(--kleur-paars);
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: bold;
}

/* =========================================
   7. FOOTER
   ========================================= */
footer {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background-color: #540072;
    color: #ccc;
    text-align: center;
    padding: 3rem 2rem;
    margin-top: auto;
    border-top: 5px solid var(--kleur-oranje);
    box-sizing: border-box;
    margin-top: -100px;
}

footer a {
    color: var(--kleur-oranje);
    text-decoration: none;
}

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

/* =========================================
   8. RESPONSIVE AANPASSINGEN (Mobiel/Tablet)
   ========================================= */
@media (max-width: 992px) {
    .nav-container {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    nav ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .nav-buttons {
        width: 100%;
        justify-content: center;
    }

    .brand-area {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .split-hero {
        flex-direction: column;
    }
    
    .hero-part {
        min-height: auto;
        padding: 3rem 1.5rem;
    }

    .section-header-overlap {
        margin-top: -40px;
        padding: 0 1rem;
    }

    .section-header-overlap .container {
        padding: 1.75rem 1.25rem;
    }
}



/* =========================================
   9. PODCAST SPECIFIEKE STIJLEN
   ========================================= */

.page-grid {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 30px;
    align-items: start;
}

.podcast-item {
    background: var(--wit);
    border: 1px solid #eaeaea;
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
}

.podcast-item:hover {
    box-shadow: 0 8px 15px rgba(0,0,0,0.05);
    border-color: var(--kleur-oranje);
}

.podcast-body {
    padding: 20px;
}

.podcast-meta {
    display: flex;
    gap: 10px;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 10px;
    align-items: center;
}

.tag {
    background: var(--kleur-lichtgrijs);
    padding: 2px 10px;
    border-radius: 12px;
    font-weight: bold;
    font-size: 0.8rem;
    color: var(--kleur-paars);
    border: 1px solid #ddd;
}

.podcast-body h3 {
    margin: 0 0 10px 0;
    color: var(--kleur-paars);
    font-size: 1.4rem;
}

.podcast-excerpt {
    color: var(--kleur-donker);
    font-size: 1rem;
    margin-bottom: 0;
}

.embed-wrap {
    background: #f9f9f9;
    padding: 15px;
    border-top: 1px solid #eee;
}

.embed-wrap iframe {
    width: 100%;
    height: 166px;
    border: none;
    border-radius: 8px;
    display: block;
}

.podcast-player-container {
    position: relative;
}

.podcast-player {
    width: 100%;
    height: 40px;
    border-radius: 4px;
}

.podcast-player::-webkit-media-controls-panel {
    background-color: #f5f5f5;
}

.podcast-player::-moz-media-controls {
    background-color: #f5f5f5;
}

.podcast-inline-embed {
    padding: 0;
}

.podcast-embed-card {
    background: var(--wit);
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 0;
    overflow: hidden;
    height: 200px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.03);
    margin: 22px 0;
}

.article-content .podcast-embed-card {
    margin: 26px 0;
    background-color: var(--kleur-achtergrond-warm);
}

.news-card .podcast-embed-card {
    margin: 0 14px 14px 14px;
    border-radius: 10px;
    box-shadow: none;
}

.podcast-inline-header {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 10px;
}

.podcast-embed-layout {
    display: flex;
    gap: 0;
    align-items: stretch;
    height: 100%;
}

.podcast-inline-cover-wrap {
    width: 200px;
    min-width: 200px;
    height: 200px;
}

.podcast-inline-cover-img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    display: block  !important;
    object-fit: cover !important;
    border-radius: 0 0 0 0 !important;
    background: #f0f0f0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    border-right: 1px solid #00000003 !important;
}

.podcast-inline-main {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 14px 16px;
    height: 100%;
    box-sizing: border-box;
}

.podcast-inline-title-link {
    color: var(--kleur-paars);
    text-decoration: none !important;
    font-weight: 700;
    line-height: 1.3;
}

.podcast-inline-title-link:hover {
    text-decoration: underline;
}

.podcast-inline-meta {
    color: #777;
    font-size: 0.85rem;
}

.podcast-player-container {
    margin-top: auto;
}

@media (max-width: 640px) {
    .podcast-embed-card {
        height: 200px;
    }

    .podcast-inline-cover-wrap {
        width: 200px;
        min-width: 200px;
        height: 200px;
    }

    .podcast-inline-cover-img {
        width: 100%;
        height: 100%;
    }

    .podcast-inline-main {
        padding: 14px 16px;
    }
}

.podcast-embed-missing {
    background: var(--kleur-achtergrond-warm);
    border: 1px dashed #e0c9b0;
    border-radius: 8px;
    padding: 12px;
    color: #7a5d40;
}

.sidebar-card {
    background: linear-gradient(180deg, #fffbf2 0%, #ffffff 100%);
    border: 1px solid #ffeeba;
    padding: 25px;
    border-radius: 12px;
    position: sticky;
    top: 100px;
}

.sidebar-card h3 {
    color: var(--kleur-oranje);
    margin-top: 0;
    font-size: 1.5rem;
}

.sidebar-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn-sidebar {
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid transparent;
}

.btn-sidebar.primary {
    background-color: var(--kleur-paars);
    color: white;
}

.btn-sidebar.secondary {
    background-color: white;
    border: 1px solid var(--kleur-paars);
    color: var(--kleur-paars);
}

.btn-sidebar:hover {
    opacity: 0.9;
}

@media (max-width: 900px) {
    .page-grid {
        grid-template-columns: 1fr; 
    }
    
    .sidebar-card {
        position: static;
        margin-top: 2rem;
    }
}

.card, .podcast-item, .sidebar-card {
    background-color: var(--wit);

}







/* =========================================
   10. INTRO / MISSIE BANNER (NIEUW)
   ========================================= */
.intro-banner {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background-color: var(--wit);
    text-align: center;
    padding: 3rem 2rem;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}

.intro-content {
    max-width: var(--content-width);
    margin: 0 auto;
    padding: 0 2rem;
    box-sizing: border-box;
}

.intro-title {
    color: var(--kleur-paars);
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 800;
}

.intro-text {
    font-size: 1.25rem;
    color: var(--kleur-donker);
    line-height: 1.6;
}


.intro-text strong {
    color: var(--kleur-oranje); 
}


.split-hero {
    min-height: 60vh; 
}



/* =========================================
   11. COMPACT HERO (250px hoog)
   ========================================= */
.split-hero-compact {
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    height: 200px; 
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.hero-part-compact {
    flex: 1;
    min-width: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 2rem;
    color: var(--wit);
    text-align: left;
}

.player-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 15px;
    width: 100%;
    max-width: 450px;
}

.praatje-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    max-width: 450px;
}

.hero-radio {
    background: linear-gradient(135deg, var(--kleur-paars) 0%, #5e1435 100%);
    align-items: flex-end;
}

.hero-bel {
    background: linear-gradient(135deg, var(--kleur-oranje) 0%, #d49500 100%);
    align-items: flex-start;
}

.hero-part-compact h2 {
    font-size: 1.8rem;
    margin: 0;
    line-height: 1.2;
}

.hero-subtext {
    font-size: 1rem;
    opacity: 0.9;
    margin-top: 5px;
    display: block;
}

.play-btn-compact {
    width: 60px;
    height: 60px;
    background-color: var(--wit);
    color: var(--kleur-paars);
    border-radius: 50%;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.bel-btn-compact {
    background-color: var(--wit);
    color: #d49500;
    font-weight: 800;
    font-size: 1.4rem;
    padding: 10px 25px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.bel-btn-compact:hover { background-color: #fffbf0; }

@media (max-width: 768px) {
    .split-hero-compact {
        height: auto;
        flex-direction: column;
    }
    .hero-part-compact {
        padding: 2rem;
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
}

/* =========================================
   12. NIEUWS SECTIE
   ========================================= */
.news-section {
    width: 100%;
    padding: 3rem 2rem;
    background-color: var(--wit);
    margin-top: 2rem;
    border-top: 1px solid #eee;
    box-sizing: border-box;
}

.news-section .container {
    margin-top: 0;
    margin-bottom: 0;
    z-index: 5;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 2rem;
    max-width: var(--content-width);
    margin-left: auto;
    margin-right: auto;
}

.news-card {
    background: var(--kleur-achtergrond-warm);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eaeaea;
}

.news-card:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.news-image {
    width: 100%;
    height: 180px;
    background-color: #ddd;
    object-fit: cover;
}

.news-content { padding: 1.5rem; }
.news-date { font-size: 0.85rem; color: #666; margin-bottom: 0.5rem; display: block; }
.news-title { font-size: 1.25rem; color: var(--kleur-paars); margin: 0 0 10px 0; font-weight: 700; }

.news-title::first-letter {
    text-transform: uppercase;
}
.news-link { color: var(--kleur-oranje); text-decoration: none; font-weight: bold; }


/* =========================================
   13. GEAVANCEERDE SPELER (Binnen compacte hero)
   ========================================= */

.player-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 0 10px 15px;
    width: 100%;
    justify-content: space-between;
}

.album-art {
    width: 120px;
    height: 120px;
    background-color: #333;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    margin-right: 15px;
    margin-left: auto;
    order: 3;
    transition: background-image 0.5s ease-in-out;
}

.player-button-wrapper {
    order: 1;
    flex-shrink: 0;
}

.album-art::after {
    content: '♪';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: rgba(255,255,255,0.3);
    background: rgba(0,0,0,0.2);
}

.track-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    text-align: left;
    order: 2;
}

.song-title {
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--wit);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
}

.artist-name {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.status-badge {
    font-size: 0.7rem;
    text-transform: uppercase;
    color: #ff5555;
    font-weight: bold;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.mini-play-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--wit);
    color: var(--kleur-paars);
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    flex-shrink: 0;
}

.mini-play-btn:hover {
    background-color: #fff;
}

.hero-radio {
    justify-content: center; 
    padding: 0 1rem;
}



/* =========================================
   14. ARTIKEL DETAIL PAGINA (article.php)
   ========================================= */

.article-container {
    max-width: var(--content-width);
    background-color: var(--wit);
    padding: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.back-link {
    display: inline-block;
    margin-bottom: 20px;
    color: var(--kleur-oranje);
    text-decoration: none;
    font-weight: bold;
}

.article-title {
    font-size: 2.5rem;
    color: var(--kleur-paars);
    margin-bottom: 10px;
    line-height: 1.2;
}

.article-title::first-letter {
    text-transform: uppercase;
}

.article-meta {
    color: #888;
    margin-bottom: 30px;
    font-size: 0.9rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.article-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 30px;
}

.article-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--kleur-donker);
}

.article-content p {
    margin-bottom: 1.5rem;
}

.article-content a {
    color: var(--kleur-paars);
    text-decoration: underline;
}

.article-content ul, .article-content ol {
    margin-bottom: 1.5rem;
    padding-left: 20px;
}

.article-content h2, .article-content h3 {
    color: var(--kleur-paars);
    margin-top: 2rem;
}

@media (max-width: 768px) {
    .article-container {
        padding: 20px;
        margin-top: 0;
    }
    .article-title {
        font-size: 2rem;
    }
}



/* =========================================
   14. ARTIKEL DETAIL PAGINA (article.php) - UPDATE
   ========================================= */

.article-hero-header {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    height: 450px;
    position: relative;
    overflow: hidden;
    background-color: var(--kleur-paars);
}

.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.hero-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.4));
}

.article-container {
    max-width: var(--content-width);
    background-color: var(--wit);
    padding: 50px;
    margin-bottom: 50px;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    position: relative;
    z-index: 10;
}

.article-container.has-hero {
    margin-top: -100px; 
}

.article-container:not(.has-hero) {
    margin-top: 50px;
}

.back-link {
    display: inline-block;
    margin-bottom: 20px;
    color: var(--kleur-oranje);
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.article-title {
    font-size: 3rem;
    color: var(--kleur-paars);
    margin-bottom: 15px;
    line-height: 1.1;
    font-weight: 900;
}

.article-meta {
    color: #888;
    margin-bottom: 40px;
    font-size: 1rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    font-style: italic;
}

.article-content {
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--kleur-donker);
}

.article-content p {
    margin-bottom: 1.5rem;
}

.article-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.article-content .aligncenter { margin: 30px auto; display: block; }
.article-content .alignleft { float: left; margin: 10px 25px 10px 0; }
.article-content .alignright { float: right; margin: 10px 0 10px 25px; }

@media (max-width: 768px) {
    .article-hero-header {
        height: 250px;
    }
    .article-container.has-hero {
        margin-top: -50px;
        padding: 25px;
        border-radius: 12px 12px 0 0;
    }
    .article-title {
        font-size: 2rem;
    }
}




/* =========================================
   15. HEADLINES LIJST (Index pagina)
   ========================================= */

.headlines-container {
    max-width: var(--content-width);
    margin: 3rem auto 0 auto;
    background-color: var(--wit);
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid #eaeaea;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}

.headlines-container h3 {
    margin-top: 0;
    color: var(--kleur-paars);
    border-bottom: 2px solid var(--kleur-oranje);
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 1.5rem;
}

.headlines-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.headline-item {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}


.headline-item a::first-letter {
    text-transform: uppercase;
}

.headline-item:last-child {
    border-bottom: none;
}

.headline-item:hover {
    background-color: #fafafa;
}

.headline-date {
    font-size: 0.85rem;
    color: #999;
    min-width: 100px;
}

.headline-link {
    text-decoration: none;
    color: var(--kleur-donker);
    font-weight: 500;
    font-size: 1.05rem;
    flex: 1;
}

.headline-link:hover {
    color: var(--kleur-paars);
    text-decoration: underline;
}

.btn-archive {
    display: inline-block;
    margin-top: 1rem;
    padding: 10px 20px;
    background-color: var(--kleur-lichtgrijs);
    color: var(--kleur-donker);
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: all 0.2s;
}

.btn-archive:hover {
    background-color: var(--kleur-paars);
    color: var(--wit);
}

@media (max-width: 600px) {
    .headline-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .headline-date {
        font-size: 0.75rem;
    }
}

/* =========================================
   16. OVERIGEN
   ========================================= */
.text-center {
    text-align: center;
}

.page-header-center {
    text-align: center;
}

.page-title-hero {
    margin-bottom: 0.5rem;
    font-size: 2.5rem;
}

.page-subtitle {
    font-size: 1.2rem;
    color: #666;
    margin: 0 auto;
}

.page-subtitle-600 {
    max-width: 600px;
}

.page-subtitle-700 {
    max-width: 700px;
}

.page-subtitle-800 {
    max-width: 800px;
}

.overlap-content-wrap {
    margin-top: 30px;
    margin-bottom: 50px;
    position: relative;
    z-index: 10;
}

.narrow-content-wrap {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.home-player-button-wrap {
    position: relative;
}

.status-dot-red {
    width: 8px;
    height: 8px;
    background: red;
    border-radius: 50%;
    display: inline-block;
}

.home-album-art-default {
    background-image: url('https://images.unsplash.com/photo-1470225620780-dba8ba36b745?auto=format&fit=crop&w=150&q=80');
}

.news-card-main {
    text-decoration: none;
    color: inherit;
    display: block;
}

.news-image {
    overflow: hidden;
}

.news-image-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #e0e0e0;
}

.home-news-section {
    padding-bottom: 50px;
}

.home-news-title {
    text-align: center;
    color: var(--kleur-paars);
    margin-bottom: 2rem;
}

.home-archive-link-wrap {
    text-align: center;
    margin-top: 20px;
}

.archive-headlines-container {
    max-width: 900px;
    margin: 0 auto;
    min-height: 400px;
}

.archive-headlines-title {
    margin-bottom: 2rem;
}

.archive-arrow {
    font-size: 1.2rem;
    color: var(--kleur-oranje);
}

.archive-message-item {
    padding: 20px;
    text-align: center;
}

.archive-message-error {
    color: red;
}

.archive-total {
    margin-top: 2rem;
    text-align: center;
    font-size: 0.9rem;
    color: #999;
}

.podcast-columns-grid {
    grid-template-columns: 1fr 1fr;
}

.podcast-cover {
    margin: 0 0 15px 0;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    background-color: #f0f0f0;
}

.podcast-cover-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.empty-state {
    color: #999;
    font-size: 1.1rem;
}

.empty-state-grid-full {
    text-align: center;
    padding: 40px;
    grid-column: 1 / -1;
}

.partners-card {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.partners-title {
    color: var(--kleur-paars);
    margin-top: 0;
}

.partners-subtitle {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.partners-logos-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
    justify-content: center;
}

.partner-logo-card {
    flex: 0 1 calc((100% - 4rem) / 3);
    max-width: calc((100% - 4rem) / 3);
    padding: 2rem;
    background: var(--kleur-achtergrond-warm);
    border-radius: 8px;
    box-sizing: border-box;
}

.partner-logo-card img {
    max-width: 100%;
    max-height: 110px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.payment-failed-wrap {
    margin-top: 30px;
    margin-bottom: 100px;
}

.payment-failed-block {
    background: #ffebee;
    border: 2px solid #f44336;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
}

.payment-failed-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.payment-failed-title {
    color: #c62828;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.8rem;
}

.payment-failed-text {
    font-size: 1rem;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.6;
}

.payment-failed-reasons {
    text-align: left;
    display: inline-block;
    color: #666;
    margin-bottom: 25px;
}

.payment-failed-reasons li {
    margin-bottom: 10px;
}

.payment-failed-note {
    background: #fff;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 25px;
}

.payment-failed-note-text {
    margin: 0;
    color: #666;
    font-size: 0.95rem;
}

.payment-failed-contact-text {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 25px;
}

.link-orange-no-underline {
    color: var(--kleur-oranje);
    text-decoration: none;
}

.payment-failed-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-inline-primary,
.btn-inline-secondary {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-inline-primary {
    background: var(--kleur-paars);
    color: white;
}

.btn-inline-secondary {
    background: #ddd;
    color: #333;
}

.payment-help-box {
    margin-top: 40px;
    background: #f5f5f5;
    border-radius: 8px;
    padding: 20px;
}

.payment-help-title {
    margin-top: 0;
    color: var(--kleur-paars);
}

.payment-help-text {
    margin-bottom: 10px;
}

.payment-help-list {
    margin: 0;
    padding-left: 20px;
    color: #666;
}

.payment-help-list li {
    margin-bottom: 8px;
}

.article-not-found {
    text-align: center;
    padding: 50px;
}

.footer-link-highlight {
    color: #F2A900;
}

.podcast-old-wrap {
    margin-top: -30px;
    margin-bottom: 50px;
    position: relative;
    z-index: 10;
}

.data-archive-header {
    background-color: var(--kleur-lichtgrijs);
    padding: 3rem 1rem;
    border-bottom: 1px solid #ddd;
}

.data-archive-header-container {
    margin: 0 auto;
    padding: 0;
}

.data-archive-title {
    margin-bottom: 0.5rem;
}

.data-archive-subtitle {
    font-size: 1.2rem;
    max-width: 800px;
}

.data-archive-image-wrap {
    padding: 0;
    border: none;
}

.data-archive-image-link {
    display: block;
    height: 200px;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}

.data-archive-image-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.data-archive-readmore-wrap {
    background: none;
    border-top: 1px solid #eee;
    text-align: right;
}

.data-archive-readmore-link {
    color: var(--kleur-paars);
    font-weight: bold;
    text-decoration: none;
}

.data-archive-title-link {
    text-decoration: none;
    color: inherit;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.thankyou-wrap {
    margin-top: 30px;
    margin-bottom: 100px;
}

.thankyou-pending-block {
    background: #fff3cd;
    border: 2px solid #ffc107;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
}

.thankyou-pending-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    animation: spin 2s linear infinite;
}

.thankyou-pending-title {
    color: #856404;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.8rem;
}

.thankyou-pending-text {
    font-size: 1rem;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.6;
}

.thankyou-status-indicator {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 25px;
}

.thankyou-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-inline-button {
    border: none;
    cursor: pointer;
}

.thankyou-retry-button {
    display: none;
}

.thankyou-success-block {
    display: none;
    background: #f0f7f0;
    border: 2px solid #4caf50;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
}

.thankyou-success-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.thankyou-success-title {
    color: #2e7d32;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.8rem;
}

.thankyou-success-text {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 25px;
    line-height: 1.6;
}

.thankyou-donation-details {
    background: white;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 25px;
    text-align: left;
}

.thankyou-info-line {
    font-size: 0.95rem;
    color: #666;
}

.thankyou-info-line-compact {
    margin-bottom: 10px;
}

.thankyou-info-line-bottom {
    margin-bottom: 25px;
}

.thankyou-status-timestamp {
    font-size: 0.85rem;
    color: #999;
}

.thankyou-status-error {
    color: #d32f2f;
}

.thankyou-detail-line {
    margin: 0 0 10px 0;
    color: #777;
}

.thankyou-detail-line-last {
    margin: 0;
}

.thankyou-status-warning {
    color: #ff6f00;
}

.thankyou-manual-retry {
    background: none;
    border: none;
    color: #ff6f00;
    text-decoration: underline;
    cursor: pointer;
    font-size: 1rem;
}

.thankyou-debug-url {
    font-size: 0.8rem;
    color: #999;
    margin-top: 10px;
}

@media (max-width: 900px) {
    .podcast-columns-grid {
        grid-template-columns: 1fr;
    }

    .partner-logo-card {
        flex-basis: calc((100% - 2rem) / 2);
        max-width: calc((100% - 2rem) / 2);
    }
}

@media (max-width: 600px) {
    .partner-logo-card {
        flex-basis: 100%;
        max-width: 100%;
    }
}