.season3-page {
    padding-top: 72px;
    background: #f0f4fa;
}

.season3-hero {
    position: relative;
    min-height: 320px;
    background: #0d47a1 center/cover no-repeat;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.season3-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(13, 71, 161, 0.35) 0%, rgba(13, 71, 161, 0.85) 100%);
}

.season3-hero-content {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 2.5rem 0 2rem;
    color: #fff;
    text-align: center;
}

.season3-hero h1 {
    font-size: clamp(1.75rem, 5vw, 2.75rem);
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
    margin-bottom: 0.5rem;
}

.season3-banner {
    display: inline-block;
    background: #fff;
    color: #0d47a1;
    font-weight: 700;
    padding: 0.35rem 1.25rem;
    border-radius: 4px;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
}

.season3-details {
    background: #fff;
    padding: 2rem 0 3rem;
}

.season3-info-row {
    display: flex;
    align-items: stretch;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.season3-info-label {
    background: #1565c0;
    color: #fff;
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.75rem 1rem;
    min-width: 110px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 4px 0 0 4px;
}

.season3-info-value {
    flex: 1;
    border: 2px solid #1565c0;
    border-radius: 0 4px 4px 0;
    padding: 0.75rem 1rem;
    font-weight: 600;
    color: #0d47a1;
    display: flex;
    align-items: center;
    background: #fff;
}

.season3-price-box {
    background: #1565c0;
    color: #fff;
    font-weight: 800;
    font-size: 1.25rem;
    padding: 0.75rem 1.25rem;
    border-radius: 0 4px 4px 0;
    display: flex;
    align-items: center;
    min-width: 140px;
    justify-content: center;
}

.season3-cta-bar {
    background: #1565c0;
    color: #fff;
    text-align: center;
    padding: 1rem 1.5rem;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.season3-booking-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(13, 71, 161, 0.12);
    padding: 2rem;
    margin-top: -2rem;
    position: relative;
    z-index: 2;
}

.participant-type-card {
    border: 2px solid #dee2e6;
    border-radius: 10px;
    padding: 1rem 1.25rem;
    cursor: pointer;
    transition: all 0.2s ease;
    height: 100%;
}

.participant-type-card:hover,
.participant-type-card.active {
    border-color: #1565c0;
    background: #e3f2fd;
}

.participant-type-card input[type="radio"] {
    display: none;
}

.participant-type-card .price-tag {
    font-size: 1.35rem;
    font-weight: 800;
    color: #0d47a1;
}

.participant-type-card.foreigner-only .payment-local-only {
    display: none;
}

.season3-contact-footer {
    background: #fff;
    border-top: 3px solid #1565c0;
    padding: 1.5rem 0;
}

.season3-contact-footer a {
    color: #0d47a1;
    text-decoration: none;
}

.season3-contact-footer a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .season3-info-row {
        flex-direction: column;
    }

    .season3-info-label,
    .season3-info-value,
    .season3-price-box {
        border-radius: 4px;
    }
}
