:root {
    --blue: #075dd8;
    --blue-dark: #082451;
    --light: #f4f8ff;
    --text: #10264a;
    --muted: #60718f;
    --line: #dbe6f5;
    --green: #21a65b;
    --shadow: 0 24px 60px rgba(8,36,81,.16)
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: Inter,Segoe UI,Roboto,Arial,sans-serif;
    color: var(--text);
    background: #fff;
    line-height: 1.5
}

a {
    text-decoration: none;
    color: inherit
}

.wrapper {
    width: min(1180px,calc(100% - 48px));
    margin-inline: auto
}

.site-header {
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 28px;
    background: rgba(255,255,255,.94);
    border-bottom: 1px solid var(--line);
    position: sticky;
    top: 0;
    z-index: 10;
    backdrop-filter: blur(10px)
}

.brand {
    font-weight: 900;
    letter-spacing: .08em;
    font-size: 22px;
    display: flex;
    gap: 10px;
    align-items: center
}

.brand-icon {
    width: 28px;
    height: 28px;
    border: 2px solid var(--blue);
    border-radius: 6px;
    display: grid;
    place-items: center;
    color: var(--blue);
    font-size: 14px
}

.nav {
    display: flex;
    gap: 34px;
    font-weight: 700;
    font-size: 14px
}

    .nav .active {
        color: var(--blue)
    }

.header-actions {
    display: flex;
    gap: 24px;
    align-items: center;
    font-weight: 700;
    font-size: 14px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    font-weight: 800;
    border: 1px solid transparent;
    box-shadow: 0 10px 22px rgba(7,93,216,.18);
    transition: .2s ease;
    white-space: nowrap
}

    .btn:hover {
        transform: translateY(-1px)
    }

.btn-primary {
    background: var(--blue);
    color: #fff
}

.btn-secondary {
    background: #fff;
    color: var(--blue);
    border-color: #cddcf1
}

.btn-lg {
    height: 56px;
    padding: 0 34px
}

.site-header .btn {
    height: 42px;
    padding: 0 22px
}

.product-hero {
    background: linear-gradient(115deg,#fff 0%,#f7fbff 48%,#e8f3ff 100%);
    padding: 92px 0 82px;
    overflow: hidden
}

.product-hero-grid {
    display: grid;
    grid-template-columns: minmax(420px, 0.9fr) minmax(680px, 1.1fr);
    gap: 80px;
    align-items: center;
}

.eyebrow {
    display: inline-block;
    color: var(--blue);
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 18px
}

.product-hero h1 {
    font-size: 56px;
    line-height: 1.04;
    margin: 0 0 24px;
    letter-spacing: -.045em;
    color: #092755
}

.product-hero p {
    font-size: 20px;
    color: #2d4569;
    max-width: 610px;
    margin: 0 0 32px
}

.cta-row {
    display: flex;
    gap: 18px
}

.platform-card {
    display: flex;
    align-items: center;
    gap: 22px;
    min-width: 680px;
}

.platform-step span {
    position: absolute;
    top: 20px;
    left: 22px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #006ee6;
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 700;
}

.platform-step strong {
    display: block;
    margin-top: 36px;
    font-size: 21px;
    line-height: 1.15;
}

.platform-step small {
    display: block;
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.45;
}

.platform-arrow {
    flex: 0 0 auto;
    font-size: 24px;
    color: #006ee6;
}

.section-head {
    text-align: center;
    max-width: 760px;
    margin: 72px auto 34px
}

    .section-head h2,
    h2 {
        font-size: 38px;
        letter-spacing: -.035em;
        margin: 0 0 14px;
        color: #092755
    }

    .section-head p {
        font-size: 18px;
        color: var(--muted);
        margin: 0
    }

.module-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 22px;
    margin-bottom: 80px
}

.module-card {
    background: #fff;
    border: 1px solid #d7e3f4;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 16px 40px rgba(8,36,81,.08)
}

    .module-card.featured {
        background: linear-gradient(180deg,#fff,#f2f7ff);
        border-color: #bcd3f3
    }

.module-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: #eaf3ff;
    color: var(--blue);
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 20px
}

