:root {
    --navy: #262261;
    --navy-soft: #262261;
    --teal: #4db6ac;
    --teal-dark: #3d9a91;
    --mint: #e8f7f4;
    --mint-deep: #d4f0ea;
    --lavender: #e8e4f5;
    --sky: #e8f2fb;
    --text: #1e293b;
    --muted: #64748b;
    --white: #ffffff;
    --blob-color: linear-gradient(135deg, #c7d2fe 0%, #a5b4fc 45%, #6366f1 100%);
    --radius-lg: 18px;
    --radius-md: 12px;
    --radius-sm: 10px;
    --shadow-soft: 0 18px 50px rgba(26, 26, 75, 0.08);
    --container: 1120px;
    --page: #f5f7fb;
    --section-pad-y: clamp(40px, 6vw, 72px);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: var(--font-body);
    color: var(--text);
    line-height: 1.55;
}
.gif-scan img {
    width: 150px;
    height: 150px;
    position: relative;
    bottom: 30px;
    right: 5px;
}

.gif-scan {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}

.background-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 720px;
    z-index: 0;
    overflow: hidden;
}

.diagonal-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/banner-bg.png") no-repeat right top;
    background-size: contain;
}

.integration-hero {
    padding-top: 78px;
    padding-bottom: 58px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 30px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.solution-page {
    position: relative;
    overflow-x: clip;
}

.hero-section {
    padding-top: 78px;
    padding-bottom: 58px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 30px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.partner-hero-image {
    position: relative;
    z-index: 2;
    width: min(560px, 100%);
    height: auto;
    object-fit: contain;
}


/* Banner aligned with other pages' hero pattern */

.solution-page .solution-hero-section {
    padding-top: 76px;
    padding-bottom: 44px;
    min-height: auto;
    align-items: center;
}

.solution-page .solution-hero-content .hero-subtitle {
    margin-bottom: 8px;
    color: #262261;
    font-size: 20px;
    font-weight: 600;
}

.solution-page .solution-hero-content .hero-title {
    color: #262261;
    font-size: clamp(44px, 3.35vw, 62px);
    line-height: 1.08;
    margin-bottom: 14px;
}

.solution-page .solution-hero-content .hero-description {
    color: #5f6678;
    max-width: 560px;
    margin-bottom: 18px;
}

.solution-page .solution-hero-content .hero-actions {
    gap: 10px;
}

.solution-page .solution-hero-visuals {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.solution-page .solution-hero-media {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.solution-page .solution-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    z-index: 1;
}

.solution-page .solution-hero-image-foreground {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    display: block;
}

.solution-page .solution-hero-banner-image {
    width: min(610px, 100%);
    height: auto;
    object-fit: contain;
    position: relative;
    z-index: 2;
}

.sol-unified-left-shape {
    position: absolute;
    left: -14px;
    bottom: -4px;
    width: 70px;
}

a:focus-visible,
button:focus-visible,
.sol-btn:focus-visible {
    outline: 3px solid rgba(77, 182, 172, 0.65);
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

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

.container {
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 18px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


/* ── Hero ───────────────────────────────────────────────── */

.sol-hero {
    /* background: var(--white); */
    padding: 20px 0 100px;
    overflow: hidden;
    position: relative;
}

.sol-hero-grid {
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 6px;
    align-items: center;
}

.sol-kicker {
    margin: 0 0 2px;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    color: var(--navy);
}

.sol-hero-line {
    margin: 0 0 2px;
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
    color: var(--navy);
}

.sol-hero-title {
    margin: 0 0 12px;
    font-size: 50px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--navy);
}

.sol-lead {
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 1.45;
    color: #555;
}

.sol-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.sol-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    transition: transform 0.15s, box-shadow 0.2s, background 0.2s;
}

.sol-btn:active {
    transform: translateY(1px);
}

.sol-btn-primary {
    background: linear-gradient(90deg, #244772 0%, #2f6e8e 100%);
    color: var(--white);
    box-shadow: 0 6px 12px rgba(26, 26, 75, 0.2);
}

.sol-btn-primary:hover {
    background: var(--navy-soft);
}

.sol-btn-teal {
    background: linear-gradient(90deg, #234066 0%, #69c4ab 100%);
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.15);
}

.sol-btn-teal:hover {
    background: var(--teal-dark);
}

.sol-hero-media {
    position: relative;
    width: 100%;
    right: auto;
}

.sol-hero-blob {
    position: absolute;
    right: 8%;
    top: 50%;
    width: 88%;
    max-width: 420px;
    aspect-ratio: 4/3;
    transform: translateY(-50%);
    background: var(--blob-color);
    border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
    opacity: 0.35;
    filter: blur(0);
}

.sol-hero-figure {
    margin: 0;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.sol-hero-img {
    width: min(620px, 100%);
    position: relative;
    z-index: 2;
}


/* ── Sections common ───────────────────────────────────── */

.sol-section {
    padding: var(--section-pad-y) 0;
}

.sol-one-side {
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 30px;
}

@media (max-width: 992px) {
    .sol-one-side {
        padding-top: 18px;
        margin-top: 30px;
    }
}

.sol-section-title {
    margin: 0 0 12px;
    font-size: 36px;
    font-weight: 500;
    color: #262261;
    letter-spacing: -0.02em;
}

.sol-section-title-center {
    text-align: center;
}

.sol-section-sub {
    margin: 0 0 4px;
    color: #666;
    font-size: 14px;
}

.sol-section-sub-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


/* ── One side cards ─────────────────────────────────────── */

.sol-one-side .sol-section-title {
    margin-bottom: 10px;
}

.sol-two-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-block: 34px;
}

.sol-card {
    position: relative;
    border-radius: var(--radius-lg);
    padding: 16px;
    min-height: 158px;
    box-shadow: var(--shadow-soft);
    overflow: hidden;
}

.sol-card h3 {
    margin: 0 0 16px;
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
}

.sol-card-copy {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.35;
}

.sol-two-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}


/* Smooth transition */

.sol-card {
    transition: all 0.4s ease;
}


/* Default states — both cards: white background, dark text */

.sol-card-dark {
    background: #ffffff;
    color: var(--navy);
}

.sol-card-dark h3 {
    color: var(--navy);
}

.sol-card-outline {
    background: #ffffff;
    color: var(--navy);
}

/* Checklist bullet: reset light variant to dark for white bg */
.sol-checklist-light li::before {
    color: var(--teal);
}

/* Hover states — both cards: theme blue, white text */

.sol-card-dark:hover,
.sol-card-outline:hover {
    background: var(--color-primary);
    color: #ffffff;
}

.sol-card-dark:hover h3,
.sol-card-outline:hover h3 {
    color: #ffffff !important;
}

.sol-card-dark:hover .sol-checklist li::before,
.sol-card-outline:hover .sol-checklist li::before {
    color: rgba(255, 255, 255, 0.75);
}

.sol-card-dark:hover .sol-card-shape,
.sol-card-outline:hover .sol-card-shape {
    opacity: 0.12;
}

/* Parent-hover reset — each card responds independently */

.sol-two-cards:hover .sol-card-dark,
.sol-two-cards:hover .sol-card-outline {
    background: #ffffff;
    color: var(--navy);
}

.sol-two-cards:hover .sol-card-dark:hover,
.sol-two-cards:hover .sol-card-outline:hover {
    background: var(--color-primary);
    color: #ffffff;
}

.sol-checklist {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.sol-checklist li {
    position: relative;
    padding-left: 22px;
    font-size: 13px;
}

.sol-checklist li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    color: var(--teal);
}

.sol-checklist-light li::before {
    color: #99f6e4;
}

.sol-checklist-sm {
    gap: 8px;
}

.sol-checklist-sm li {
    font-size: 14px;
}

.sol-banner-strip {
    margin-top: 18px;
    background: var(--navy);
    color: #e2e8f0;
    text-align: center;
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 13px;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}

.sol-banner-strip p {
    margin: 0;
}

.sol-card-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 168px;
    pointer-events: none;
}

.sol-card-shape-left {
    width: 350px;
}

.sol-card-shape-right {
    width: 176px;
}

.sol-section-sub-tight {
    margin-bottom: 0;
}


/* ── Unified ───────────────────────────────────────────── */

.sol-unified {
    background: #fff;
    padding-top: 10px;
    position: relative;
}

.sol-unified-grid {
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr; */
    gap: 24px;
    align-items: start;
}

.sol-unified-copy .sol-section-title {
    margin-bottom: 8px;
    line-height: 1.08;
    font-weight: 600;
}

.sol-unified-copy .sol-section-sub {
    max-width: 760px;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.6;
    color: #4b5563;
}

.sol-accordion {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 660px;
    background: #ececf6;
    border: 1px solid #cfd3e0;
    border-radius: 8px;
    overflow: hidden;
}

.sol-details {
    border: 0;
    border-bottom: 1px solid #b8bfd0;
    background: transparent;
    overflow: hidden;
}

.sol-details:last-child {
    border-bottom: 0;
}

.sol-details summary {
    cursor: pointer;
    list-style: none;
    padding: 10px 34px 8px 12px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: var(--navy);
    position: relative;
}

.sol-details summary::-webkit-details-marker {
    display: none;
}

.sol-details summary::after {
    content: "";
    position: absolute;
    right: 13px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-right: 1.6px solid var(--navy);
    border-bottom: 1.6px solid var(--navy);
    transform: translateY(-60%) rotate(45deg);
    transition: transform 0.2s;
}

.sol-details[open] summary::after {
    transform: translateY(-30%) rotate(225deg);
}

.sol-details p {
    margin: 0;
    padding: 0 12px 10px;
    font-size: 14px;
    line-height: 1.3;
    color: var(--muted);
}

.sol-unified-visual {
    position: relative;
    min-height: 360px;
}

.sol-efficiency-figure {
    margin: 56px auto 0;
    width: min(100%, 470px);
}

.sol-efficiency-img {
    width: 100%;
    height: auto;
}

.sol-float-card {
    position: absolute;
    width: 250px;
    background: #edf0f8;
    border: 1px solid #cfd5e4;
    border-radius: 8px;
    text-align: center;
    padding: 8px 8px 7px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
}

.sol-float-card h3 {
    margin: 0 0 3px;
    color: #262261;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
}

.sol-float-card p {
    margin: 0;
    font-size: 12px;
    line-height: 1.2;
    color: #555;
}

.sol-float-card-top-left {
    top: 20px;
    left: -60px;
}

.sol-float-card-top-right {
    top: 53px;
    right: -50px;
}

section.sol-section.sol-light.sol-scan-section {
    position: relative;
}

.sol-float-card-bottom {
    bottom: -38px;
    left: 77px;
}

.sol-unified-right-shape {
    position: absolute;
    right: calc(50% - 50vw);
    bottom: -4px;
    width: 70px;
}

.sol-unified-left-top {
    position: absolute;
    width: 70px;
    left: 0px;
    top: 0px;
}

.sol-unified-right-top {
    position: absolute;
    width: 70px;
    right: 0px;
    top: 0px;
}

.sol-unified-visual::before {
    width: 96px;
    top: 86px;
    left: 152px;
    transform: rotate(35deg);
}

.sol-unified-visual::after {
    width: 92px;
    top: 104px;
    right: 142px;
    transform: rotate(-42deg);
}


/* ── Wave dividers (Figma-style soft section breaks) ───── */

.sol-wave {
    display: block;
    margin: 0;
    line-height: 0;
    background: var(--white);
}

.sol-wave svg {
    display: block;
    width: 100%;
    height: clamp(28px, 4.5vw, 56px);
}

.sol-wave-mint {
    color: var(--mint);
}

.sol-wave-out {
    background: #c8ebe3;
    color: var(--page);
}


/* ── Mint industries ───────────────────────────────────── */

.sol-industries-outer {
    margin: 0;
    padding: 52px 0 10px;
    background: url("images/solution/sol-bg.png") center center / cover no-repeat;
    position: relative;
    position: relative;
    background-size: cover;
    background-position: top;
}

.sol-mint-card {
    border-radius: 9px;
    padding: 18px 18px 20px;
    /* background: #E2FAF2; */
    border: 1px solid rgba(38, 34, 97, 0.45);
    box-shadow: none;
    position: relative;
    z-index: 1;
}

.sol-industries-outer .sol-section-title {
    font-size: 36px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 8px;
    color: #262261;
    /* padding-top: 3rem; */
}

.sol-industries-outer .sol-section-sub {
    margin: 0 auto 16px;
    font-size: 14px;
    line-height: 1.25;
    color: #4e5967;
}

.sol-industry-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px 20px;
}

.sol-industry-card {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 12px;
    align-items: center;
    padding: 10px 12px;
    min-height: 64px;
    border-radius: 10px;
    background: linear-gradient(100deg, #f8f8f8 0%, #ededed 66%, #bfbfbf 100%);
    color: var(--white);
    box-shadow: none;
    position: relative;
    overflow: hidden;
    border: 2px solid #0000006e;
}

.sol-industry-card div p {
    color: #000;
}

.sol-industry-card div h3 {
    color: #000;
}

.sol-industry-card:hover {
    background: linear-gradient(100deg, #252566 0%, #3a327f 66%, #3d3d86 100%);
}

.sol-industry-card:hover div h3,
.sol-industry-card:hover div p {
    color: #ffffff !important;
}

.sol-industry-card::after {
    content: "";
    position: absolute;
    right: -22px;
    top: -20px;
    width: 96px;
    height: 64px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 70%);
    transform: rotate(-16deg);
    pointer-events: none;
}

.sol-industry-icon {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(77, 182, 172, 0.5));
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.sol-industry-icon-img {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.sol-industry-card h3 {
    margin: 0 0 3px;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 600;
    color: #ffffff;
}

.sol-industry-card p {
    margin: 0;
    font-size: 14px;
    color: rgba(226, 232, 240, 0.95);
    line-height: 1.25;
}


/* ── Campaign ──────────────────────────────────────────── */

.sol-campaign-grid {
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    gap: 10px;
    align-items: start;
}

.sol-campaign .sol-section-title {
    font-size: 36px;
    line-height: 1.05;
    font-weight: 600;
    margin-bottom: 8px;
}

.sol-campaign .sol-section-sub {
    max-width: 820px;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.35;
    color: #4b5563;
}

.sol-mini-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 6px;
}

.sol-mini {
    border-radius: 16px;
    padding: 12px 10px;
    min-height: 215px;
    position: relative;
    overflow: hidden;
    border: 1px solid #d7dcea;
}

.sol-mini h3 {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
}

.sol-mini-light {
    background: #ececf4;
    border-color: #d9dced;
    color: #262261;
}

.sol-mini-dark {
    background: linear-gradient(135deg, #242266 0%, #2e2d73 55%, #3a3a84 100%);
    color: var(--white);
    border-color: #3e3c81;
}

.sol-mini-dark h3 {
    color: #fff !important;
}

.sol-campaign-frame {
    margin: 0 0 8px;
    border-radius: 24px;
    overflow: hidden;
}

.sol-campaign-img {
    width: 100%;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.sol-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    border-radius: 12px;
    border: 1px solid #8cc6c3;
    overflow: hidden;
    background: #EFFDF8;
    width: 100%;
    justify-content: space-around;
    text-align: center;
}

.sol-pill {
    padding: 7px 16px;
    border-radius: 0;
    background: transparent;
    color: var(--navy);
    font-size: 12px;
    font-weight: 500;
    border-right: 1px solid rgba(38, 34, 97, 0.26);
    width: 25%;
}

.sol-pill:last-child {
    border-right: 0;
}

.sol-campaign-shape {
    width: 200px;
    right: -2px;
    bottom: -2px;
    opacity: 0.95;
}

.sol-campaign .sol-checklist {
    gap: 5px;
}

.sol-campaign .sol-checklist li {
    font-size: 14px;
    line-height: 1.25;
    padding-left: 12px;
}

.sol-campaign .sol-checklist li::before {
    left: 1px;
}


/* ── CTA band ──────────────────────────────────────────── */

.sol-cta-band {
    background: var(--navy);
    color: var(--white);
    /* padding: 34px 0 40px; */
    text-align: center;
}

.sol-contact-band {
    background: #262261;
    padding: 40px 0 46px;
}

.sol-contact-band .sol-cta-grid {
    grid-template-columns: 1fr 1.15fr;
    gap: 18px;
    align-items: stretch;
}

.sol-contact-copy {
    padding: 10px 12px;
}

.sol-contact-band .sol-cta-title {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 10px;
    color: #fff !important;
}

.sol-contact-copy h3 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color: #fff !important;
}

.sol-contact-band .sol-cta-text {
    margin: 0 0 8px;
    max-width: none;
    color: #d4daef;
    font-size: 14px;
    line-height: 1.35;
}

.sol-contact-band .sol-cta-feature {
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.11);
    padding: 14px 14px 12px;
}

.sol-contact-band .sol-cta-feature h3 {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: #ffffff;
}

.sol-contact-band .sol-checklist {
    gap: 6px;
}

.sol-contact-band .sol-checklist li {
    padding-left: 11px;
    font-size: 14px;
    line-height: 1.3;
    color: #d7ddf6;
}

.sol-contact-band .sol-checklist li::before {
    content: "•";
    left: 0;
    color: #d7ddf6;
}

.sol-light {
    background: #ffffff;
}

.sol-campaign+.sol-light {
    padding-top: 4px;
}

.sol-campaign+.sol-light .sol-section-title {
    max-width: 760px;
    margin: 0 auto 8px;
    font-size: 36px;
    line-height: 1.05;
    font-weight: 600;
    color: #262261;
}

.sol-campaign+.sol-light .sol-section-sub {
    max-width: 860px;
    margin: 0 auto 14px;
    font-size: 14px;
    line-height: 1.35;
    color: #5b6472;
}

.sol-pills-center {
    margin: 0 auto 12px;
}

.sol-light-alt {
    background: #eef7f4;
}

.sol-vendor-section {
    background: url("images/solution/sol-bg.png") center top / cover no-repeat;
}

.sol-vendor-section .sol-split-row {
    /* grid-template-columns: 1fr 1fr; */
    align-items: start;
    gap: 22px;
}

.sol-vendor-section .sol-section-title {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 8px;
}

.sol-vendor-section .sol-section-sub {
    font-size: 14px;
    line-height: 1.38;
    margin-bottom: 12px;
    max-width: 800px;
}

.sol-vendor-stack {
    display: grid;
    gap: 8px;
}

.sol-vendor-card {
    border-radius: 14px;
    background: #ececf4;
    padding: 10px 12px;
}

.sol-vendor-card h3 {
    margin: 0 0 5px;
    font-size: 16px;
    color: #262261;
    font-weight: 600;
}

.sol-vendor-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    color: #4b5563;
}

