    :root {
        --primary-color: #B06C82;
        --blush: #F5E6E8;
        --deep-rose: #653843;
        --font-script: 'Great Vibes', cursive;
        --font-serif: 'Libre Baskerville', serif;
        --font-inter: 'Inter', sans-serif;
    }

    body {
        font-family: var(--font-serif);
        color: var(--deep-rose);
        margin: 0;
        padding: 0;
        line-height: 1.6;
        background: #fff;
        scroll-behavior: smooth;
    }

    /* Header & Navigatie */
    header {
        background: var(--primary-color);
        padding: 20px;
    }

    .header-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header-namen {
        font-size: 3rem;
        color: #fff;
        margin-bottom: 10px;
        font-weight: bold;
        font-family: var(--font-script);
    }

    .nav-toggle {
        font-size: 1.5rem;
        background: none;
        border: none;
        cursor: pointer;
        display: none;
    }

    .nav-menu {
        display: flex;
        justify-content: center;
        list-style: none;
    }

    .nav-menu li {
        margin: 0 15px;
    }

    nav ul li a {
        color: #ffff;
        font-size: 1.1rem;
        text-decoration: none;
        padding: 8px 12px;
        border-radius: 4px;
        transition: background 0.3s, color 0.3s;
    }

    nav ul li a:hover,
    nav ul li a.active {
        background: var(--primary-color);
        color: #fff;
    }

    /* Hero */
    .hero-card {
        position: relative;
        width: 100%;
        text-align: center;
    }

    .hero-headline {
        font-size: 1.8rem;
        margin-top: 20px;
        color: #364153;
    }

    .hero-card .hero-overlay {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero-card .couple-names {
        font-family: var(--font-script);
        font-size: 5rem;
        color: var(--primary-color);
        line-height: 1.1;
        margin: 0;
    }

    .hero-card .hero-overlay h2 {
        margin-top: 0.5rem;
        font-size: 2rem;
    }

    .hero-title {
        color: var(--primary-color);
    }

    /* Title */

    .title-blok-h1{
        color: var(--primary-color);
        font-family: var(--font-inter);
        font-size: 47px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 20px;
        text-align: center;
    }

    .title-blok-h2{
        color: var(--primary-color);
        font-family: var(--font-inter);
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 20px;
        text-align: center;
    }

    .title-blok-h3{
        color: var(--primary-color);
        font-family: var(--font-inter);
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 20px;
        text-align: center;
    }
    /* Grote foto */
    .grote-foto {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .grote-foto h2 {
        color: var(--primary-color);
        font-family: var(--font-inter);
        font-size: 47px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 20px;
        text-align: center;
    }

    .grote-foto img {
        max-width: 1440px;
        margin: 0 auto;
        border-radius: 10px;
    }

    /* Foto tekst */
    .foto-tekst{
        display: flex;
        justify-content: space-between;
        max-width: 1440px;
        margin: 0 auto;
        gap: 50px;
    }

    .foto-tekst .text-side{
        margin: 20px 0;
    }

    .foto-tekst .label {
        display: inline-block; /* maakt het zo breed als de inhoud */
        font-size: 16px;
        font-family: var(--font-inter);
        padding: 6px 12px;
        background-color: var(--primary-color-50); /* of var(--primary-color) als je geen transparantie hebt */
        border: 2px solid var(--primary-color);
        border-radius: 6px;
        color: white;
        margin-bottom: 20px;
    }

    .foto-tekst h2{
        color: var(--primary-color);
        font-family: var(--font-inter);
        font-size: 47px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 20px;
    }

    .foto-tekst .text-side .description {
        display: flex;
        align-items: stretch;
        gap: 1rem;
    }

    .foto-tekst .text-side .description .border {
        width: 4px;
        background-color: var(--primary-color);
        border-radius: 2px;
        border-color: var(--primary-color);
    }

    /* Collage */
    .collage-layout h2{
        color: var(--primary-color);
        font-family: var(--font-inter);
        font-size: 47px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 20px;
        text-align: center;
    }

    .collage-layout {
        max-width: 1440px;
        margin: 0 auto;
    }

    .collage-grid {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .collage-row {
        display: grid;
        gap: 1rem;
        height: 350px;
    }

    /* Tekst */

    .text-card {
        background: #fff;
        display: flex;
        justify-content: center;
    }

    .text-card .text-content {
        max-width: 860px;
        font-family: var(--font-serif);
        color: var(--deep-rose);
        font-size: 1.2rem;
        line-height: 1.9;
        text-align: center;
        padding: 0;
    }

    /* quote */

    .quote-card {
        display: flex;
        justify-content: center;
        padding: 4rem 1.5rem;
        background: #fffafc;
    }

    .quote-card.center .quote-text {
        position: relative;
        max-width: 800px;
        text-align: center;
        font-family: var(--font-serif);
        color: var(--deep-rose);
        padding: 3rem 2rem;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    }

    .quote-card.center .quote-text::before {
        content: url('/templates/romantisch/quote.png');
        position: absolute;
        top: -60px;
        right: -60px;
        transform: scale(0.7);
        opacity: 0.8;
        pointer-events: none;
    }

    .quote-text blockquote {
        font-style: italic;
        font-size: 1.4rem;
        line-height: 1.8;
        margin-bottom: 1.5rem;
        position: relative;
        z-index: 10;
    }

    .quote-text h2 {
        font-family: var(--font-script);
        font-size: 1.8rem;
        color: var(--primary-color);
        margin-top: 1rem;
        position: relative;
        z-index: 10;
    }


    /* LEFT & RIGHT layout */
    .quote-card.left,
    .quote-card.right {
        padding: 3rem 1.5rem;
    }

    .quote-card.left .quote-text,
    .quote-card.right .quote-text {
        display: flex;
        gap: 2rem;
        align-items: center;
        background: #fff;
        padding: 2rem;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
        max-width: 1100px;
        width: 100%;
    }

    .qoute-img.left,
    .qoute-img.right {
        width: 150px;
        height: auto;
        background-image: url('/templates/romantisch/quote.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        flex-shrink: 0;
    }

    .quote-card.left .quote-text {
        flex-direction: row-reverse;
    }

    .quote-card.right .quote-text {
        flex-direction: row;
    }

    .quote-card.left h2,
    .quote-card.right h2 {
        font-family: var(--font-script);
        font-size: 1.6rem;
        color: var(--primary-color);
        margin-top: 1rem;
    }


    /* Schedule */

    .schedule-container {
        display: flex;
        max-width: 1440px;
        margin: 0 auto;
        gap: 60px;
        align-items: flex-start;
    }

    /* Linkerkant: foto + titel */
    .schedule-left {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .schedule-image {
        width: 100%;
        border-radius: 8px;
        object-fit: cover;
        margin-bottom: 30px;
    }

    .schedule-heading {
        color: var(--primary-color);
        font-family: var(--font-inter);
        font-size: 47px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 50px;
        text-align: center;
    }

    /* Rechterkant: tijdlijn */
    .schedule-right {
        width: 50%;
        position: relative;
        margin-top: 110px;
    }

    .timeline-item {
        position: relative;
        padding-left: 40px;
    }

    .timeline-item:not(:last-child) {
        margin-bottom: 50px;
    }

    .timeline-item:not(:last-child)::before {
        content: '';
        position: absolute;
        top: 14px;
        bottom: 0;
        left: -1px;
        width: 2px;
        background-color: #000000;
        z-index: 0;
        height: calc(100% + 50px);
    }

    .timeline-dot {
        width: 14px;
        height: 14px;
        background-color: var(--primary-color);
        border-radius: 50%;
        position: absolute;
        left: -7px;
        top: 4px;
        z-index: 2;
    }

    .timeline-content {
        display: flex;
        flex-direction: column;
    }

    .timeline-title {
        font-family: var(--font-inter);
        font-size: 24px;
        color: var(--primary-color);
        font-weight: 600;
        margin: 0 0 6px 0;
    }

    .timeline-description {
        font-family: var(--font-inter);
        font-size: 15px;
        color: black;
        margin: 0;
        line-height: 1.6;
    }

    .timeline-time {
        margin-top: 10px;
        font-family: var(--font-script);
        font-size: 30px;
        color: var(--primary-color);
    }

    /* Layout A: breed-links (2:1), smal-rechts (1:2) */
    .collage-row.layout-a {
        grid-template-columns: 2fr 1fr;
    }

    /* Layout B: smal-links (1:2), breed-rechts (2:1) */
    .collage-row.layout-b {
        grid-template-columns: 1fr 2fr;
    }

    .collage-image {
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 10px;
    }

    .collage-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 10px;
    }


    /* Countdown-kaart */
    .card-countdown {
        background: var(--primary-color);
        color: #fff;
        padding: 4rem 1.5rem;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .countdown-title {
        font-size: 2rem;
        margin-bottom: 1rem;
        text-align: center;
        max-width: 700px;
    }

    .countdown-timers {
        display: flex;
        justify-content: center;
        gap: 2rem;
        opacity: 80%;
    }

    .countdown-unit {
        text-align: center;
    }

    .countdown-value {
        font-size: 2.5rem;
        font-weight: bold;
    }

    .countdown-label {
        margin-top: 0.25rem;
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    /* Foutmelding */
    .error-text {
        color: #ef4444;
    }

    /* Footer styling */
    footer {
        background-color: var(--primary-color);
        font-family: var(--font-script);
        text-align: center;
        padding: 15px;
        font-size: 0.9rem;
        color: #ffff;
    }

    /* Responsiviteit voor header en navigatie */
    @media (max-width: 768px) {
        .header-namen {
            font-size: 2.5rem;
        }
        .header-container {
            justify-content: space-between;
        }
        nav ul li a {
            font-size: 1rem;
        }
        .nav-toggle {
            display: block;
        }
        .nav-menu {
            display: none;
            flex-direction: column;
            text-align: left;
            padding: 10px 0;
        }
        .nav-menu.active {
            display: flex;
        }
        .nav-menu li {
            margin: 10px 0;
        }
        main {
            min-height: 100vh;
        }
    }

    /* Mobiele aanpassing */
    @media (max-width: 640px) {
        .container {
            background-position: center top;
            background-size: cover;
        }
        .hero-card .hero-image {
            height: 50vh;
        }
        .hero-card .couple-names {
            font-size: 2.5rem;
        }
    }

    @media (max-width: 1024px) {
        .schedule-container {
            flex-direction: column;
            gap: 40px;
            padding: 0 20px;
        }

        .schedule-left,
        .schedule-right {
            width: 100%;
            margin-top: 0;
        }

        .schedule-heading {
            text-align: left;
            font-size: 32px;
            margin-bottom: 20px;
        }

        .schedule-right {
            margin-top: 0;
        }

        .timeline-item:not(:last-child)::before {
            height: 260px;
            bottom: -50px; /* or any margin between dots */
        }
    }

    @media (max-width: 768px) {
        .foto-tekst {
            flex-direction: column;
            padding: 0 20px;
        }

        .foto-tekst img {
            width: 100%;
            height: auto;
        }

        .foto-tekst h2 {
            font-size: 28px;
            text-align: left;
        }
    }

    @media (max-width: 768px) {
        .text-card p,
        .quote-text blockquote,
        .quote-text h2 {
            width: 100%;
            max-width: 100%;
            padding: 20px;
            font-size: 16px;
        }

        .quote-text h2 {
            font-size: 24px;
            text-align: left;
            margin-left: 0;
        }
    }

    @media (max-width: 768px) {
        .collage-row {
            grid-template-columns: 1fr!important;
            height: auto;
            margin: 0 auto;
        }

        .collage-image {
            height: 350px;
            width: 350px;
            object-fit: cover;
        }
    }

    @media (max-width: 768px) {
        .countdown-timers {
            gap: 1rem;
        }

        .countdown-value {
            font-size: 2rem;
        }
    }

    @media (max-width: 768px) {
        .text-card,
        .quote-card {
            padding: 0 20px;
            text-align: left;
        }

        .quote-card.left,
        .quote-card.right {
            flex-direction: column !important;
            align-items: flex-start;
        }

        .qoute-img.left,
        .qoute-img.right {
            width: 100%;
            height: 150px;
            background-position: center;
        }
    }

/* Password */
.password-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--blush), #ffffff);
    padding: 2rem;
    animation: fadeIn 1s ease;
}

.password-card {
    background: #fff;
    padding: 3rem 2.5rem;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    text-align: center;
    max-width: 480px;
    width: 100%;
    font-family: var(--font-serif);
    position: relative;
}

.couple-names {
    font-family: var(--font-script);
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.subtitle {
    font-family: var(--font-serif);
    font-size: 1.2rem;
    color: var(--deep-rose);
    margin-bottom: 1rem;
}

.info-text {
    color: #6b4b4b;
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    font-style: italic;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

form input[type="password"] {
    width: 100%;
    max-width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid var(--primary-color);
    border-radius: 8px;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-family: var(--font-serif);
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.3s ease;
}

form input[type="password"]:focus {
    border-color: var(--deep-rose);
}

form button {
    width: 100%;
    max-width: 100%;
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

form button:hover {
    background-color: var(--deep-rose);
}

.error-text {
    color: #ef4444;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