.module-card h3 {
    font-size: 22px;
    margin: 0 0 12px
}

.module-card p {
    color: #4b6080;
    margin: 0 0 20px
}

.module-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px
}

.module-card li:before {
    content: "✓";
    color: var(--green);
    font-weight: 900;
    margin-right: 10px
}

.workflow-section {
    background: #f4f8ff;
    padding: 70px 0
}

    .workflow-section h2 {
        text-align: center;
        margin-bottom: 34px
    }

.workflow-timeline {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 22px
}

.timeline-item {
    background: #fff;
    border: 1px solid #d7e3f4;
    border-radius: 16px;
    padding: 26px;
    box-shadow: 0 12px 30px rgba(8,36,81,.06)
}

    .timeline-item span {
        color: var(--blue);
        font-weight: 900
    }

    .timeline-item h3 {
        font-size: 22px;
        margin: 8px 0
    }

    .timeline-item p {
        color: var(--muted);
        margin: 0
    }

.benefits {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 60px;
    align-items: start;
    padding: 76px 0
}

.benefit-copy p {
    font-size: 18px;
    color: var(--muted)
}

.benefit-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px
}

    .benefit-list div {
        border: 1px solid var(--line);
        border-radius: 14px;
        padding: 24px;
        background: #fff;
        box-shadow: 0 12px 30px rgba(8,36,81,.05)
    }

    .benefit-list strong {
        display: block;
        font-size: 18px;
        margin-bottom: 8px
    }

    .benefit-list span {
        color: var(--muted)
    }

.comparison-table {
    padding-bottom: 74px
}

    .comparison-table h2 {
        text-align: center
    }

    .comparison-table table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 16px;
        overflow: hidden;
        box-shadow: var(--shadow)
    }

th,
td {
    padding: 18px 20px;
    border-bottom: 1px solid var(--line);
    text-align: center
}

    th:first-child,
    td:first-child {
        text-align: left
    }

th {
    background: #f4f8ff;
    color: #092755
}

td:not(:first-child) {
    color: var(--green);
    font-size: 22px;
    font-weight: 900
}

tr:last-child td {
    border-bottom: 0
}

.final-cta {
    margin: 0 auto 76px;
    background: linear-gradient(100deg,#065fe2,#0046b1);
    color: #fff;
    border-radius: 14px;
    padding: 38px 42px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: center;
    box-shadow: var(--shadow)
}

    .final-cta h2 {
        color: #fff;
        margin: 0 0 6px
    }

    .final-cta p {
        color: #dce9ff;
        margin: 0
    }

.final-actions {
    display: flex;
    gap: 14px
}

.final-cta .btn-secondary {
    border-color: #fff
}


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

    .platform-card {
        min-width: 0;
        flex-wrap: wrap;
    }
}


@media(max-width:980px) {
    .nav {
        display: none
    }

    .product-hero-grid,
    .benefits,
    .final-cta {
        grid-template-columns: 1fr
    }

    .product-hero h1 {
        font-size: 42px
    }

    .module-grid,
    .workflow-timeline {
        grid-template-columns: 1fr 1fr
    }

  
        .platform-card {
            grid-template-columns: 1fr;
        }

        .platform-arrow {
            transform: rotate(90deg);
            justify-self: center;
        }
    }
}

@media(max-width:620px) {
    .wrapper {
        width: min(100% - 28px,1180px)
    }

    .site-header {
        padding: 0 14px
    }

    .header-actions a:first-child {
        display: none
    }

    .product-hero {
        padding: 56px 0
    }

        .product-hero h1 {
            font-size: 36px
        }

    .cta-row,
    .final-actions {
        flex-direction: column
    }

    .module-grid,
    .workflow-timeline,
    .benefit-list {
        grid-template-columns: 1fr
    }

    .comparison-table {
        overflow-x: auto
    }

        .comparison-table table {
            min-width: 720px
        }

    .final-cta {
        padding: 28px 22px
    }
}
