/* Typography: preserve h3 appearance after h3→p conversion */
.heading-style-h3 {
    font-family: "Inter", serif !important;
    font-size: 32px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 40px !important;
    letter-spacing: -0.64px !important;
    color: #000 !important;
}

.section__bottom-container .heading-style-h3 {
    color: #000 !important;
}

#stats .section__card.small > .heading-style-h3 {
    margin: 0;
}

/* Swiper: reserve space before initialization */
.section__swiper {
    min-height: 300px;
}

/* Tablet/mobile: override HTML width/height aspect-ratio reservation */
@media (max-width: 1200px) {
    .heading-style-h3 {
        font-size: 24px !important;
        line-height: 32px !important;
        letter-spacing: -0.48px !important;
    }

    .section__swiper {
        min-height: 340px;
    }

    .section__image-card img,
    img.section__card-image {
        width: 100%;
        height: auto;
        max-height: 200px;
        min-height: unset;
        object-fit: cover;
    }

    .section__image-card.full-width img,
    .section__image-card.full-width .section__card-image {
        max-height: 200px;
    }

    .section__item .section__image,
    .section__item.large .section__image,
    .section__column-container .section__image {
        display: block;
        width: 100%;
        max-width: 384px;
        height: auto;
        max-height: 300px;
        object-fit: contain;
    }

    #start .section__image,
    #reg .section__image {
        width: 100%;
        max-width: 100%;
        height: 300px;
        max-height: 300px;
        object-fit: contain;
    }

    .price__image {
        width: 100%;
        height: auto;
        max-height: 320px;
        object-fit: contain;
    }

    #stats .section__image {
        width: 100%;
        height: auto;
        max-height: 320px;
        object-fit: cover;
    }

    #path .section__card-image {
        width: 100%;
        height: auto;
        max-height: 332px;
        min-height: unset;
        object-fit: cover;
    }
}

@media (max-width: 588px) {
    .section__image-card img,
    img.section__card-image {
        max-height: 200px;
    }
}

@media (max-width: 480px) {
    .section__image-card img,
    img.section__card-image,
    .section__image-card.full-width img {
        width: 100%;
        height: 200px;
        max-height: 200px;
        min-height: unset;
        object-fit: cover;
    }

    #path .section__card-image {
        height: 220px;
        max-height: 220px;
        min-height: unset;
    }

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

    .section__item .section__image,
    .section__item.large .section__image,
    .section__column-container .section__image {
        max-height: 280px;
    }

    #stats .section__image {
        height: 200px;
        max-height: 200px;
        object-fit: cover;
    }

    .price__image {
        max-height: 280px;
    }
}
