/* ============================================================
   SPC — WHY SPC PAGE
   Complete page-specific stylesheet
   ============================================================ */


/* ============================================================
   PAGE VARIABLES
   ============================================================ */

.spc-why-page {

    --why-primary: #197da6;
    --why-primary-dark: #12647f;
    --why-primary-light: #e8f4f8;

    --why-accent: #d59a3a;
    --why-dark: #17343d;
    --why-dark-soft: #244952;

    --why-heading: #17343d;
    --why-text: #52666d;
    --why-muted: #738289;

    --why-background: #f7f4ed;
    --why-background-soft: #fbfaf6;
    --why-surface: #fffdf9;

    --why-border: rgba(23, 52, 61, 0.10);

    --why-radius-sm: 12px;
    --why-radius-md: 18px;
    --why-radius-lg: 24px;

    --why-shadow:
        0 12px 35px rgba(30, 52, 60, 0.065);

    --why-shadow-hover:
        0 22px 50px rgba(30, 52, 60, 0.12);

}


/* ============================================================
   BASE
   ============================================================ */

.spc-why-page {

    background:
        var(--why-background);

    color:
        var(--why-text);

}


.spc-why-page main {

    width:
        100%;

    overflow:
        hidden;

}


.spc-why-page h1,
.spc-why-page h2,
.spc-why-page h3,
.spc-why-page h4 {

    font-family:
        "Manrope",
        sans-serif;

}


.spc-why-page p {

    font-family:
        "DM Sans",
        sans-serif;

}


.spc-why-page a {

    -webkit-tap-highlight-color:
        transparent;

}


/* ============================================================
   HERO
   ============================================================ */

.why-hero {

    position:
        relative;

    min-height:
        555px;

    display:
        flex;

    align-items:
        center;

    overflow:
        hidden;

    background:
        linear-gradient(
            135deg,
            #17343d 0%,
            #155c72 55%,
            #197da6 100%
        );

    color:
        #ffffff;

}


.why-hero__grid {

    position:
        absolute;

    inset:
        0;

    pointer-events:
        none;

    opacity:
        .12;

    background-image:
        linear-gradient(
            rgba(255,255,255,.18) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.18) 1px,
            transparent 1px
        );

    background-size:
        55px 55px;

}


.why-hero__orb {

    position:
        absolute;

    border-radius:
        50%;

    pointer-events:
        none;

}


.why-hero__orb--one {

    width:
        430px;

    height:
        430px;

    top:
        -220px;

    right:
        -120px;

    background:
        rgba(255,255,255,.075);

}


.why-hero__orb--two {

    width:
        330px;

    height:
        330px;

    left:
        -150px;

    bottom:
        -210px;

    background:
        rgba(213,154,58,.11);

}


/* ============================================================
   HERO CONTENT
   ============================================================ */

.why-hero__content {

    position:
        relative;

    z-index:
        2;

    width:
        100%;

    padding:
        145px 0 65px;

}


.why-eyebrow {

    display:
        inline-flex;

    align-items:
        center;

    gap:
        9px;

    margin-bottom:
        16px;

    color:
        rgba(255,255,255,.75);

    font-family:
        "DM Sans",
        sans-serif;

    font-size:
        .67rem;

    line-height:
        1;

    font-weight:
        800;

    letter-spacing:
        .15em;

}


.why-eyebrow::before {

    content:
        "";

    width:
        28px;

    height:
        2px;

    flex:
        0 0 28px;

    background:
        var(--why-accent);

}


.why-eyebrow--dark {

    color:
        var(--why-primary);

}


.why-breadcrumb {

    display:
        flex;

    align-items:
        center;

    flex-wrap:
        wrap;

    gap:
        8px;

    margin-bottom:
        23px;

    color:
        rgba(255,255,255,.55);

    font-family:
        "DM Sans",
        sans-serif;

    font-size:
        .7rem;

}


.why-breadcrumb a {

    color:
        #ffffff;

    text-decoration:
        none;

    transition:
        opacity .2s ease;

}


.why-breadcrumb a:hover {

    opacity:
        .72;

}


.why-breadcrumb i {

    font-size:
        .55rem;

}


.why-hero h1 {

    max-width:
        850px;

    margin:
        0;

    color:
        #ffffff;

    font-family:
        "Manrope",
        sans-serif;

    font-size:
        clamp(2.5rem, 5.8vw, 4.7rem);

    line-height:
        1.045;

    letter-spacing:
        -.055em;

    font-weight:
        800;

}


