/* ===== Homepage ultra premium style layer ===== */
.homepage-premium {
    position: relative;
}

.homepage-premium .main-banner {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.homepage-premium .main-banner .pic {
    background-image: url('../img/main-pic-full.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

@supports (background-image: url('../img/main-pic-full.webp')) {
    .homepage-premium .main-banner .pic {
        background-image: url('../img/main-pic-full.webp');
    }
}

@media (max-width: 768px) {
    .homepage-premium .main-banner .pic {
        background-image: url('../img/main-pic.jpg');
    }

    @supports (background-image: url('../img/main-pic-mobile.webp')) {
        .homepage-premium .main-banner .pic {
            background-image: url('../img/main-pic-mobile.webp');
        }
    }
}

.homepage-premium .main-banner:after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(120% 90% at 50% 100%, rgba(0, 0, 41, 0.28) 0%, rgba(0, 0, 41, 0) 58%),
        linear-gradient(180deg, rgba(0, 0, 41, 0.12) 0%, rgba(0, 0, 41, 0) 42%);
    pointer-events: none;
    z-index: 2;
}

.homepage-premium .main-banner .pic {
    z-index: 0;
}

.homepage-premium .main-banner img.bg {
    z-index: 1;
}

.homepage-premium .main-banner img.top-layer {
    position: relative;
    z-index: 3;
}

.homepage-premium .main-banner .outline {
    border-width: 12px;
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.04) inset,
        0 20px 50px rgba(0, 0, 41, 0.1);
}

/* Hero — как в исходной вёрстке: рамка, заголовок по центру, новости справа */
.homepage-premium .main-banner .text,
.homepage-premium .main-banner .homepage-hero__copy {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    display: block;
    padding: 300px 0 0 !important;
    margin: 0 !important;
    transform: none !important;
    background: transparent !important;
    border: none !important;
    box-sizing: border-box;
    text-align: center;
    pointer-events: none;
}

.homepage-premium .main-banner .text .site-width {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    pointer-events: auto;
}

.homepage-premium .headerNews {
    position: absolute !important;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 340px;
    margin: 0 !important;
    z-index: 12;
}

.homepage-premium .headerNews .news-container {
    background: rgba(0, 0, 41, 0.1);
    border-radius: 16px;
    padding: 12px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 16px 36px rgba(0, 0, 41, 0.16);
}

.homepage-premium .headerNews .news-slider.headerSlider {
    height: auto !important;
    min-height: 0;
    overflow: visible;
    margin: 0;
}

.homepage-premium .headerNews .news-slider.headerSlider > div {
    margin-bottom: 0;
}

.homepage-premium .headerNews .news-slider.headerSlider .news-slide {
    display: block;
    min-height: 0;
    margin: 0 0 8px;
    padding: 0;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.82) !important;
    border-radius: 0 !important;
    backdrop-filter: none;
    transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    position: relative;
    float: none;
    text-decoration: none !important;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    overflow: hidden;
}

.homepage-premium .headerNews .news-slider.headerSlider > div:last-child .news-slide {
    margin-bottom: 0;
}

.homepage-premium .headerNews .news-slider.headerSlider .news-slide::before {
    display: block !important;
    content: "" !important;
    height: 3px;
    background: #e31c24;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.homepage-premium .headerNews .news-slider.headerSlider .news-slide::after {
    display: block !important;
    content: "" !important;
    left: 71px;
    border-left: 1px dotted rgba(255, 255, 255, 0.72);
}

.homepage-premium .headerNews .news-slider.headerSlider .news-slide:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: #fff !important;
    color: #fff;
    box-shadow: 0 8px 22px rgba(0, 0, 41, 0.14);
}

.homepage-premium .headerNews .news-slider.headerSlider .news-slide:hover::before {
    transform: scaleX(1);
}

.homepage-premium .headerNews .news-slider.headerSlider .news-slide .date {
    float: left;
    display: table;
    flex: none;
    margin: 0 !important;
    width: 71px !important;
    height: 68px;
    min-height: 68px;
    white-space: normal;
    padding: 0;
    border-right: none;
    color: #fff;
    font-size: 14px;
    line-height: 1.15;
    text-align: center;
    text-transform: none;
}

