.home-template {
    margin: 0;
    background: linear-gradient(173.84deg, #ff7628 41.94%, #cc1817 114.38%);
}

.home-template * {
    box-sizing: border-box;
}

.home-page {
    min-height: 100dvh;
    margin: 0 auto;
    color: #231f21;
    font-family: Montserrat, Arial, sans-serif;
}

.home-page__container {
    position: relative;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 7px 0 18px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.home-page::before {
    content: "";
    position: absolute;
    inset: 5% 0 5% 0;
    z-index: 0;
    background: rgb(253 193 120 / 50%);
    filter: blur(96px);
    pointer-events: none;
}

.home-page__how-container {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}

.home-page__title {
    display: block;
    width: min(100%, 344px);
    height: auto;
    margin: 0 auto;
    filter: drop-shadow(0 3px 5px rgb(102 35 0 / 18%));
}

.home-page__banner {
    display: block;
    width: min(107%, 390px);
    max-width: none;
    height: auto;
    margin: -8px auto -104px;
    transform: translateX(-1px);

    position: relative;
    z-index: 1;
}

.home-page__bottom-banner {
    margin-top: 13px;
    width: min(100%, 344px);
    max-width: 344px;
}

.home-page__bottom-banner img {
    width: 100%;
    max-width: 344px;
}

.home-page__cta {
    display: block;
    width: min(100%, 344px);
    margin: 0 auto;
    border-radius: 8px;
    filter: drop-shadow(0 2px 3px rgb(111 38 0 / 34%));
}

.home-page__cta img {
    display: block;
    width: 100%;
    height: auto;
}
