.site-main {
    padding-top: 0;
    padding-bottom: 0;
}

/* =========================
   HOME HERO
========================= */

.home-hero {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    background: #f3f2ee;
    border: 0;
    line-height: 0;
}

.home-hero__bg {
    display: block;
    width: 100%;
    height: auto;
    border: 0;
}

.home-hero__info,
.home-hero__button,
.home-hero__stats {
    box-sizing: border-box;
}

/* белое поле слева */
.home-hero__info {
    position: absolute;
    left: 3.2vw;
    top: 34%;
    z-index: 2;
    width: clamp(310px, 22vw, 430px);
    max-width: calc(100vw - 32px);
    padding: clamp(20px, 1.6vw, 32px) clamp(22px, 1.8vw, 36px);
    background: #f3f2ee;
    line-height: normal;
}

.home-hero__info h1 {
    margin: 0 0 clamp(14px, 1vw, 18px);
    color: #050505;
    font-family: var(--font-display);
    font-size: clamp(30px, 2.45vw, 50px);
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: -0.055em;
    text-transform: uppercase;
}

.home-hero__info h1 span {
    white-space: nowrap;
}

.home-hero__info p {
    max-width: 300px;
    margin: 0 0 clamp(22px, 1.8vw, 30px);
    color: #333333;
    font-size: clamp(13px, 0.95vw, 18px);
    line-height: 1.35;
}

.home-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    min-width: clamp(165px, 11vw, 215px);
    min-height: clamp(46px, 3.1vw, 58px);
    padding: 0 clamp(16px, 1.2vw, 22px);
    background: #ff3b30;
    color: #ffffff;
    border: 0;
    text-decoration: none;
    font-family: var(--font-display);
    font-size: clamp(11px, 0.75vw, 14px);
    line-height: 1;
    text-transform: uppercase;
}

.home-hero__button:hover {
    background: #df2f25;
    color: #ffffff;
}

.home-hero__stats {
    position: absolute;
    left: 3.2vw;
    bottom: 7%;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    gap: clamp(52px, 6vw, 120px);
    line-height: normal;
}

.home-hero__stat {
    flex: 0 0 auto;
}