.sol-vendor-card-dark {
    background: linear-gradient(135deg, #252566 0%, #2f2b76 70%, #3b3a86 100%);
}

.sol-vendor-card-dark h3,
.sol-vendor-card-dark p {
    color: #edf1ff;
}

.sol-fill-section {
    padding-top: 0px;
    position: relative;
}

.sol-fill-section .sol-split-row {
    /* grid-template-columns: 1.12fr 1fr; */
    gap: 22px;
    align-items: flex-start;
}

.sol-fill-section .sol-section-title {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 8px;
}

.sol-fill-section .sol-section-sub {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.35;
}

.sol-fill-section .sol-mini {
    min-height: 192px;
}

.sol-pill-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.sol-pill-card {
    border-radius: 14px;
    background: #e9e8f7;
    border: 1px solid #8680bc;
    padding: 14px;
    min-height: 128px;
    text-align: center;
}

.sol-pills-sec {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    border-radius: 12px;
    border: 1px solid #8cc6c3;
    overflow: hidden;
    background: #262261;
    width: 100%;
    justify-content: space-around;
    text-align: center;
}

.sol-pills-sec .sol-pill {
    color: #fff;
    border-right: 1px solid #ccc;
}

.sol-pill-card h3 {
    margin: 0 0 7px;
    color: var(--navy);
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
}

.sol-pill-card p {
    margin: 0;
    color: #5b6472;
    font-size: 14px;
    line-height: 1.35;
}

.sol-split-block {
    display: grid;
    gap: 16px;
}

.sol-3cards {
    display: grid;
    /* grid-template-columns: repeat(2, minmax(0, 1fr)); */
    gap: 12px;
    /* padding-top: 3rem; */
}

.sol-2cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.sol-small-card {
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #dbeafe;
    padding: 16px;
}

.sol-small-card h3 {
    margin: 0 0 8px;
    font-size: 12px;
    color: var(--navy);
}

.sol-small-card p {
    margin: 0;
    font-size: 11px;
    color: #475569;
}

.sol-small-card-dark {
    background: var(--navy);
    border-color: transparent;
}

.sol-small-card-dark h3,
.sol-small-card-dark p {
    color: #e2e8f0;
}


/* ── Network campaign section (matches provided frame) ─── */

.sol-network {
    margin: 0;
    background: url("images/solution/sol-bg.png") center center / cover no-repeat;
    position: relative;
    background-size: cover;
    background-position: top;
}

.sol-network .sol-split-block {
    gap: 14px;
}

.sol-network .sol-3cards {
    gap: 12px;
    align-items: stretch;
}

.sol-network .sol-small-card {
    border-radius: 18px;
    border: 1px solid rgba(38, 34, 97, 0.2);
    background: #ececf4;
    padding: 14px 14px 12px;
    box-shadow: 0 4px 12px rgba(26, 26, 75, 0.12);
}

.sol-network .sol-small-card h3 {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 600;
    color: #262261;
}

.sol-network .sol-small-card p {
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
    color: #4b5563;
}

.sol-network .sol-small-card-lead {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding-left: 0;
}

.sol-network .sol-small-card-lead h3 {
    font-size: 36px;
}

.sol-network .sol-small-card-lead p {
    font-size: 14px;
}

.sol-network .sol-small-card .sol-checklist {
    gap: 6px;
}

.sol-network .sol-small-card .sol-checklist li {
    padding-left: 11px;
    font-size: 14px;
    line-height: 1.3;
}

.sol-network .sol-small-card .sol-checklist li::before {
    content: "•";
    left: 0;
    color: currentColor;
}

.sol-network .sol-small-card-dark {
    background: linear-gradient(135deg, #252566 0%, #302d78 60%, #3d3b8a 100%);
    border-color: #3d3b8a;
}

.sol-network .sol-small-card-dark h3,
.sol-network .sol-small-card-dark .sol-checklist li {
    color: #e7ecff;
}

.sol-network-pills {
    margin: 15px auto 0;
    /* width: fit-content; */
    border-radius: 11px;
    border: 1px solid #7cc8bb;
    background: #5DB198;
    overflow: hidden;
}

.sol-network-pills .sol-pill {
    min-width: 120px;
    text-align: center;
    color: #f8fffd;
    border-right: 1px solid rgba(248, 255, 253, 0.35);
}

.sol-network-pills .sol-pill:last-child {
    border-right: 0;
}

.sol-bookings .sol-section-title {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 1.05;
    font-weight: 600;
}

.sol-bookings .sol-section-sub {
    max-width: 860px;
    margin: 0 auto 25px;
    font-size: 14px;
    line-height: 1.35;
    color: #5b6472;
    text-align: center;
}

.sol-image-stage {
    grid-area: image;
    border-radius: 22px;
    border: 0;
    background: transparent;
    min-height: 400px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sol-image-stage img {
    width: 118%;
    height: auto;
    object-fit: contain;
    max-width: none;
}

.sol-booking-card {
    background: #e4f3f0;
    border: 1px solid #97c6c1;
    border-radius: 16px;
    padding: 12px 14px;
    text-align: center;
    width: 100%;
    max-width: 230px;
}

.sol-booking-card h3 {
    margin: 0 0 6px;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 600;
    color: #262261;
}

.sol-booking-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    color: #4b5563;
}

.sol-booking-top-left {
    grid-area: tl;
    justify-self: end;
    transform: translateX(34px);
}

.sol-booking-top-right {
    grid-area: tr;
    justify-self: start;
    transform: translateX(-34px);
}

.sol-booking-bottom-left {
    grid-area: bl;
    justify-self: end;
    transform: translateX(34px);
}

.sol-booking-bottom-right {
    grid-area: br;
    justify-self: start;
    transform: translateX(-34px);
}

.sol-cta-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
    text-align: left;
}

.sol-cta-feature {
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.26);
    padding: 16px;
    background: rgba(255, 255, 255, 0.05);
}

