.booking-2026-hero {
    color: white;
    position: relative;
    overflow: hidden;
    padding-top: 80px;
}

.booking-2026-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.booking-2026-hero .container {
    position: relative;
    z-index: 2;
}

.booking-2026-hero h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    color: #fff;
}

.booking-2026-hero .lead {
    font-size: 1.4rem;
    margin-bottom: 40px;
    opacity: 0.9;
    color: #9b9b9b;
}

.modern-card {
    background: #202020;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    padding: 40px;
    margin-bottom: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255,255,255,0.1);
}

.modern-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.4);
}

.modern-card h2 {
    color: #f36;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.modern-card h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: #f36;
    border-radius: 2px;
}

.modern-card h3 {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 30px;
}

.modern-card p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #9b9b9b;
    margin-bottom: 15px;
}

.pricing-highlight {
    background: linear-gradient(135deg, #f36 0%, #c7214a 100%);
    color: white;
    padding: 25px;
    border-radius: 15px;
    margin: 20px 0;
}

.pricing-highlight h3 {
    color: white;
    margin-bottom: 20px;
}

.pricing-item {
    background: rgba(0,0,0,0.2);
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    backdrop-filter: blur(10px);
    font-size: 1.1rem;
    font-weight: 500;
    border: 1px solid rgba(255,255,255,0.1);
}

.schedule-card {
    background: linear-gradient(135deg, #2a2a2a 0%, #1e1e1c 100%);
    color: #fff;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px;
    border: 1px solid rgba(255,51,102,0.2);
}

.schedule-item {
    background: rgba(255,51,102,0.1);
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 500;
    border: 1px solid rgba(255,51,102,0.2);
}

.schedule-item i {
    color: #f36;
    margin-right: 15px;
    font-size: 1.3rem;
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #f36, #c7214a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 1.5rem;
}

.contact-modern {
    background: linear-gradient(135deg, #1e1e1c 0%, #2a2a2a 100%);
    color: white;
    padding: 60px 0;
    margin-top: 60px;
}

.contact-modern .contact-item {
    background: rgba(255,51,102,0.1);
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
    text-align: center;
    transition: transform 0.3s ease;
    border: 1px solid rgba(255,51,102,0.2);
}

.contact-modern .contact-item:hover {
    transform: scale(1.05);
    background: rgba(255,51,102,0.15);
}

.contact-modern .contact-item i {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #f36;
}

.contact-modern .contact-item h4 {
    color: white;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.contact-modern .contact-item a {
    color: #9b9b9b;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.contact-modern .contact-item a:hover {
    color: #f36;
}

.luxury-badge {
    background: linear-gradient(45deg, #f36, #c7214a);
    color: #fff;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(255, 51, 102, 0.3);
}

.info-list {
    list-style: none;
    padding: 0;
}

.info-list li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    position: relative;
    padding-left: 30px;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #9b9b9b;
}

.info-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #f36;
    font-weight: bold;
    font-size: 1.2rem;
}

.highlight-text {
    background: rgba(255,51,102,0.1);
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
    border-left: 5px solid #f36;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #9b9b9b;
}

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

.animate-card {
    animation: fadeInUp 0.6s ease forwards;
}

/* Responsive styles */
@media (max-width: 768px) {
    .booking-2026-hero h1 {
        font-size: 2.5rem;
    }

    .modern-card {
        padding: 25px;
    }

    .modern-card h2 {
        font-size: 1.8rem;
    }
}