.home-hero__stat strong {
    display: block;
    margin-bottom: 6px;
    color: #050505;
    font-family: var(--font-display);
    font-size: clamp(22px, 1.8vw, 36px);
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.home-hero__stat span {
    display: block;
    color: #050505;
    font-family: var(--font-display);
    font-size: clamp(9px, 0.72vw, 13px);
    font-weight: 400;
    line-height: 1.15;
    text-transform: uppercase;
    white-space: nowrap;
}

/* =========================
   HERO ADAPTIVE
========================= */

@media (max-width: 1100px) {
    .home-hero__info {
        top: 30%;
        width: clamp(260px, 27vw, 350px);
        padding: clamp(16px, 1.7vw, 24px) clamp(18px, 1.9vw, 28px);
    }

    .home-hero__info h1 {
        font-size: clamp(26px, 2.8vw, 40px);
    }

    .home-hero__info p {
        max-width: 260px;
        font-size: clamp(12px, 1.05vw, 16px);
    }

    .home-hero__stats {
        gap: clamp(34px, 4.8vw, 72px);
    }
}

@media (max-width: 820px) {
    .home-hero__info {
        left: clamp(12px, 3vw, 22px);
        top: 22%;
        width: clamp(180px, 34vw, 240px);
        padding: clamp(9px, 1.6vw, 13px) clamp(11px, 1.8vw, 16px);
    }

    .home-hero__info h1 {
        margin-bottom: clamp(6px, 1vw, 9px);
        font-size: clamp(17px, 2.75vw, 23px);
        line-height: 0.92;
        letter-spacing: -0.055em;
    }

    .home-hero__info p {
        max-width: 195px;
        margin-bottom: clamp(8px, 1.3vw, 11px);
        font-size: clamp(8.5px, 1.35vw, 11px);
        line-height: 1.22;
    }

    .home-hero__button {
        gap: clamp(8px, 1.6vw, 13px);
        min-width: clamp(100px, 18vw, 130px);
        min-height: clamp(27px, 4vw, 34px);
        padding: 0 clamp(9px, 1.5vw, 12px);
        font-size: clamp(7px, 1.15vw, 9.5px);
    }

    .home-hero__stats {
        left: clamp(12px, 3vw, 22px);
        bottom: clamp(8px, 1.8vw, 14px);
        width: clamp(180px, 37vw, 245px);
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        gap: 0;
    }

    .home-hero__stat strong {
        margin-bottom: 4px;
        font-size: clamp(15px, 2.55vw, 21px);
    }

    .home-hero__stat span {
        font-size: clamp(6px, 1.12vw, 8.5px);
        line-height: 1.05;
    }
}

@media (max-width: 620px) {
    .home-hero__info {
        top: 20%;
        width: clamp(155px, 37vw, 205px);
        padding: clamp(8px, 1.7vw, 11px);
    }

    .home-hero__info h1 {
        margin-bottom: 6px;
        font-size: clamp(14px, 3.15vw, 18px);
    }

    .home-hero__info p {
        max-width: 160px;
        margin-bottom: 7px;
        font-size: clamp(7px, 1.6vw, 9px);
        line-height: 1.18;
    }

    .home-hero__button {
        min-width: clamp(84px, 20vw, 106px);
        min-height: clamp(23px, 4.8vw, 28px);
        padding: 0 8px;
        font-size: clamp(6.2px, 1.42vw, 7.8px);
    }

    .home-hero__stats {
        width: clamp(155px, 40vw, 205px);
    }

    .home-hero__stat strong {
        font-size: clamp(12.5px, 2.75vw, 16px);
    }

    .home-hero__stat span {
        font-size: clamp(5px, 1.22vw, 6.8px);
    }
}

@media (max-width: 480px) {
    .home-hero__info {
        left: 10px;
        top: 18%;
        width: clamp(128px, 39vw, 162px);
        padding: 7px 8px;
    }

    .home-hero__info h1 {
        margin-bottom: 5px;
        font-size: clamp(11.5px, 3.3vw, 14.5px);
        line-height: 0.94;
    }

    .home-hero__info p {
        max-width: 125px;
        margin-bottom: 6px;
        font-size: clamp(5.8px, 1.55vw, 7.4px);
        line-height: 1.15;
    }

    .home-hero__button {
        gap: 6px;
        min-width: clamp(72px, 21vw, 90px);
        min-height: clamp(20px, 5vw, 24px);
        padding: 0 7px;
        font-size: clamp(5.2px, 1.35vw, 6.5px);
    }

    .home-hero__stats {
        left: 10px;
        bottom: 7px;
        width: clamp(150px, 42vw, 178px);
    }

    .home-hero__stat strong {
        margin-bottom: 2px;
        font-size: clamp(10.5px, 2.75vw, 13px);
    }

    .home-hero__stat span {
        font-size: clamp(4.4px, 1.18vw, 5.5px);
    }
}

@media (max-width: 430px) {
    .home-hero__info {
        top: 18%;
        width: 158px;
        padding: 7px 8px;
    }

    .home-hero__info h1 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .home-hero__info p {
        max-width: 130px;
        font-size: 7px;
        margin-bottom: 6px;
    }

    .home-hero__button {
        min-width: 88px;
        min-height: 24px;
        font-size: 6.5px;
    }

    .home-hero__stats {
        width: 178px;
    }

    .home-hero__stat strong {
        font-size: 13px;
    }

    .home-hero__stat span {
        font-size: 5.4px;
    }
}

@media (max-width: 380px) {
    .home-hero__info {
        top: 17%;
        width: 132px;
        padding: 6px;
    }

    .home-hero__info h1 {
        font-size: 11.5px;
        margin-bottom: 4px;
    }

    .home-hero__info p {
        max-width: 120px;
        font-size: 6px;
        margin-bottom: 5px;
    }

    .home-hero__button {
        min-width: 70px;
        min-height: 20px;
        padding: 0 6px;
        font-size: 5.5px;
    }

    .home-hero__stats {
        width: 132px;
    }

    .home-hero__stat strong {
        font-size: 10px;
    }

    .home-hero__stat span {
        font-size: 4.5px;
    }
}