/* Below-fold section backgrounds – loaded async to reduce initial payload */

.quote-section::before {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../img/claim_bg.webp') no-repeat center 65%/cover;
}

.tickets-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../img/ticket_bg.webp');
}

.kontakt-section {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../img/kontakt-bg.webp') no-repeat center center/cover;
}