.sol-cta-feature h3 {
    margin: 0 0 10px;
}

.sol-split-row {
    /* grid-template-columns: 1fr 1fr; */
    gap: 24px;
    align-items: center;
}

section {
    position: relative;
}

.sol-ops-section {
    /* padding-top: 34px; */
    padding-bottom: 0px;
    position: relative;
}

.sol-ops-section .sol-split-row {
    grid-template-columns: 1.05fr 1fr;
    gap: 34px;
}

.sol-image-frame {
    min-height: 220px;
    overflow: hidden;
}

.sol-image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sol-ops-section .sol-image-frame {
    border-radius: 22px;
    min-height: 330px;
}

.sol-ops-section .sol-image-frame img {
    object-fit: cover;
}

.sol-ops-section .sol-section-title {
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 1.05;
    font-weight: 600;
    color: #262261;
}

.sol-ops-section .sol-text-stack h3 {
    margin: 0 0 9px;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: #262261;
}

.sol-ops-section .sol-checklist {
    margin-bottom: 14px;
    gap: 6px;
}

.sol-ops-section .sol-checklist li {
    padding-left: 10px;
    font-size: 15px;
    line-height: 1.3;
    color: #4c5664;
}

.sol-ops-section .sol-checklist li::before {
    content: "•";
    left: 0;
    color: #4c5664;
}

