/*
Theme Name: Wat Men Niet Zegt
Theme URI: https://watmennietzegt.nl
Author: Wat Men Niet Zegt Team
Author URI: https://watmennietzegt.nl
Description: Premium storytelling platform voor verhalen die onuitgesproken blijven
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: watmennietzegt
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary: #0a0a0f;
    --gold: #C9A961;
    --gold-dark: #A68B45;
    --burgundy: #8B2635;
    --forest: #2C4A3E;
    --earth: #B85C38;
    --cream: #F5F1E8;
    --background: #121218;
    --orange: #D4734B;
    --teal: #3D6B5F;
    --text: #F5F1E8;
    --text-light: #C4BFB3;
}

body {
    font-family: 'Lora', Georgia, serif;
    line-height: 1.7;
    color: var(--text);
    background: var(--background);
    position: relative;
}

.pattern-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(201, 169, 97, 0.02) 35px, rgba(201, 169, 97, 0.02) 70px);
    pointer-events: none;
    z-index: 1;
    opacity: 0.5;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(10, 10, 15, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 2px solid var(--gold);
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.25rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--gold);
}

.logo a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.logo .custom-logo-link {
    display: flex;
    align-items: center;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.logo .custom-logo {
    max-height: 45px;
    height: 45px;
    width: auto;
    display: block;
    object-fit: contain;
}

.logo-icon {
    font-size: 1.75rem;
    animation: pulse 3s ease-in-out infinite;
}

.logo-icon {
    font-size: 1.75rem;
    animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.1); }
}

.nav-links {
    display: flex;
    gap: 2.5rem;
}

.nav-links a {
    color: var(--cream);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s;
    position: relative;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gold);
    transition: width 0.3s;
}

.nav-links a:hover {
    color: var(--gold);
}

.nav-links a:hover::after {
    width: 100%;
}

.hero {
    margin-top: 0;
    padding: 10rem 2rem 8rem;
    text-align: center;
    background: linear-gradient(135deg, var(--burgundy) 0%, var(--primary) 50%, var(--forest) 100%);
    position: relative;
    overflow: hidden;
}

.hero-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle at 20% 50%, rgba(201, 169, 97, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(184, 92, 56, 0.12) 0%, transparent 50%);
    opacity: 0.8;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: rgba(212, 175, 55, 0.2);
    border: 2px solid var(--gold);
    color: var(--gold);
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 50px;
    margin-bottom: 2rem;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 5rem;
    font-weight: 900;
    color: var(--cream);
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
    line-height: 1.1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
    font-size: 1.35rem;
    color: rgba(255, 248, 231, 0.9);
    max-width: 700px;
    margin: 0 auto 2rem;
    font-style: italic;
}

.hero-ornament {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    font-size: 1.5rem;
    color: var(--gold);
    margin-top: 2rem;
}

.filter-section {
    padding: 4rem 0;
    background: var(--background);
    position: relative;
    z-index: 2;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--burgundy);
    margin-bottom: 1rem;
}

.title-ornament {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    margin: 0 auto;
}

.search-bar {
    margin-bottom: 2.5rem;
    text-align: center;
}

.search-bar input {
    width: 100%;
    max-width: 600px;
    padding: 1rem 1.5rem;
    font-size: 1.05rem;
    font-family: 'Lora', serif;
    border: 2px solid var(--gold);
    border-radius: 50px;
    outline: none;
    background: rgba(18, 18, 24, 0.8);
    color: var(--text);
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(201, 169, 97, 0.1);
}

.search-bar input::placeholder {
    color: var(--text-light);
}

.search-bar input:focus {
    border-color: var(--burgundy);
    box-shadow: 0 6px 25px rgba(139, 38, 53, 0.3), 0 0 20px rgba(201, 169, 97, 0.2);
}

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

.filter-btn {
    padding: 0.75rem 2rem;
    border: 2px solid var(--gold);
    background: rgba(18, 18, 24, 0.6);
    color: var(--text);
    border-radius: 50px;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 600;
    font-family: 'Lora', serif;
    transition: all 0.3s;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.filter-btn:hover {
    background: var(--gold);
    color: var(--primary);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(201, 169, 97, 0.4), 0 0 20px rgba(201, 169, 97, 0.2);
}

.filter-btn.active {
    background: var(--burgundy);
    color: var(--cream);
    border-color: var(--burgundy);
}

.stories-section {
    padding: 5rem 0;
    min-height: 60vh;
    background: var(--background);
    position: relative;
    z-index: 2;
}

.stories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.section-divider {
    grid-column: 1 / -1;
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: var(--gold);
    margin: 3rem 0 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--gold);
}

.section-divider:first-child {
    margin-top: 0;
}

.ad-row {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 2rem 0;
}

.inline-ad {
    height: 250px;
}

.story-card {
    background: rgba(18, 18, 24, 0.8);
    border: 3px solid var(--gold);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    position: relative;
}

.story-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(201, 169, 97, 0.15) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.5s;
    pointer-events: none;
    z-index: 1;
}

.story-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(139, 38, 53, 0.4), 0 0 30px rgba(201, 169, 97, 0.3);
    border-color: var(--burgundy);
}

.story-card:hover::before {
    opacity: 1;
}

.story-image {
    width: 100%;
    height: 280px;
    object-fit: cover;
    background: linear-gradient(135deg, var(--burgundy) 0%, var(--primary) 50%, var(--forest) 100%);
    transition: transform 0.5s;
    filter: brightness(0.85) contrast(1.1);
}

.story-card:hover .story-image {
    transform: scale(1.05);
    filter: brightness(1) contrast(1.15);
}

.story-content {
    padding: 2rem;
    position: relative;
    z-index: 2;
}

.story-category {
    display: inline-block;
    padding: 0.4rem 1rem;
    background: var(--gold);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 6px;
    margin-bottom: 1rem;
}

.story-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--burgundy);
    margin-bottom: 1rem;
    line-height: 1.3;
}

.story-excerpt {
    color: var(--text-light);
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

.story-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.875rem;
    color: var(--text-light);
    padding-top: 1rem;
    border-top: 1px solid rgba(201, 169, 97, 0.3);
}

.about-section {
    padding: 8rem 0;
    background: linear-gradient(135deg, var(--primary) 0%, var(--burgundy) 50%, var(--forest) 100%);
    text-align: center;
    position: relative;
    z-index: 2;
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
}

.about-ornament {
    font-size: 3rem;
    color: var(--gold);
    margin-bottom: 2rem;
}

.about-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    margin-bottom: 2rem;
    color: var(--cream);
    font-weight: 700;
}

.about-section p {
    font-size: 1.2rem;
    color: rgba(255, 248, 231, 0.9);
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.footer {
    background: var(--primary);
    color: var(--cream);
    padding: 4rem 0 2rem;
    position: relative;
    z-index: 2;
}

.footer-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        repeating-linear-gradient(45deg, transparent, transparent 50px, rgba(201, 169, 97, 0.05) 50px, rgba(201, 169, 97, 0.05) 100px);
    opacity: 0.3;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}

.footer-section h3 {
    margin-bottom: 1.25rem;
    font-family: 'Playfair Display', serif;
    font-size: 1.35rem;
    color: var(--gold);
}

.footer-section p {
    color: rgba(255, 248, 231, 0.8);
    line-height: 1.8;
}

.social-links {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.social-links a {
    color: rgba(255, 248, 231, 0.8);
    text-decoration: none;
    transition: all 0.3s;
    font-weight: 500;
}

.social-links a:hover {
    color: var(--gold);
    transform: translateY(-2px);
}

.footer-bottom {
    text-align: center;
    padding-top: 2.5rem;
    border-top: 2px solid rgba(212, 175, 55, 0.3);
    position: relative;
    z-index: 2;
}

.footer-bottom p {
    color: rgba(255, 248, 231, 0.6);
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

.footer-bottom p:first-child {
    color: var(--gold);
    font-weight: 600;
    font-size: 1.05rem;
    margin-bottom: 0.75rem;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 3rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

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

    .nav-links {
        gap: 1.5rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .about-section h2 {
        font-size: 2.25rem;
    }
}

/* Advertisement Styles */
.ad-banner {
    background: var(--background);
    padding: 2rem 0;
    margin-top: 80px;
    border-bottom: 1px solid rgba(201, 169, 97, 0.2);
}