.homepage-premium .headerNews .news-slider.headerSlider .news-slide .date > span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    width: 71px;
    padding: 0 4px;
    box-sizing: border-box;
}

.homepage-premium .headerNews .news-slider.headerSlider .news-slide .date strong {
    display: block;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    margin: 0 auto 3px;
    font-family: "BreweryNo2CYR-Heavy", inherit;
    text-shadow: 0 1px 6px rgba(0, 0, 41, 0.2);
    text-align: center;
}

.homepage-premium .headerNews .news-slider.headerSlider .news-slide .news-name {
    display: -webkit-box;
    flex: none;
    width: auto !important;
    height: auto;
    min-height: 44px;
    max-height: 50px !important;
    margin-left: 71px !important;
    overflow: hidden;
    white-space: normal;
    padding: 13px 12px 13px 14px !important;
    font-size: 13px;
    line-height: 1.36;
    color: rgba(255, 255, 255, 0.94);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (min-width: 901px) {
    .homepage-premium .main-banner .text,
    .homepage-premium .main-banner .homepage-hero__copy {
        padding-left: 20px !important;
        padding-right: 370px !important;
    }

    .homepage-premium .main-banner .text .site-width {
        padding: 0;
        max-width: 700px;
    }

    .homepage-premium .headerNews {
        right: max(20px, calc((100% - 1320px) / 2 + 12px));
        width: 320px;
    }
}

@media (min-width: 901px) and (max-width: 1279px) {
    .homepage-premium .headerNews {
        width: 300px;
    }

    .homepage-premium .main-banner .text,
    .homepage-premium .main-banner .homepage-hero__copy {
        padding-right: 330px !important;
    }
}

@media (min-width: 1280px) {
    .homepage-premium .main-banner .text,
    .homepage-premium .main-banner .homepage-hero__copy {
        padding-top: 0 !important;
        top: 0;
        height: 100%;
        display: flex !important;
        align-items: center;
        justify-content: center;
        padding-bottom: 40px !important;
    }

    .homepage-premium .main-banner .text .site-width {
        margin-top: 24px;
    }

    .homepage-premium .main-banner .outline {
        top: 50%;
        transform: translate(-50%, -58%);
        margin-left: 0;
        left: 50%;
        width: 480px;
        height: 380px;
    }

    .homepage-premium .headerNews {
        right: max(24px, calc((100% - 1320px) / 2 + 16px));
        width: 330px;
    }
}

@media (max-width: 1100px) {
    .homepage-premium .main-banner .text,
    .homepage-premium .main-banner .homepage-hero__copy {
        padding-top: 260px !important;
    }
}

@media (max-width: 1000px) {
    .homepage-premium .main-banner .text,
    .homepage-premium .main-banner .homepage-hero__copy {
        padding-top: 240px !important;
    }
}

@media (max-width: 900px) {
    .homepage-premium .main-banner {
        min-height: 420px;
        padding-bottom: 24px;
    }

    .homepage-premium .main-banner .pic {
        min-height: 420px;
    }

    .homepage-premium .main-banner img.bg {
        display: none !important;
    }

    .homepage-premium .main-banner img.top-layer {
        display: block !important;
        margin-top: 0 !important;
        position: relative;
        z-index: 3;
        width: 100%;
        height: auto;
    }

    .homepage-premium .main-banner .outline {
        top: 300px;
        transform: none;
        margin-left: -200px;
        width: 400px;
        height: 600px;
    }

    .homepage-premium .main-banner .text,
    .homepage-premium .main-banner .homepage-hero__copy {
        position: relative !important;
        top: 50%;
        padding: 75px 20px 0 !important;
        transform: translateY(-50%) !important;
        text-align: center;
    }

    .homepage-premium .main-banner .text h1,
    .homepage-premium .main-banner .text h2,
    .homepage-premium .main-banner .text .homepage-hero__title {
        color: #fff !important;
        text-shadow: 0 2px 12px rgba(0, 0, 41, 0.4);
    }

    .homepage-premium .headerNews {
        position: relative !important;
        top: auto;
        right: auto;
        transform: none;
        width: auto;
        margin: 18px 20px 0 !important;
    }
}

@media (max-width: 650px) {
    .homepage-premium .main-banner .text,
    .homepage-premium .main-banner .homepage-hero__copy {
        position: relative !important;
        top: auto;
        padding: 120px 16px 0 !important;
        transform: none !important;
    }

    .homepage-premium .headerNews {
        margin: 16px 12px 0 !important;
    }
}

.homepage-premium .main-content-section {
    background:
        radial-gradient(900px 320px at 12% 0%, rgba(80, 133, 255, 0.12) 0%, rgba(80, 133, 255, 0) 70%),
        radial-gradient(1200px 380px at 70% -10%, rgba(80, 133, 255, 0.16) 0%, rgba(80, 133, 255, 0) 65%),
        linear-gradient(180deg, #070d45 0%, #050735 100%);
    padding: 88px 0 90px;
}

.homepage-premium .content-left .content-card {
    padding: 34px 38px 38px;
    border-radius: 20px;
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
    border: 1px solid rgba(160, 190, 255, 0.2);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.homepage-premium .content-grid {
    gap: 56px;
    align-items: stretch;
}

.homepage-premium .content-left {
    padding-top: 8px;
    padding-right: 0;
}

.homepage-premium .section-title a {
    color: #ffffff;
    letter-spacing: 0.03em;
    font-size: 1.05em;
    transition: color 0.2s ease;
}

.homepage-premium .section-title a:hover {
    color: #e8f0ff;
}

.homepage-premium .section-title a::after {
    bottom: -12px;
    width: 72px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(116, 160, 255, 0.95) 0%, rgba(116, 160, 255, 0.18) 100%);
    transition: width 0.3s ease;
}

.homepage-premium .section-title a:hover::after {
    width: 116px;
}

.homepage-premium .section-subtitle {
    color: rgba(226, 235, 255, 0.95);
    font-size: 1.36rem;
    line-height: 1.3;
    margin-bottom: 18px;
}

.homepage-premium .section-text {
    color: rgba(205, 219, 255, 0.88);
    max-width: 540px;
    font-size: 1.14rem;
    line-height: 1.62;
}

.homepage-premium .portfolio-btn {
    background: linear-gradient(135deg, #2d74f4 0%, #1754cb 100%);
    border: 1px solid rgba(189, 214, 255, 0.35);
    border-radius: 12px;
    box-shadow: 0 16px 30px rgba(24, 78, 190, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.35);
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.25px;
    text-shadow: 0 1px 2px rgba(4, 22, 70, 0.45);
}

.homepage-premium .portfolio-btn:hover {
    background: linear-gradient(135deg, #3f82f8 0%, #1f5fd8 100%);
    box-shadow: 0 20px 34px rgba(24, 78, 190, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.38);
    color: #ffffff;
}

.homepage-premium .portfolio-btn .btn-arrow {
    color: rgba(255, 255, 255, 0.95);
}

.homepage-premium .portfolio-btn:focus-visible,
.homepage-premium .section-title a:focus-visible {
    outline: 2px solid rgba(168, 201, 255, 0.95);
    outline-offset: 3px;
}

.homepage-premium .project-card {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(193, 215, 255, 0.42);
    box-shadow: 0 22px 46px rgba(6, 16, 54, 0.45);
    height: 100%;
}

.homepage-premium .project-image {
    height: 350px;
}

.homepage-premium .project-details {
    background: linear-gradient(180deg, #ffffff 0%, #f3f7ff 100%);
    padding: 26px 28px;
}

.homepage-premium .project-specs .spec-row + .spec-row {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(15, 57, 145, 0.08);
}

.homepage-premium .project-name {
    color: #102b63;
    font-size: 1.12rem;
    line-height: 1.35;
}

.homepage-premium .spec-label {
    color: #2f497f;
    font-size: 1rem;
    line-height: 1.45;
}

.homepage-premium .interiors-section-premium {
    background: #e9edf3;
    padding: 52px 0 72px;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    z-index: 2;
}

.interiors-section-premium .homepage-section-head {
    margin-bottom: 8px;
}

.interiors-section-premium .main-gallery-wrap {
    position: relative;
    width: 90%;
    max-width: 1080px;
    margin: 40px auto 88px;
    background: #ffffff;
    box-shadow: 0 9px 15px rgba(0, 0, 0, 0.2);
    overflow: visible;
    border: none;
    border-radius: 0;
}

.interiors-section-premium .main-gallery-wrap .main-gallery-tabs {
    float: left;
    margin-right: -100%;
    width: 235px;
    position: relative;
    z-index: 3;
    padding: 42px 0;
    background: transparent;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
}

.interiors-section-premium .main-gallery-wrap .main-gallery-tabs > li {
    cursor: pointer;
    padding: 11px 20px 11px 40px;
    margin: 4px 0;
    transition: color 0.3s ease, background-color 0.3s ease;
    position: relative;
    border-radius: 0;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    box-shadow: none;
    background: transparent;
}

.interiors-section-premium .main-gallery-wrap .main-gallery-tabs > li span {
    position: relative;
    z-index: 3;
}

.interiors-section-premium .main-gallery-wrap .main-gallery-tabs > li::after {
    position: absolute;
    content: "";
    display: block;
    left: -12px;
    padding-left: 12px;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: left top;
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    background: #e31c24;
    border-radius: 0;
}

.interiors-section-premium .main-gallery-wrap .main-gallery-tabs > li:hover {
    color: #000029;
    background: #f2f2f2;
}

.interiors-section-premium .main-gallery-wrap .main-gallery-tabs > li.active {
    color: #ffffff;
    background: transparent;
    box-shadow: none;
}

.interiors-section-premium .main-gallery-wrap .main-gallery-tabs > li.active::after {
    transform: scaleX(1);
}

.interiors-section-premium .main-gallery-wrap .main-gallery-pics-wrap {
    position: relative;
    min-height: 520px;
    height: 520px;
    width: 100%;
}

.interiors-section-premium .main-gallery-wrap .main-gallery-pics {
    box-shadow: 0 9px 15px rgba(0, 0, 0, 0.2);
    margin: -70px 20px -50px 235px;
    position: relative;
    padding: 90px 0;
    height: 100%;
    z-index: 2;
    overflow: hidden;
    min-height: 0;
    border-radius: 0;
    list-style: none;
}

.interiors-section-premium .main-gallery-wrap .main-gallery-pics li {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    transform: translateY(-100%);
    transition: transform 0.4s ease-in-out 0.4s, visibility 0s ease-in-out 0.4s;
    z-index: 1;
}

.interiors-section-premium .main-gallery-wrap .main-gallery-pics li.active {
    z-index: 2;
    visibility: visible;
    transform: translateY(0);
    transition: transform 0.4s ease-in-out 0s, visibility 0s ease-in-out 0s;
}

@media (max-width: 1100px) {
    .interiors-section-premium .main-gallery-wrap .main-gallery-pics {
        margin: -50px 16px -40px 235px;
        padding: 60px 0;
    }

    .interiors-section-premium .main-gallery-wrap .main-gallery-pics-wrap {
        min-height: 460px;
        height: 460px;
    }
}

@media (max-width: 900px) {
    .interiors-section-premium {
        padding: 40px 0 56px;
    }

    .interiors-section-premium .main-gallery-wrap {
        width: auto;
        margin: 32px auto 64px;
    }

    .interiors-section-premium .main-gallery-wrap .main-gallery-tabs {
        width: 200px;
        padding: 28px 0;
    }

    .interiors-section-premium .main-gallery-wrap .main-gallery-tabs > li {
        padding: 10px 16px 10px 28px;
        font-size: 15px;
    }

    .interiors-section-premium .main-gallery-wrap .main-gallery-pics {
        margin: -30px 0 -30px 200px;
        padding: 40px 0;
    }

    .interiors-section-premium .main-gallery-wrap .main-gallery-pics-wrap {
        min-height: 400px;
        height: 400px;
    }
}

@media (max-width: 650px) {
    .interiors-section-premium {
        padding: 32px 0 40px;
    }

    .interiors-section-premium .main-gallery-wrap {
        margin: 20px 0 40px;
        display: flex;
        flex-direction: column;
        box-shadow: 0 6px 14px rgba(0, 0, 0, 0.14);
    }

    .interiors-section-premium .main-gallery-wrap .main-gallery-tabs {
        order: 2;
        float: none;
        width: auto;
        margin: 0;
        padding: 0;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        background: #ffffff;
    }

    .interiors-section-premium .main-gallery-wrap .main-gallery-tabs > li {
        display: inline-block;
        padding: 10px 14px;
        margin: 0;
        font-size: 14px;
    }

    .interiors-section-premium .main-gallery-wrap .main-gallery-tabs > li::after {
        left: 0;
        padding-left: 0;
        transform: scaleY(0);
        transform-origin: left bottom;
    }

    .interiors-section-premium .main-gallery-wrap .main-gallery-tabs > li.active::after {
        transform: scaleY(1);
    }

    .interiors-section-premium .main-gallery-wrap .main-gallery-pics-wrap {
        order: 1;
        position: relative;
        height: 280px;
        min-height: 280px;
        margin: 0;
        width: 100%;
    }

    .interiors-section-premium .main-gallery-wrap .main-gallery-pics {
        margin: 0 !important;
        padding: 0 !important;
        min-height: 280px;
        height: 100%;
        border-radius: 0;
        box-shadow: none;
    }

    .homepage-premium .main-banner {
        min-height: 360px;
    }

    .homepage-premium .main-banner .pic {
        display: block !important;
        min-height: 360px;
    }
}

.homepage-premium .interiors-section-premium h2.arrow-header a {
    letter-spacing: 0.2px;
}

@media (max-width: 1024px) {
    .homepage-premium .main-content-section {
        padding: 64px 0 66px;
    }
    .homepage-premium .content-grid {
        gap: 40px;
    }
    .homepage-premium .project-image {
        height: 305px;
    }
    .homepage-premium .headerNews .news-slider.headerSlider {
        min-height: 0;
    }
    .homepage-premium .section-subtitle {
        font-size: 1.24rem;
    }
    .homepage-premium .section-text {
        font-size: 1.06rem;
    }
}

@media (max-width: 768px) {
    .homepage-premium .main-content-section {
        padding: 52px 0 54px;
    }
    .homepage-premium .project-card {
        border-radius: 14px;
    }
    .homepage-premium .project-image {
        height: 262px;
    }
    .homepage-premium .project-details {
        padding: 20px;
    }
    .homepage-premium .section-title a {
        font-size: 1em;
    }
    .homepage-premium .section-subtitle {
        font-size: 1.12rem;
    }
    .homepage-premium .section-text {
        font-size: 1rem;
        line-height: 1.56;
    }
}

.homepage-premium .main-banner .text h1,
.homepage-premium .main-banner .text h2,
.homepage-premium .main-banner .text .homepage-hero__title {
    max-width: 700px;
    width: auto;
    margin: 0 auto;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    display: block;
    line-height: 1.24;
    letter-spacing: 0.02em;
    color: #fff !important;
    font-size: clamp(1.7rem, 2.35vw, 2.35rem);
    font-weight: normal;
    font-family: "BreweryNo2CYR-Heavy", inherit;
    text-shadow:
        0 2px 20px rgba(0, 0, 41, 0.5),
        0 1px 3px rgba(0, 0, 41, 0.35);
    text-wrap: balance;
}

.homepage-premium .main-banner .text .homepage-hero__title .no-brake {
    white-space: nowrap;
}

.homepage-premium .section-title .arrow,
.homepage-premium .portfolio-btn .btn-arrow {
    display: none;
}

.homepage-premium .content-block + .content-block {
    padding-top: 54px;
    margin-top: 6px;
    border-top: 1px solid rgba(148, 180, 255, 0.14);
}

.homepage-premium .project-name {
    text-transform: none;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.homepage-premium .portfolio-btn {
    padding: 13px 24px;
    font-size: 0.96rem;
}

.homepage-premium .portfolio-btn::after {
    content: "→";
    margin-left: 8px;
    opacity: 0.92;
    transition: transform 0.2s ease;
}

.homepage-premium .portfolio-btn:hover::after {
    transform: translateX(3px);
}

/* Facts strip */
.homepage-facts {
    background: linear-gradient(180deg, #050735 0%, #e8eef9 68%, #f5f8ff 100%);
    padding: 0 0 56px;
    margin-top: -4px;
}

.homepage-facts__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    padding: 36px 12px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid rgba(15, 57, 145, 0.1);
    box-shadow: 0 22px 48px rgba(15, 37, 90, 0.12);
}

.homepage-facts__item {
    text-align: center;
    padding: 12px 20px;
    position: relative;
}

.homepage-facts__item + .homepage-facts__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18%;
    height: 64%;
    width: 1px;
    background: linear-gradient(180deg, transparent 0%, rgba(15, 57, 145, 0.14) 50%, transparent 100%);
}

.homepage-facts__value {
    display: block;
    font-size: clamp(1.85rem, 2.4vw, 2.5rem);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #1e55bf 0%, #102b63 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.homepage-facts__label {
    display: block;
    font-size: 0.9rem;
    line-height: 1.45;
    color: #4a5f8c;
}

/* Manufacturers capabilities card */
.homepage-premium .homepage-capabilities-card {
    background:
        linear-gradient(145deg, rgba(45, 116, 244, 0.22) 0%, rgba(8, 21, 86, 0.58) 100%),
        radial-gradient(120% 80% at 100% 0%, rgba(116, 160, 255, 0.18) 0%, transparent 55%);
    border-color: rgba(148, 180, 255, 0.34);
}

.homepage-premium .homepage-capabilities-card__body {
    background: transparent;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.homepage-premium .homepage-capabilities-card__lead {
    margin: 0 0 16px;
    color: #e8efff;
    font-size: 1.02rem;
    font-weight: 600;
    line-height: 1.35;
}

.homepage-premium .homepage-capabilities-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.homepage-premium .homepage-capabilities-list li {
    position: relative;
    margin: 0 0 10px;
    padding-left: 18px;
    color: rgba(205, 219, 255, 0.92);
    font-size: 0.95rem;
    line-height: 1.45;
}

.homepage-premium .homepage-capabilities-list li:last-child {
    margin-bottom: 0;
}

.homepage-premium .homepage-capabilities-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.58em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #5b8fff;
}

.homepage-premium .project-image {
    display: block;
    overflow: hidden;
}

.homepage-premium .project-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.homepage-premium .project-card:hover .project-image img {
    transform: scale(1.03);
}

.homepage-premium .project-name a {
    color: inherit;
    text-decoration: none;
}

.homepage-premium .project-name a:hover {
    color: #1754cb;
}

@media (max-width: 1024px) {
    .homepage-facts__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px 0;
        padding: 28px 16px;
    }

    .homepage-facts__item:nth-child(odd)::before {
        display: none;
    }

    .homepage-facts__item:nth-child(3)::before {
        display: none;
    }
}

@media (max-width: 560px) {
    .homepage-facts__grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .homepage-facts__item::before {
        display: none !important;
    }

    .homepage-facts__item {
        padding: 14px 12px;
        border-bottom: 1px solid rgba(15, 57, 145, 0.08);
    }

    .homepage-facts__item:last-child {
        border-bottom: none;
    }
}

.homepage-section-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 36px;
    padding-top: 8px;
}

.homepage-section-head__title {
    margin: 0 0 14px;
    font-size: clamp(1.6rem, 2.2vw, 2.1rem);
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #102b63;
    line-height: 1.2;
}

.homepage-section-head__title a {
    color: inherit;
    text-decoration: none;
    border: none;
    padding: 0;
}

.homepage-section-head__title a::after {
    content: "";
    display: block;
    width: 72px;
    height: 3px;
    margin: 14px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(47, 118, 243, 0.95) 0%, rgba(47, 118, 243, 0.18) 100%);
    position: static;
    font-family: inherit;
}

.homepage-section-head__title a:hover::after {
    transform: none;
    opacity: 1;
}

.homepage-section-head__lead {
    margin: 0;
    color: #4a5f88;
    font-size: 1.02rem;
    line-height: 1.55;
}

@media (max-width: 768px) {
    .homepage-premium .content-left .content-card {
        padding: 26px 22px 28px;
        border-radius: 16px;
    }

    .homepage-premium .content-block + .content-block {
        padding-top: 40px;
    }

    .homepage-section-head {
        margin-bottom: 20px;
        padding: 0 8px;
    }

    .homepage-premium .main-banner .text h1,
    .homepage-premium .main-banner .text h2,
    .homepage-premium .main-banner .text .homepage-hero__title {
        font-size: 1.45rem;
        line-height: 1.28;
    }