.why-hero h1 span {

    display:
        block;

    color:
        #a9ddea;

}


.why-hero p {

    max-width:
        680px;

    margin:
        24px 0 0;

    color:
        rgba(255,255,255,.72);

    font-size:
        .88rem;

    line-height:
        1.8;

}


/* ============================================================
   HERO STATS
   ============================================================ */

.why-hero__stats {

    width:
        fit-content;

    max-width:
        100%;

    display:
        flex;

    align-items:
        stretch;

    margin-top:
        55px;

    padding-top:
        20px;

    border-top:
        1px solid rgba(255,255,255,.16);

}


.why-hero__stats > div {

    min-width:
        135px;

    padding:
        0 25px;

    border-right:
        1px solid rgba(255,255,255,.13);

}


.why-hero__stats > div:first-child {

    padding-left:
        0;

}


.why-hero__stats > div:last-child {

    border-right:
        none;

}


.why-hero__stats strong {

    display:
        block;

    color:
        #ffffff;

    font-family:
        "Manrope",
        sans-serif;

    font-size:
        .76rem;

    line-height:
        1.3;

    font-weight:
        800;

}


.why-hero__stats span {

    display:
        block;

    margin-top:
        4px;

    color:
        rgba(255,255,255,.52);

    font-size:
        .61rem;

    line-height:
        1.3;

}


/* ============================================================
   INTRODUCTION
   ============================================================ */

.why-intro {

    padding:
        105px 0;

    background:
        var(--why-background);

}


.why-intro h2,
.why-section-heading h2,
.why-journey h2,
.why-values h2 {

    margin:
        0 0 20px;

    color:
        var(--why-heading);

    font-family:
        "Manrope",
        sans-serif;

    font-size:
        clamp(2rem, 4vw, 3.25rem);

    line-height:
        1.08;

    letter-spacing:
        -.045em;

    font-weight:
        800;

}


.why-intro h2 span,
.why-section-heading h2 span,
.why-journey h2 span,
.why-values h2 span {

    color:
        var(--why-primary);

}


.why-intro p {

    max-width:
        690px;

    margin:
        0 0 15px;

    color:
        var(--why-text);

    font-size:
        .84rem;

    line-height:
        1.85;

}


/* ============================================================
   INTRO VISUAL
   ============================================================ */

.why-intro__visual {

    display:
        grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap:
        15px;

    padding:
        15px;

}


.why-intro__visual-card {

    position:
        relative;

    min-height:
        175px;

    display:
        flex;

    flex-direction:
        column;

    justify-content:
        flex-end;

    overflow:
        hidden;

    padding:
        23px;

    border:
        1px solid var(--why-border);

    border-radius:
        var(--why-radius-md);

    background:
        var(--why-surface);

    box-shadow:
        var(--why-shadow);

    transition:
        transform .35s ease,
        box-shadow .35s ease;

}


.why-intro__visual-card:hover {

    transform:
        translateY(-6px);

    box-shadow:
        var(--why-shadow-hover);

}


.why-intro__visual-card--offset {

    transform:
        translateY(22px);

}


.why-intro__visual-card--offset:hover {

    transform:
        translateY(16px);

}


.why-intro__visual-card:nth-child(3) {

    grid-column:
        1 / -1;

    min-height:
        135px;

}


.why-intro__visual-card i {

    position:
        absolute;

    top:
        22px;

    right:
        22px;

    color:
        var(--why-primary);

    font-size:
        1.6rem;

}


.why-intro__number {

    position:
        absolute;

    top:
        21px;

    left:
        22px;

    color:
        rgba(25,125,166,.34);

    font-family:
        "Manrope",
        sans-serif;

    font-size:
        .6rem;

    font-weight:
        800;

}


.why-intro__visual-card strong {

    color:
        var(--why-heading);

    font-size:
        .98rem;

    line-height:
        1.3;

    font-weight:
        800;

}


.why-intro__visual-card small {

    margin-top:
        5px;

    color:
        var(--why-muted);

    font-size:
        .65rem;

    line-height:
        1.45;

}


/* ============================================================
   FEATURES SECTION
   ============================================================ */

.why-features {

    padding:
        105px 0 115px;

    background:
        var(--why-background-soft);

}