.ad-space {
    background: rgba(201, 169, 97, 0.1);
    border: 2px dashed var(--gold);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
}

.banner-ad {
    height: 90px;
    max-width: 728px;
    margin: 0 auto;
}

/* Premium Section */
.premium-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, var(--burgundy) 0%, var(--primary) 100%);
    position: relative;
    z-index: 2;
}

.section-subtitle {
    text-align: center;
    color: var(--text-light);
    font-size: 1.1rem;
    margin-top: 1rem;
}

.premium-content {
    max-width: 600px;
    margin: 3rem auto;
}

.premium-lock {
    background: rgba(18, 18, 24, 0.8);
    border: 3px solid var(--gold);
    border-radius: 16px;
    padding: 4rem 3rem;
    text-align: center;
}

.lock-icon {
    font-size: 4rem;
    margin-bottom: 1.5rem;
}

.premium-lock h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: var(--gold);
    margin-bottom: 1.5rem;
}

.premium-lock p {
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 2rem;
}

.premium-btn {
    display: inline-block;
    padding: 1rem 3rem;
    background: var(--gold);
    color: var(--primary);
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(201, 169, 97, 0.3);
}

.premium-btn:hover {
    background: var(--burgundy);
    color: var(--cream);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(139, 38, 53, 0.4);
}

/* Media Section */
.media-section {
    padding: 6rem 0;
    background: var(--background);
    position: relative;
    z-index: 2;
}

.media-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
}

.media-card {
    background: rgba(18, 18, 24, 0.8);
    border: 3px solid var(--gold);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s;
}

.media-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(201, 169, 97, 0.3);
    border-color: var(--burgundy);
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.media-info {
    padding: 1.5rem;
}

.media-info h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: var(--gold);
    margin-bottom: 0.75rem;
}

.media-info p {
    color: var(--text-light);
    line-height: 1.6;
}

/* Membership Section */
.membership-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, var(--primary) 0%, var(--forest) 100%);
    position: relative;
    z-index: 2;
}

.coming-soon-content {
    max-width: 700px;
    margin: 3rem auto;
}

.coming-soon-box {
    background: rgba(18, 18, 24, 0.9);
    border: 3px solid var(--gold);
    border-radius: 16px;
    padding: 4rem 3rem;
    text-align: center;
}

.coming-soon-icon {
    font-size: 5rem;
    margin-bottom: 1.5rem;
    animation: pulse 2s ease-in-out infinite;
}

.coming-soon-box h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: var(--gold);
    margin-bottom: 1.5rem;
}

.coming-soon-box p {
    color: var(--text-light);
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.account-btn {
    display: inline-block;
    padding: 1.25rem 3.5rem;
    background: var(--gold);
    color: var(--primary);
    border: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    font-family: 'Lora', serif;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(201, 169, 97, 0.3);
    margin-bottom: 1.5rem;
}

.account-btn:hover {
    background: var(--burgundy);
    color: var(--cream);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(139, 38, 53, 0.4);
}

.coming-soon-note {
    font-size: 0.9rem;
    color: var(--text-light);
    font-style: italic;
    margin-top: 1rem;
}

@media (max-width: 1024px) {
    .stories-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ad-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .ad-row .inline-ad:last-child {
        grid-column: 1 / -1;
        max-width: 300px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 3rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

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

    .ad-row {
        grid-template-columns: 1fr;
    }

    .ad-row .inline-ad {
        max-width: 300px;
        margin: 0 auto;
    }

    .nav-links {
        gap: 1.5rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .about-section h2 {
        font-size: 2.25rem;
    }

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

/* =============================================
   HERO SLIDER
   ============================================= */


.hero {
    margin-top: 0;
}

.hero.hero-slider {
    padding: 0;
    position: relative;
    overflow: hidden;
    height: 80vh;
    min-height: 520px;
    max-height: 760px;
    background: var(--primary);
}

.hero-slides-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.8s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-slide.active {
    opacity: 1;
    z-index: 1;
}

.hero-slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
        rgba(139,38,53,0.65) 0%,
        rgba(10,10,15,0.55) 50%,
        rgba(44,74,62,0.55) 100%);
}

.hero-slide .hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 2rem;
    max-width: 900px;
}

.hero-btn {
    display: inline-block;
    margin-top: 1.5rem;
    padding: 0.8rem 2rem;
    background: var(--gold);
    color: var(--primary);
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1rem;
    transition: background 0.3s, transform 0.2s;
}
.hero-btn:hover {
    background: var(--cream);
    transform: translateY(-2px);
}

/* Slider navigatie pijlen */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0,0,0,0.35);
    color: var(--gold);
    border: 2px solid var(--gold);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    font-size: 1.8rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
    backdrop-filter: blur(4px);
}
.slider-arrow:hover { background: rgba(201,169,97,0.3); }
.slider-prev { left: 1.5rem; }
.slider-next { right: 1.5rem; }

