.ows-module-heading.section-header {
    margin: 0;
    padding: 82px 20px 54px;
    background: #fff;
    text-align: center;
}

.ows-module-heading.section-header h2 {
    position: relative;
    display: inline-block;
    margin: 0;
    color: #333;
    font-size: 34px;
    line-height: 1.3;
    font-weight: 700;
}

.ows-showcase {
    position: relative;
    overflow: hidden;
    padding: 96px max(5vw, 32px) 92px;
    background: #f5f6f8;
}

.ows-showcase__container {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
}

.ows-showcase__hero {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
    align-items: center;
    gap: clamp(44px, 6vw, 92px);
}

.ows-showcase__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    color: #1767ef;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .04em;
}

.ows-showcase__eyebrow::before {
    content: "";
    width: 28px;
    height: 3px;
    border-radius: 3px;
    background: #1767ef;
}

.ows-showcase__copy h2 {
    margin: 0;
    color: #0b1833;
    font-size: clamp(48px, 5.3vw, 80px);
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -.045em;
}

.ows-showcase__copy h2 span {
    color: #1767ef;
}

.ows-showcase__headline {
    margin: 24px 0 0;
    color: #17223b;
    font-size: clamp(21px, 2vw, 29px);
    line-height: 1.45;
    font-weight: 650;
}

.ows-showcase__lead {
    max-width: 620px;
    margin: 22px 0 0;
    color: #65738c;
    font-size: 16px;
    line-height: 1.9;
}

.ows-showcase__visual {
    position: relative;
    padding: 24px;
}

.ows-showcase__visual::before {
    content: "";
    position: absolute;
    inset: 11% 5% 0;
    border-radius: 50%;
    background: rgba(31, 108, 255, .2);
    filter: blur(55px);
}

.ows-showcase__screen {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 10px solid #eef3fb;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 28px 60px rgba(33, 72, 132, .18);
}

.ows-showcase__screen::before {
    content: "";
    display: block;
    height: 22px;
    border-bottom: 1px solid #e7ebf2;
    background:
        radial-gradient(circle at 18px 11px, #ff7a70 0 3px, transparent 4px),
        radial-gradient(circle at 31px 11px, #ffc65c 0 3px, transparent 4px),
        radial-gradient(circle at 44px 11px, #5ed18a 0 3px, transparent 4px),
        #f7f9fc;
}

.ows-showcase__screen img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center;
}

.ows-showcase__platforms {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 62px;
}

.ows-platform-card {
    min-height: 238px;
    padding: 30px 28px;
    border: 1px solid rgba(40, 100, 196, .12);
    border-radius: 18px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 12px 30px rgba(35, 72, 128, .08);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.ows-platform-card:hover {
    border-color: rgba(23, 103, 239, .35);
    box-shadow: 0 18px 38px rgba(35, 72, 128, .13);
    transform: translateY(-5px);
}

.ows-platform-card__icon {
    width: 64px;
    height: 64px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #edf4ff;
}

.ows-platform-card__icon img {
    width: 38px;
    height: 38px;
    display: block;
    object-fit: contain;
}

.ows-platform-card h3 {
    margin: 0 0 12px;
    color: #111c34;
    font-size: 20px;
    line-height: 1.4;
}

.ows-platform-card p {
    margin: 0;
    color: #6b7890;
    font-size: 14px;
    line-height: 1.75;
}

.ows-showcase__features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 24px;
    padding: 25px 24px;
    border: 1px solid rgba(65, 124, 222, .08);
    border-radius: 16px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 12px 32px rgba(50, 91, 153, .08);
}

.ows-showcase__feature {
    position: relative;
    min-width: 0;
    min-height: 62px;
    padding: 0 clamp(18px, 1.65vw, 28px);
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    column-gap: 16px;
}

.ows-showcase__feature + .ows-showcase__feature {
    border-left: 1px solid #d7e2f2;
}

.ows-showcase__feature-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ows-showcase__feature-icon img {
    width: 29px;
    height: 29px;
    display: block;
    object-fit: contain;
    filter: brightness(0);
}

.ows-showcase__feature-copy {
    min-width: 0;
}

.ows-showcase__feature-copy h3 {
    margin: 0 0 6px;
    color: #17223b;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
}

.ows-showcase__feature-copy p {
    margin: 0;
    color: #6e7b91;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 400;
}

.ows-showcase__actions {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.ows-showcase__primary,
.ows-showcase__secondary {
    min-height: 52px;
    padding: 13px 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 650;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, color .2s ease;
}

.ows-showcase__primary {
    color: #fff;
    background: #1767ef;
    box-shadow: 0 12px 25px rgba(23, 103, 239, .24);
}

.ows-showcase__primary:hover {
    color: #fff;
    box-shadow: 0 16px 30px rgba(23, 103, 239, .32);
    transform: translateY(-2px);
}

.ows-showcase__secondary {
    color: #1767ef;
}

.ows-showcase__secondary:hover {
    color: #0b4fc6;
    transform: translateX(2px);
}

@media (max-width: 1100px) {
    .ows-showcase__hero {
        grid-template-columns: 1fr;
    }

    .ows-showcase__visual {
        max-width: 820px;
        width: 100%;
        margin: 0 auto;
    }

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

    .ows-showcase__features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 22px;
    }

    .ows-showcase__feature:nth-child(3) {
        border-left: 0;
    }

    .ows-showcase__feature:nth-child(n + 3) {
        padding-top: 22px;
        border-top: 1px solid #d7e2f2;
    }
}

@media (max-width: 720px) {
    .ows-showcase {
        padding: 68px 20px 72px;
    }

    .ows-showcase__hero {
        gap: 34px;
    }

    .ows-showcase__visual {
        padding: 0;
    }

    .ows-showcase__platforms,
    .ows-showcase__features {
        grid-template-columns: 1fr;
    }

    .ows-showcase__feature {
        padding: 0;
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .ows-showcase__feature + .ows-showcase__feature,
    .ows-showcase__feature:nth-child(n + 3) {
        padding-top: 18px;
        border-top: 1px solid #d7e2f2;
        border-left: 0;
    }

    .ows-showcase__actions {
        align-items: stretch;
        flex-direction: column;
        gap: 8px;
    }
}