.why-section-heading {

    margin-bottom:
        42px;

}


.why-section-heading p {

    max-width:
        630px;

    margin:
        0;

    color:
        var(--why-muted);

    font-size:
        .82rem;

    line-height:
        1.8;

}


/* ============================================================
   FEATURE CARD
   ============================================================ */

.why-feature-card {

    height:
        100%;

    min-height:
        255px;

    display:
        flex;

    flex-direction:
        column;

    padding:
        26px;

    border:
        1px solid var(--why-border);

    border-radius:
        20px;

    background:
        var(--why-surface);

    box-shadow:
        var(--why-shadow);

    outline:
        none;

    transition:
        transform .32s ease,
        box-shadow .32s ease,
        border-color .32s ease;

}


.why-feature-card:hover,
.why-feature-card.is-focused {

    transform:
        translateY(-7px);

    border-color:
        rgba(25,125,166,.23);

    box-shadow:
        var(--why-shadow-hover);

}


.why-feature-card__top {

    display:
        flex;

    align-items:
        flex-start;

    justify-content:
        space-between;

    margin-bottom:
        28px;

}


.why-feature-card__top > span {

    color:
        rgba(25,125,166,.42);

    font-size:
        .61rem;

    line-height:
        1;

    font-weight:
        800;

}


.why-feature-card__icon {

    width:
        47px;

    height:
        47px;

    display:
        grid;

    place-items:
        center;

    border-radius:
        13px;

    background:
        var(--why-primary-light);

    color:
        var(--why-primary);

}


.why-feature-card__icon i {

    font-size:
        1rem;

}


.why-feature-card h3 {

    margin:
        0 0 11px;

    color:
        var(--why-heading);

    font-size:
        .98rem;

    line-height:
        1.4;

    font-weight:
        800;

}


.why-feature-card p {

    margin:
        0;

    color:
        var(--why-text);

    font-size:
        .7rem;

    line-height:
        1.75;

}


/* ============================================================
   JOURNEY SECTION
   ============================================================ */

.why-journey {

    padding:
        105px 0;

    background:
        var(--why-dark);

    color:
        #ffffff;

}


.why-journey h2 {

    color:
        #ffffff;

}


.why-journey h2 span {

    color:
        #9fdbea;

}


.why-journey__intro p {

    max-width:
        530px;

    margin:
        0;

    color:
        rgba(255,255,255,.63);

    font-size:
        .82rem;

    line-height:
        1.85;

}


.why-journey__timeline {

    border-top:
        1px solid rgba(255,255,255,.13);

}


.why-journey__item {

    display:
        flex;

    align-items:
        flex-start;

    gap:
        22px;

    padding:
        25px 0;

    border-bottom:
        1px solid rgba(255,255,255,.13);

}


.why-journey__step {

    flex:
        0 0 38px;

    padding-top:
        2px;

    color:
        #7cc9dc;

    font-size:
        .62rem;

    font-weight:
        800;

}


.why-journey__item small {

    display:
        block;

    margin-bottom:
        6px;

    color:
        rgba(255,255,255,.38);

    font-size:
        .54rem;

    line-height:
        1;

    font-weight:
        800;

    letter-spacing:
        .13em;

}


.why-journey__item h3 {

    margin:
        0 0 7px;

    color:
        #ffffff;

    font-size:
        .95rem;

    line-height:
        1.4;

    font-weight:
        800;

}


.why-journey__item p {

    max-width:
        540px;

    margin:
        0;

    color:
        rgba(255,255,255,.57);

    font-size:
        .7rem;

    line-height:
        1.72;

}


/* ============================================================
   LEARNING AREAS
   ============================================================ */

.why-areas {

    padding:
        105px 0;

    background:
        var(--why-background);

}


.why-area-card {

    min-height:
        112px;

    display:
        flex;

    flex-direction:
        column;

    justify-content:
        center;

    gap:
        12px;

    padding:
        21px;

    border:
        1px solid var(--why-border);

    border-radius:
        16px;

    background:
        var(--why-surface);

    box-shadow:
        0 9px 28px rgba(30,52,60,.045);

    outline:
        none;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;

}


.why-area-card:hover,
.why-area-card.is-focused {

    transform:
        translateY(-5px);

    border-color:
        rgba(25,125,166,.23);

    box-shadow:
        var(--why-shadow);

}


.why-area-card i {

    color:
        var(--why-primary);

    font-size:
        1.1rem;

}