/* Slider dots */
.slider-dots {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 0.6rem;
}
.slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    border: none;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
    padding: 0;
}
.slider-dot.active {
    background: var(--gold);
    transform: scale(1.3);
}

/* =============================================
   MEEST BEKEKEN & ALLE VERHALEN SECTIES
   ============================================= */
.meest-bekeken-section,
.alle-verhalen-section {
    padding: 5rem 0;
    background: var(--background);
    position: relative;
    z-index: 2;
}

.meest-bekeken-section {
    background: rgba(44,74,62,0.08);
    border-top: 1px solid rgba(201,169,97,0.15);
    border-bottom: 1px solid rgba(201,169,97,0.15);
}

.alle-verhalen-section {
    border-top: 1px solid rgba(201,169,97,0.15);
}

/* Grid beperkt tot 3 kaarten */
.stories-grid--three {
    grid-template-columns: repeat(3, 1fr);
}

/* Meer verhalen knop */
.meer-verhalen-wrap {
    text-align: center;
    margin-top: 2.5rem;
}
.meer-verhalen-btn {
    display: inline-block;
    padding: 0.9rem 2.5rem;
    border: 2px solid var(--gold);
    color: var(--gold);
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 50px;
    letter-spacing: 0.05em;
    transition: background 0.3s, color 0.3s, transform 0.2s;
}
.meer-verhalen-btn:hover {
    background: var(--gold);
    color: var(--primary);
    transform: translateY(-2px);
}

/* =============================================
   FOOTER CTA knop
   ============================================= */
.footer-cta-btn {
    display: inline-block;
    margin-top: 0.75rem;
    padding: 0.6rem 1.4rem;
    background: transparent;
    color: var(--gold);
    border: 1px solid var(--gold);
    border-radius: 50px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: background 0.2s, color 0.2s;
}
.footer-cta-btn:hover {
    background: var(--gold);
    color: var(--primary);
}

/* Responsive slider */
@media (max-width: 768px) {
    .hero.hero-slider {
        height: 60vh;
        min-height: 380px;
    }
    .hero-title { font-size: 2.5rem !important; }
    .slider-arrow { width: 36px; height: 36px; font-size: 1.4rem; }
    .stories-grid--three {
        grid-template-columns: 1fr;
    }
}

/* =============================================
   ALLE VERHALEN ARCHIVE PAGE
   ============================================= */
.alle-verhalen-page-wrap {
    min-height: 100vh;
}

.page-hero {
    margin-top: 80px;
    padding: 6rem 2rem 5rem;
    text-align: center;
    background: linear-gradient(135deg, var(--burgundy) 0%, var(--primary) 50%, var(--forest) 100%);
    position: relative;
    overflow: hidden;
}

.page-hero .hero-pattern {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 50%, rgba(201,169,97,0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(184,92,56,0.12) 0%, transparent 50%);
    opacity: 0.8;
}

.page-hero .hero-content {
    position: relative;
    z-index: 2;
}

/* On the archive page, filter-section needs no extra top spacing */
.alle-verhalen-page-wrap .filter-section {
    padding-top: 3rem;
}

/* =============================================
   NAV DROPDOWN
   ============================================= */
.nav-item {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.nav-item.has-dropdown .nav-link-main {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.dropdown-arrow {
    font-size: 0.75rem;
    transition: transform 0.25s;
    display: inline-block;
}

.nav-item.has-dropdown:hover .dropdown-arrow,
.nav-item.has-dropdown.open .dropdown-arrow {
    transform: rotate(180deg);
}

.nav-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 200px;
    background: rgba(10, 10, 15, 0.97);
    border: 1px solid rgba(201, 169, 97, 0.35);
    border-radius: 10px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.5);
    padding: 0.5rem 0;
    z-index: 200;
    backdrop-filter: blur(12px);
}

/* Small triangle pointer */
.nav-dropdown::before {
    content: '';
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(201, 169, 97, 0.35);
}

.nav-dropdown a {
    display: block;
    padding: 0.65rem 1.25rem;
    color: var(--text-light);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    transition: color 0.2s, background 0.2s;
    white-space: nowrap;
}

.nav-dropdown a:hover {
    color: var(--gold);
    background: rgba(201, 169, 97, 0.08);
}

.nav-item.has-dropdown:hover .nav-dropdown,
.nav-item.has-dropdown.open .nav-dropdown {
    display: block;
    animation: fadeDropdown 0.18s ease;
}

@keyframes fadeDropdown {
    from { opacity: 0; transform: translateX(-50%) translateY(-6px); }
    to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}

/* Hamburger (mobile) */
.nav-hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.4rem;
}
.nav-hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--gold);
    border-radius: 2px;
    transition: all 0.3s;
}