.sol-ops-section .sol-pills {
    width: fit-content;
    min-width: 330px;
    border: 1px solid #b5c8c6;
    background: #eef7f4;
    margin-inline: auto;
}

.sol-ops-section .sol-pill {
    width: auto;
    min-width: 112px;
}

.sol-text-stack .sol-section-title,
.sol-text-stack .sol-cta-title {
    margin-bottom: 10px;
}

.sol-static-section {
    background: #262261;
    /* padding: 45px 0; */
}

.sol-static-section .sol-cta-title {
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    line-height: 1.08;
    font-weight: 600;
    margin-bottom: 14px;
}

.sol-static-grid {
    display: grid;
    grid-template-columns: 1fr 1.06fr;
    gap: 0;
    max-width: 980px;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
}

.sol-static-image-wrap {
    background: #0146a1;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sol-static-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sol-static-copy {
    background: #eef0f6;
    padding: 14px 16px;
    color: #4a5564;
}

.sol-static-copy p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.35;
}

section.sol-cta-band.sol-cta-band-thin.sol-static-section {
    text-align: left;
}

.sol-static-copy .sol-checklist {
    gap: 6px;
    margin-bottom: 10px;
}

.sol-static-copy .sol-checklist li {
    padding-left: 10px;
    font-size: 14px;
    line-height: 1.3;
}