.why-area-card span {

    color:
        var(--why-heading);

    font-size:
        .68rem;

    line-height:
        1.4;

    font-weight:
        700;

}


/* ============================================================
   VALUES
   ============================================================ */

.why-values {

    padding:
        15px 0 105px;

    background:
        var(--why-background);

}


.why-values__box {

    display:
        grid;

    grid-template-columns:
        .85fr 1.15fr;

    gap:
        65px;

    padding:
        52px;

    border-radius:
        var(--why-radius-lg);

    background:
        var(--why-primary);

    box-shadow:
        0 25px 60px rgba(25,125,166,.15);

}


.why-values h2 {

    margin-bottom:
        0;

    color:
        #ffffff;

}


.why-values h2 span {

    color:
        #b7e7f0;

}


.why-values__list {

    display:
        grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    column-gap:
        32px;

}


.why-value {

    display:
        flex;

    align-items:
        flex-start;

    gap:
        15px;

    min-width:
        0;

    padding:
        19px 0;

    border-bottom:
        1px solid rgba(255,255,255,.17);

}


.why-value > span {

    flex:
        0 0 auto;

    color:
        rgba(255,255,255,.42);

    font-size:
        .58rem;

    font-weight:
        800;

}


.why-value strong {

    display:
        block;

    margin-bottom:
        5px;

    color:
        #ffffff;

    font-size:
        .74rem;

    line-height:
        1.3;

    font-weight:
        800;

}


.why-value p {

    margin:
        0;

    color:
        rgba(255,255,255,.61);

    font-size:
        .63rem;

    line-height:
        1.6;

}


/* ============================================================
   CTA
   ============================================================ */

.why-cta {

    padding:
        95px 0 105px;

    background:
        var(--why-background-soft);

}


.why-cta__inner {

    position:
        relative;

    display:
        flex;

    align-items:
        center;

    justify-content:
        space-between;

    gap:
        45px;

    overflow:
        hidden;

    padding:
        53px;

    border-radius:
        var(--why-radius-lg);

    background:
        linear-gradient(
            135deg,
            #145f78 0%,
            #197da6 100%
        );

    box-shadow:
        0 25px 60px rgba(25,125,166,.15);

}


.why-cta__inner::after {

    content:
        "";

    position:
        absolute;

    width:
        310px;

    height:
        310px;

    top:
        -155px;

    right:
        -105px;

    border-radius:
        50%;

    background:
        rgba(255,255,255,.075);

    pointer-events:
        none;

}


.why-cta__content {

    position:
        relative;

    z-index:
        2;

}


.why-cta__content h2 {

    max-width:
        700px;

    margin:
        0 0 13px;

    color:
        #ffffff;

    font-size:
        clamp(2rem, 4vw, 3.15rem);

    line-height:
        1.08;

    letter-spacing:
        -.045em;

    font-weight:
        800;

}


.why-cta__content h2 span {

    color:
        #b7e7f0;

}


.why-cta__content p {

    max-width:
        580px;

    margin:
        0;

    color:
        rgba(255,255,255,.67);

    font-size:
        .78rem;

    line-height:
        1.75;

}


.why-cta__actions {

    position:
        relative;

    z-index:
        2;

    display:
        flex;

    align-items:
        center;

    gap:
        10px;

    flex:
        0 0 auto;

}


.why-button {

    min-height:
        45px;

    display:
        inline-flex;

    align-items:
        center;

    justify-content:
        center;

    gap:
        8px;

    padding:
        0 19px;

    border-radius:
        999px;

    text-decoration:
        none;

    font-size:
        .67rem;

    font-weight:
        800;

    white-space:
        nowrap;

    transition:
        transform .25s ease,
        background .25s ease,
        color .25s ease,
        border-color .25s ease;

}


.why-button:hover {

    transform:
        translateY(-3px);

}


.why-button--primary {

    background:
        #ffffff;

    color:
        var(--why-primary);

}


.why-button--primary:hover {

    background:
        #eef8fa;

    color:
        var(--why-primary-dark);

}


.why-button--outline {

    border:
        1px solid rgba(255,255,255,.34);

    color:
        #ffffff;

}


.why-button--outline:hover {

    border-color:
        rgba(255,255,255,.8);

    background:
        rgba(255,255,255,.10);

    color:
        #ffffff;

}


