﻿
.solutions-index-page {
    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(249, 115, 22, 0.06), transparent 28%), linear-gradient(180deg, #fffaf5 0%, #ffffff 100%);
    overflow: hidden;
}

.section {
    padding: 72px 0;
}

.solutions-index__hero-title {
    margin: 0 0 18px;
    font-size: clamp(32px, 4.2vw, 46px);
    line-height: 1.12;
    letter-spacing: -0.03em;
    max-width: 820px;
    color: #0f172a;
}

.solutions-index__hero-text {
    max-width: 720px;
    font-size: 17px;
    line-height: 1.85;
    color: #475569;
}

.solutions-index__hero-chips {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.solutions-index__hero-chip {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 999px;
    background: #ffffff;
    color: #475569;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
}

    .solutions-index__hero-chip::before {
        content: "";
        width: 8px;
        height: 8px;
        margin-right: 10px;
        border-radius: 999px;
        background: #f97316;
        flex-shrink: 0;
        box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.10);
    }

.page-head {
    margin-bottom: 32px;
}

.solutions-index__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;
}

.solutions-index__card-title {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.01em;
    color: #0f172a;
}

.solutions-index__featured-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 24px;
    align-items: stretch;
}

.solutions-index__featured-card,
.solutions-index__list-card,
.solutions-index__empty-box {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    border-radius: 24px;
}

.card.solutions-index__featured-card,
.card.solutions-index__list-card {
    height: 100%;
    padding: 28px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.solutions-index__featured-card--primary {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 60%, #111827 100%);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.06) !important;
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.12) !important;
}

    .solutions-index__featured-card--primary::before {
        content: "";
        position: absolute;
        top: -90px;
        right: -70px;
        width: 240px;
        height: 240px;
        background: radial-gradient(circle, rgba(249, 115, 22, 0.28) 0%, rgba(249, 115, 22, 0) 72%);
        pointer-events: none;
    }

.solutions-index__featured-card--secondary {
    background: linear-gradient(135deg, #fff7ed 0%, #ffffff 100%);
    border: 1px solid rgba(249, 115, 22, 0.18) !important;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.05) !important;
}

    .solutions-index__featured-card--secondary::before {
        content: "";
        position: absolute;
        top: -50px;
        right: -30px;
        width: 150px;
        height: 150px;
        border-radius: 999px;
        background: radial-gradient(circle, rgba(249, 115, 22, 0.16) 0%, rgba(249, 115, 22, 0) 72%);
        pointer-events: none;
    }

.solutions-index__featured-card > * {
    position: relative;
    z-index: 1;
}

.solutions-index__featured-card--primary .solutions-index__card-title,
.solutions-index__featured-card--primary p,
.solutions-index__featured-card--primary li,
.solutions-index__featured-card--primary strong {
    color: #ffffff;
}

.solutions-index__featured-card--primary p {
    opacity: 0.88;
}

.solutions-index__eyebrow-badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.02em;
}

    .solutions-index__eyebrow-badge::before {
        content: "";
        width: 8px;
        height: 8px;
        margin-right: 8px;
        border-radius: 999px;
        background: #f97316;
    }

.solutions-index__featured-card--primary .solutions-index__eyebrow-badge {
    background: rgba(255, 255, 255, 0.10);
    color: #ffffff;
}

.solutions-index__featured-card--secondary .solutions-index__eyebrow-badge {
    background: rgba(249, 115, 22, 0.12);
    color: #c2410c;
}

.solutions-index__mini-list {
    display: grid;
    gap: 12px;
    margin-top: 20px;
}

.solutions-index__mini-item {
    padding: 16px 18px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

    .solutions-index__mini-item strong {
        display: block;
        margin-bottom: 6px;
        font-size: 14px;
        line-height: 1.3;
    }

    .solutions-index__mini-item span {
        display: block;
        color: #cbd5e1;
        font-size: 13px;
        line-height: 1.65;
    }

.solutions-index__featured-card--secondary .solutions-index__mini-item {
    background: #ffffff;
    border: 1px solid #fed7aa;
}

    .solutions-index__featured-card--secondary .solutions-index__mini-item span {
        color: #64748b;
    }

.solutions-index__list-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.solutions-index__list-card {
    background: #ffffff;
}

    .solutions-index__list-card p {
        margin: 0;
        font-size: 15px;
        line-height: 1.85;
        color: #64748b;
    }

.solutions-index__empty-box {
    border: 1px dashed #cbd5e1;
    background: #ffffff;
    padding: 28px;
    color: #64748b;
    line-height: 1.85;
}

.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);
        }

.solutions-index__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);
}

    .solutions-index__cta-band::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at top right, rgba(249, 115, 22, 0.05), transparent 26%), radial-gradient(circle at bottom left, rgba(15, 23, 42, 0.03), transparent 24%);
        pointer-events: none;
    }

    .solutions-index__cta-band .container {
        position: relative;
        z-index: 1;
    }

    .solutions-index__cta-band .page-title {
        color: #0f172a;
    }

    .solutions-index__cta-band .page-text {
        color: #475569;
    }

    .solutions-index__cta-band .eyebrow {
        background: rgba(15, 23, 42, 0.05) !important;
        color: #334155 !important;
        border: 1px solid rgba(148, 163, 184, 0.16);
    }

    .solutions-index__cta-band .btn {
        background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
        color: #ffffff;
        box-shadow: 0 10px 28px rgba(37, 99, 235, 0.16);
    }

        .solutions-index__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);
        }

.solutions-index__cta-note {
    margin: 18px 0 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.75;
}

@media (max-width: 1100px) {
    .solutions-index__featured-grid, .solutions-index__list-grid

{
    grid-template-columns: 1fr;
}

}

@media (max-width: 991px) {
    .section

{
    padding: 56px 0;
}

.section-hero {
    padding: 48px 0 28px;
}

.card.solutions-index__featured-card,
.card.solutions-index__list-card,
.solutions-index__empty-box {
    padding: 24px;
    border-radius: 22px;
}

.solutions-index__featured-grid,
.solutions-index__list-grid {
    gap: 18px;
}

}

@media (max-width: 640px) {
    .section

{
    padding: 44px 0;
}

.section-hero {
    padding: 40px 0 24px;
}

.page-head {
    margin-bottom: 24px;
}

.solutions-index__section-title {
    font-size: 24px;
}

.solutions-index__hero-title {
    font-size: 30px;
}

.solutions-index__hero-text,
.page-head .page-text,
.solutions-index__list-card p {
    font-size: 15px;
    line-height: 1.8;
}

.solutions-index__hero-chip {
    width: 100%;
    justify-content: flex-start;
}

.actions {
    flex-direction: column;
    margin-top: 22px;
}

.btn,
.btn.btn--secondary {
    width: 100%;
}

}