.sol-static-copy .sol-checklist li::before {
    content: "•";
    left: 0;
    color: #4a5564;
}

.sol-static-note {
    margin: 8px 0 0;
    padding-left: 8px;
    border-left: 2px solid #bec3d3;
    font-weight: 600;
    color: #333a4c;
}

.sol-scan-section {
    padding-top: 34px;
}

.sol-scan-section .sol-section-title {
    margin: 0 auto 20px;
    font-size: 36px;
    line-height: 1.08;
    font-weight: 600;
    color: #262261;
}

.sol-scan-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
    align-items: center;
}

.sol-scan-copy h3 {
    margin: 0 0 10px;
    font-size: 32px;
    line-height: 1.08;
    color: #262261;
    font-weight: 500;
}

.sol-scan-copy p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.35;
    color: #4c5664;
}

.sol-scan-copy .sol-checklist {
    gap: 6px;
    margin-bottom: 10px;
}

.sol-scan-copy .sol-checklist li {
    padding-left: 10px;
    font-size: 14px;
    line-height: 1.3;
    color: #4c5664;
}

.sol-scan-copy .sol-checklist li::before {
    content: "•";
    left: 0;
    color: #4c5664;
}

.sol-scan-image {
    border-radius: 20px;
    min-height: 300px;
}