/* ============================================================
   SCROLL REVEAL
   ============================================================ */

.why-reveal {

    opacity:
        0;

    transform:
        translateY(22px);

    transition:
        opacity .65s ease,
        transform .65s cubic-bezier(.2,.7,.2,1);

}


.why-reveal.is-visible {

    opacity:
        1;

    transform:
        translateY(0);

}


/* ============================================================
   STAGGERED FEATURE ANIMATION
   ============================================================ */

.why-features .col-md-6:nth-child(2)
.why-feature-card {

    transition-delay:
        .05s;

}


.why-features .col-md-6:nth-child(3)
.why-feature-card {

    transition-delay:
        .10s;

}


.why-features .col-md-6:nth-child(4)
.why-feature-card {

    transition-delay:
        .15s;

}


.why-features .col-md-6:nth-child(5)
.why-feature-card {

    transition-delay:
        .20s;

}


.why-features .col-md-6:nth-child(6)
.why-feature-card {

    transition-delay:
        .25s;

}


/* ============================================================
   LARGE TABLET
   ============================================================ */

@media (max-width: 1199.98px) {

    .why-values__box {

        gap:
            45px;

        padding:
            45px;

    }


    .why-cta__inner {

        padding:
            45px;

    }

}


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 991.98px) {

    .why-hero {

        min-height:
            520px;

    }


    .why-hero__content {

        padding:
            135px 0 55px;

    }


    .why-intro {

        padding:
            85px 0;

    }


    .why-features {

        padding:
            85px 0 95px;

    }


    .why-journey {

        padding:
            85px 0;

    }


    .why-areas {

        padding:
            85px 0;

    }


    .why-values {

        padding:
            0 0 85px;

    }


    .why-values__box {

        grid-template-columns:
            1fr;

        gap:
            35px;

        padding:
            45px;

    }


    .why-cta {

        padding:
            80px 0 90px;

    }


    .why-cta__inner {

        align-items:
            flex-start;

        flex-direction:
            column;

    }


    .why-cta__actions {

        width:
            100%;

    }

}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 767.98px) {

    .why-hero {

        min-height:
            500px;

    }


    .why-hero__content {

        padding:
            125px 0 42px;

    }


    .why-hero h1 {

        font-size:
            clamp(2.25rem, 11.5vw, 3.25rem);

        letter-spacing:
            -.05em;

    }


    .why-hero p {

        margin-top:
            21px;

        font-size:
            .78rem;

        line-height:
            1.75;

    }


    .why-hero__stats {

        width:
            100%;

        margin-top:
            42px;

    }


    .why-hero__stats > div {

        min-width:
            0;

        flex:
            1;

        padding:
            0 11px;

    }


    .why-hero__stats > div:first-child {

        padding-left:
            0;

    }


    .why-hero__stats strong {

        font-size:
            .65rem;

    }


    .why-hero__stats span {

        font-size:
            .53rem;

    }


    .why-intro {

        padding:
            70px 0;

    }


    .why-intro h2,
    .why-section-heading h2,
    .why-journey h2,
    .why-values h2 {

        font-size:
            2rem;

    }


    .why-intro__visual {

        padding:
            0;

    }


    .why-features {

        padding:
            70px 0 80px;

    }


    .why-feature-card {

        min-height:
            0;

        padding:
            23px;

    }


    .why-journey {

        padding:
            70px 0;

    }


    .why-journey__item {

        gap:
            16px;

        padding:
            22px 0;

    }


    .why-journey__step {

        flex-basis:
            32px;

    }


    .why-areas {

        padding:
            70px 0;

    }


    .why-area-card {

        min-height:
            105px;

        padding:
            18px;

    }


    .why-values {

        padding:
            0 0 70px;

    }


    .why-values__box {

        gap:
            25px;

        padding:
            34px 24px;

        border-radius:
            20px;

    }


    .why-values__list {

        grid-template-columns:
            1fr;

    }


    .why-value {

        padding:
            17px 0;

    }


    .why-cta {

        padding:
            65px 0 75px;

    }


    .why-cta__inner {

        gap:
            27px;

        padding:
            34px 24px;

        border-radius:
            20px;

    }


    .why-cta__content h2 {

        font-size:
            2rem;

    }


    .why-cta__actions {

        flex-direction:
            column;

        align-items:
            stretch;

        gap:
            9px;

    }


    .why-button {

        width:
            100%;

    }

}


