.section-n {
        margin-bottom: 80px;
    }

    .wrapper {
        overflow: hidden;
    }

    .data-svg-wrapper {
        display: flex;
        height: 100%;
        align-items: center;
    }

    /* Баннер */
    .hero-banner {
        width: 100%;
        padding: 126px 120px;
        background: linear-gradient(0deg, rgba(13.91, 32.03, 74.17, 0.50) 0%, rgba(13.91, 32.03, 74.17, 0.50) 100%), url("banner.png");
        background-size: cover;
        background-position: center;
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
    }
    .main2-banner {
        width: 100%;
        padding: 126px 120px;
        background: linear-gradient(0deg, rgba(13.91, 32.03, 74.17, 0.50) 0%, rgba(13.91, 32.03, 74.17, 0.50) 100%), url("baner.png");
        background-size: cover;
        background-position: center;
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
    }

    .hero-content {
        width: 100%;
        max-width: 1055px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 24px;
        display: flex;
    }

    .hero-badge {
        padding: 8px 24px;
        background: linear-gradient(90deg, #416BCE 0%, #0D389C 100%);
        border-radius: 12px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        display: inline-flex;
    }

    .hero-badge-text {
        text-align: center;
        color: white;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.3;
    }

    .hero-text-content {
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 24px;
        display: flex;
    }

    .hero-title {
        width: 100%;
        text-align: center;
        color: white;
        font-size: 60px;
        font-weight: 700;
        line-height: 1.3;
    }

    .hero-description {
        width: 100%;
        text-align: center;
        color: white;
        font-size: 24px;
        font-weight: 400;
        line-height: 1.3;
    }

    /* Двухколоночный блок */
    .two-column-section {
        align-self: stretch;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        gap: 30px;
    }

    .two-column-left {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 16px;
    }

    .two-column-right {
        flex: 1;
        text-align: justify;
        color: #121212;
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
    }

    .feature-badge {
        padding: 8px 12px;
        border-radius: 12px;
        border: 1px rgba(14, 32, 74, 0.30) solid;
        outline-offset: -0.50px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .feature-badge-text {
        text-align: center;
        color: #0E204A;
        font-size: 18px;
        font-weight: 500;
        line-height: 23.40px;
    }

    .feature-title {
        color: #121212;
        font-size: 38px;
        font-weight: 700;
        line-height: 57.20px;
        width: 100%;
    }

    /* Swiper карусель
    .features-carousel {
        align-self: stretch;
        position: relative;
        height: 100%;
        margin-top: 40px;
    }

    .features-carousel .swiper {
        width: 100%;
        height: 100%;
        overflow: visible;
    }

    .features-carousel .swiper-wrapper {
        display: flex;
        align-items: stretch;
    }

    .features-carousel .swiper-slide {
        width: 580px;
        height: auto;
        padding: 32px 24px;
        background: linear-gradient(0deg, #E6EDFF 0%, #E6EDFF 100%), linear-gradient(225deg, #E6EDFF 0%, #8A8E99 100%);
        border-radius: 16px;
        outline: 1px rgba(22.66, 51.79, 119.76, 0.30) solid;
        outline-offset: -1px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
        transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        cursor: pointer;
        position: relative;
        overflow: hidden;
    }

    .features-carousel .swiper-slide::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(45deg, #537AD7 0%, #0D389C 100%);
        transition: left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        z-index: 1;
    }

    .features-carousel .swiper-slide:hover::before {
        left: 0;
    }

    .features-carousel .swiper-slide > * {
        position: relative;
        z-index: 2;
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
    }

    .features-carousel .swiper-slide:hover .feature-number,
    .features-carousel .swiper-slide:hover .feature-card-title,
    .features-carousel .swiper-slide:hover .feature-card-description {
        color: white;
        transform: translateY(0);
    } */

    .features-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        margin-top: 40px;
    }

    .feature-grid-item {
        padding: 32px 24px;
        background: linear-gradient(0deg, #E6EDFF 0%, #E6EDFF 100%), linear-gradient(225deg, #E6EDFF 0%, #8A8E99 100%);
        border-radius: 16px;
        outline: 1px rgba(22.66, 51.79, 119.76, 0.30) solid;
        outline-offset: -1px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
        transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        cursor: pointer;
        position: relative;
        overflow: hidden;
    }

    .feature-grid-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(45deg, #537AD7 0%, #0D389C 100%);
        transition: left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        z-index: 1;
    }

    .feature-grid-item:hover::before {
        left: 0;
    }

    .feature-grid-item > * {
        position: relative;
        z-index: 2;
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
    }

    .feature-grid-item:hover .feature-number,
    .feature-grid-item:hover .feature-card-title,
    .feature-grid-item:hover .feature-card-description {
        color: white;
        transform: translateY(0);
    }

    .feature-card-content {
        align-self: stretch;
        flex: 1 1 0;
        flex-direction: column;
        /* justify-content: space-between; */
        align-items: flex-start;
        display: flex;
        gap: 5px;
    }

    .feature-number {
        align-self: stretch;
        color: #456FD2;
        font-size: 48px;
        font-weight: 700;
        line-height: 62.40px;
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .feature-text-content {
        align-self: stretch;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
        display: flex;
    }

    .feature-card-title {
        align-self: stretch;
        color: #121212;
        font-size: 24px;
        font-weight: 700;
        line-height: 31.20px;
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .feature-card-description {
        align-self: stretch;
        color: #333333;
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .feature-grid-item:nth-child(4) .feature-text-content {
        gap: 24px;
    }

    /* Inspection Card */
    .inspection-card {
        padding: 32px 24px;
        background: #FFFACC;
        border-radius: 16px;
        width: 100%;
    }

    .inspection-content {
        display: flex;
        align-items: flex-start;
        gap: 24px;
        width: 100%;
    }

    .inspection-icon {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: stretch;
        height: auto;
        min-height: 100%;
    }

    .inspection-icon img {
        width: 60px;
        height: 60px;
    }

    .inspection-text {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .inspection-title {
        color: #121212;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.3;
        margin: 0;
    }

    .inspection-description {
        color: #9098A3;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.5;
        margin: 0;
    }

    /* Companies Section */
    .companies-section {
        margin-top: 80px;
    }

    .section-title {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 40px;
        text-align: center;
    }

    .companies-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 24px;
    }

    .company-card {
        background: #f5f5f5;
        border-radius: 12px;
        padding: 24px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .company-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }

    .company-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .company-icon {
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .company-title {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
    }

    /* Brands Carousel */
    .brands-carousel {
        overflow: hidden;
        margin-top: 60px;
    }

    .brands-carousel__wrapper {
        position: relative;
    }

    .brands-carousel__track {
        display: flex;
        animation: scroll 30s linear infinite;
    }

    .brands-carousel__item {
        flex-shrink: 0;
        padding: 0 15px;
    }

    .brands-carousel__logo {
        max-width: 120px;
        height: auto;
        filter: grayscale(100%);
        transition: filter 0.3s ease;
    }

    .brands-carousel__logo:hover {
        filter: grayscale(0%);
    }

    /* Блок преимуществ */
    .advantages-section {
        align-self: stretch;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 24px;
    }

    .advantages-header {
        width: 730px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 16px;
    }

    .advantages-badge {
        padding: 8px 12px;
        border-radius: 12px;
        outline: 1px rgba(14, 32, 74, 0.30) solid;
        outline-offset: -0.50px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .advantages-badge__text {
        text-align: center;
        color: #0E204A;
        font-size: 18px;
        font-weight: 500;
        line-height: 23.40px;
    }

    .advantages-title {
        color: #121212;
        font-size: 44px;
        font-weight: 700;
        line-height: 57.20px;
        margin: 0;
    }

    .advantages-description {
        width: 1055px;
        text-align: center;
        color: #121212;
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        margin: 0;
    }

    /* Карточки преимуществ */
    .advantages-cards {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
        width: 100%;
    }

    .conditions-card {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 16px;
        background: linear-gradient(180deg, #F5F8FA 0%, rgba(178, 217, 242, 0.5) 100%);
        outline: 1px rgba(14, 32, 74, 0.20) solid;
        outline-offset: -1px;
        display: flex;
        flex-direction: column;
        /* justify-content: space-between; */
        align-items: center;
        padding: 25px;
        position: relative;
        transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        cursor: pointer;
        gap: 10px;
    }

    .conditions-card:hover {
        background: linear-gradient(180deg, #F5F8FA 0%, rgba(230, 237, 255, 1) 100%);
        /* transform: translateY(14px); */
        /* box-shadow: 0 20px 40px rgba(65, 107, 206, 0.15); */
        height: calc(100% + 14px);
    }

    .conditions-card::before {
        content: '';
        position: absolute;
        width: 329px;
        height: 486px;
        bottom: 0;
        right: 0;
        background-image: url("data:image/svg+xml,%3Csvg width='329' height='486' viewBox='0 0 329 486' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.1' filter='url(%23filter0_d_222_981)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M51.9415 817.805L36.2221 755.942C20.5028 694.079 -10.9359 570.354 12.2435 491.657C35.4229 412.96 113.22 379.291 181.087 337.435C248.954 295.579 306.891 245.536 335.035 170.933C363.18 96.329 361.533 -2.83549 360.709 -52.4177L359.886 -102L628.011 119.048L604.008 148.163C580.005 177.278 531.999 235.507 483.994 293.737C435.988 351.967 387.982 410.196 339.976 468.426C291.97 526.656 243.965 584.886 195.959 643.115C147.953 701.345 99.9473 759.575 75.9444 788.69L51.9415 817.805Z' fill='url(%23paint0_linear_222_981)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M51.9415 817.805L36.2221 755.942C20.5028 694.079 -10.9359 570.354 12.2435 491.657C35.4229 412.96 113.22 379.291 181.087 337.435C248.954 295.579 306.891 245.536 335.035 170.933C363.18 96.329 361.533 -2.83549 360.709 -52.4177L359.886 -102L628.011 119.048L604.008 148.163C580.005 177.278 531.999 235.507 483.994 293.737C435.988 351.967 387.982 410.196 339.976 468.426C291.97 526.656 243.965 584.886 195.959 643.115C147.953 701.345 99.9473 759.575 75.9444 788.69L51.9415 817.805Z' stroke='black'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_222_981' x='0' y='-102' width='632.012' height='927.805' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_222_981'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_222_981' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_222_981' x1='56.5031' y1='804.365' x2='-72.185' y2='-35.8214' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2388A8F2'/%3E%3Cstop offset='1' stop-color='%230D389C'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
        z-index: 1;
    }

    .conditions-card__image {
        width: 120px;
        height: 120px;
        border-radius: 140px;
        margin-bottom: 30px;
        overflow: hidden;
        position: relative;
        z-index: 2;
        flex-shrink: 0;
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .conditions-card__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
        z-index: 1;
        transition: transform 0.4s ease;
    }

    .conditions-card__image::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #456FD2;
        mix-blend-mode: color;
        border-radius: 140px;
        z-index: 2;
        transition: opacity 0.4s ease;
    }

    /* .conditions-card:hover .conditions-card__image::after {
        opacity: 0.8;
    } */

    .conditions-card__content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
        z-index: 2;
        width: 100%;
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        /* justify-content: space-between;
        height: 100%; */

    }

    /* .conditions-card:hover .conditions-card__content {
        gap: 24px;
    } */

    .conditions-card__title {
        color: #121212;
        font-size: 24px;
        font-weight: 700;
        line-height: 31.20px;
        margin: 0;
        width: 100%;
        transition: color 0.4s ease;
    }

    .conditions-card__description {
        color: #333333;
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        margin: 0;
        width: 100%;
        transition: color 0.4s ease;
    }

    /* .conditions-card:hover .conditions-card__description {
        color: #456FD2;
    } */

    /* Блок категорий */
    .categories-section {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 40px;
    }

    .categories-header {
        align-self: stretch;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 24px;
    }

    .categories-header__content {
        width: 100%;
        max-width: 730px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 16px;
    }

    .categories-badge {
        padding: 8px 12px;
        border-radius: 12px;
        outline: 1px rgba(14, 32, 74, 0.30) solid;
        outline-offset: -0.50px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .categories-badge__text {
        text-align: center;
        color: #0E204A;
        font-size: 18px;
        font-weight: 500;
        line-height: 23.40px;
    }

    .categories-title {
        color: #121212;
        font-size: 44px;
        font-weight: 700;
        line-height: 57.20px;
        text-align: center;
        margin: 0;
    }

    /* Сетка карточек категорий */
    .categories-grid {
        align-self: stretch;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

    .category-card {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 16px;
        background: #F5F8FA;
        outline: 1px rgba(14, 32, 74, 0.30) solid;
        outline-offset: -1px;
        padding: 24px 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        gap: 60px;
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        cursor: pointer;
    }

    .category-card:hover {
        background: #E6EDFF;
    }

    .category-card__content {
        width: 100%;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        gap: 20px;
    }

    .category-card__text {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
    }

    .category-card__title {
        color: #121212;
        font-size: 24px;
        font-weight: 700;
        line-height: 31.20px;
        margin: 0;
        transition: color 0.3s ease;
    }

    .category-card__description {
        color: #333333;
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        margin: 0;
        transition: color 0.3s ease;
    }

    .category-tags {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
        flex-wrap: wrap;
        align-content: flex-start;
    }

    .category-tag {
        padding: 3px 6px;
        background: #2F70DA;
        border-radius: 8px;
        outline: 1px rgba(14, 32, 74, 0.30) solid;
        outline-offset: -0.50px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        transition: all 0.3s ease;
    }

    .category-tag__text {
        color: white;
        font-size: 14px;
        font-weight: 400;
        line-height: 18.20px;
    }

    /* Блок партнеров */
    .partners-section {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 40px;
    }

    .partners-header {
        align-self: stretch;
        display: grid;
        align-items: flex-end;
        gap: 40px;
        grid-template-columns: 1fr 1fr;
    }

    .partners-header__content {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 16px;
    }

    .partners-badge {
        padding: 8px 12px;
        border-radius: 12px;
        outline: 1px rgba(14, 32, 74, 0.30) solid;
        outline-offset: -0.50px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .partners-badge svg {fill: #0E204A}

    .partners-badge__text {
        text-align: center;
        color: #0E204A;
        font-size: 18px;
        font-weight: 500;
        line-height: 23.40px;
    }

    .partners-title {
        color: #121212;
        font-size: 44px;
        font-weight: 700;
        line-height: 57.20px;
        margin: 0;
    }

    .partners-description {
        flex: 1;
        text-align: justify;
        color: #121212;
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        margin: 0;
    }

    /* Сетка карточек партнеров */
    .partners-grid {
        align-self: stretch;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

    .partner-card {
        flex: 1;
        padding: 32px 24px;
        background: #F5F8FA;
        border-radius: 16px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        cursor: pointer;
        position: relative;
        overflow: hidden;
        min-height: 200px;
    }
    .partner-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        opacity: 0;
        transition: opacity 0.4s ease;
        z-index: 1;
    }

    /* Фоновые изображения для каждой карточки */
    .partner-card:nth-child(1)::before {
        background-image: url('partner-card1.png');
    }

    .partner-card:nth-child(2)::before {
        background-image: url('partner-card2.png');
    }

    .partner-card:nth-child(3)::before {
        background-image: url('partner-card3.png');
    }

    .partner-card:nth-child(4)::before {
        background-image: url('partner-card4.png');
    }

    .partner-card:nth-child(5)::before {
        background-image: url('partner-card5.png');
    }

    .partner-card:nth-child(6)::before {
        background-image: url('partner-card5.png');
    }

    .partner-card:hover::before {
        opacity: 1;
    }

    .partner-card__content {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 32px;
        position: relative;
        z-index: 2;
    }

    .partner-card__icon {
        transition: fill 0.3s ease;
    }

    .partner-card__icon path {
        fill: #2F70DA;
        transition: fill 0.3s ease;
    }

    .partner-card:hover .partner-card__icon path {
        fill: white;
    }

    .partner-card__text {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
    }

    .partner-card__title {
        color: #2F70DA;
        font-size: 20px;
        font-weight: 700;
        line-height: 26px;
        margin: 0;
        transition: color 0.3s ease;
    }

    .partner-card:hover .partner-card__title {
        color: white;
    }

    .partnership-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
    }

    .partnership-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
    }

    .partnership-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 12px;
    outline: 1px solid rgba(14, 32, 74, 0.30);
    outline-offset: -0.5px;
    }

    .badge-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    }

    .badge-text {
    color: #0E204A;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
    }

    .partnership-title {
    color: #121212;
    font-size: 44px;
    font-weight: 700;
    line-height: 57.2px;
    margin: 0;
    max-width: 730px;
    }

    .brands-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-radius: 16px;
    overflow: hidden;
    outline: 1px solid rgba(14, 32, 74, 0.20);
    outline-offset: -0.5px;
    }

    .brand-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    padding: 20px;
    outline: 1px solid rgba(14, 32, 74, 0.20);
    outline-offset: -0.5px;
    background: white;
    }

    .brand-logo {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
    }

    .testimonials-section {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    }

    .testimonials-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
    }
    .testimonials-wrapper {
        align-items: stretch;
    }

    .testimonials-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 12px;
    outline: 1px solid rgba(14, 32, 74, 0.30);
    outline-offset: -0.5px;
    }

    .testimonials-title {
    color: #121212;
    font-size: 44px;
    font-weight: 700;
    line-height: 57.2px;
    margin: 0;
    max-width: 730px;
    }

    .testimonials-description {
    color: #121212;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    max-width: 1055px;
    margin: 0;
    }

    .testimonials-slider {
    width: 100%;
    padding: 20px 10px;
    position: relative;
    }

    .testimonials-slider .swiper-wrapper {
    margin-bottom: 24px;
    }

    .swiper-slide.testimonial-card {
    background: linear-gradient(180deg, #F5F8FA 0%, rgba(178.43, 216.84, 242.44, 0) 100%);
    border-radius: 16px;
    outline: 1px solid rgba(14, 32, 74, 0.20);
    outline-offset: -1px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
    box-sizing: border-box;
    height: auto;
    }

    .swiper-slide.testimonial-card:hover {
        background: linear-gradient(180deg, #F5F8FA 0%, rgba(178.43, 216.84, 242.44, 0) 100%),rgba(230, 237, 255, 1);
    }

    .testimonial-text {
    color: #121212;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 16px;
    }

    .testimonial-author {
    color: #121212;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin-top: auto;
    }

    /* Navigation */
    .slider-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    }

    .swiper-button-l,
    .swiper-button-r {
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background-image: url("ar-right.svg");
    }
    .swiper-button-l:hover,
    .swiper-button-r:hover {
        background-image: url("ar-right-hover.svg");
    }

    .swiper-button-l {
        transform: rotate(180deg);
    }

    .order-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
    }

    .order-header {
        align-self: stretch;
        display: grid;
        align-items: flex-end;
        gap: 40px;
        grid-template-columns: 1fr 1fr;
    }
    .order-header__content {
        width: 100%;
        max-width: 730px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 16px;
    }
    .order-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 12px;
    outline: 1px solid rgba(14, 32, 74, 0.30);
    outline-offset: -0.5px;
    width: fit-content;
    }

    .order-title {
    color: #121212;
    font-size: 44px;
    font-weight: 700;
    line-height: 57.2px;
    margin: 0;
    }

    .order-description {
    color: #121212;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
    max-width: 702px;
    }

    .order-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    width: 100%;
    }

    .order-card {
    background: #F5F8FA;
    border-radius: 16px;
    outline: 1px solid rgba(14, 32, 74, 0.30);
    outline-offset: -0.5px;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    transition: all 0.3s ease;
    cursor: pointer;
    }

    .order-card:hover {
    background: #E6EDFF;
    }

    .card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    }

    .card-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    }

    .card-text {
    color: #121212;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    margin: 0;
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }

    /* Media Queries */
    @media (max-width: 1200px) {
        .hero-banner {
            padding: 100px 65px;
        }
        
        .hero-title {
            font-size: 50px;
        }
        
        .hero-description {
            font-size: 22px;
        }
        
        .feature-title {
            font-size: 40px;
            line-height: 52px;
            text-align: center;
        }

        .two-column-left {
            width: 100%;
            align-items: center;
        }
        
        .two-column-right {
            font-size: 17px;
            line-height: 25px;
            text-align: center;
        }
        
        .feature-number {
            font-size: 42px;
            line-height: 54px;
        }
        
        .feature-card-title {
            font-size: 22px;
            line-height: 28px;
        }
        
        .feature-card-description {
            font-size: 16px;
            line-height: 24px;
        }

        .advantages-cards {
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }

        .conditions-card {
            padding: 24px;
        }
        
        .conditions-card__title {
            font-size: 22px;
            line-height: 28px;
        }
        
        .conditions-card__description {
            font-size: 16px;
            line-height: 24px;
        }

        .advantages-header {
            width: 100%;
            max-width: 730px;
        }

        .advantages-description {
            width: 100%;
            max-width: 1055px;
        }

        .categories-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }
        
        .categories-title {
            font-size: 40px;
            line-height: 52px;
        }
        
        .category-card__title {
            font-size: 22px;
            line-height: 28px;
        }
        
        .category-card__description {
            font-size: 16px;
            line-height: 24px;
        }

        .partners-header {grid-template-columns: 1fr; gap: 20px;}
        .partners-grid {
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }
        .partners-header__content {
            align-items: center;
        }
        .partners-description {text-align: center;}
        .partners-title {
            font-size: 40px;
            line-height: 52px;
            text-align: center;
        }
        
        .partner-card {
            min-height: 180px;
            padding: 28px 20px;
        }
        
        .partner-card__title {
            font-size: 18px;
            line-height: 24px;
        }

        .brands-grid {
            grid-template-columns: repeat(2, 1fr);
        }
        
        .partnership-title {
            font-size: 36px;
            line-height: 46.8px;
        }

        .order-header {grid-template-columns: 1fr; gap: 20px;}
        .order-header__content {align-items: center;}
        .order-cards {
            grid-template-columns: repeat(2, 1fr);
        }
        .order-description {text-align: center;}
        .order-title {
            font-size: 36px;
            line-height: 46.8px;
        }
    }

    @media (max-width: 992px) {
        .section-n {
            margin-bottom: 60px;
        }
        .hero-banner {
            padding: 80px 40px;
        }
        
        .hero-title {
            font-size: 40px;
        }
        
        .hero-description {
            font-size: 20px;
        }
        
        .section-title {
            font-size: 32px;
        }
        
        .inspection-title {
            font-size: 22px;
        }
        
        .inspection-description {
            font-size: 17px;
        }
        
        .two-column-section {
            flex-direction: column;
            align-items: flex-start;
            gap: 30px;
        }
        
        .feature-title {
            font-size: 36px;
            line-height: 46px;
        }
        
        .two-column-right {
            font-size: 16px;
            line-height: 24px;
        }
        
        .features-grid {
            grid-template-columns: 1fr;
            gap: 20px;
        }
        
        .feature-grid-item {
            padding: 24px 20px;
        }
        
        .feature-number {
            font-size: 36px;
            line-height: 46px;
        }
        
        .feature-card-title {
            font-size: 20px;
            line-height: 26px;
        }
        
        .feature-card-description {
            font-size: 15px;
            line-height: 22px;
        }

        .advantages-cards {
            grid-template-columns: repeat(2, 1fr);
            gap: 16px;
        }

        .conditions-card {
            padding: 20px;
        }
        
        .conditions-card__image {
            width: 100px;
            height: 100px;
        }
        
        .conditions-card__title {
            font-size: 20px;
            line-height: 26px;
        }
        
        .conditions-card__description {
            font-size: 15px;
            line-height: 22px;
        }

        .advantages-title {
            font-size: 36px;
            line-height: 46px;
        }

        .categories-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 16px;
        }
        
        .category-card {
            padding: 20px;
            gap: 30px;
        }
        
        .categories-title {
            font-size: 36px;
            line-height: 46px;
        }
        
        .category-card__title {
            font-size: 20px;
            line-height: 26px;
        }
        
        .category-card__description {
            font-size: 15px;
            line-height: 22px;
        }
        
        .category-tag__text {
            font-size: 13px;
            line-height: 17px;
        }

        .partners-header {
            flex-direction: column;
            align-items: flex-start;
            gap: 24px;
        }
        
        /* .partners-description {
            text-align: left;
        } */
        
        .partners-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 16px;
        }
        
        .partners-title {
            font-size: 36px;
            line-height: 46px;
        }
        
        .partner-card {
            min-height: 160px;
            padding: 24px 16px;
        }
        
        .partner-card__content {
            gap: 24px;
        }
        
        .partner-card__title {
            font-size: 16px;
            line-height: 22px;
        }
        
        .partners-badge__text {
            font-size: 16px;
        }
        
        .partners-description {
            font-size: 16px;
            line-height: 24px;
        }

        .testimonials-title {
            font-size: 36px;
            line-height: 46.8px;
        }
        
        .testimonial-card {
            min-height: 280px;
        }

        .order-section {
            gap: 30px;
        }
        
        .order-cards {
            grid-template-columns: 1fr;
            gap: 20px;
        }
        
        .order-title {
            font-size: 28px;
            line-height: 36.4px;
        }
        
        .order-description,
        .badge-text,
        .card-text {
            font-size: 16px;
            line-height: 24px;
        }
        
        .order-card {
            padding: 20px;
            gap: 24px;
        }
    }

    @media (max-width: 768px) {
        .hero-banner {
            padding: 60px 40px;
        }
        
        .hero-title {
            font-size: 36px;
        }
        
        .hero-description {
            font-size: 18px;
        }
        
        .hero-badge-text {
            font-size: 16px;
        }
        
        .section-title {
            font-size: 28px;
        }
        
        .inspection-card {
            padding: 24px 20px;
        }
        
        .inspection-content {
            flex-direction: column;
            text-align: center;
            gap: 20px;
        }
        
        .inspection-title {
            font-size: 20px;
        }
        
        .inspection-description {
            font-size: 16px;
        }
        
        .inspection-icon img {
            width: 50px;
            height: 50px;
        }
        
        .companies-grid {
            grid-template-columns: 1fr;
        }
        
        .brands-carousel__logo {
            max-width: 100px;
        }
        
        .two-column-section {
            gap: 24px;
        }
        
        .feature-title {
            font-size: 32px;
            line-height: 42px;
        }
        
        .feature-badge-text {
            font-size: 16px;
            line-height: 21px;
        }
        
        .two-column-right {
            font-size: 15px;
            line-height: 23px;
        }
        
        .features-grid {
            gap: 16px;
        }
        
        .feature-number {
            font-size: 32px;
            line-height: 42px;
        }
        
        .feature-card-title {
            font-size: 18px;
            line-height: 24px;
        }
        
        .feature-card-description {
            font-size: 14px;
            line-height: 20px;
        }

        .advantages-cards {
            grid-template-columns: 1fr;
            gap: 16px;
        }

        .conditions-card {
            padding: 20px;
        }

        .conditions-card__image {
            width: 80px;
            height: 80px;
        }
        
        .conditions-card__title {
            font-size: 18px;
            line-height: 24px;
        }
        
        .conditions-card__description {
            font-size: 14px;
            line-height: 20px;
        }

        .advantages-title {
            font-size: 32px;
            line-height: 42px;
        }

        .advantages-badge__text {
            font-size: 16px;
        }

        .categories-section {
            gap: 32px;
        }
        
        .categories-grid {
            grid-template-columns: 1fr;
            gap: 16px;
        }
        
        .category-card {
            padding: 20px;
            gap: 24px;
        }
        
        .categories-title {
            font-size: 32px;
            line-height: 42px;
        }
        
        .categories-badge__text {
            font-size: 14px;
        }
        
        .category-card__title {
            font-size: 18px;
            line-height: 24px;
        }
        
        .category-card__description {
            font-size: 14px;
            line-height: 20px;
        }
        
        .category-tag__text {
            font-size: 12px;
            line-height: 16px;
        }

        .partners-section {
            gap: 32px;
        }
        
        .partners-grid {
            grid-template-columns: 1fr;
            gap: 16px;
        }
        
        .partners-title {
            font-size: 32px;
            line-height: 42px;
        }
        
        .partner-card {
            min-height: 140px;
            padding: 20px;
        }
        
        .partner-card__content {
            gap: 20px;
        }
        
        .partner-card__title {
            font-size: 18px;
            line-height: 24px;
        }
        
        .partners-badge__text {
            font-size: 14px;
        }
        
        .partners-description {
            font-size: 15px;
            line-height: 22px;
        }

        .brands-grid {
            grid-template-columns: repeat(2, 1fr);
        }
        
        .partnership-section {
            gap: 30px;
            padding: 15px;
        }
        
        .partnership-title {
            font-size: 28px;
            line-height: 36.4px;
        }
        
        .badge-text {
            font-size: 16px;
            line-height: 20.8px;
        }

        .testimonials-section {
            gap: 30px;
        }
        
        .testimonials-title {
            font-size: 28px;
            line-height: 36.4px;
        }
        
        .badge-text,
        .testimonials-description,
        .testimonial-text {
            font-size: 16px;
            line-height: 24px;
        }
        
        .testimonial-author {
            font-size: 18px;
            line-height: 23.4px;
        }
        
        .testimonial-card {
            padding: 20px;
            min-height: 250px;
        }
    }

    @media (max-width: 576px) {
        .section-n {
            margin-bottom: 40px;
        }

        .hero-banner {
            padding: 40px 20px;
        }
        
        .hero-title {
            font-size: 28px;
        }
        
        .hero-description {
            font-size: 16px;
        }
        
        .hero-badge {
            padding: 6px 16px;
        }
        
        .hero-badge-text {
            font-size: 14px;
        }
        
        .section-title {
            font-size: 24px;
            margin-bottom: 30px;
        }
        
        .inspection-card {
            padding: 20px 16px;
        }
        
        .inspection-title {
            font-size: 18px;
        }
        
        .inspection-description {
            font-size: 15px;
        }
        
        .inspection-icon img {
            width: 40px;
            height: 40px;
        }
        
        .company-card {
            padding: 20px;
        }
        
        .company-icon {
            width: 50px;
            height: 50px;
        }
        
        .company-title {
            font-size: 16px;
        }
        
        .brands-carousel__logo {
            max-width: 80px;
        }
        
        .feature-title {
            font-size: 28px;
            line-height: 36px;
        }
        
        .feature-badge {
            padding: 6px 10px;
        }
        
        .feature-badge-text {
            font-size: 14px;
            line-height: 18px;
        }
        
        .two-column-right {
            font-size: 14px;
            line-height: 21px;
        }
        
        .feature-grid-item {
            padding: 16px 12px;
        }
        
        .feature-number {
            font-size: 28px;
            line-height: 36px;
        }
        
        .feature-card-title {
            font-size: 16px;
            line-height: 22px;
        }
        
        .feature-card-description {
            font-size: 13px;
            line-height: 18px;
        }

        .conditions-card {
            padding: 16px;
        }
        
        .conditions-card__image {
            width: 70px;
            height: 70px;
        }
        
        .conditions-card__title {
            font-size: 16px;
            line-height: 22px;
        }
        
        .conditions-card__description {
            font-size: 13px;
            line-height: 18px;
        }

        .advantages-title {
            font-size: 28px;
            line-height: 36px;
        }

        .advantages-badge__text {
            font-size: 14px;
        }

        .categories-section {
            gap: 24px;
        }
        
        .category-card {
            padding: 16px;
            gap: 20px;
        }
        
        .categories-title {
            font-size: 28px;
            line-height: 36px;
        }
        
        .categories-badge__text {
            font-size: 13px;
        }
        
        .category-card__title {
            font-size: 16px;
            line-height: 22px;
        }
        
        .category-card__description {
            font-size: 13px;
            line-height: 18px;
        }
        
        .category-tags {
            gap: 8px;
        }
        
        .category-tag {
            padding: 2px 4px;
        }
        
        .category-tag__text {
            font-size: 11px;
            line-height: 14px;
        }

        .partners-section {
            gap: 24px;
        }
        
        .partners-header {
            gap: 20px;
        }
        
        .partners-title {
            font-size: 28px;
            line-height: 36px;
        }
        
        .partner-card {
            min-height: 120px;
            padding: 16px;
        }
        
        .partner-card__content {
            gap: 16px;
        }
        
        .partner-card__title {
            font-size: 16px;
            line-height: 22px;
        }
        
        .partners-badge__text {
            font-size: 13px;
        }
        
        .partners-description {
            font-size: 14px;
            line-height: 20px;
        }

        .brands-grid {
            grid-template-columns: 1fr;
        }
        
        .brand-cell {
            min-height: 70px;
            padding: 15px;
        }
        
        .partnership-title {
            font-size: 24px;
            line-height: 31.2px;
        }
        
        .partnership-badge {
            gap: 8px;
        }

        .testimonials-section {
            gap: 20px;
        }
        
        .testimonials-title {
            font-size: 24px;
            line-height: 31.2px;
        }
        
        .testimonials-badge {
            gap: 8px;
        }
        
        .testimonial-card {
            min-height: 220px;
            padding: 16px;
        }
        
        .slider-navigation {
            gap: 16px;
        }

        .order-section {
            gap: 20px;
        }
        
        .order-title {
            font-size: 24px;
            line-height: 31.2px;
        }
        
        .order-badge {
            gap: 8px;
            text-align: center;
        }
        
        .order-card {
            padding: 16px;
            gap: 20px;
        }
        
        .card-text {
            font-size: 15px;
            line-height: 22.5px;
        }
    }

    @media (max-width: 480px) {
        .hero-banner {
            padding: 30px 15px;
        }
        
        .hero-title {
            font-size: 24px;
        }
        
        .hero-description {
            font-size: 15px;
        }
        
        .brands-carousel__logo {
            max-width: 70px;
        }
        
        .feature-title {
            font-size: 24px;
            line-height: 32px;
        }
        
        .feature-badge-text {
            font-size: 13px;
        }
        
        .two-column-right {
            font-size: 13px;
            line-height: 20px;
        }
        
        .feature-number {
            font-size: 24px;
            line-height: 32px;
        }
        
        .feature-card-title {
            font-size: 15px;
            line-height: 20px;
        }
        
        .feature-card-description {
            font-size: 12px;
            line-height: 16px;
        }

        .conditions-card {
            padding: 12px;
        }

        
        .conditions-card__image {
            width: 60px;
            height: 60px;
        }
        
        .conditions-card__title {
            font-size: 15px;
            line-height: 20px;
        }
        
        .conditions-card__description {
            font-size: 12px;
            line-height: 16px;
        }

        .advantages-title {
            font-size: 24px;
            line-height: 32px;
        }

        .advantages-badge__text {
            font-size: 13px;
        }

        .category-card {
            padding: 12px;
            gap: 16px;
        }
        
        .categories-title {
            font-size: 24px;
            line-height: 32px;
        }
        
        .categories-badge__text {
            font-size: 12px;
        }
        
        .category-card__title {
            font-size: 15px;
            line-height: 20px;
        }
        
        .category-card__description {
            font-size: 12px;
            line-height: 16px;
        }

        .partners-title {
            font-size: 24px;
            line-height: 32px;
        }
        
        .partner-card {
            min-height: 100px;
            padding: 12px;
        }
        
        .partner-card__content {
            gap: 12px;
        }
        
        .partner-card__title {
            font-size: 14px;
            line-height: 18px;
        }
        
        .partners-badge__text {
            font-size: 12px;
        }
        
        .partners-description {
            font-size: 13px;
            line-height: 18px;
        }
    }

    @media (max-width: 320px) {
        
        .order-card {
            padding: 12px;
        }
    }


    .feedback-button-ns {
        position: fixed;
        bottom: 90px;
        right: 20px;
        z-index: 10000;
        background: #E6EDFF;
        border: none;
        border-radius: 50px;
        padding: 12px 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .feedback-button-ns:hover {
        background: #D0DBF5;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    .button-content-ns {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .icon-wrapper-ns {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        flex-shrink: 0;
    }

    .icon-wrapper-ns svg {
        width: 20px;
        height: 20px;
    }

    .icon-wrapper-ns svg path {
        fill: #456FD2;
    }

    .button-text-ns {
        color: #456FD2;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.3;
        white-space: nowrap;
    }