.sol-solution-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.sol-connected-section {
    background: url("images/solution/sol-bg.png") center top / cover no-repeat;
    padding-bottom: 60px;
}

.sol-connected-section .sol-section-title {
    font-size: 42px;
    line-height: 1.06;
    font-weight: 600;
    margin-bottom: 8px;
}

.sol-connected-section .sol-section-sub {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.35;
    color: #4b5563;
}

.sol-solution-card {
    background: linear-gradient(180deg, #312e81 0%, #1e1b4b 100%);
    color: #e2e8f0;
    border-radius: 10px;
    padding: 10px 8px 20px;
    border: 1px solid #3c3a8d;
    text-align: center;
}

.sol-solution-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 8px;
}

.sol-solution-card h3 {
    margin: 0 0 5px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
}

.sol-solution-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
}

.sol-transform-section {
    position: relative;
    overflow: hidden;
    padding-top: 56px;
    padding-bottom: 28px;
}

.sol-transform-section .sol-section-title {
    margin: 0 auto 14px;
    font-size: 36px;
    line-height: 1.08;
    font-weight: 600;
}

.sol-transform-section .sol-section-sub {
    margin: 0 auto 20px;
    font-size: 14px;
    line-height: 1.35;
    color: #525c69;
}

.sol-transform-section .sol-pill-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.sol-transform-section .sol-pill-card {
    border-radius: 12px;
    min-height: 122px;
    background: #e7e7f5;
    border: 1px solid #8a84bf;
}

.sol-transform-section .sol-pill-card h3 {
    font-size: 28px;
    margin-bottom: 7px;
}

.sol-transform-section .sol-pill-card p {
    font-size: 11px;
}

.sol-transform-section .sol-cta-actions {
    margin-top: 18px;
}

.sol-transform-section .sol-btn {
    padding: 8px 18px;
    border-radius: 6px;
    font-size: 14px;
}

.sol-cta-title {
    margin: 0 0 12px;
    font-size: clamp(18px, 2.4vw, 24px);
    font-weight: 800;
    color: #fff;
}

.sol-cta-text {
    margin: 0 auto 24px;
    max-width: 560px;
    color: #cbd5e1;
    font-size: 12px;
}

.sol-cta-actions {
    justify-content: center;
}

.sol-cta-band .sol-btn-primary {
    background: var(--white);
    color: var(--navy);
    box-shadow: none;
}

.sol-cta-band .sol-btn-primary:hover {
    background: #e2e8f0;
}

.sol-cta-band .sol-btn-teal {
    border-color: rgba(255, 255, 255, 0.35);
}


/* ── Responsive ────────────────────────────────────────── */

@media (max-width: 1024px) {
    .sol-hero-grid {
        gap: 28px;
    }
}