/* ============================================================
   SMALL MOBILE
   ============================================================ */

@media (max-width: 480px) {

    .why-hero {

        min-height:
            475px;

    }


    .why-hero__content {

        padding:
            120px 0 38px;

    }


    .why-breadcrumb {

        margin-bottom:
            19px;

        font-size:
            .63rem;

    }


    .why-hero h1 {

        font-size:
            2.25rem;

    }


    .why-hero__stats > div {

        padding:
            0 7px;

    }


    .why-hero__stats strong {

        font-size:
            .58rem;

    }


    .why-hero__stats span {

        font-size:
            .48rem;

    }


    .why-intro {

        padding:
            62px 0;

    }


    .why-intro h2,
    .why-section-heading h2,
    .why-journey h2,
    .why-values h2 {

        font-size:
            1.85rem;

    }


    .why-intro__visual {

        grid-template-columns:
            1fr;

        gap:
            12px;

    }


    .why-intro__visual-card {

        min-height:
            145px;

    }


    .why-intro__visual-card--offset,
    .why-intro__visual-card--offset:hover {

        transform:
            none;

    }


    .why-intro__visual-card:nth-child(3) {

        grid-column:
            auto;

        min-height:
            145px;

    }


    .why-feature-card {

        padding:
            21px;

    }


    .why-feature-card__top {

        margin-bottom:
            24px;

    }


    .why-journey__item h3 {

        font-size:
            .87rem;

    }


    .why-journey__item p {

        font-size:
            .66rem;

    }


    .why-area-card {

        min-height:
            100px;

        padding:
            16px;

    }


    .why-area-card span {

        font-size:
            .61rem;

    }


    .why-values__box {

        padding:
            31px 21px;

    }


    .why-cta__inner {

        padding:
            31px 21px;

    }


    .why-cta__content h2 {

        font-size:
            1.85rem;

    }

}


/* ============================================================
   VERY SMALL DEVICES
   ============================================================ */

@media (max-width: 360px) {

    .why-hero h1 {

        font-size:
            2.05rem;

    }


    .why-hero__stats strong {

        font-size:
            .54rem;

    }


    .why-hero__stats span {

        font-size:
            .44rem;

    }


    .why-feature-card {

        padding:
            19px;

    }


    .why-area-card {

        padding:
            14px;

    }

}


/* ============================================================
   REDUCED MOTION
   ============================================================ */

@media (prefers-reduced-motion: reduce) {

    .why-reveal {

        opacity:
            1;

        transform:
            none;

        transition:
            none;

    }


    .why-feature-card,
    .why-area-card,
    .why-intro__visual-card,
    .why-button {

        transition:
            none;

    }


    .why-feature-card:hover,
    .why-feature-card.is-focused,
    .why-area-card:hover,
    .why-area-card.is-focused,
    .why-intro__visual-card:hover,
    .why-button:hover {

        transform:
            none;

    }

}

/* ============================================================
   SPC — WHY SPC FINAL UI / RESPONSIVE COMPATIBILITY LAYER
   ============================================================ */

