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: 620px;
    width: 100%;
}

.header-banner .platform-icons {
    margin-bottom: 30px;
}

.w-width-all {
    background: #f6f9ff;
}

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

.common-img {
    display: block;
    width: 100%;
    max-width: 760px;
    margin: 0 auto 20px;
    border-radius: 10px;
}

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

.product-card {
    padding: 28px 22px;
    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 {
    display: block;
    width: 100%;
    height: 186px;
    object-fit: contain;
    margin-bottom: 18px;
    border-radius: 8px;
}

.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, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 60px;
    margin: 58px 0;
}

.image-text .custom-order {
    order: -1;
}

.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;
    color: #526071;
    font-size: 16px;
    line-height: 1.8;
}

.steps-container {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
    gap: 44px;
    align-items: center;
    margin-bottom: 58px;
}

.steps {
    display: grid;
    gap: 16px;
}

.step {
    padding: 20px 22px;
    border: 1px solid #e7edf8;
    border-left: 4px solid #c8d7f4;
    border-radius: 8px;
    background: #fff;
}

.step.active {
    border-left-color: #2b6ef5;
    box-shadow: 0 14px 34px rgba(31, 56, 88, .08);
}

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

.step-content strong {
    color: #26384f;
}

.images img {
    display: none;
    width: 100%;
    border-radius: 10px;
}

.images img.active {
    display: block;
}

.mac-extra-section {
    padding: 78px 0;
    background: #fff;
}

.mac-extra-section.mac-extra-band {
    background: #f4f8ff;
}

.mac-extra-row {
    display: grid;
    grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
    align-items: center;
    gap: 78px;
    max-width: 1040px;
}

.mac-extra-reverse .mac-extra-copy {
    order: 2;
}

.mac-extra-copy h2 {
    margin: 0 0 26px;
    color: #111827;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.18;
    text-align: left;
}

.mac-extra-copy p {
    margin: 0 0 16px;
    color: #3d4755;
    font-size: 16px;
    line-height: 1.55;
}

.mac-extra-copy ul {
    display: grid;
    gap: 11px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.mac-extra-copy li {
    position: relative;
    padding-left: 12px;
    color: #3d4755;
    font-size: 16px;
    line-height: 1.45;
}

.mac-extra-copy li::before {
    position: absolute;
    left: 0;
    top: 9px;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #3d4755;
}

.mac-extra-media img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 1023px) {
    h2 {
        font-size: 28px;
    }

    .mac-extra-section {
        padding: 60px 0;
    }

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

    .image-text,
    .steps-container,
    .mac-extra-row {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .image-text .custom-order {
        order: 0;
    }

    .mac-extra-reverse .mac-extra-copy {
        order: 0;
    }
}

@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;
    }

    .products {
        grid-template-columns: 1fr;
    }

    .product-card img {
        height: auto;
    }

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

    .mac-extra-section {
        padding: 48px 0;
    }

    .mac-extra-copy h2 {
        font-size: 24px;
    }
}