@media (max-width: 992px) {
    .sol-hero::before {
        width: 58%;
        clip-path: polygon(52% 0, 100% 0, 100% 100%, 68% 74%);
    }
    .sol-hero-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .sol-hero-media {
        justify-content: center;
    }
    .sol-kicker {
        font-size: 30px;
    }
    .sol-hero-line {
        font-size: 36px;
    }
    .sol-hero-title {
        font-size: 48px;
    }
    .sol-section-title {
        font-size: 40px;
    }
    .sol-unified-copy .sol-section-title {
        font-size: 34px;
    }
    .sol-details summary,
    .sol-float-card h3 {
        font-size: 30px;
    }
    .sol-unified-visual {
        min-height: 330px;
        margin-top: 8px;
    }
    .sol-float-card-top-left {
        left: 0;
    }
    .sol-float-card-top-right {
        right: 0;
    }
    .sol-hero-grid,
    .sol-unified-grid,
    .sol-campaign-grid {
        grid-template-columns: 1fr;
    }
    .sol-hero-media {
        order: 2;
    }
    .sol-hero-copy {
        order: 1;
    }
    .sol-hero-bg {
        right: -140px;
        top: -60px;
        opacity: 0.75;
    }
    .sol-hero-figure {
        justify-content: center;
    }
    .sol-two-cards {
        grid-template-columns: 1fr;
    }
    .sol-industry-grid {
        grid-template-columns: 1fr;
    }
    .sol-industries-outer {
        padding: 38px 0 42px;
    }
    .sol-industries-outer .sol-section-title {
        font-size: 34px;
    }
    .sol-cta-grid,
    .sol-split-row {
        grid-template-columns: 1fr;
    }
    .sol-vendor-section .sol-split-row,
    .sol-fill-section .sol-split-row {
        grid-template-columns: 1fr;
    }
    .sol-contact-band .sol-cta-grid,
    .sol-ops-section .sol-split-row {
        grid-template-columns: 1fr;
    }
    .sol-contact-band .sol-cta-title,
    .sol-ops-section .sol-section-title {
        font-size: 34px;
    }
    .sol-pill-grid {
        grid-template-columns: 1fr 1fr;
    }
    .sol-3cards {
        grid-template-columns: 1fr;
    }
    .sol-bookings .sol-section-title {
        font-size: 34px;
    }
    .sol-image-stage {
        min-height: 220px;
    }
    .sol-booking-top-left,
    .sol-booking-top-right,
    .sol-booking-bottom-left,
    .sol-booking-bottom-right {
        justify-self: center;
        transform: none;
    }
    .sol-solution-row {
        grid-template-columns: 1fr 1fr;
    }
    .sol-connected-section .sol-section-title,
    .sol-transform-section .sol-section-title {
        font-size: 34px;
    }
    .sol-campaign .sol-section-title,
    .sol-campaign+.sol-light .sol-section-title {
        font-size: 34px;
    }
    .sol-mini h3,
    .sol-pill-card h3 {
        font-size: 30px;
    }
    .sol-pills {
        width: 100%;
    }
    .sol-pill {
        flex: 1;
        text-align: center;
        padding-inline: 8px;
    }
    .sol-network .sol-3cards {
        grid-template-columns: 1fr;
    }
    .sol-network .sol-small-card-lead {
        padding-left: 0;
    }
    .sol-network-pills {
        width: 100%;
    }
    .sol-network-pills .sol-pill {
        min-width: 0;
    }
    .sol-static-grid,
    .sol-scan-grid {
        grid-template-columns: 1fr;
    }
    .sol-static-section .sol-cta-title,
    .sol-scan-section .sol-section-title {
        font-size: 34px;
    }
}

@media (max-width: 520px) {
    .solution-page .solution-hero-content .hero-actions {
        display: flex;
        flex-direction: row !important;
        align-items: flex-start;
        gap: 10px;
    }
    .sol-pill {
        flex: 0 0 auto;
        scroll-snap-align: start;
    }
}

