.home-hero {
    position: relative;
    width: 100%;
    min-height: 690px;
    overflow: hidden;
    background: #171717;
    color: #fff;
}

.home-hero__image,
.home-hero__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.home-hero__image {
    object-fit: cover;
    object-position: center;
}

.home-hero__overlay {
    background:
        linear-gradient(90deg, rgba(15, 15, 15, .98) 0%, rgba(15, 15, 15, .94) 39%, rgba(15, 15, 15, .76) 57%, rgba(15, 15, 15, .18) 78%, rgba(15, 15, 15, .04) 100%),
        linear-gradient(0deg, rgba(15, 15, 15, .18), rgba(15, 15, 15, .18));
}

.home-hero__container {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    min-height: 690px;
    padding-top: 42px;
    padding-bottom: 42px;
}

.home-hero__content {
    width: min(790px, 70%);
}

.home-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 7px 12px;
    border: 1px solid rgba(245, 185, 0, .48);
    border-radius: 999px;
    background: rgba(245, 185, 0, .12);
    color: #f5b900;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
}

.home-hero h1 {
    max-width: 760px;
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1.06;
    letter-spacing: -.03em;
    text-shadow: 0 3px 18px rgba(0, 0, 0, .24);
    text-transform: none;
}

.home-hero__lead {
    max-width: 730px;
    margin: 0 0 24px;
    color: rgba(255, 255, 255, .82);
    font-size: 17px;
    line-height: 1.55;
}

.home-hero__facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 790px;
    border-top: 1px solid rgba(255, 255, 255, .16);
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.home-hero__fact {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-height: 92px;
    padding: 17px 14px;
}

.home-hero__fact + .home-hero__fact {
    border-left: 1px solid rgba(255, 255, 255, .16);
}

.home-hero__fact > i {
    flex: 0 0 auto;
    width: 22px;
    padding-top: 2px;
    color: #f5b900;
    font-size: 19px;
    text-align: center;
}

.home-hero__fact strong,
.home-hero__fact span {
    display: block;
}

.home-hero__fact strong {
    margin-bottom: 6px;
    color: #fff;
    font-size: 17px;
    line-height: 1.15;
}

.home-hero__fact span {
    color: rgba(255, 255, 255, .62);
    font-size: 11px;
    line-height: 1.35;
}

.home-hero__note {
    margin: 8px 0 20px;
    color: rgba(255, 255, 255, .53);
    font-size: 11px;
    line-height: 1.4;
}

.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}

.home-hero__button,
.home-hero__messenger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 3px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.home-hero__button {
    min-height: 50px;
    padding: 13px 22px;
    border: 2px solid #f5b900;
}

.home-hero__button:hover,
.home-hero__button:focus,
.home-hero__messenger:hover,
.home-hero__messenger:focus {
    text-decoration: none;
    transform: translateY(-1px);
}

.home-hero__button--primary {
    background: #f5b900;
    color: #111;
    box-shadow: 0 10px 28px rgba(245, 185, 0, .2);
}

.home-hero__button--primary:hover,
.home-hero__button--primary:focus {
    border-color: #ffd23f;
    background: #ffd23f;
    color: #111;
}

.home-hero__button--secondary {
    border-color: rgba(255, 255, 255, .58);
    background: rgba(255, 255, 255, .06);
    color: #fff;
}

.home-hero__button--secondary:hover,
.home-hero__button--secondary:focus {
    border-color: #fff;
    background: #fff;
    color: #111;
}

.home-hero__photo-channels {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    max-width: 660px;
    margin-top: 15px;
    padding: 11px 12px 11px 14px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 5px;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(8px);
}

.home-hero__photo-copy {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
}

.home-hero__photo-copy > i {
    flex: 0 0 auto;
    color: #f5b900;
    font-size: 24px;
}

.home-hero__photo-copy span,
.home-hero__photo-copy strong,
.home-hero__photo-copy small {
    display: block;
}

.home-hero__photo-copy strong {
    color: #fff;
    font-size: 13px;
    line-height: 1.3;
}

.home-hero__photo-copy small {
    margin-top: 2px;
    color: rgba(255, 255, 255, .58);
    font-size: 10px;
    line-height: 1.3;
}

.home-hero__messengers {
    display: flex;
    flex: 0 0 auto;
    gap: 7px;
}

.home-hero__messenger {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 8px;
    border: 1px solid transparent;
    border-radius: 50%;
    font-size: 12px;
}

.home-hero__messenger img {
    display: block;
    width: 24px;
    height: 24px;
}

.home-hero__messenger--max {
    border-color: rgba(255, 255, 255, .28);
    background: #fff;
    color: #111;
}

.home-hero__messenger--max:hover,
.home-hero__messenger--max:focus {
    border-color: #f5b900;
    background: #f5b900;
    color: #111;
}

.home-hero__messenger--whatsapp {
    border-color: #20af5a;
    background: #20af5a;
    color: #fff;
}

.home-hero__messenger--whatsapp i {
    font-size: 22px;
}

.home-hero__messenger--whatsapp:hover,
.home-hero__messenger--whatsapp:focus {
    border-color: #16934a;
    background: #16934a;
    color: #fff;
}

.home-hero__location {
    margin: 13px 0 0;
    color: rgba(255, 255, 255, .68);
    font-size: 12px;
    font-weight: 600;
}

.home-hero__location i {
    margin-right: 6px;
    color: #f5b900;
}

@media (max-width: 991px) {
    .home-hero,
    .home-hero__container {
        min-height: 0;
    }

    .home-hero__container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .home-hero__content {
        width: 86%;
    }

    .home-hero__overlay {
        background: linear-gradient(90deg, rgba(15, 15, 15, .98) 0%, rgba(15, 15, 15, .93) 62%, rgba(15, 15, 15, .62) 100%);
    }

    .home-hero__facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-hero__fact:nth-child(3) {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .16);
    }

    .home-hero__fact:nth-child(4) {
        border-top: 1px solid rgba(255, 255, 255, .16);
    }
}

@media (max-width: 767px) {
    .home-hero__container {
        padding-top: 27px;
        padding-bottom: 30px;
    }

    .home-hero__content {
        width: 100%;
    }

    .home-hero__image {
        object-position: 60% center;
    }

    .home-hero__overlay {
        background: rgba(15, 15, 15, .92);
    }

    .home-hero__eyebrow {
        margin-bottom: 13px;
    }

    .home-hero h1 {
        margin-bottom: 14px;
        font-size: 33px;
        line-height: 1.08;
    }

    .home-hero__lead {
        margin-bottom: 18px;
        font-size: 15px;
        line-height: 1.45;
    }

    .home-hero__fact {
        min-height: 82px;
        padding: 13px 9px;
    }

    .home-hero__fact > i {
        width: 18px;
        font-size: 16px;
    }

    .home-hero__fact strong {
        font-size: 15px;
    }

    .home-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .home-hero__button {
        width: 100%;
    }

    .home-hero__photo-channels {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
    }

    .home-hero__messengers {
        width: 100%;
    }

    .home-hero__messenger {
        flex: 0 0 42px;
    }
}