@media (max-width: 900px) {
    .nav-hamburger { display: flex; }

    .nav-links {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background: rgba(10,10,15,0.98);
        border-top: 1px solid rgba(201,169,97,0.2);
        flex-direction: column;
        padding: 1rem 0 1.5rem;
        gap: 0;
        backdrop-filter: blur(12px);
    }
    .nav-links.open { display: flex; }

    .nav-links a,
    .nav-item.has-dropdown .nav-link-main {
        padding: 0.75rem 1.5rem;
        border-bottom: 1px solid rgba(201,169,97,0.06);
        width: 100%;
    }

    .nav-item { width: 100%; display: flex; flex-direction: column; }

    .nav-dropdown {
        position: static;
        transform: none;
        box-shadow: none;
        border: none;
        border-left: 2px solid var(--gold);
        border-radius: 0;
        background: rgba(201,169,97,0.05);
        display: none;
        margin-left: 1.5rem;
        padding: 0;
    }
    .nav-dropdown::before { display: none; }
    .nav-item.has-dropdown.open .nav-dropdown { display: block; }

    .nav-dropdown a { font-size: 0.88rem; padding: 0.6rem 1rem; }
}

/* =============================================
   STORY VIEWS (oogje)
   ============================================= */
.story-views {
    margin-left: auto;
    font-size: 0.82rem;
    opacity: 0.7;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    white-space: nowrap;
}

/* =============================================
   COMING SOON PAGINA'S
   ============================================= */
.coming-soon-section {
    padding: 6rem 0 8rem;
    background: linear-gradient(160deg, var(--primary) 0%, rgba(44,74,62,0.15) 100%);
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
}

.coming-soon-hero {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.coming-soon-icon-wrap {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    display: block;
    filter: drop-shadow(0 0 20px rgba(201,169,97,0.4));
}

.coming-soon-title {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--cream);
    margin-bottom: 0;
    line-height: 1.1;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.coming-soon-subtitle {
    font-size: 1.15rem;
    color: rgba(255, 248, 231, 0.8);
    line-height: 1.8;
    margin-bottom: 2rem;
    font-style: italic;
}

.coming-soon-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.6rem 1.8rem;
    background: rgba(212, 175, 55, 0.12);
    border: 2px solid var(--gold);
    color: var(--gold);
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 50px;
    margin-bottom: 1.5rem;
}

.cs-dot {
    width: 8px;
    height: 8px;
    background: var(--gold);
    border-radius: 50%;
    animation: csPulse 1.5s ease-in-out infinite;
    display: inline-block;
}

@keyframes csPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: 0.4; transform: scale(0.7); }
}

.coming-soon-note {
    color: var(--text-light);
    font-size: 0.95rem;
    margin-bottom: 2rem;
    opacity: 0.8;
}

.cs-btn {
    display: inline-block;
    padding: 0.9rem 2.4rem;
    background: var(--gold);
    color: var(--primary);
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 50px;
    transition: background 0.3s, transform 0.2s;
    letter-spacing: 0.03em;
}
.cs-btn:hover {
    background: var(--cream);
    transform: translateY(-2px);
}

/* =============================================
   MEEST RECENTE SECTIE
   ============================================= */
.meest-recente-section {
    padding: 5rem 0;
    background: var(--background);
    border-top: 1px solid rgba(201, 169, 97, 0.15);
    border-bottom: 1px solid rgba(201, 169, 97, 0.15);
    position: relative;
    z-index: 2;
}

/* =============================================
   WPFORMS STYLING - passend bij het thema
   ============================================= */

/* Labels */
.wpforms-form .wpforms-field-label,
.wpforms-form label {
    color: var(--cream) !important;
    font-family: 'Lora', serif !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    margin-bottom: 0.4rem !important;
}

/* Input velden, textarea en select */
.wpforms-form input[type="text"],
.wpforms-form input[type="email"],
.wpforms-form input[type="tel"],
.wpforms-form input[type="url"],
.wpforms-form input[type="number"],
.wpforms-form textarea,
.wpforms-form select {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(201, 169, 97, 0.4) !important;
    border-radius: 8px !important;
    color: var(--cream) !important;
    font-family: 'Lora', serif !important;
    font-size: 1rem !important;
    padding: 0.75rem 1rem !important;
    width: 100% !important;
    transition: border-color 0.2s !important;
}

.wpforms-form input[type="text"]:focus,
.wpforms-form input[type="email"]:focus,
.wpforms-form input[type="tel"]:focus,
.wpforms-form textarea:focus,
.wpforms-form select:focus {
    border-color: var(--gold) !important;
    outline: none !important;
    background: rgba(255, 255, 255, 0.09) !important;
}

/* Placeholder tekst */
.wpforms-form input::placeholder,
.wpforms-form textarea::placeholder {
    color: rgba(196, 191, 179, 0.5) !important;
}

/* Verzendknop */
.wpforms-form .wpforms-submit,
.wpforms-form button[type="submit"] {
    background: var(--gold) !important;
    color: var(--primary) !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 0.85rem 2.5rem !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: background 0.3s, transform 0.2s !important;
    letter-spacing: 0.05em !important;
}

.wpforms-form .wpforms-submit:hover,
.wpforms-form button[type="submit"]:hover {
    background: var(--cream) !important;
    transform: translateY(-2px) !important;
}

/* Succes- en foutmeldingen */
.wpforms-confirmation-container-full,
.wpforms-form .wpforms-confirmation-scroll {
    background: rgba(44, 74, 62, 0.3) !important;
    border: 1px solid var(--gold) !important;
    border-radius: 12px !important;
    color: var(--cream) !important;
    padding: 1.5rem 2rem !important;
}

.wpforms-form .wpforms-error-container,
.wpforms-form .wpforms-field-error {
    color: #e07070 !important;
    font-size: 0.85rem !important;
}

/* Page content achtergrond fix */
.page-content {
    color: var(--text) !important;
}

.page-content p,
.page-content li,
.page-content h2,
.page-content h3 {
    color: var(--text) !important;
}

/* =============================================
   PRIVACY POLICY PAGINA
   ============================================= */
.privacy-content h2 {
    font-family: 'Playfair Display', serif;
    color: var(--gold);
    font-size: 1.4rem;
    margin: 2.5rem 0 0.75rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid rgba(201, 169, 97, 0.2);
}

.privacy-content h3 {
    color: var(--cream);
    font-size: 1.1rem;
    margin: 1.5rem 0 0.5rem;
}

.privacy-content p {
    color: var(--text-light);
    line-height: 1.85;
    margin-bottom: 1rem;
}

