h2 {
    margin: 0 0 20px;
    color: #1f2937;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}

h2 span {
    color: #2b6ef5;
}

.header-banner .hero img {
    max-width: 560px;
    width: 100%;
}

.w-width-all {
    background: #f6f9ff;
    padding: 78px 0;
}

.products_dec,
.c-bottom {
    max-width: 820px;
    margin: 0 auto 42px;
    color: #526071;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
}

.products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 34px;
}

.products.four-col {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-card {
    min-height: 236px;
    padding: 30px 24px;
    border: 1px solid #e7edf8;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(31, 56, 88, .08);
    text-align: center;
}

.product-card img {
    width: 86px;
    height: 86px;
    object-fit: contain;
    margin-bottom: 18px;
}

.product-card h3 {
    margin: 0 0 10px;
    color: #26384f;
    font-size: 18px;
    font-weight: 700;
}

.product-card p {
    margin: 0;
    color: #526071;
    font-size: 16px;
    line-height: 1.65;
}

.image-text {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
    align-items: center;
    gap: 60px;
    margin: 24px 0 52px;
}

.image-container img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.content-text h3 {
    margin: 0 0 16px;
    color: #1f2937;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.28;
}

.content-text p {
    margin: 0 0 14px;
    color: #526071;
    font-size: 16px;
    line-height: 1.8;
}

.brand-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    margin: 36px 0 16px;
}

.icon-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 30px 24px;
    margin-bottom: 34px;
}

.icon-item {
    text-align: center;
}

.icon-item img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    margin: 0 auto 14px;
    padding: 18px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 6px 18px rgba(31, 56, 88, .06);
    box-sizing: content-box;
}

.icon-item span {
    display: block;
    color: #26384f;
    font-size: 16px;
    font-weight: 500;
}

.drives-section {
    padding: 78px 0;
}

.drives-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    max-width: 980px;
    margin: 0 auto;
}

.drive-item {
    border: 1px solid #2b6ef5;
    border-radius: 4px;
    background: #fff;
    padding: 18px 16px;
    text-align: center;
    color: #1f2937;
    font-size: 16px;
    font-weight: 500;
}

.drive-item:nth-child(9) {
    grid-column-start: 2;
}

.drive-item:nth-child(10) {
    grid-column-start: 3;
}

.filesystems-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}

.filesystems-section {
    padding: 0 0 60px;
}

.filesystems-section .products_dec {
    max-width: 1000px;
    margin-bottom: 70px;
}

.filesystems-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.filesystem-card {
    position: relative;
    background: #fff;
    border: 1px solid #e7edf8;
    border-radius: 8px;
    padding: 60px 32px 32px;
    box-shadow: 0 14px 34px rgba(31, 56, 88, .08);
    box-sizing: border-box;
}

.filesystem-card-avatar {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 90px;
}

.filesystem-card-avatar img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 4px 14px rgba(31, 56, 88, .15);
    object-fit: cover;
}

.filesystems-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.filesystem-tag {
    border: 1px solid #e7edf8;
    background: #f6f9ff;
    border-radius: 4px;
    padding: 12px 16px;
    text-align: center;
    color: #1f2937;
    font-size: 16px;
    font-weight: 500;
    box-sizing: border-box;
}

.filesystems-list .filesystem-tag:last-child:nth-child(3n+1) {
    grid-column-start: 2;
}

.brand-item {
    padding: 22px 12px;
    border: 1px solid #e7edf8;
    border-radius: 8px;
    background: #fff;
    text-align: center;
}

.brand-item img {
    width: 66px;
    height: 66px;
    object-fit: contain;
    margin-bottom: 12px;
}

.brand-item span {
    display: block;
    color: #26384f;
    font-size: 16px;
    font-weight: 600;
}

.brands-section {
    background: #0e2a4d;
    padding: 78px 0;
    color: #fff;
}

.brands-section h2 {
    color: #fff;
    margin: 0 0 16px;
}

.brands-section .products_dec {
    color: #c2cfe2;
    max-width: 1000px;
    margin: 0 auto 60px;
}

.brands-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 40px;
    align-items: center;
}

.brands-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 40px;
}

.brand-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.brand-icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand-info h3 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

.brand-info h3 span {
    font-weight: 400;
    font-size: 16px;
}

.brand-info p {
    margin: 0;
    color: #c2cfe2;
    font-size: 16px;
    line-height: 1.6;
}

.brands-image {
    text-align: center;
}

.brands-image img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 1023px) {
    .w-view-1200 {
        padding-left: 24px;
        padding-right: 24px;
        box-sizing: border-box;
    }

    h2 {
        font-size: 28px;
    }

    .products,
    .products.four-col {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .image-text {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .brand-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .icon-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .drives-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .drive-item:nth-child(9),
    .drive-item:nth-child(10) {
        grid-column-start: auto;
    }

    .filesystems-grid {
        grid-template-columns: 1fr;
        gap: 60px;
        max-width: 640px;
    }

    .brands-content {
        grid-template-columns: 1fr;
        max-width: 720px;
        margin: 0 auto;
    }

    .brands-image {
        order: -1;
        max-width: 360px;
        margin: 0 auto;
    }

    .brands-list {
        gap: 24px 28px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 22px;
        margin-bottom: 10px;
        line-height: 1.2;
        text-align: left;
    }

    .products_dec,
    .c-bottom {
        text-align: left;
    }

    .w-view-1200 {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .products,
    .products.four-col,
    .brand-grid,
    .icon-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-card {
        min-height: auto;
    }

    .content-text h3 {
        font-size: 23px;
    }

    .drives-section {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .icon-item img {
        width: 72px;
        height: 72px;
        padding: 14px;
    }

    .filesystems-section {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .filesystem-card {
        padding: 50px 22px 26px;
    }

    .filesystems-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .filesystems-list .filesystem-tag:last-child:nth-child(3n+1) {
        grid-column-start: 1;
    }

    .brands-section {
        padding: 48px 0;
    }

    .brands-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .brand-info h3 {
        font-size: 16px;
    }

    .brand-info p {
        font-size: 13px;
    }
}