.spc-why-page {
    --why-primary: #197da6;
    --why-primary-dark: #125f7c;
    --why-primary-light: #e7f3f7;
    --why-accent: #d59a3a;
    --why-dark: #17343d;
    --why-dark-soft: #244952;
    --why-heading: #17343d;
    --why-text: #43565d;
    --why-muted: #748188;
    --why-background: #f7f4ed;
    --why-background-soft: #fffaf3;
    --why-surface: #fffdf8;
    --why-border: rgba(23,52,61,.10);
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

.spc-why-page *,
.spc-why-page *::before,
.spc-why-page *::after {
    box-sizing: border-box;
}

.spc-why-page img,
.spc-why-page svg,
.spc-why-page video,
.spc-why-page iframe {
    max-width: 100%;
}

.spc-why-page .container,
.spc-why-page .container-fluid {
    min-width: 0;
}

/* Better readable body copy */
.spc-why-page p {
    text-wrap: pretty;
}

/* Hero visual polish */
.why-hero {
    isolation: isolate;
}

.why-hero__grid {
    animation: spcWhyGridMove 18s linear infinite;
}

.why-hero__orb--one {
    animation: spcWhyOrbOne 11s ease-in-out infinite alternate;
}

.why-hero__orb--two {
    animation: spcWhyOrbTwo 13s ease-in-out infinite alternate;
}

@keyframes spcWhyGridMove {
    from { background-position: 0 0; }
    to { background-position: 55px 55px; }
}

@keyframes spcWhyOrbOne {
    from { transform: translate3d(0,0,0) scale(1); }
    to { transform: translate3d(-18px,18px,0) scale(1.04); }
}

@keyframes spcWhyOrbTwo {
    from { transform: translate3d(0,0,0) scale(1); }
    to { transform: translate3d(16px,-12px,0) scale(1.06); }
}

/* Consistent interactive lift */
.why-feature-card,
.why-area-card,
.why-intro__visual-card {
    will-change: transform;
}

.why-button {
    cursor: pointer;
}

.why-button:focus-visible,
.why-feature-card:focus-visible,
.why-area-card:focus-visible {
    outline: 3px solid rgba(25,125,166,.25);
    outline-offset: 3px;
}

/* Tablet */
@media (max-width: 991.98px) {
    .why-hero__content {
        padding-top: 105px;
    }

    .why-intro__visual-card {
        min-height: 165px;
    }

    .why-values__box {
        grid-template-columns: 1fr;
    }

    .why-cta__inner {
        align-items: flex-start;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .why-hero {
        min-height: auto;
    }

    .why-hero__content {
        padding: 92px 0 38px;
    }

    .why-hero h1 {
        max-width: 100%;
        font-size: clamp(2.05rem, 10vw, 3rem);
        line-height: 1.08;
    }

    .why-hero p {
        max-width: 100%;
        font-size: .84rem;
    }

    .why-hero__stats {
        width: 100%;
        overflow: hidden;
    }

    .why-hero__stats > div {
        min-width: 0;
    }

    .why-intro__visual {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .why-intro__visual-card,
    .why-intro__visual-card:nth-child(3) {
        grid-column: auto;
        min-height: 145px;
    }

    .why-intro__visual-card--offset,
    .why-intro__visual-card--offset:hover {
        transform: none;
    }

    .why-values__box {
        gap: 25px;
        padding: 30px 22px;
    }

    .why-values__list {
        grid-template-columns: 1fr;
    }

    .why-cta__inner {
        padding: 30px 22px;
        gap: 25px;
    }

    .why-cta__actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .why-button {
        width: 100%;
        min-height: 48px;
    }
}

/* Small phones */
@media (max-width: 575.98px) {
    .why-hero__content {
        padding-top: 82px;
    }

    .why-breadcrumb {
        font-size: .67rem;
        gap: 6px;
    }

    .why-eyebrow {
        font-size: .62rem;
    }

    .why-hero h1 {
        font-size: clamp(1.9rem, 10.5vw, 2.45rem);
        letter-spacing: -.04em;
    }

    .why-hero p {
        font-size: .79rem;
        line-height: 1.75;
    }

    .why-hero__stats {
        margin-top: 32px;
    }

    .why-hero__stats > div {
        padding: 0 8px;
    }

    .why-hero__stats strong {
        font-size: .61rem;
    }

    .why-hero__stats span {
        font-size: .50rem;
    }

    .why-intro,
    .why-features,
    .why-journey,
    .why-areas {
        padding-top: 58px;
        padding-bottom: 68px;
    }

    .why-intro h2,
    .why-section-heading h2,
    .why-journey h2,
    .why-values h2,
    .why-cta__content h2 {
        font-size: 1.85rem;
        line-height: 1.12;
    }

    .why-feature-card {
        padding: 21px;
    }

    .why-journey__item {
        gap: 13px;
        padding: 20px 0;
    }

    .why-journey__step {
        flex-basis: 30px;
    }

    .why-values {
        padding-bottom: 60px;
    }

    .why-cta {
        padding: 55px 0 68px;
    }
}

/* Very narrow devices */
@media (max-width: 360px) {
    .why-hero__content {
        padding-top: 76px;
    }

    .why-hero h1 {
        font-size: 1.92rem;
    }

    .why-hero__stats > div {
        padding: 0 5px;
    }

    .why-hero__stats strong {
        font-size: .55rem;
    }

    .why-hero__stats span {
        font-size: .45rem;
    }

    .why-values__box,
    .why-cta__inner {
        padding-left: 18px;
        padding-right: 18px;
    }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .why-hero__grid,
    .why-hero__orb--one,
    .why-hero__orb--two {
        animation: none;
    }
}