.privacy-content ul {
    color: var(--text-light);
    line-height: 1.85;
    margin: 0.75rem 0 1rem 1.5rem;
}

.privacy-content ul li {
    margin-bottom: 0.4rem;
}

.privacy-content a {
    color: var(--gold);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.privacy-content a:hover {
    color: var(--cream);
}

.privacy-footer-note {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(201, 169, 97, 0.2);
    text-align: center;
    color: var(--gold);
    font-family: 'Playfair Display', serif;
}

/* =============================================
   SHARE KNOPPEN
   ============================================= */
.share-section {
    margin-top: 4rem;
    padding: 2.5rem;
    background: rgba(201, 169, 97, 0.06);
    border: 1px solid rgba(201, 169, 97, 0.25);
    border-radius: 16px;
    text-align: center;
}

.share-title {
    color: var(--gold);
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    letter-spacing: 0.05em;
}

.share-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.4rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: transform 0.2s, opacity 0.2s;
    letter-spacing: 0.03em;
}

.share-btn:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.share-facebook {
    background: #1877F2;
    color: #fff;
}

.share-whatsapp {
    background: #25D366;
    color: #fff;
}

.share-instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    color: #fff;
}

.share-copy {
    background: rgba(201, 169, 97, 0.15);
    color: var(--gold);
    border: 1px solid var(--gold) !important;
    transition: background 0.3s, transform 0.2s;
}

.share-copy:hover {
    background: rgba(201, 169, 97, 0.25);
}

@media (max-width: 600px) {
    .share-buttons {
        flex-direction: column;
        align-items: center;
    }
    .share-btn {
        width: 200px;
        justify-content: center;
    }
}

/* =============================================
   ANANSI LOGIN WALL
   ============================================= */
.anansi-login-wall {
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    background: radial-gradient(ellipse at center, rgba(139,38,53,0.15) 0%, var(--primary) 70%);
    padding: 5rem 0;
}

.login-wall-wrap {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    padding: 3rem;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(201,169,97,0.25);
    border-radius: 24px;
    backdrop-filter: blur(10px);
}

.anansi-spider {
    font-size: 5rem;
    display: block;
    margin-bottom: 1rem;
    animation: spiderDrop 1s ease forwards;
    filter: drop-shadow(0 0 20px rgba(201,169,97,0.3));
}

@keyframes spiderDrop {
    from { opacity: 0; transform: translateY(-30px); }
    to   { opacity: 1; transform: translateY(0); }
}

.login-wall-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 900;
    color: var(--cream);
    margin-bottom: 0;
    line-height: 1.1;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.login-wall-subtitle {
    font-size: 1.1rem;
    color: rgba(255,248,231,0.8);
    line-height: 1.8;
    margin-bottom: 2rem;
    font-style: italic;
}

.login-wall-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.5rem;
}

.wall-btn {
    display: inline-block;
    padding: 0.9rem 2.5rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: transform 0.2s, opacity 0.2s;
    letter-spacing: 0.03em;
    min-width: 280px;
    text-align: center;
}

.wall-btn:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.wall-btn--primary {
    background: var(--gold);
    color: var(--primary);
}

.wall-btn--secondary {
    background: transparent;
    color: var(--gold);
    border: 2px solid var(--gold);
}

.login-wall-note {
    font-size: 0.85rem;
    color: var(--text-light);
    opacity: 0.6;
    margin: 0;
}

