.fhero {
    padding-top: clamp(32px, 5vw, 95px);
    padding-bottom: clamp(12px, 3vw, 35px);
}

.fhero__inner {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 656px 1fr;
    gap: clamp(40px, 5.5vw, 98px);
    align-items: start;
}

.fhero__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.fhero__title {
    font-size: clamp(30px, 3vw, 38px);
    margin: 0;
    padding: 0;
    order: 1;
    text-wrap: balance;
}

.fhero__title .accent,
.fhero__title b,
.fhero__title strong {
    color: var(--gold);
    font-weight: inherit;
    font-size: clamp(30px, 3.75vw, 65px);
    line-height: 1;
    display: block;
}

.fhero__subtitle {
    order: 2;
    margin-top: clamp(18px, 1.6vw, 19px);
    font-size: clamp(20px, 1.2vw, 23px);
    line-height: 1.1;
    color: var(--grey);
}

.fhero__features {
    order: 3;
    list-style: none;
    margin: clamp(20px, 2.5vw, 30px) 0 0;
    padding: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(20px, 2.2vw, 32px);
}

.fhero__feature {
    padding-top: 26px;
    position: relative;
}

.fhero__feature::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjczNTUgMC4yMDQxNTJDMTMuNDYzMyAtMC4wNjgwNTA4IDEzLjAyMiAtMC4wNjgwNTA4IDEyLjc0OTggMC4yMDQxNTJMNC4zOTk1MyA4LjU1NDQ4TDEuMTg5ODMgNS4zNDQ3OEMwLjkxNzY1NyA1LjA3MjU4IDAuNDc2MzgyIDUuMDcyNjEgMC4yMDQxNTIgNS4zNDQ3OEMtMC4wNjgwNTA4IDUuNjE2OTYgLTAuMDY4MDUwOCA2LjA1ODIzIDAuMjA0MTUyIDYuMzMwNDRMMy45MDY2OSAxMC4wMzI5QzQuMTc4NzggMTAuMzA1MSA0LjYyMDM5IDEwLjMwNDkgNC44OTIzNyAxMC4wMzI5TDEzLjczNTUgMS4xODk4M0MxNC4wMDc3IDAuOTE3NjU3IDE0LjAwNzYgMC40NzYzNTUgMTMuNzM1NSAwLjIwNDE1MloiIGZpbGw9IiNCRjg1NDAiLz4KPC9zdmc+') no-repeat center/contain;
}

.fhero__feature-title {
    font-size: clamp(22px, 1.75vw, 25px);
    line-height: 1;
}

.fhero__feature-text {
    margin-top: 6px;
    font-family: 'Futura PT Book', system-ui;
    font-size: 17px;
    line-height: 1;
    color: var(--grey);
}

.fhero__actions {
    order: 4;
    margin-top: clamp(24px, 2.8vw, 40px);
    width: 100%;
}

.fhero__btn {
    padding: 28px 10px;
    line-height: 1.2;
    max-width: 380px;
    width: 100%;
}

.fhero__note {
    margin-top: 8px;
    font-family: 'Futura PT Book', system-ui;
    font-size: 17px;
    line-height: 1;
}

.fhero__cases {
    position: relative;
    min-width: 0;
}

.fhero__slider {
    overflow: hidden;
}

.fhero__slide {
    position: relative;
    height: auto;
}

.fhero__media {
    position: relative;
    aspect-ratio: 532 / 398;
}

.fhero__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fhero__card {
    position: absolute;
    left: 0;
    bottom: 0;
    width: min(60%, 432px);
    background: #f4f4f4;
    padding: clamp(24px, 2.5vw, 38px) clamp(24px, 3vw, 45px);
}

.fhero__card-title {
    font-family: "Forum", sans-serif;
    font-size: clamp(25px, 2.5vw, 33px);
    line-height: 1;
    max-width: 300px;
    text-wrap: balance;
}

.fhero__card-meta {
    margin-top: clamp(12px, 1.3vw, 18px);
    display: flex;
    flex-wrap: wrap;
    gap: 6px clamp(16px, 1.9vw, 28px);
    font-family: 'Futura PT Book', system-ui;
    font-size: 16px;
    color: var(--grey);
}

.fhero__card-link {
    margin-top: clamp(10px, 1.1vw, 19px);
    font-family: 'Futura PT Book', system-ui;
    font-size: 18px;
    color: var(--light-grey);
}

.fhero__card-link:hover {
    color: var(--gold);
}

.fhero__nav {
    position: absolute;
    right: clamp(16px, 2vw, 28px);
    bottom: 0;
    transform: translateY(50%);
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 6px;
}

.fhero__nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    outline: 0;
    border-radius: 100%;
    background: #f5f5f5;
    color: var(--gold);
    cursor: pointer;
    transition: .3s;
}

.fhero__nav-btn:hover {
    background: var(--gold);
    color: var(--white);
}

.fhero__nav-btn.swiper-button-disabled {
    opacity: .5;
    pointer-events: none;
}

.fhero__nav-btn svg {
    width: 16px;
    height: auto;
}

@media (width < 1340px) {
    .fhero__inner {
        grid-template-columns: 576px 1fr;
        gap: 64px;
    }
}

@media (width < 1280px) {
    .fhero__inner {
        grid-template-columns: 460px 1fr;
        gap: 20px;
    }
}

@media (width <= 992px) {
    .fhero__inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 40px;
    }

    .fhero__content {
        align-items: stretch;
    }

    .fhero__actions {
        order: 3;
        margin-top: clamp(20px, 3vw, 28px);
    }

    .fhero__features {
        order: 4;
    }

    .fhero__btn {
        width: 100%;
        height: 70px;
    }

    .fhero__card {
        position: static;
        width: 100%;
    }

    .fhero__nav {
        position: static;
        transform: none;
        justify-content: center;
        margin-top: 14px;
    }
}

@media (width < 768px) {
    .fhero__title .accent,
    .fhero__title b,
    .fhero__title strong {
        font-size: 1.1em;
    }

    .fhero__title br {
        display: none;
    }

    .fhero__note {
        display: none;
    }
}

@media (width < 576px) {
    .fhero__features {
        gap: 16px;
    }

    .fhero__feature {
        padding-top: 22px;
    }
}
