.solution-page {
    --solution-ink: #10243e;
    --solution-muted: #5d6b7d;
    --solution-line: #dfe7f1;
    --solution-blue: #165dff;
    --solution-blue-dark: #0b3fa8;
    --solution-blue-soft: #eef5ff;
    --solution-navy: #071a33;
    --solution-surface: #ffffff;
    --solution-tint: #f5f8fc;
    color: var(--solution-ink);
    background: var(--solution-surface);
}

.solution-page .solution-hero {
    position: relative;
    overflow: hidden;
    margin-top: 80px;
    padding: 64px 0 62px;
    background:
        radial-gradient(circle at 86% 8%, rgba(67, 139, 255, 0.2), transparent 34%),
        linear-gradient(135deg, #f7faff 0%, #edf4ff 58%, #f8fbff 100%);
}

.solution-page .solution-hero::after {
    position: absolute;
    right: -180px;
    bottom: -280px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(22, 93, 255, 0.12);
    border-radius: 50%;
    content: '';
}

.solution-page .solution-hero__grid {
    position: relative;
    z-index: 1;
    display: block;
}

.solution-page .solution-hero__content {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}


.solution-page .solution-eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 16px;
    color: var(--solution-blue);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.solution-page .solution-eyebrow::before {
    width: 26px;
    height: 2px;
    margin-right: 10px;
    background: currentColor;
    content: '';
}

.solution-page .solution-hero h1 {
    max-width: 920px;
    margin: 0 auto;
    color: var(--solution-ink);
    font-size: clamp(38px, 4vw, 54px);
    line-height: 1.22;
    letter-spacing: -0.035em;
}

.solution-page .solution-hero__lead {
    max-width: 760px;
    margin: 24px auto 0;
    color: var(--solution-muted);
    font-size: 18px;
    line-height: 1.85;
}

.solution-page .solution-proof-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.solution-page .solution-proof-list li {
    padding: 8px 13px;
    border: 1px solid #cfddf2;
    border-radius: 999px;
    color: #315172;
    background: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    font-weight: 600;
}

.solution-page .solution-hero__actions,
.solution-page .solution-consultation__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.solution-page .solution-hero__actions {
    justify-content: center;
}

.solution-page .solution-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.solution-page .solution-button:hover {
    transform: translateY(-2px);
}

.solution-page .solution-button--primary {
    color: #fff;
    background: var(--solution-blue);
    box-shadow: 0 12px 26px rgba(22, 93, 255, 0.24);
}

.solution-page .solution-button--secondary {
    border-color: #b9cbe4;
    color: var(--solution-blue-dark);
    background: rgba(255, 255, 255, 0.78);
}

.solution-page .solution-button--light {
    color: var(--solution-blue-dark);
    background: #fff;
}


.solution-page .solution-showcase__media img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;
}

.solution-page .solution-subnav {
    position: sticky;
    z-index: 90;
    top: 80px;
    border-top: 1px solid rgba(216, 227, 241, 0.75);
    border-bottom: 1px solid var(--solution-line);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 24px rgba(16, 36, 62, 0.04);
    backdrop-filter: blur(12px);
}

.solution-page .solution-subnav__inner {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 42px;
}

.solution-page .solution-subnav a {
    position: relative;
    padding: 19px 0 17px;
    color: #43546a;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
}

.solution-page .solution-subnav a:hover {
    color: var(--solution-blue);
}

.solution-page .solution-section {
    padding: 88px 0;
    background: var(--solution-surface);
    scroll-margin-top: 148px;
}

.solution-page .solution-section--tint {
    background: var(--solution-tint);
}