/* Anansi hero variant */
.anansi-hero {
    background: linear-gradient(135deg, #4a0a0a 0%, var(--primary) 50%, #1a0a2e 100%);
}

/* Anansi nav link accent */
.nav-anansi {
    color: var(--gold) !important;
    font-weight: 600 !important;
}

/* Ultimate Member forms styling */
.um-form input[type="text"],
.um-form input[type="email"],
.um-form input[type="password"] {
    background: rgba(255,255,255,0.06) !important;
    border: 1px solid rgba(201,169,97,0.4) !important;
    color: var(--cream) !important;
    border-radius: 8px !important;
}

.um-btn {
    background: var(--gold) !important;
    color: var(--primary) !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
}

/* =============================================
   ANANSI KAART LOCK OVERLAY
   ============================================= */
.story-card--anansi {
    position: relative;
}

.story-card--anansi .story-image {
    filter: brightness(0.6);
}

.anansi-card-lock {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(10, 10, 15, 0.85);
    color: var(--gold);
    border: 1px solid var(--gold);
    border-radius: 50px;
    padding: 0.4rem 1rem;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    white-space: nowrap;
    backdrop-filter: blur(4px);
    pointer-events: none;
}

.story-card--anansi:hover .story-image {
    filter: brightness(0.75);
}

/* =============================================
   COMMENTS SECTIE
   ============================================= */
.verhaal-comments {
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 2px solid rgba(201, 169, 97, 0.3);
}

.comments-title {
    font-family: 'Playfair Display', serif;
    color: var(--gold);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0;
}

/* Comment lijst */
.comment-list {
    list-style: none;
    padding: 0;
    margin: 0 0 3rem;
}

.comment-list .children {
    list-style: none;
    padding-left: 3rem;
    border-left: 2px solid rgba(201, 169, 97, 0.2);
    margin-left: 1rem;
}

.wmz-comment {
    margin-bottom: 1.5rem;
}

.comment-body-wrap {
    display: flex;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(201, 169, 97, 0.15);
    border-radius: 12px;
    padding: 1.25rem;
    transition: border-color 0.2s;
}

.comment-body-wrap:hover {
    border-color: rgba(201, 169, 97, 0.3);
}

.comment-avatar img {
    border-radius: 50%;
    border: 2px solid rgba(201, 169, 97, 0.3);
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.comment-content {
    flex: 1;
}

.comment-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.comment-author {
    color: var(--gold);
    font-size: 0.95rem;
}

.comment-date {
    color: var(--text-light);
    font-size: 0.8rem;
    opacity: 0.6;
}

.comment-pending {
    color: var(--text-light);
    font-size: 0.8rem;
    font-style: italic;
    opacity: 0.6;
}

.comment-text {
    color: var(--text);
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 0.75rem;
}

.comment-text p { margin: 0; }

.comment-actions a {
    color: var(--gold);
    font-size: 0.85rem;
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.comment-actions a:hover { opacity: 1; }

/* Comment formulier */
.comment-form-inner {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

#reply-title {
    font-family: 'Playfair Display', serif;
    color: var(--cream);
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    display: block;
}

.comment-form-field {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.comment-form-field label {
    color: var(--cream);
    font-size: 0.9rem;
    font-weight: 500;
}

.comment-form-field label span {
    color: var(--gold);
}

.comment-form-field input,
.comment-form-field textarea {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(201, 169, 97, 0.35);
    border-radius: 8px;
    color: var(--cream);
    font-family: 'Lora', serif;
    font-size: 1rem;
    padding: 0.75rem 1rem;
    width: 100%;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.comment-form-field input:focus,
.comment-form-field textarea:focus {
    outline: none;
    border-color: var(--gold);
    background: rgba(255, 255, 255, 0.08);
}

.comment-form-field input::placeholder,
.comment-form-field textarea::placeholder {
    color: rgba(196, 191, 179, 0.4);
}

.comment-form-note {
    font-size: 0.8rem;
    color: var(--text-light);
    opacity: 0.5;
    margin: 0.25rem 0 0;
}

.comment-submit-btn {
    background: var(--gold);
    color: var(--primary);
    border: none;
    border-radius: 50px;
    padding: 0.85rem 2.5rem;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
    letter-spacing: 0.05em;
    align-self: flex-start;
}

.comment-submit-btn:hover {
    background: var(--cream);
    transform: translateY(-2px);
}

.no-comments {
    color: var(--text-light);
    text-align: center;
    font-style: italic;
    opacity: 0.6;
}

@media (max-width: 600px) {
    .comment-list .children {
        padding-left: 1rem;
    }
    .comment-body-wrap {
        flex-direction: column;
    }
}

/* =============================================
   PREMIUM WALL
   ============================================= */
.premium-wall-section {
    min-height: calc(100vh - 80px);
    padding: 5rem 0;
    background: radial-gradient(ellipse at center, rgba(139,38,53,0.2) 0%, var(--primary) 70%);
    display: flex;
    align-items: center;
}

.premium-wall-wrap {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.premium-wall-icon {
    font-size: 4.5rem;
    display: block;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 0 20px rgba(201,169,97,0.4));
}

.premium-wall-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 900;
    color: var(--cream);
    margin-bottom: 0;
    line-height: 1.1;
}

.premium-wall-subtitle {
    font-size: 1.1rem;
    color: rgba(255,248,231,0.8);
    line-height: 1.8;
    margin-bottom: 2.5rem;
    font-style: italic;
}

/* Preview grid */
.premium-preview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.premium-preview-card {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(201,169,97,0.2);
    background: rgba(255,255,255,0.03);
}

.premium-preview-img {
    position: relative;
    height: 140px;
    overflow: hidden;
}

.premium-preview-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.premium-preview-blur {
    position: absolute;
    inset: 0;
    background: rgba(10,10,15,0.6);
    backdrop-filter: blur(4px);
}

.premium-preview-lock {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
}

.premium-preview-info {
    padding: 0.75rem;
    text-align: left;
}

.premium-preview-info h3 {
    font-size: 0.85rem;
    color: var(--cream);
    margin-bottom: 0.3rem;
    font-family: 'Playfair Display', serif;
}

.premium-preview-excerpt {
    font-size: 0.75rem;
    color: var(--text-light);
    opacity: 0.6;
    margin: 0;
}

/* Info box */
.premium-info-box {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(201,169,97,0.3);
    border-radius: 20px;
    padding: 2.5rem;
    margin-bottom: 1.5rem;
    text-align: left;
}

.premium-price-tag {
    text-align: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(201,169,97,0.2);
}

.premium-features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
}

.premium-features li {
    color: var(--text-light);
    padding: 0.4rem 0;
    font-size: 0.95rem;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}

.payment-title {
    color: var(--gold);
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.payment-steps {
    padding-left: 1.5rem;
    margin: 0;
}

.payment-steps li {
    color: var(--text-light);
    padding: 0.4rem 0;
    font-size: 0.95rem;
    line-height: 1.6;
}

.payment-steps li strong {
    color: var(--cream);
}

.premium-wall-note {
    font-size: 0.85rem;
    color: var(--text-light);
    opacity: 0.6;
}

/* =============================================
   MEMBERSHIP PAGINA
   ============================================= */
.membership-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto 5rem;
}

.membership-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(201,169,97,0.2);
    border-radius: 20px;
    padding: 2.5rem;
    position: relative;
    transition: border-color 0.3s;
}

.membership-card:hover {
    border-color: rgba(201,169,97,0.4);
}

.membership-card--featured {
    border-color: var(--gold);
    background: rgba(201,169,97,0.05);
}

.membership-card-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gold);
    color: var(--primary);
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0.3rem 1.2rem;
    border-radius: 50px;
    white-space: nowrap;
    letter-spacing: 0.05em;
}

.membership-card-header {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(201,169,97,0.15);
}

.membership-icon {
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
    display: block;
}

.membership-name {
    font-family: 'Playfair Display', serif;
    color: var(--cream);
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.membership-price {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.price-amount {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--gold);
    line-height: 1;
}

.price-period {
    font-size: 0.85rem;
    color: var(--text-light);
    opacity: 0.7;
    margin-top: 0.25rem;
}

.membership-features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
}

.membership-features li {
    padding: 0.5rem 0;
    font-size: 0.95rem;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}

.feat-yes { color: var(--text-light); }
.feat-no  { color: var(--text-light); opacity: 0.4; }

.membership-btn {
    display: block;
    text-align: center;
    padding: 0.85rem 1.5rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    transition: transform 0.2s, opacity 0.2s;
    letter-spacing: 0.03em;
}

.membership-btn:hover { transform: translateY(-2px); opacity: 0.9; }

.membership-btn--free {
    border: 2px solid var(--gold);
    color: var(--gold);
    background: transparent;
}

.membership-btn--paid {
    background: var(--gold);
    color: var(--primary);
}

