/* Typography: preserve heading look after h3 → p (FAQ stays on h3) */
p.text-h4 {
    font-family: "Domine", serif !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 32px !important;
    letter-spacing: -0.48px !important;
    color: #28261B !important;
}

.section__form p.text-h4 {
    font-size: 32px !important;
    line-height: 40px !important;
    letter-spacing: -0.64px !important;
    color: #0f4146 !important;
    text-align: center !important;
}

p.text-h3 {
    font-family: "Domine", serif !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 32px !important;
    letter-spacing: -0.48px !important;
    color: #28261B !important;
}

#price .section__column-container > p.text-h3 {
    color: #F26A4B !important;
    text-align: center !important;
}

#stats .section__item.section__card > p.text-h3 {
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 32px !important;
    letter-spacing: -0.64px !important;
    color: #0f4146 !important;
}

@media (max-width: 1200px) {
    p.text-h4 {
        font-size: 22px !important;
        line-height: 30px !important;
        letter-spacing: -0.44px !important;
    }

    .section__form p.text-h4 {
        font-size: 24px !important;
        line-height: 32px !important;
        letter-spacing: -0.48px !important;
    }

    p.text-h3 {
        font-size: 22px !important;
        line-height: 30px !important;
        letter-spacing: -0.44px !important;
    }

    #stats .section__item.section__card > p.text-h3 {
        font-size: 32px !important;
        line-height: 32px !important;
        letter-spacing: -0.64px !important;
    }
}

/* CLS: reserve space in HTML, restore mobile layout via CSS */
@media (max-width: 480px) {
    .section__image-card img {
        width: 100%;
        height: 220px;
        max-height: 220px;
        object-fit: cover;
    }

    .section__card-image {
        width: 48px;
        height: 48px;
        object-fit: cover;
    }

    #start .section__image,
    #reg .section__image {
        display: block;
        width: 100%;
        height: auto !important;
        max-height: none;
        object-fit: contain !important;
    }

    .start .section__bg-image,
    .reg .section__bg-image {
        width: auto;
        height: 800px;
        object-fit: cover;
    }

    #about .section__item .section__image,
    #price .section__image {
        height: auto;
        max-height: none;
        object-fit: contain;
    }
}

.section__swiper {
    min-height: 280px;
}

@media (max-width: 1200px) {
    .section__swiper {
        min-height: 320px;
    }
}

.skip-link{position:absolute;left:-9999px;top:0;z-index:1000;padding:10px 16px;background:#fff;color:#1d2727;font-weight:700;border-radius:0 0 8px 0}
.skip-link:focus,.skip-link:focus-visible{left:0}
