@media screen and (min-width: 1260px) {

    /* === Mainpage variant (default) === */
    .sh-hero--mainpage {
        padding: 0;
        position: relative;
        min-height: 600px;
    }

    .sh-hero--mainpage .sh-hero-mainpage__content {
        width: 459px;
        padding-top: 157px;
    }

    .sh-hero--mainpage .sh-hero-h1 {
        font-size: 36px;
        line-height: 46px;
        font-family: InterMedium;
        color: #0E0F11;
        width: 459px;
        padding: 0 0 32px;
        margin: 0;
    }

    .sh-hero--mainpage .sh-main-text {
        font-size: 16px;
        line-height: 20px;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        color: #383B47;
        width: 375px;
        padding-top: 0;
    }

    .sh-hero--mainpage .sh-main-text--mobile {
        display: none;
    }

    .sh-hero--mainpage .sh-main-blackbutton {
        width: 228px !important;
        font-size: 12px;
        line-height: 16px;
        font-family: "Inter", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        padding: 16px;
        border-radius: 1px;
        background: linear-gradient(180deg, #383B47 0%, #2E313B 100%);
        color: #FFFFFF;
        margin-top: 32px;
    }

    .sh-hero--mainpage .sh-main-blackbutton:hover {
        background: linear-gradient(180deg, #4A4D5A 0%, #383B47 100%);
    }

    .sh-hero--mainpage .gr-main-block1-text {
        font-family: "Inter";
    }

    .sh-hero--mainpage .sh-hero-mainpage__visual {
        position: absolute;
        left: 510px;
        top: 98px;
        width: 686px;
        height: 403px;
        pointer-events: none;
    }

    .sh-hero--mainpage .sh-hero-mainpage__visual-desktop {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: visible;
    }

    .sh-hero--mainpage .sh-hero-mainpage__visual-mobile {
        display: none;
    }

    .sh-hero--mainpage .sh-hero-mainpage__door {
        position: absolute;
        overflow: hidden;
    }

    .sh-hero--mainpage .sh-hero-mainpage__door img {
        position: absolute;
        display: block;
        max-width: none;
    }

    .sh-hero--mainpage .sh-hero-mainpage__door--side img {
        width: 221.97%;
        height: 112.07%;
        left: -13.29%;
        top: -6.35%;
    }

    .sh-hero--mainpage .sh-hero-mainpage__door--center {
        mix-blend-mode: darken;
    }

    .sh-hero--mainpage .sh-hero-mainpage__door--center img {
        width: 200.27%;
        height: 107.34%;
        left: -6.9%;
        top: -1.87%;
    }

    .sh-hero--mainpage .sh-hero-mainpage__door--desktop-left {
        left: 0;
        top: 4.22%;
        width: 28.41%;
        height: 95.78%;
    }

    .sh-hero--mainpage .sh-hero-mainpage__door--desktop-center {
        left: 34.26%;
        top: 0;
        width: 31.49%;
        height: 100%;
    }

    .sh-hero--mainpage .sh-hero-mainpage__door--desktop-right {
        left: 71.59%;
        top: 4.22%;
        width: 28.41%;
        height: 95.78%;
    }

    .sh-hero--mainpage .sh-hero-mainpage__door--mobile-left,
    .sh-hero--mainpage .sh-hero-mainpage__door--mobile-center,
    .sh-hero--mainpage .sh-hero-mainpage__door--mobile-right {
        display: none;
    }

    /* Gradient overlay for smooth bottom fade on hero doors */
    .sh-hero--mainpage .sh-hero-mainpage__visual::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 80px;
        background: linear-gradient(to bottom, transparent 0%, rgba(246, 246, 248, 0.5) 50%, rgba(246, 246, 248, 1) 100%);
        pointer-events: none;
        z-index: 10;
    }

    /* === Smarts variant === */
    .sh-hero--smarts {
        padding: 30px 0px 55px 0px;
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: repeat(12, 1fr);
        gap: 1px 24px;
        min-height: 500px;
        align-items: center;
    }

    .sh-hero--smarts .gr-main-block1 {
        grid-column: 1 / 5;
        grid-row: 1;
    }

    .sh-hero--smarts .gr-main-block2 {
        grid-column: 5 / 13;
        grid-row: 1;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        gap: 0;
        position: relative;
        min-height: 400px;
    }

    .sh-hero--smarts .sh-hero-doors-desktop {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        width: 100%;
        height: 100%;
    }

    .sh-hero--smarts .sh-hero-doors-desktop img {
        max-height: 420px;
        width: auto;
        object-fit: contain;
    }

    .sh-hero--smarts .sh-hero-h1 {
        font-size: 36px;
        line-height: 46px;
        font-family: InterMedium;
        padding: 0px 0px 32px 0px;
        width: auto;
        color: #0E0F11;
    }

    .sh-hero--smarts .sh-main-text {
        font-size: 16px;
        line-height: 20px;
        max-width: 375px;
        width: auto;
        color: #383B47;
        font-family: 'Inter', sans-serif;
    }

    .sh-hero--smarts .sh-main-blackbutton {
        width: 228px !important;
        font-size: 12px;
        margin-top: 32px;
    }

    .sh-hero--smarts .sh-hero-doors-mobile {
        display: none;
    }

    /* === Cooperation variant === */
    .sh-hero--cooperation {
        padding: 48px 0px 80px 0px;
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: repeat(12, 1fr);
        gap: 0px 24px;
        align-items: center;
    }

    .sh-hero--cooperation .sh-hero-block1 {
        grid-column: 1/8;
        padding-top: 0;
    }

    .sh-hero--cooperation .sh-hero-block2 {
        grid-column: 8/13;
        text-align: right;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .sh-hero--cooperation .cooperation-btn {
        padding-top: 32px;
    }

    .sh-hero--cooperation .cooperation-btn .sh-dark-button {
        width: 228px;
    }

    .sh-hero--cooperation .sh-hero-doorspic {
        width: 443px;
        height: auto;
    }

    .sh-hero--cooperation H1 {
        font-size: 36px !important;
        line-height: 46px;
        font-family: 'InterMedium', sans-serif;
        color: #0E0F11;
        padding-bottom: 24px;
    }

    .sh-hero--cooperation .sh-text {
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        line-height: 20px;
        color: #383B47;
    }
}