@media (max-width: 768px) {
    .sol-hero::before {
        width: 100%;
        height: 52%;
        clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 78%);
    }
    .sol-kicker {
        font-size: 24px;
    }
    .sol-hero-line {
        font-size: 29px;
    }
    .sol-hero-title {
        font-size: 41px;
    }
    .sol-lead {
        font-size: 12px;
    }
    .sol-section-title {
        font-size: 30px;
        line-height: 1.2;
    }
    .sol-section-sub {
        font-size: 12px;
    }
    .sol-card h3 {
        font-size: 30px;
    }
    .sol-3cards {
        padding-top: 0rem;
    }
    .sol-card-copy,
    .sol-checklist li,
    .sol-banner-strip {
        font-size: 12px;
    }
    .sol-industries-outer .sol-section-title {
        font-size: 28px;
    }
    .sol-industries-outer .sol-section-sub {
        font-size: 14px;
        margin-bottom: 14px;
    }
    .sol-mint-card {
        padding: 14px 12px;
    }
    .sol-industry-grid {
        gap: 10px;
    }
    .sol-industry-card {
        min-height: 60px;
        padding: 10px;
    }
    .sol-campaign .sol-section-title,
    .sol-campaign+.sol-light .sol-section-title {
        font-size: 28px;
    }
    .sol-campaign .sol-section-sub {
        font-size: 14px;
    }
    .sol-mini {
        min-height: auto;
    }
    .sol-mini h3,
    .sol-pill-card h3 {
        font-size: 24px;
    }
    .sol-campaign .sol-checklist li,
    .sol-pill-card p,
    .sol-campaign+.sol-light .sol-section-sub {
        font-size: 14px;
    }
    .sol-pill {
        font-size: 10px;
        padding: 6px 8px;
    }
    .sol-network {
        border-top-width: 2px;
        border-bottom-width: 2px;
    }
    .sol-network .sol-small-card h3 {
        font-size: 18px;
    }
    .sol-network .sol-small-card-lead h3 {
        font-size: 20px;
    }
    .sol-network .sol-small-card p,
    .sol-network .sol-small-card .sol-checklist li {
        font-size: 14px;
    }
    .sol-connected-section .sol-section-title,
    .sol-transform-section .sol-section-title {
        font-size: 28px;
    }
    .sol-solution-card h3,
    .sol-transform-section .sol-pill-card h3 {
        font-size: 24px;
    }
    .sol-solution-card p,
    .sol-transform-section .sol-section-sub,
    .sol-transform-section .sol-pill-card p {
        font-size: 14px;
    }
    .sol-solution-img {
        height: 200px;
    }
    .sol-image-stage img {
        width: 100%;
    }
    .sol-static-section .sol-cta-title,
    .sol-scan-section .sol-section-title {
        font-size: 28px;
    }
    .sol-scan-copy h3 {
        font-size: 26px;
    }
    .sol-static-copy p,
    .sol-static-copy .sol-checklist li,
    .sol-scan-copy p,
    .sol-scan-copy .sol-checklist li {
        font-size: 14px;
    }
    .sol-scan-image {
        min-height: 220px;
    }
    .sol-vendor-section .sol-section-title,
    .sol-fill-section .sol-section-title {
        font-size: 28px;
    }
    .sol-vendor-card h3,
    .sol-fill-section .sol-mini h3 {
        font-size: 18px;
    }
    .sol-vendor-card p,
    .sol-fill-section .sol-section-sub {
        font-size: 14px;
    }
    .sol-bookings .sol-section-title {
        font-size: 28px;
    }
    .sol-bookings .sol-section-sub {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .sol-booking-card h3 {
        font-size: 18px;
    }
    .sol-booking-card p {
        font-size: 14px;
    }
    .sol-contact-band .sol-cta-title,
    .sol-ops-section .sol-section-title {
        font-size: 28px;
    }
    .sol-contact-copy h3,
    .sol-contact-band .sol-cta-feature h3,
    .sol-ops-section .sol-text-stack h3 {
        font-size: 18px;
    }
    .sol-contact-band .sol-cta-text,
    .sol-contact-band .sol-checklist li,
    .sol-ops-section .sol-checklist li {
        font-size: 14px;
    }
    .sol-ops-section .sol-image-frame {
        min-height: 240px;
    }
    .sol-ops-section .sol-pills {
        min-width: 0;
    }
    .sol-ops-section .sol-pill {
        min-width: 0;
    }
    .sol-unified {
        padding-top: 10px;
    }
    .sol-unified-copy .sol-section-title {
        font-size: 27px;
    }
    .sol-unified-copy .sol-section-sub,
    .sol-accordion {
        font-size: 12px;
        max-width: 100%;
    }
    .sol-details summary {
        font-size: 25px;
    }
    .sol-float-card {
        width: 152px;
        padding: 7px 6px;
    }
    .sol-float-card h3 {
        font-size: 18px;
        line-height: 1.2;
    }
    .sol-float-card p {
        font-size: 11px;
    }
    .sol-float-card-top-left {
        top: 0;
        left: -2px;
    }
    .sol-float-card-top-right {
        top: 5rem;
        right: -2px;
    }
    .sol-float-card-bottom {
        left: 100px;
        bottom: -33px;
    }
    .sol-unified-right-shape,
    .sol-unified-left-shape {
        display: none;
    }
    .sol-unified-visual::before {
        width: 70px;
        top: 72px;
        left: 130px;
    }
    .sol-unified-visual::after {
        width: 66px;
        top: 78px;
        right: 116px;
    }
    .sol-nav {
        display: none;
    }
    .sol-nav-toggle {
        display: flex;
    }
    .sol-mini-cards {
        grid-template-columns: 1fr;
    }
    .sol-pill-grid {
        grid-template-columns: 1fr !important;
    }
    .sol-section {
        padding: 20px;
    }
    section.sol-section.sol-light-alt.sol-vendor-section {
        padding-top: 50px !important;
    }
    section.sol-section.sol-light-alt.sol-connected-section {
        padding-top: 80px !important;
    }
    .sol-2cards {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .sol-solution-row {
        grid-template-columns: 1fr;
    }
    .sol-hero {
        padding-top: 18px;
        padding-bottom: 28px;
    }
    .sol-pill {
        font-size: 10px;
        padding: 6px 9px;
    }
    .sol-unified-left-top {
        display: none;
    }
    .sol-unified-right-top {
        display: none;
    }
}


/* ============================================================
   SOLUTION PAGE HERO — MOBILE CONTENT-ONLY BANNER
============================================================ */

@media (max-width: 768px) {
    .solution-page .background-wrapper {
        display: none;
    }
    .solution-page .solution-hero-section {
        grid-template-columns: 1fr;
        gap: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        align-items: flex-start;
    }
    .solution-page .solution-hero-visuals,
    .solution-page .solution-hero-banner-image,
    .solution-page .solution-hero-visuals .blob-shape {
        display: none !important;
    }
    .solution-page .solution-hero-content {
        width: 100%;
        max-width: 100%;
        margin: 0;
        text-align: left;
    }
    .solution-page .solution-hero-content .hero-subtitle {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .solution-page .solution-hero-content .hero-title {
        font-size: clamp(36px, 10.5vw, 46px);
        line-height: 1.06;
        margin-bottom: 12px;
        letter-spacing: -0.01em;
        word-break: normal;
        overflow-wrap: break-word;
    }
    .solution-page .solution-hero-content .hero-description {
        font-size: 14px;
        line-height: 1.6;
        max-width: 100%;
        margin-bottom: 14px;
    }
    .solution-page .solution-hero-content .hero-actions {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .solution-page .solution-hero-content .hero-actions .btn {
        width: 100%;
        max-width: 240px;
        white-space: nowrap;
        line-height: 1.2;
    }
}

@media (min-width: 769px) {
    .sol-nav-panel {
        display: none !important;
    }
    .sol-nav-panel:not([hidden]) {
        display: none !important;
    }
}


/* ============================================================
   SOLUTION PAGE — SECTION VERTICAL RHYTHM
   Parent-driven spacing normalization
   Parent: body.solution-page > main
============================================================ */

@media (min-width: 769px) and (max-width: 1024px) {
    .solution-page main>section {
        padding-top: 3rem !important;
        /* 48px tablet */
        padding-bottom: 3rem !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media (max-width: 768px) {
    .solution-page main>section {
        padding-top: 20px !important;
        /* 20px mobile */
        padding-bottom: 20px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}