.christmas-hero {
    background: linear-gradient(135deg, rgba(16, 33, 71, 0.78), rgba(8, 20, 44, 0.92)),
                url('../vendor/img/premior.jpg') center/cover no-repeat;
    padding: 6rem 0;
    color: #fff;
    text-align: center;
}

.christmas-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    margin-bottom: 1rem;
}

.christmas-hero p {
    font-size: 1.1rem;
    line-height: 1.7;
}

.christmas-section {
    padding: 4rem 0;
}

.christmas-section h2 {
    font-family: 'Playfair Display', serif;
    color: var(--primary-navy);
    font-size: 2.2rem;
    margin-bottom: 2rem;
    text-align: center;
}

.christmas-section .lead {
    text-align: center;
    color: #334155;
    margin-bottom: 3rem;
}

.christmas-video {
    max-width: 900px;
    margin: 0 auto 3rem;
}

.christmas-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.15);
}

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

.feature-list {
    display: grid;
    gap: 1.5rem;
}

.feature-item {
    background: #f8fafc;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.feature-item h3 {
    font-size: 1.35rem;
    margin-bottom: 0.5rem;
    color: var(--primary-navy);
}

.feature-item p {
    margin: 0;
    color: #475569;
    line-height: 1.6;
}

.pricing-table,
.schedule-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08);
}

.pricing-table thead,
.schedule-table thead {
    background: var(--primary-navy);
    color: #fff;
}

.pricing-table th,
.pricing-table td,
.schedule-table th,
.schedule-table td {
    padding: 1rem 1.25rem;
    text-align: left;
    border: 1px solid #e2e8f0;
}

.option-list {
    display: grid;
    gap: 1rem;
}

.option-item {
    background: #fff;
    border-radius: 14px;
    padding: 1.25rem;
    border: 1px solid rgba(15, 23, 42, 0.1);
    box-shadow: 0 8px 25px rgba(15, 23, 42, 0.05);
}

.option-item h4 {
    margin-bottom: 0.5rem;
    color: var(--primary-navy);
}

.christmas-cta {
    text-align: center;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgba(20, 43, 84, 0.9), rgba(15, 32, 63, 0.9));
    color: #fff;
}

.christmas-cta h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
}

.christmas-cta p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.christmas-cta .btn-primary-hero {
    background: linear-gradient(135deg, #facc15, #f59e0b);
    color: #102143;
}

.christmas-divider {
    text-align: center;
    font-size: 2rem;
    margin: 3rem 0;
    color: rgba(15, 23, 42, 0.2);
}

@media (max-width: 768px) {
    .christmas-hero {
        padding: 4.5rem 1.5rem;
    }

    .christmas-hero h1 {
        font-size: 2.4rem;
    }

    .pricing-table,
    .schedule-table {
        font-size: 0.95rem;
    }
}
