    * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            /* Vernieuwd kleurenpalet voor elegantie */
            --primary-color: #162d6d; /* Dieper Koningsblauw */
            --secondary-color: #642ea8; /* Rijk Paars */
            --accent-color: #c29336; /* Goud in plaats van oranje */
            --accent-light: #e0bd75; /* Lichter goud */
            --text-dark: #2d2d2d;
            --text-light: #666666;
            --bg-cream: #fcfaf5; /* Warme crème achtergrond */
            --bg-white: #ffffff;
            --border-color: #e0dcce;
            
            /* Lettertypes */
            --font-heading: 'Cinzel Decorative', cursive; /* Voor hoofdkoppen */
            --font-subheading: 'Playfair Display', serif; /* Voor subkoppen */
            --font-body: 'Source Sans Pro', sans-serif; /* Voor leestekst */
        }

        body {
            font-family: var(--font-body);
            line-height: 1.7;
            color: var(--text-dark);
            background-color: var(--bg-cream);
        }

        h1, h2 {
            font-family: var(--font-heading);
            font-weight: 700;
        }

        h3, h4 {
            font-family: var(--font-subheading);
        }

        /* Navigation */
        nav {
            background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
            color: white;
            padding: 0.8rem 0;
            position: sticky;
            top: 0;
            z-index: 100;
            box-shadow: 0 4px 10px rgba(0,0,0,0.2);
            border-bottom: 2px solid var(--accent-color);
        }

        .nav-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            text-decoration: none;
        }

        .logo img {
            height: 55px;
            width: auto;
            filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
        }

        .logo-text {
            font-family: var(--font-heading);
            font-size: 1.4rem;
            font-weight: bold;
            color: var(--accent-color);
            text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
        }

        .nav-links {
            display: flex;
            gap: 2rem;
            list-style: none;
            font-family: var(--font-subheading);
            font-weight: 600;
        }

        .nav-links a {
            color: white;
            text-decoration: none;
            transition: color 0.3s;
            cursor: pointer;
            position: relative;
        }

        .nav-links a:hover {
            color: var(--accent-light);
        }

        /* Subtiel lijntje onder links bij hover */
        .nav-links a::after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: -5px;
            left: 0;
            background-color: var(--accent-color);
            transition: width 0.3s;
        }

        .nav-links a:hover::after {
            width: 100%;
        }

        .mobile-toggle {
            display: none;
            background: none;
            border: none;
            color: var(--accent-color);
            font-size: 1.8rem;
            cursor: pointer;
        }

        /* Hero Section - AANGEPAST MET FOTO */
        .hero {
            /* Gebruik image_1.png als achtergrond met een donkere overlay */
            background: linear-gradient(rgba(18, 28, 66, 0.75), rgba(51, 22, 88, 0.75)), url('image_1.png');
            background-size: cover;
            background-position: center;
            background-attachment: fixed; /* Parallax effect voor elegantie */
            color: white;
            padding: 8rem 1rem;
            text-align: center;
            position: relative;
        }

        .hero-content {
            max-width: 900px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }

        .hero h1 {
            font-size: 3.2rem;
            margin-bottom: 1.5rem;
            color: var(--accent-light);
            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
            letter-spacing: 1px;
        }

        .hero p {
            font-family: var(--font-subheading);
            font-size: 1.4rem;
            margin-bottom: 2.5rem;
            opacity: 0.95;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        }

        .hero-buttons {
            display: flex;
            gap: 1.5rem;
            justify-content: center;
            flex-wrap: wrap;
        }

        /* Buttons - Vernieuwd naar Goud */
        .btn {
            padding: 0.9rem 2rem;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-family: var(--font-subheading);
            font-weight: 600;
            font-size: 1rem;
            text-decoration: none;
            transition: all 0.3s ease;
            display: inline-block;
            text-transform: uppercase;
            letter-spacing: 1px;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }

        .btn-primary {
            /* Gouden gradiënt */
            background: linear-gradient(135deg, var(--accent-color) 0%, #9e7626 100%);
            color: white;
        }

        .btn-primary:hover {
            background: linear-gradient(135deg, var(--accent-light) 0%, var(--accent-color) 100%);
            transform: translateY(-3px);
            box-shadow: 0 6px 12px rgba(194, 147, 54, 0.3);
        }

        .btn-secondary {
            background-color: rgba(255,255,255,0.95);
            color: var(--primary-color);
            border: 1px solid var(--accent-color);
        }

        .btn-secondary:hover {
            background-color: var(--accent-color);
            color: white;
            transform: translateY(-3px);
        }

        /* NIEUWE STIJLEN VOOR LIVE SECTIE */
        .live-section {
            background-color: #1a1a1a; /* Donkere achtergrond voor bioscoop effect */
            color: white;
            text-align: center;
            border-bottom: 4px solid var(--accent-color);
            padding: 4rem 0;
        }

        .live-header h2 {
            color: white;
            display: inline-flex;
            align-items: center;
            gap: 15px;
            justify-content: center;
        }

        /* Knipperend rood bolletje */
        .live-indicator {
            display: inline-block;
            width: 15px;
            height: 15px;
            background-color: #ff0000;
            border-radius: 50%;
            animation: blink 2s infinite;
            box-shadow: 0 0 10px #ff0000;
        }

        @keyframes blink {
            0% { opacity: 1; }
            50% { opacity: 0.4; }
            100% { opacity: 1; }
        }

        .live-header p {
            color: #cccccc;
            margin-bottom: 2rem;
            font-family: var(--font-subheading);
            font-size: 1.2rem;
        }

        .video-wrapper {
            position: relative;
            padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
            height: 0;
            overflow: hidden;
            max-width: 900px;
            margin: 0 auto 2.5rem auto;
            border: 2px solid var(--accent-color);
            border-radius: 8px;
            box-shadow: 0 0 30px rgba(194, 147, 54, 0.2);
            background: #000;
        }

        .video-wrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .live-buttons {
            display: flex;
            justify-content: center;
            gap: 1.5rem;
            flex-wrap: wrap;
        }

        .btn-youtube {
            background-color: #FF0000;
            color: white;
            padding: 0.9rem 1.8rem;
            border-radius: 4px;
            text-decoration: none;
            font-weight: bold;
            font-family: var(--font-subheading);
            transition: transform 0.2s;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .btn-facebook {
            background-color: #1877F2;
            color: white;
            padding: 0.9rem 1.8rem;
            border-radius: 4px;
            text-decoration: none;
            font-weight: bold;
            font-family: var(--font-subheading);
            transition: transform 0.2s;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .btn-youtube:hover, .btn-facebook:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
            color: white;
        }
        /* EINDE NIEUWE STIJLEN */

        /* Container */
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.5rem;
        }

        /* Section Styling */
        section {
            padding: 5rem 0;
        }

        section h2 {
            font-size: 2.5rem;
            margin-bottom: 3rem;
            color: var(--primary-color);
            text-align: center;
            position: relative;
            padding-bottom: 1rem;
        }

        /* Decoratief lijntje onder titels */
        section h2::after {
            content: '✝'; /* Kruisje als decoratie */
            font-family: sans-serif;
            display: block;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            color: var(--accent-color);
            font-size: 1.2rem;
            line-height: 0.5;
        }
        section h2::before {
             content: '';
             display: block;
             position: absolute;
             bottom: 10px;
             left: 50%;
             transform: translateX(-50%);
             width: 100px;
             height: 2px;
             background: linear-gradient(to right, transparent, var(--accent-color), transparent);
        }

        /* About Section */
        .about-section {
            background-color: var(--bg-white);
        }

        .about-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            align-items: start;
        }

        .about-text h3 {
            color: var(--secondary-color);
            margin-bottom: 1.2rem;
            font-size: 1.8rem;
        }

        .about-text p {
            margin-bottom: 1.5rem;
            font-size: 1.05rem;
        }
        
        /* Nieuwe stijl voor de leider sectie met foto */
        .leader-container {
            display: flex;
            gap: 2rem;
            align-items: flex-start;
        }
        
        .leader-image-wrapper {
            flex: 0 0 40%;
            position: relative;
        }
        
        .leader-image {
            width: 100%;
            border-radius: 8px 30px 8px 30px; /* Elegante afronding */
            box-shadow: 0 10px 20px rgba(0,0,0,0.15);
            border: 3px solid var(--accent-color);
        }

        .leader-details {
            flex: 1;
            margin-top: 2rem;
            padding: 1.5rem;
            background: var(--bg-cream);
            border-radius: 8px;
            border-left: 4px solid var(--accent-color);
            box-shadow: 0 4px 8px rgba(0,0,0,0.05);
        }

        /* Services Section */
        .services-intro-image {
            width: 100%;
            height: 300px;
            object-fit: cover;
            border-radius: 8px;
            box-shadow: 0 8px 16px rgba(0,0,0,0.1);
            margin-bottom: 3rem;
            border-bottom: 4px solid var(--accent-color);
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2.5rem;
        }

        .service-card {
            background: var(--bg-white);
            padding: 2.5rem;
            border-radius: 8px;
            border-top: 4px solid var(--secondary-color);
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }
        
        /* Subtiele gouden gloed bij hover */
        .service-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(194, 147, 54, 0.05), transparent);
            opacity: 0;
            transition: opacity 0.4s;
        }

        .service-card:hover {
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
            transform: translateY(-8px);
            border-top-color: var(--accent-color);
        }
        
        .service-card:hover::before {
            opacity: 1;
        }

        .service-card h3 {
            color: var(--primary-color);
            margin-bottom: 0.8rem;
            font-size: 1.5rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        
        .service-icon {
            color: var(--accent-color);
            font-size: 1.8rem;
        }

        .service-time {
            color: var(--accent-color);
            font-weight: bold;
            font-family: var(--font-subheading);
            margin-bottom: 1rem;
            display: block;
            letter-spacing: 0.5px;
        }

        /* Schedule Section */
        .schedule-section {
            background-color: var(--bg-cream);
            position: relative;
        }
        
        /* Subtiele achtergrond textuur */
        .schedule-section::before {
            content: '';
            position: absolute;
            top: 0; left: 0; width: 100%; height: 100%;
            background-image: radial-gradient(var(--border-color) 1px, transparent 1px);
            background-size: 20px 20px;
            opacity: 0.2;
            pointer-events: none;
        }

        .schedule-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2.5rem;
            position: relative;
            z-index: 2;
        }

        .schedule-day {
            background: var(--bg-white);
            padding: 2rem;
            border-radius: 8px;
            border: 1px solid var(--border-color);
            border-bottom: 4px solid var(--accent-color);
            box-shadow: 0 5px 15px rgba(0,0,0,0.03);
        }

        .schedule-day h3 {
            color: var(--primary-color);
            margin-bottom: 1.5rem;
            font-size: 1.6rem;
            text-align: center;
            padding-bottom: 0.5rem;
            border-bottom: 2px solid var(--accent-light);
        }

        .schedule-item {
            margin-bottom: 0.8rem;
            padding: 0.8rem 0.5rem;
            border-bottom: 1px dotted var(--border-color);
            display: flex;
            justify-content: space-between;
        }

        .schedule-item:last-child {
            border-bottom: none;
        }

        .time {
            color: var(--accent-color);
            font-weight: bold;
            font-family: var(--font-subheading);
        }

        .activity {
            color: var(--text-dark);
            font-weight: 500;
        }

        /* Team Section */
        .team-section {
            background-color: var(--bg-white);
        }
        
        .team-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 2.5rem;
        }

        .team-member {
            background: var(--bg-cream);
            padding: 2rem;
            border-radius: 8px;
            text-align: center;
            transition: all 0.3s;
            border: 1px solid var(--border-color);
            box-shadow: 0 4px 6px rgba(0,0,0,0.03);
        }

        .team-member:hover {
            box-shadow: 0 10px 20px rgba(0,0,0,0.08);
            border-color: var(--accent-color);
            background: white;
        }
        
        .team-member-avatar {
            width: 80px;
            height: 80px;
            background-color: var(--accent-light);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1rem auto;
            font-size: 2rem;
            font-family: var(--font-heading);
        }

        .team-member-name {
            color: var(--primary-color);
            font-weight: bold;
            margin-bottom: 0.5rem;
            font-size: 1.2rem;
            font-family: var(--font-subheading);
        }

        .team-member-role {
            color: var(--secondary-color);
            font-size: 0.95rem;
            font-style: italic;
        }

        /* Contact Section & Donate Section Styling */
        .contact-section, .donate-section {
            background-color: var(--bg-cream);
        }

        .contact-container {
            display: grid;
            grid-template-columns: 1fr 1.2fr;
            gap: 4rem;
            background: var(--bg-white);
            padding: 3rem;
            border-radius: 8px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            border-top: 4px solid var(--primary-color);
        }

        .contact-info {
            display: flex;
            flex-direction: column;
            gap: 2rem;
        }

        .contact-item {
            display: flex;
            gap: 1.2rem;
            align-items: flex-start;
        }

        .contact-icon {
            color: var(--accent-color);
            font-size: 1.8rem;
            min-width: 35px;
            text-align: center;
        }
        
        .contact-text strong {
             color: var(--primary-color);
             font-family: var(--font-subheading);
             font-size: 1.1rem;
        }

        .form-group {
            margin-bottom: 1.5rem;
        }

        .form-group label {
            display: block;
            margin-bottom: 0.6rem;
            font-weight: 600;
            color: var(--primary-color);
            font-family: var(--font-subheading);
        }

        .form-group input,
        .form-group textarea {
            width: 100%;
            padding: 1rem;
            border: 2px solid var(--border-color);
            border-radius: 4px;
            font-family: inherit;
            font-size: 1rem;
            transition: border-color 0.3s, box-shadow 0.3s;
            background-color: var(--bg-cream);
        }

        .form-group textarea {
            resize: vertical;
            min-height: 140px;
        }

        .form-group input:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: var(--accent-color);
            box-shadow: 0 0 0 4px rgba(194, 147, 54, 0.15);
            background-color: white;
        }

        /* Footer */
        footer {
            background: linear-gradient(to right, #12245a, #2a144b); /* Donkerdere versie van nav */
            color: var(--accent-light);
            padding: 4rem 2rem;
            text-align: center;
            border-top: 4px solid var(--accent-color);
        }

        .footer-content h3 {
            color: white;
            font-size: 1.8rem;
            margin-bottom: 1rem;
        }
        
        .footer-divider {
            height: 2px;
            width: 100px;
            background: var(--accent-color);
            margin: 1.5rem auto;
        }

        .social-links {
            margin: 1.5rem 0;
            display: flex;
            justify-content: center;
            gap: 1.5rem;
        }

        .social-links a {
            color: var(--accent-color);
            text-decoration: none;
            transition: all 0.3s;
            font-size: 1.2rem;
            border: 1px solid var(--accent-color);
            padding: 0.5rem 1rem;
            border-radius: 4px;
        }

        .social-links a:hover {
            color: white;
            background-color: var(--accent-color);
        }

        /* Responsive */
        @media (max-width: 768px) {
            .mobile-toggle {
                display: block;
            }

            .nav-links {
                display: none;
                flex-direction: column;
                gap: 0;
                position: absolute;
                top: 100%;
                left: 0;
                right: 0;
                background: linear-gradient(to bottom, var(--primary-color), var(--secondary-color));
                box-shadow: 0 10px 20px rgba(0,0,0,0.2);
            }
            
            .nav-links li {
                width: 100%;
            }

            .nav-links a {
                display: block;
                padding: 1rem;
                border-bottom: 1px solid rgba(255,255,255,0.1);
                text-align: center;
            }
            
            .nav-links a::after { display: none; }

            .nav-links.active {
                display: flex;
            }

            .hero h1 {
                font-size: 2.2rem;
            }
            
            .hero p {
                font-size: 1.2rem;
            }

            .about-grid {
                grid-template-columns: 1fr;
                gap: 3rem;
            }
            
            /* Aanpassing voor mobiel: Foto leider boven tekst */
            .leader-container {
                flex-direction: column;
            }
            
            .leader-image-wrapper {
                width: 100%;
                max-width: 400px;
                margin: 0 auto;
            }

            .contact-container {
                grid-template-columns: 1fr;
                padding: 2rem;
            }

            .hero-buttons {
                flex-direction: column;
            }
            
            .btn {
                width: 100%;
                text-align: center;
            }
        }

        /* Utility */
        .highlight {
            color: var(--accent-color);
            font-weight: 700;
            font-family: var(--font-subheading);
        }

        /* Donate Section specifics */
        .donate-content {
            max-width: 900px;
            margin: 0 auto;
        }

        .donate-intro {
            text-align: center;
            margin-bottom: 3rem;
        }

        .donate-intro h3 {
            color: var(--secondary-color);
            font-size: 2rem;
            margin-bottom: 1.5rem;
        }

        .donate-intro p {
            font-size: 1.1rem;
            margin-bottom: 0.8rem;
        }

        .donate-methods {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2.5rem;
            margin: 2rem 0;
        }

        .donate-card {
            background: var(--bg-white);
            padding: 2.5rem;
            border-radius: 8px;
            border-top: 4px solid var(--accent-color);
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: all 0.3s;
            text-align: center;
        }

        .donate-card:hover {
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
            transform: translateY(-5px);
        }

        .donate-card h4 {
            color: var(--primary-color);
            margin-bottom: 1rem;
            font-size: 1.3rem;
        }

        .donate-card p {
            color: var(--text-light);
            font-size: 1rem;
            margin-bottom: 0.8rem;
        }

        .donate-card a {
            color: var(--accent-color);
            text-decoration: none;
            font-weight: 600;
        }

        .donate-card a:hover {
            text-decoration: underline;
        }

        .donation-message {
            background: linear-gradient(135deg, rgba(194, 147, 54, 0.1) 0%, rgba(100, 46, 168, 0.05) 100%);
            padding: 3rem;
            border-radius: 8px;
            text-align: center;
            border: 1px solid var(--accent-light);
            margin-top: 3rem;
            box-shadow: inset 0 0 20px rgba(194, 147, 54, 0.1);
        }

        .donation-message p {
            color: var(--primary-color);
            font-size: 1.3rem;
            font-style: italic;
            font-family: var(--font-subheading);
            margin: 0;
            font-weight: 600;
        }
                /* Nieuwe Contact Knoppen Stijl */
        .contact-buttons-container {
            padding: 1rem;
        }

        .action-buttons {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }

        .action-btn {
            display: flex;
            align-items: center;
            padding: 1.2rem 1.5rem;
            border-radius: 12px;
            text-decoration: none;
            transition: transform 0.3s, box-shadow 0.3s;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
            border: 1px solid rgba(0,0,0,0.05);
        }

        .action-btn:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.15);
        }

        .action-btn .icon {
            font-size: 2.5rem;
            margin-right: 1.5rem;
        }

        .btn-text {
            display: flex;
            flex-direction: column;
        }

        .btn-text .label {
            font-size: 0.9rem;
            opacity: 0.9;
            font-weight: normal;
        }

        .btn-text .value {
            font-size: 1.4rem;
            font-weight: bold;
            font-family: var(--font-heading);
        }

        /* Kleuren per knop */
        .btn-whatsapp {
            background-color: #25D366;
            color: white;
        }

        .btn-email {
            background-color: var(--primary-color);
            color: white;
        }

        .btn-phone {
            background-color: var(--bg-white);
            color: var(--text-dark);
            border: 2px solid var(--accent-color);
        }
        /* --- NIEUWE TOEVOEGINGEN --- */

        /* 1. Bijbeltekst Balk */
        .verse-banner {
            background-color: var(--secondary-color);
            color: white;
            text-align: center;
            padding: 0.8rem 1rem;
            font-family: var(--font-subheading);
            border-bottom: 1px solid var(--accent-color);
            font-size: 1.1rem;
        }
        .verse-ref {
            color: var(--accent-light);
            font-weight: bold;
            margin-left: 10px;
            font-size: 0.9rem;
            text-transform: uppercase;
        }

        /* 2. YouTube Archief */
        .archive-grid {
            display: grid;
            /* Dit dwingt altijd 3 gelijke kolommen af op groot scherm */
            grid-template-columns: 1fr 1fr 1fr; 
            gap: 1.5rem;
            margin-top: 2rem;
        }

        /* Dit zorgt dat ze op mobiel (telefoon) wél netjes onder elkaar gaan */
        @media (max-width: 768px) {
            .archive-grid {
                grid-template-columns: 1fr;
            }
        }
        .video-card {
            background: #000;
            border-radius: 8px;
            overflow: hidden;
            position: relative;
            border: 1px solid var(--accent-color);
            transition: transform 0.3s;
        }
        .video-card:hover { transform: translateY(-5px); }
        .video-thumbnail {
            width: 100%;
            aspect-ratio: 16/9;
            object-fit: cover;
            opacity: 0.8;
        }
        .play-overlay {
            position: absolute;
            top: 50%; left: 50%;
            transform: translate(-50%, -50%);
            font-size: 3rem;
            color: white;
            text-shadow: 0 0 10px black;
        }
        .video-title {
            background: var(--primary-color);
            color: white;
            padding: 0.8rem;
            font-size: 0.9rem;
            text-align: center;
        }

        /* 3. Getuigenissen */
        .testimonial-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2rem;
        }
        .testimonial-card {
            background: white;
            padding: 2rem;
            border-radius: 8px;
            border-left: 4px solid var(--accent-color);
            box-shadow: 0 4px 10px rgba(0,0,0,0.05);
            font-style: italic;
            position: relative;
        }
        .testimonial-card::before {
            content: '"';
            font-size: 4rem;
            color: var(--accent-light);
            opacity: 0.3;
            position: absolute;
            top: -10px; left: 10px;
            font-family: serif;
        }
        .testimonial-author {
            margin-top: 1rem;
            font-weight: bold;
            color: var(--primary-color);
            font-style: normal;
            text-align: right;
            font-family: var(--font-subheading);
        }

        /* 4. Speciale Agenda */
        .special-events {
            margin-top: 3rem;
            background: white;
            padding: 2rem;
            border-radius: 8px;
            border: 2px dashed var(--accent-color);
        }
        .event-row {
            display: flex;
            justify-content: space-between;
            padding: 1rem 0;
            border-bottom: 1px solid #eee;
            align-items: center;
        }
        .event-date {
            background: var(--secondary-color);
            color: white;
            padding: 5px 10px;
            border-radius: 4px;
            font-weight: bold;
            min-width: 100px;
            text-align: center;
        }
        .event-desc { font-weight: 600; color: var(--text-dark); flex: 1; margin-left: 1rem;}

        /* 5. Zwevende Gebedsknop */
        .floating-prayer-btn {
            position: fixed;
            bottom: 30px;
            right: 30px;
            background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
            color: white;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            box-shadow: 0 4px 15px rgba(0,0,0,0.3);
            border: 2px solid var(--accent-color);
            z-index: 1000;
            transition: all 0.3s;
            text-decoration: none;
            cursor: pointer;
        }
        .floating-prayer-btn:hover {
            transform: scale(1.1);
            box-shadow: 0 0 20px var(--accent-color);
        }
        .tooltip {
            position: absolute;
            right: 70px;
            background: white;
            color: var(--text-dark);
            padding: 5px 10px;
            border-radius: 4px;
            font-size: 0.8rem;
            box-shadow: 0 2px 5px rgba(0,0,0,0.2);
            opacity: 0;
            transition: opacity 0.3s;
            pointer-events: none;
            white-space: nowrap;
        }
        .floating-prayer-btn:hover .tooltip { opacity: 1; }

        @media (max-width: 768px) {
            .event-row { flex-direction: column; text-align: center; gap: 0.5rem; }
            .event-desc { margin-left: 0; }
        }
        /* --- NIEUWE AGENDA STIJL --- */

        .agenda-wrapper {
            display: grid;
            grid-template-columns: 1fr 1fr; /* Twee gelijke kolommen */
            gap: 3rem;
            align-items: start;
        }

        .agenda-column h3 {
            color: var(--primary-color);
            border-bottom: 2px solid var(--accent-color);
            padding-bottom: 10px;
            margin-bottom: 1.5rem;
            font-size: 1.8rem;
            text-align: center;
        }

        /* Wekelijkse items (Links) */
        .weekly-card {
            background: white;
            border-radius: 8px;
            padding: 1.5rem;
            margin-bottom: 1.5rem;
            box-shadow: 0 4px 6px rgba(0,0,0,0.05);
            border-left: 5px solid var(--secondary-color);
        }

        .weekly-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 1rem;
        }

        .day-badge {
            background: var(--secondary-color);
            color: white;
            padding: 5px 15px;
            border-radius: 20px;
            font-weight: bold;
            font-size: 0.9rem;
            text-transform: uppercase;
        }

        .weekly-time-row {
            display: flex;
            margin-bottom: 0.5rem;
            padding-bottom: 0.5rem;
            border-bottom: 1px dotted #eee;
        }
        .weekly-time-row:last-child { border-bottom: none; margin-bottom: 0; }
        .wt-time { font-weight: bold; color: var(--accent-color); width: 110px; flex-shrink: 0; }
        .wt-desc { color: var(--text-dark); }

        /* Evenementen items (Rechts) */
        .event-card {
            display: flex;
            background: white;
            border-radius: 8px;
            overflow: hidden;
            margin-bottom: 1.5rem;
            box-shadow: 0 4px 10px rgba(0,0,0,0.08);
            transition: transform 0.3s;
            border: 1px solid var(--border-color);
        }

        .event-card:hover { transform: translateX(5px); border-color: var(--accent-color); }

        .event-date-box {
            background: var(--accent-color);
            color: white;
            padding: 1rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            min-width: 80px;
            text-align: center;
        }

        .ed-day { font-size: 1.8rem; font-weight: bold; line-height: 1; }
        .ed-month { font-size: 0.9rem; text-transform: uppercase; }

        .event-details { padding: 1rem; flex: 1; }
        .event-details h4 { color: var(--primary-color); margin-bottom: 0.5rem; font-size: 1.2rem; }
        .event-details p { font-size: 0.95rem; color: var(--text-light); margin-bottom: 0.5rem; }
        .event-tag { 
            display: inline-block; 
            font-size: 0.8rem; 
            background: #f0f0f0; 
            padding: 2px 8px; 
            border-radius: 4px; 
            color: #666; 
        }

        /* Mobiel aanpassing */
        @media (max-width: 768px) {
            .agenda-wrapper { grid-template-columns: 1fr; gap: 2rem; }
        }
        /* Taal Wisselaar Stijl */
        .language-switcher {
            display: flex;
            gap: 10px;
            margin-left: 20px;
            align-items: center;
        }

        .lang-btn {
            background: none;
            border: 1px solid rgba(255,255,255,0.3);
            border-radius: 4px;
            cursor: pointer;
            font-size: 1.2rem;
            padding: 2px 6px;
            transition: all 0.3s;
            opacity: 0.6;
            filter: grayscale(100%);
        }

        .lang-btn:hover, .lang-btn.active-lang {
            opacity: 1;
            filter: grayscale(0%);
            border-color: white;
            background: rgba(255,255,255,0.1);
            transform: scale(1.1);
        }

        /* Aanpassing voor mobiel zodat vlaggetjes goed staan */
        @media (max-width: 768px) {
            .language-switcher {
                position: absolute;
                top: 1rem;
                right: 4rem; /* Links naast het hamburgermenu */
                margin-left: 0;
            }
        }
        /* START: IPIM Newsletter Form CSS */
        .newsletter-container {
            max-width: 400px;
            margin: 20px auto;
            padding: 20px;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            background-color: #f9f9f9;
            text-align: center;
        }

        .newsletter-container h3 {
            color: #333;
            margin-bottom: 10px;
            font-size: 1.5em;
        }

        .newsletter-container p {
            color: #666;
            margin-bottom: 20px;
            font-size: 0.9em;
        }

        #ipim-newsletter-form {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .form-group {
            text-align: left;
        }

        .form-group label {
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
            font-size: 0.9em;
            color: #555;
        }

        .form-input {
            width: 100%;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 4px;
            box-sizing: border-box; /* Ensures padding doesn't increase total width */
            font-size: 1em;
        }

        .submit-button {
            background-color: #0056b3; /* Matches the sticky footer color for consistency */
            color: white;
            padding: 12px 20px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-size: 1em;
            font-weight: bold;
            transition: background-color 0.3s;
        }

        .submit-button:hover {
            background-color: #004494;
        }

        /* Responsive adjustments */
        @media (max-width: 480px) {
            .newsletter-container {
                margin: 10px;
                padding: 15px;
            }
        }
        /* END: IPIM Newsletter Form CSS */