.homepage-hero__inner {
    margin: 0 auto;
    max-width: 1455px;
    padding: 90px 0 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 55px;
}

.homepage-hero__content {
    width: 100%;
    max-width: 500px;
    padding-top: 35px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.homepage-hero__image {
    width: 100%;
    flex: 1;
}

.homepage-hero__image img {
    display: block;
    width: 100%;
    height: auto;
}

.homepage-hero--tagname {
    max-width: 100%;
    width: max-content;
    background-color: rgba(255, 153, 0, 0.2);
    border-radius: 48px;
    color: #A36200;
    padding: 9px 13px;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
}

.homepage-hero--title h1 {
    width: 0;
    height: 0;
    margin: 0;
    overflow: hidden;
}

.homepage-hero--title img {
    width: 100%;
    margin: 0 auto;
    max-width: 475px;
    height: auto;
}

.homepage-hero--title img.mobile {
    display: none;
}

.homepage-hero--description h2 {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 2.05;
    color: black;
}

.homepage-hero--controls a {
    height: 53px;
    padding: 3px 19px;
    font-weight: 700;
    font-size: 20px;
}

.homepage-hero--partners {
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
}

.homepage-hero--services {
    display: none;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.homepage-hero--services a {
    display: block;
    width: 155px;
    transition: transform 0.4s ease;
}

.homepage-hero--services a:hover {
    transform: scale(0.95);
}

.homepage-hero--services a img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1280px) {
    .homepage-hero__inner {
        gap: 35px;
    }

    .homepage-hero__content {
        max-width: 450px;
    }
}

@media screen and (max-width: 1024px) {
    .homepage-hero__content {
        max-width: 500px;
        margin: 0 auto;
        padding: 0;
        align-items: center;
    }

    .homepage-hero--title img.desktop,
    .homepage-hero__image {
        display: none;
    }

    .homepage-hero--title img.mobile {
        display: block;
    }

    .homepage-hero--services {
        display: flex;
    }

    .homepage-hero--title {
        width: 100%;
        max-width: 400px;
    }

    .homepage-hero--partners {
        max-width: 320px;
    }
}

@media screen and (max-width: 767px) {
    .homepage-hero__inner {
        padding: 52px 0 15px;
    }

    .homepage-hero__content {
        gap: 20px;
    }

    .homepage-hero--tagname {
        font-size: 20px;
        margin-bottom: 7px;
    }

    .homepage-hero--title {
        max-width: 320px;
        margin-bottom: 7px;
    }

    .homepage-hero--description h2 {
        font-size: 20px;
        line-height: 1.05;
    }

    .homepage-hero--controls {
        margin-bottom: 5px;
    }

    .homepage-hero--controls a {
        font-size: 16px;
        height: 42px;
        text-align: center;
    }

    .homepage-hero--services {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 575px) {
    .homepage-hero--title {
        max-width: 275px;
    }
}
