﻿
.page-shell {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 14%, #f8fafc 100%);
}

.section-hero {
    position: relative;
    padding: 72px 0 40px;
    background: radial-gradient(circle at top right, rgba(6, 182, 212, 0.08), transparent 28%), linear-gradient(180deg, #f7feff 0%, #ffffff 100%);
    overflow: hidden;
}

.section {
    padding: 72px 0;
}

    .section.section--alt,
    .section[style*="background:#ffffff;"] {
        background: #ffffff !important;
    }

.product-page__soft-section {
    background: #f8fafc !important;
}

.hero-grid {
    align-items: stretch;
    gap: 28px;
}

.product-page__hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
}

.product-page__hero-title {
    margin: 0 0 18px;
    font-size: clamp(32px, 4.2vw, 46px);
    line-height: 1.12;
    letter-spacing: -0.03em;
    max-width: 760px;
    font-weight: 700;
    color: #0f172a;
}

.product-page__hero-subtitle {
    margin: 0 0 12px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #334155;
}

.page-text,
.product-page__hero-summary {
    font-size: 17px;
    line-height: 1.85;
    color: #475569;
    max-width: 760px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.eyebrow--cyan {
    background: rgba(6, 182, 212, 0.10);
    color: #0f766e;
}

.product-page__hero-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}

.chip-row {
    gap: 10px;
    margin: 24px 0 0;
}

.chip {
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: #ffffff;
    color: #475569;
    border-radius: 999px;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
}

.actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.btn,
.btn.btn--secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.btn {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    border: 1px solid transparent;
    color: #ffffff;
}

    .btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 12px 28px rgba(37, 99, 235, 0.18);
    }

    .btn.btn--secondary {
        background: #ffffff;
        color: #0f172a;
        border: 1px solid rgba(148, 163, 184, 0.24);
    }

        .btn.btn--secondary:hover {
            border-color: rgba(37, 99, 235, 0.24);
            color: #1d4ed8;
            box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
        }

.product-page__hero-aside {
    display: grid;
    gap: 16px;
    height: 100%;
}

.product-page__hero-panel {
    min-height: 100%;
    padding: 30px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(248, 250, 252, 0.98) 100%);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
}

    .product-page__hero-panel .product-page__card-title {
        margin-bottom: 14px;
    }

    .product-page__hero-panel p {
        margin: 0;
        font-size: 15px;
        line-height: 1.85;
        color: #475569;
    }

.product-page__hero-mini-list {
    display: grid;
    gap: 12px;
}

.product-page__mini-item {
    padding: 18px 20px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

    .product-page__mini-item strong {
        display: block;
        margin-bottom: 6px;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.01em;
        color: #0f172a;
    }

    .product-page__mini-item span {
        display: block;
        font-size: 14px;
        line-height: 1.65;
        color: #64748b;
    }

.page-head {
    margin-bottom: 32px;
}

.product-page__section-title {
    font-size: clamp(26px, 3vw, 32px);
    line-height: 1.22;
    letter-spacing: -0.02em;
    margin: 0 0 12px;
    color: #0f172a;
}

.page-head .page-text {
    max-width: 820px;
    font-size: 16px;
    line-height: 1.9;
    color: #64748b;
}

.grid-2,
.grid-3 {
    align-items: stretch;
    gap: 24px !important;
}

.card,
.content-card,
.note-box,
.product-page__support-box {
    height: 100%;
    border-radius: 24px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.card,
.content-card {
    padding: 28px;
}

.note-box {
    padding: 30px;
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.06) 0%, rgba(255, 255, 255, 1) 48%), #ffffff;
    color: #334155;
    line-height: 1.9;
}

.product-page__card-title,
.content-card h2,
.card h2,
.card h3 {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.01em;
    color: #0f172a;
    font-weight: 700;
}

.card p,
.content-card p,
.content-card ul,
.card ul {
    margin: 0;
    font-size: 15px;
    line-height: 1.85;
    color: #64748b;
}

.list-clean {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .list-clean li {
        position: relative;
        margin: 0;
        padding-left: 18px;
        color: #475569;
        line-height: 1.8;
    }

        .list-clean li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 11px;
            width: 7px;
            height: 7px;
            border-radius: 999px;
            background: #06b6d4;
            box-shadow: 0 0 0 4px rgba(6, 182, 212, 0.10);
        }

.product-page__paired-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-page__support-box {
    padding: 30px;
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.06) 0%, rgba(255, 255, 255, 1) 62%), #ffffff;
}

.product-page__support-actions {
    margin-top: 22px;
}

.product-page__cta-band {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #f8fbff 0%, #f3f6fb 100%);
    color: #0f172a;
    border-top: 1px solid rgba(148, 163, 184, 0.14);
    border-bottom: 1px solid rgba(148, 163, 184, 0.10);
}

    .product-page__cta-band::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at top right, rgba(6, 182, 212, 0.05), transparent 26%), radial-gradient(circle at bottom left, rgba(15, 23, 42, 0.03), transparent 24%);
        pointer-events: none;
    }

    .product-page__cta-band .container {
        position: relative;
        z-index: 1;
    }

    .product-page__cta-band .page-title {
        color: #0f172a;
    }

    .product-page__cta-band .page-text {
        color: #475569;
        max-width: 760px;
    }

    .product-page__cta-band .eyebrow {
        background: rgba(15, 23, 42, 0.05) !important;
        color: #334155 !important;
        border: 1px solid rgba(148, 163, 184, 0.16);
    }

    .product-page__cta-band .btn {
        background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
        color: #ffffff;
        box-shadow: 0 10px 28px rgba(37, 99, 235, 0.16);
    }

        .product-page__cta-band .btn.btn--secondary {
            background: #ffffff;
            color: #1e293b;
            border-color: rgba(148, 163, 184, 0.22);
            box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
        }

.product-page__cta-note {
    margin: 18px 0 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.75;
}

@media (max-width: 991px) {
    .section

{
    padding: 56px 0;
}

.section-hero {
    padding: 48px 0 28px;
}

.hero-grid,
.grid-2,
.grid-3 {
    gap: 18px !important;
}

.card,
.content-card,
.note-box,
.product-page__hero-panel,
.product-page__support-box {
    padding: 24px;
    border-radius: 22px;
}

}

@media (max-width: 640px) {
    .section

{
    padding: 44px 0;
}

.section-hero {
    padding: 40px 0 24px;
}

.product-page__hero-title {
    font-size: 30px;
}

.product-page__section-title {
    font-size: 24px;
}

.page-text,
.product-page__hero-summary,
.page-head .page-text {
    font-size: 15px;
    line-height: 1.8;
}

.page-head {
    margin-bottom: 24px;
}

.actions {
    flex-direction: column;
    margin-top: 22px;
}

.btn,
.btn.btn--secondary {
    width: 100%;
}

.chip-row {
    gap: 8px;
    margin: 18px 0 0;
}

.chip {
    font-size: 12px;
    padding: 9px 12px;
}

}