.membership-current-btn {
    display: block;
    text-align: center;
    padding: 0.85rem 1.5rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.95rem;
    background: rgba(201,169,97,0.1);
    color: var(--gold);
    border: 1px solid rgba(201,169,97,0.3);
}

/* Steps */
.membership-how {
    margin-bottom: 5rem;
}

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

.membership-step {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(201,169,97,0.15);
    border-radius: 16px;
    padding: 1.5rem;
}

.step-number {
    background: var(--gold);
    color: var(--primary);
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 900;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.step-content h3 {
    color: var(--cream);
    font-size: 1rem;
    margin-bottom: 0.5rem;
    font-family: 'Playfair Display', serif;
}

.step-content p {
    color: var(--text-light);
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0 0 0.75rem;
}

.step-link {
    color: var(--gold);
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
}

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

/* FAQ */
.membership-faq {
    max-width: 760px;
    margin: 0 auto;
}

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

.faq-item {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(201,169,97,0.15);
    border-radius: 12px;
    padding: 1.5rem;
}

.faq-item h3 {
    color: var(--gold);
    font-size: 1rem;
    font-family: 'Playfair Display', serif;
    margin-bottom: 0.5rem;
}

.faq-item p {
    color: var(--text-light);
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .membership-grid { grid-template-columns: 1fr; }
    .membership-steps { grid-template-columns: 1fr; }
    .premium-preview-grid { grid-template-columns: 1fr; }
}

/* =============================================
   NAV USER MENU (ingelogd)
   ============================================= */
.nav-user-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.nav-user-avatar {
    width: 30px;
    height: 30px;
    background: var(--gold);
    color: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.nav-user-name {
    font-weight: 600;
    color: var(--gold);
}

.nav-dropdown--right {
    left: auto;
    right: 0;
    transform: none;
}

.nav-dropdown--right::before {
    left: auto;
    right: 1.5rem;
    transform: none;
}

.nav-item.has-dropdown:hover .nav-dropdown--right,
.nav-item.has-dropdown.open .nav-dropdown--right {
    transform: none;
    animation: fadeDropdownRight 0.18s ease;
}

@keyframes fadeDropdownRight {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

.nav-dropdown-label {
    display: block;
    padding: 0.5rem 1.25rem;
    font-size: 0.8rem;
    color: var(--gold);
    font-weight: 700;
    border-bottom: 1px solid rgba(201,169,97,0.2);
    margin-bottom: 0.25rem;
    letter-spacing: 0.05em;
}

.nav-logout {
    color: rgba(255,100,100,0.8) !important;
    border-top: 1px solid rgba(201,169,97,0.1);
    margin-top: 0.25rem;
}

.nav-logout:hover {
    color: #ff6464 !important;
    background: rgba(255,100,100,0.08) !important;
}

.nav-login-btn {
    background: var(--gold);
    color: var(--primary) !important;
    padding: 0.5rem 1.25rem !important;
    border-radius: 50px;
    font-weight: 700 !important;
    font-size: 0.9rem;
    transition: background 0.2s, transform 0.2s;
}

.nav-login-btn:hover {
    background: var(--cream) !important;
    transform: translateY(-1px);
}

/* =============================================
   WHATSAPP KNOP
   ============================================= */
.payment-whatsapp {
    margin-top: 1rem;
}

.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #25D366;
    color: #fff !important;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none !important;
    transition: background 0.2s, transform 0.2s;
}

.whatsapp-btn:hover {
    background: #1da851;
    transform: translateY(-2px);
}

/* =============================================
   PAYMENT METHOD ICONS
   ============================================= */
.payment-methods-icons {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin: 1rem 0 0.4rem;
}

.pm-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(201,169,97,0.1);
    border: 1px solid rgba(201,169,97,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    cursor: default;
}

.pm-crypto {
    background: rgba(247,147,26,0.1);
    border-color: rgba(247,147,26,0.4);
    color: #f7931a;
    font-weight: 700;
    font-size: 1rem;
}

.payment-methods-label {
    text-align: center;
    font-size: 0.8rem;
    color: var(--text-light);
    opacity: 0.6;
    margin: 0 0 1.5rem;
    letter-spacing: 0.05em;
}

/* =============================================
   AUDIO PLAYER - Luister naar verhaal
   ============================================= */
.audio-player-wrap {
    margin: 2rem 0;
}

.audio-player {
    background: rgba(201, 169, 97, 0.06);
    border: 1px solid rgba(201, 169, 97, 0.3);
    border-radius: 16px;
    padding: 1.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.audio-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: var(--gold);
    color: var(--primary);
    border: none;
    border-radius: 50px;
    padding: 0.75rem 1.75rem;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    align-self: flex-start;
    letter-spacing: 0.03em;
}

.audio-btn:hover {
    background: var(--cream);
    transform: translateY(-2px);
}

.audio-btn.playing {
    background: rgba(201,169,97,0.2);
    color: var(--gold);
    border: 2px solid var(--gold);
}

.audio-btn.paused {
    background: rgba(201,169,97,0.15);
    color: var(--gold);
    border: 2px solid var(--gold);
}

.audio-controls {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.audio-speed-btn {
    background: rgba(255,255,255,0.05);
    color: var(--text-light);
    border: 1px solid rgba(201,169,97,0.2);
    border-radius: 50px;
    padding: 0.4rem 1rem;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.2s;
}

.audio-speed-btn:hover {
    border-color: var(--gold);
    color: var(--gold);
}

.audio-speed-btn.active {
    background: rgba(201,169,97,0.15);
    border-color: var(--gold);
    color: var(--gold);
    font-weight: 700;
}

.audio-stop-btn {
    background: rgba(255,80,80,0.1);
    color: rgba(255,120,120,0.8);
    border: 1px solid rgba(255,80,80,0.3);
    border-radius: 50px;
    padding: 0.4rem 1rem;
    font-size: 0.85rem;
    cursor: pointer;
    margin-left: auto;
    transition: all 0.2s;
}

.audio-stop-btn:hover {
    background: rgba(255,80,80,0.2);
    color: #ff6464;
}

.audio-progress-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.audio-progress-bar {
    width: 100%;
    height: 4px;
    background: rgba(201,169,97,0.15);
    border-radius: 4px;
    overflow: hidden;
}

.audio-progress-fill {
    height: 100%;
    background: var(--gold);
    border-radius: 4px;
    transition: width 0.3s ease;
    width: 0%;
}

.audio-progress-label {
    font-size: 0.8rem;
    color: var(--text-light);
    opacity: 0.6;
}

@media (max-width: 600px) {
    .audio-controls { gap: 0.4rem; }
    .audio-speed-btn { padding: 0.35rem 0.75rem; font-size: 0.8rem; }
}

/* =============================================
   PAID MEMBERS ONLY BADGE
   ============================================= */
.premium-card-lock {
    background: rgba(139, 38, 53, 0.9) !important;
    border-color: rgba(201, 169, 97, 0.6) !important;
    color: var(--cream) !important;
}

/* =============================================
   AUDIO PLAYER VERBETERINGEN
   ============================================= */
.audio-top-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.audio-progress-bar {
    position: relative;
    cursor: pointer;
    height: 8px !important;
    border-radius: 8px !important;
}

.audio-progress-bar:hover {
    height: 10px !important;
}

.audio-progress-thumb {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    background: var(--gold);
    border-radius: 50%;
    border: 2px solid var(--primary);
    box-shadow: 0 0 6px rgba(201,169,97,0.6);
    transition: left 0.3s ease;
    pointer-events: none;
}

.audio-progress-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.audio-progress-pct {
    font-size: 0.8rem;
    color: var(--gold);
    font-weight: 700;
}

.audio-progress-bar:hover .audio-progress-thumb {
    width: 20px;
    height: 20px;
}

/* =============================================
   SERIE NAVIGATIE
   ============================================= */
.serie-navigation {
    margin: 3rem 0 2rem;
    padding: 2rem;
    background: rgba(201,169,97,0.05);
    border: 1px solid rgba(201,169,97,0.2);
    border-radius: 16px;
}

.serie-nav-label {
    text-align: center;
    color: var(--gold);
    font-family: 'Playfair Display', serif;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 1.25rem;
}

.serie-nav-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.serie-nav-btn {
    display: block;
    padding: 1rem 1.25rem;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(201,169,97,0.25);
    border-radius: 10px;
    text-decoration: none;
    color: var(--text-light);
    font-size: 0.85rem;
    line-height: 1.4;
    transition: border-color 0.2s, background 0.2s;
}

.serie-nav-btn:hover {
    border-color: var(--gold);
    background: rgba(201,169,97,0.08);
    color: var(--cream);
}

.serie-nav-prev { text-align: left; }
.serie-nav-next { text-align: right; }

.serie-nav-btn span {
    display: block;
    color: var(--gold);
    font-weight: 600;
    font-size: 0.9rem;
    margin-top: 0.3rem;
    font-family: 'Playfair Display', serif;
}

@media (max-width: 600px) {
    .serie-nav-buttons { grid-template-columns: 1fr; }
    .serie-nav-next { text-align: left; }
}

/* Fix grijze balk premium en alle verhalen pagina */
.premium-wall-section {
    padding-top: calc(80px + 3rem) !important;
}

.page-hero {
    margin-top: 0 !important;
}

.alle-verhalen-page-wrap .page-hero {
    padding-top: calc(80px + 4rem) !important;
}

/* =============================================
   LUISTER & KIJK - MEDIA GRID
   ============================================= */
.media-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 2.5rem;
}

.media-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(201,169,97,0.2);
    border-radius: 16px;
    overflow: hidden;
    transition: border-color 0.3s, transform 0.2s;
}

.media-card:hover {
    border-color: rgba(201,169,97,0.5);
    transform: translateY(-4px);
}

.media-video-wrap {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    background: #000;
}

.media-video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.media-thumb img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.media-card-content {
    padding: 1.5rem;
}

.media-card-title {
    font-family: 'Playfair Display', serif;
    color: var(--cream);
    font-size: 1.2rem;
    margin: 0.5rem 0 0.75rem;
    line-height: 1.3;
}

.media-card-desc {
    color: var(--text-light);
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.media-card-meta {
    display: flex;
    gap: 1.5rem;
    color: var(--text-light);
    font-size: 0.85rem;
    opacity: 0.7;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(201,169,97,0.1);
}

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

/* =============================================
   PREMIUM TABS
   ============================================= */
.premium-tabs {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 2.5rem;
    border-bottom: 2px solid rgba(201,169,97,0.2);
    padding-bottom: 0;
}

.premium-tab {
    background: none;
    border: none;
    color: var(--text-light);
    font-size: 1rem;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    transition: color 0.2s, border-color 0.2s;
    font-family: 'Playfair Display', serif;
}

.premium-tab:hover { color: var(--gold); }

.premium-tab.active {
    color: var(--gold);
    border-bottom-color: var(--gold);
}

/* =============================================
   SERIE SECTIE
   ============================================= */
.serie-section {
    margin-bottom: 4rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(201,169,97,0.15);
}

.serie-section:last-child {
    border-bottom: none;
}

.serie-section-title {
    font-family: 'Playfair Display', serif;
    color: var(--gold);
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.serie-count {
    font-size: 0.9rem;
    color: var(--text-light);
    font-weight: 400;
    font-family: 'Lora', serif;
    opacity: 0.7;
}

.serie-desc {
    color: var(--text-light);
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.serie-episodes {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.25rem;
}

.episode-card {
    display: flex;
    gap: 1rem;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(201,169,97,0.15);
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    transition: border-color 0.2s, transform 0.2s;
}

.episode-card:hover {
    border-color: var(--gold);
    transform: translateY(-2px);
}

.episode-thumb {
    width: 100px;
    min-width: 100px;
    overflow: hidden;
}

.episode-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.episode-info {
    padding: 0.75rem;
    flex: 1;
}

.episode-title {
    color: var(--cream);
    font-family: 'Playfair Display', serif;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.episode-meta {
    display: flex;
    gap: 1rem;
    color: var(--text-light);
    font-size: 0.8rem;
    opacity: 0.6;
}

@media (max-width: 600px) {
    .serie-episodes { grid-template-columns: 1fr; }
    .episode-thumb { width: 80px; min-width: 80px; }
}