.solution-page .solution-section--dark {
    color: #fff;
    background: linear-gradient(135deg, #071a33 0%, #0b2f64 100%);
}

.solution-page .solution-section__heading {
    max-width: 820px;
    margin-bottom: 42px;
}

.solution-page .solution-section__heading h2,
.solution-page .solution-showcase h2,
.solution-page .solution-consultation h2 {
    margin: 0;
    color: var(--solution-ink);
    font-size: clamp(30px, 3vw, 40px);
    line-height: 1.3;
    letter-spacing: -0.025em;
}

.solution-page .solution-section__heading p {
    margin: 16px 0 0;
    color: var(--solution-muted);
    font-size: 17px;
    line-height: 1.85;
}

.solution-page .solution-challenge-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.solution-page .solution-challenge-card {
    position: relative;
    padding: 30px 30px 28px 82px;
    border: 1px solid var(--solution-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(16, 36, 62, 0.06);
}

.solution-page .solution-challenge-card__number {
    position: absolute;
    top: 30px;
    left: 28px;
    color: var(--solution-blue);
    font-size: 16px;
    font-weight: 800;
}

.solution-page .solution-challenge-card h3,
.solution-page .solution-capability-card h3,
.solution-page .solution-fit-card h3,
.solution-page .solution-related-card h3 {
    margin: 0 0 10px;
    color: var(--solution-ink);
    font-size: 20px;
    line-height: 1.45;
}

.solution-page .solution-challenge-card p,
.solution-page .solution-capability-card p,
.solution-page .solution-fit-card p,
.solution-page .solution-related-card p {
    margin: 0;
    color: var(--solution-muted);
    font-size: 15px;
    line-height: 1.8;
}

.solution-page .solution-challenge-card strong {
    display: block;
    margin-top: 14px;
    color: var(--solution-blue-dark);
    font-size: 14px;
    line-height: 1.7;
}

.solution-page .solution-flow__list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: solution-flow;
}

.solution-page .solution-flow__list li {
    min-height: 220px;
    padding: 26px 22px;
    border: 1px solid #dce6f3;
    border-radius: 14px;
    background: #fff;
}

.solution-page .solution-flow__list span,
.solution-page .solution-delivery__list span {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: var(--solution-blue);
    font-size: 13px;
    font-weight: 800;
}

.solution-page .solution-flow__list h3,
.solution-page .solution-delivery__list h3 {
    margin: 24px 0 10px;
    color: var(--solution-ink);
    font-size: 18px;
}

.solution-page .solution-flow__list p,
.solution-page .solution-delivery__list p {
    margin: 0;
    color: var(--solution-muted);
    font-size: 14px;
    line-height: 1.75;
}

.solution-page .solution-capability-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.solution-page .solution-capability-card {
    min-height: 214px;
    padding: 28px;
    border: 1px solid var(--solution-line);
    border-radius: 16px;
    background: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.solution-page .solution-capability-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(16, 36, 62, 0.09);
}

.solution-page .solution-capability-card__label {
    display: inline-block;
    margin-bottom: 22px;
    color: var(--solution-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.solution-page .solution-showcase__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(480px, 1.2fr);
    gap: 58px;
    align-items: center;
}

.solution-page .solution-showcase h2 {
    color: #fff;
}

.solution-page .solution-showcase p,
.solution-page .solution-showcase li {
    color: rgba(255, 255, 255, 0.76);
    font-size: 16px;
    line-height: 1.8;
}

.solution-page .solution-showcase ul {
    margin: 24px 0 0;
    padding-left: 20px;
}

.solution-page .solution-showcase__media {
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.28);
}

.solution-page .solution-delivery__list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.solution-page .solution-delivery__list li {
    position: relative;
    padding: 0 28px 0 0;
}

.solution-page .solution-delivery__list li:not(:last-child)::after {
    position: absolute;
    top: 18px;
    right: 14px;
    left: 52px;
    height: 1px;
    background: #cbd8e8;
    content: '';
}

.solution-page .solution-fit-grid,
.solution-page .solution-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.solution-page .solution-fit-card,
.solution-page .solution-related-card {
    padding: 28px;
    border: 1px solid var(--solution-line);
    border-radius: 16px;
    background: #fff;
}

.solution-page .solution-fit-card ul {
    margin: 18px 0 0;
    padding-left: 20px;
}

.solution-page .solution-fit-card li {
    margin-top: 8px;
    color: var(--solution-muted);
    font-size: 14px;
    line-height: 1.7;
}

.solution-page .solution-related-card {
    display: block;
    text-decoration: none;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.solution-page .solution-related-card:hover {
    transform: translateY(-3px);
    border-color: #a9c6f5;
}

.solution-page .solution-faq__list {
    max-width: 920px;
}

.solution-page .solution-faq .faq-item {
    margin: 0 0 14px;
    padding: 0;
    border: 1px solid var(--solution-line);
    border-radius: 14px;
    background: #fff;
}

.solution-page .solution-faq summary {
    position: relative;
    padding: 22px 58px 22px 24px;
    color: var(--solution-ink);
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
    list-style: none;
}

.solution-page .solution-faq summary::-webkit-details-marker {
    display: none;
}

.solution-page .solution-faq summary::after {
    position: absolute;
    top: 21px;
    right: 24px;
    color: var(--solution-blue);
    content: '+';
    font-size: 24px;
    font-weight: 400;
}

.solution-page .solution-faq details[open] summary::after {
    content: '−';
}

.solution-page .solution-faq .faq-item p {
    margin: 0;
    padding: 0 24px 24px;
    color: var(--solution-muted);
    font-size: 15px;
    line-height: 1.85;
}

.solution-page .solution-consultation {
    padding: 74px 0;
    color: #fff;
    background:
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.18), transparent 34%),
        linear-gradient(135deg, #0c48c7 0%, #165dff 100%);
}

.solution-page .solution-consultation__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 40px;
    align-items: center;
}

.solution-page .solution-consultation h2 {
    color: #fff;
}

.solution-page .solution-consultation p {
    max-width: 760px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.8;
}

.solution-page .mobile-conversion-bar {
    display: none;
}

.solution-page a:focus-visible,
.solution-page summary:focus-visible {
    outline: 3px solid #ffbf47;
    outline-offset: 3px;
}

@media (max-width: 1024px) {
    .solution-page .solution-showcase__grid {
        grid-template-columns: 1fr;
    }

    .solution-page .solution-showcase__media {
        max-width: 760px;
    }

    .solution-page .solution-flow__list,
    .solution-page .solution-delivery__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
    }

    .solution-page .solution-delivery__list li {
        padding: 22px;
        border: 1px solid var(--solution-line);
        border-radius: 14px;
    }

    .solution-page .solution-delivery__list li::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .solution-page {
        padding-bottom: 64px;
    }

    .solution-page .solution-hero {
        padding: 42px 0 46px;
    }


    .solution-page .solution-hero h1 {
        font-size: 34px;
        line-height: 1.28;
    }

    .solution-page .solution-hero__lead {
        margin-top: 18px;
        font-size: 16px;
        line-height: 1.75;
    }

    .solution-page .solution-proof-list {
        margin-top: 20px;
    }

    .solution-page .solution-hero__actions {
        margin-top: 24px;
    }

    .solution-page .solution-button {
        min-height: 46px;
        padding: 0 18px;
        font-size: 15px;
    }


    .solution-page .solution-subnav {
        top: 80px;
    }

    .solution-page .solution-subnav__inner {
        overflow-x: auto;
        justify-content: flex-start;
        gap: 28px;
        padding-right: 20px;
        padding-left: 20px;
        scrollbar-width: none;
    }

    .solution-page .solution-subnav__inner::-webkit-scrollbar {
        display: none;
    }

    .solution-page .solution-section {
        padding: 62px 0;
        scroll-margin-top: 146px;
    }

    .solution-page .solution-section__heading {
        margin-bottom: 30px;
    }

    .solution-page .solution-section__heading h2,
    .solution-page .solution-showcase h2,
    .solution-page .solution-consultation h2 {
        font-size: 28px;
    }

    .solution-page .solution-challenge-grid,
    .solution-page .solution-capability-grid,
    .solution-page .solution-fit-grid,
    .solution-page .solution-related-grid,
    .solution-page .solution-flow__list,
    .solution-page .solution-delivery__list,
    .solution-page .solution-consultation__grid {
        grid-template-columns: 1fr;
    }

    .solution-page .solution-challenge-card {
        padding: 24px 22px 24px 62px;
    }

    .solution-page .solution-challenge-card__number {
        top: 26px;
        left: 22px;
    }

    .solution-page .solution-flow__list li,
    .solution-page .solution-capability-card {
        min-height: 0;
    }

    .solution-page .solution-showcase__grid {
        gap: 34px;
    }

    .solution-page .solution-consultation {
        padding: 58px 0;
    }

    .solution-page .solution-consultation__actions {
        margin-top: 0;
    }

    .solution-page .mobile-conversion-bar {
        position: fixed;
        z-index: 999;
        right: 0;
        bottom: 0;
        left: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 8px max(12px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
        border-top: 1px solid var(--solution-line);
        background: rgba(255, 255, 255, 0.97);
        box-shadow: 0 -12px 30px rgba(16, 36, 62, 0.12);
    }

    .solution-page .mobile-conversion-bar a {
        display: flex;
        min-height: 44px;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--solution-blue);
        color: var(--solution-blue);
        font-size: 15px;
        font-weight: 700;
        text-decoration: none;
    }

    .solution-page .mobile-conversion-bar a:first-child {
        border-radius: 8px 0 0 8px;
    }

    .solution-page .mobile-conversion-bar a:last-child {
        border-radius: 0 8px 8px 0;
        color: #fff;
        background: var(--solution-blue);
    }
}

@media (prefers-reduced-motion: reduce) {
    .solution-page *,
    .solution-page *::before,
    .solution-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
