/* Homepage and footer polish loaded after the base stylesheet. */

.prep-landing {
    min-height: auto;
    background:
        radial-gradient(circle at 82% 18%, rgba(19, 105, 139, 0.14), transparent 30%),
        radial-gradient(circle at 8% 10%, rgba(17, 22, 41, 0.05), transparent 24%),
        linear-gradient(110deg, #f2faf8 0%, #ffffff 48%, #edf8f5 100%);
}

.prep-landing .prep-hero__content {
    grid-template-columns: minmax(0, 0.96fr) minmax(350px, 0.78fr);
    grid-template-areas:
        "copy visual"
        "reality reality"
        "explore explore";
    gap: clamp(1.25rem, 3vw, 2.5rem);
    padding: clamp(2.25rem, 3.4vw, 3.35rem) 0 clamp(1.7rem, 2.6vw, 2.35rem);
}

.prep-landing .prep-hero__copy {
    max-width: 680px;
}

.prep-landing h1 {
    max-width: 15ch;
    font-size: clamp(3rem, 4.7vw, 4.55rem);
    line-height: 1.08;
}

.prep-landing .prep-hero__subtitle {
    max-width: 54ch;
    margin-top: 1.05rem;
    color: rgba(17, 22, 41, 0.76);
    font-size: clamp(1rem, 1.3vw, 1.12rem);
    line-height: 1.65;
}

.prep-landing .prep-hero__actions {
    gap: 0.75rem;
    margin-top: 1.55rem;
}

.prep-landing .prep-button {
    min-height: 3.15rem;
    border-radius: 10px;
    padding: 0.86rem 1.25rem;
}

.prep-landing .prep-button--primary {
    box-shadow: 0 18px 38px rgba(19, 105, 139, 0.26);
}

.prep-landing .prep-button--primary:hover,
.prep-landing .prep-button--primary:focus-visible {
    box-shadow: 0 22px 46px rgba(17, 22, 41, 0.2);
}

.prep-landing .prep-button--secondary {
    background: rgba(255, 255, 255, 0.68);
    box-shadow: 0 12px 26px rgba(17, 22, 41, 0.05);
}

.prep-landing .prep-option-grid {
    max-width: 650px;
    margin-top: 1.5rem;
    gap: 0.85rem;
}

.prep-landing .prep-option-button {
    min-height: 3.95rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.72);
    color: #0B2545;
    box-shadow: 0 14px 30px rgba(17, 22, 41, 0.055);
}

.prep-landing .prep-option-button:hover,
.prep-landing .prep-option-button:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 22px 42px rgba(17, 22, 41, 0.1);
}

.prep-option-button--inactive:hover,
.prep-option-button--inactive:focus-visible {
    transform: none;
}

.prep-landing .prep-hero__visual {
    min-height: 350px;
    isolation: isolate;
}

.prep-landing .prep-hero__visual::before {
    content: "";
    position: absolute;
    inset: 1.4rem 0.4rem auto auto;
    z-index: 0;
    width: min(92%, 520px);
    height: 270px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 78% 18%, rgba(19, 105, 139, 0.16), transparent 32%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(228, 244, 240, 0.56));
    filter: blur(0.2px);
    transform: rotate(-5deg);
}

.prep-landing .prep-laptop-mockup,
.prep-landing .prep-phone-mockup {
    z-index: 1;
    border-color: rgba(17, 22, 41, 0.09);
    box-shadow: 0 30px 72px rgba(17, 22, 41, 0.13);
}

.prep-landing .prep-laptop-mockup {
    right: -0.4rem;
    top: 2.25rem;
    width: 480px;
    height: 286px;
    border-radius: 18px;
    transform: rotate(-6deg);
}

.prep-landing .prep-laptop-mockup__top {
    height: 3.35rem;
    color: rgba(17, 22, 41, 0.72);
    background: linear-gradient(180deg, #ffffff, #f2faf8);
}

.prep-landing .prep-laptop-mockup__body {
    grid-template-columns: 5.25rem 1fr;
    min-height: calc(100% - 3.35rem);
}

.prep-landing .prep-laptop-mockup__sidebar {
    background:
        linear-gradient(180deg, rgba(19, 105, 139, 0.95), rgba(11, 37, 69, 0.92));
}

.prep-landing .prep-laptop-mockup__content {
    gap: 0.62rem;
    padding: 1.35rem 1.35rem 1.1rem;
    background:
        linear-gradient(180deg, rgba(242, 250, 248, 0.72), rgba(255, 255, 255, 0.96));
}

.prep-landing .prep-laptop-mockup__content span {
    position: relative;
    display: flex;
    min-height: 2.12rem;
    align-items: center;
    border-color: rgba(19, 105, 139, 0.12);
    border-radius: 11px;
    padding: 0 0.85rem 0 2.05rem;
    color: rgba(17, 22, 41, 0.72);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 8px 18px rgba(17, 22, 41, 0.045);
}

.prep-landing .prep-laptop-mockup__content span::before {
    content: "";
    position: absolute;
    left: 0.82rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: #13698B;
    box-shadow: 0 0 0 4px rgba(19, 105, 139, 0.11);
}

.prep-landing .prep-phone-mockup {
    left: 0.4rem;
    top: 0.15rem;
    width: 220px;
    min-height: 318px;
    border-radius: 24px;
    padding: 1.08rem;
    transform: rotate(4deg);
}

.prep-landing .prep-phone-mockup__brand {
    margin-bottom: 0.9rem;
    color: #13698B;
}

.prep-landing .prep-phone-mockup h2 {
    max-width: 10rem;
    font-size: 1.04rem;
}

.prep-landing .prep-phone-mockup p {
    color: rgba(17, 22, 41, 0.68);
    font-size: 0.75rem;
}

.prep-landing .prep-phone-mockup__cta,
.prep-landing .prep-phone-mockup__outline {
    min-height: 2.25rem;
    border-radius: 9px;
    font-size: 0.72rem;
}

.prep-landing .prep-phone-mockup__cta {
    background: #13698B;
    box-shadow: 0 12px 24px rgba(19, 105, 139, 0.22);
}

.prep-landing .prep-phone-mockup__outline {
    border-color: rgba(19, 105, 139, 0.68);
    color: #13698B;
}

.prep-landing .prep-phone-mockup__cards {
    gap: 0.5rem;
}

.prep-landing .prep-phone-mockup__cards span {
    min-height: 2.55rem;
    padding: 0.35rem;
    border: 1px solid rgba(19, 105, 139, 0.07);
    text-align: center;
    line-height: 1.25;
    background: rgba(242, 250, 248, 0.92);
}

.prep-landing .prep-quick-links {
    margin-top: -0.2rem;
}

.prep-landing .prep-quick-links h2 {
    margin-bottom: 0.95rem;
    font-size: 1rem;
}

.prep-landing .prep-quick-links__grid {
    gap: 0.9rem;
}

.prep-landing .prep-quick-link-card {
    min-height: 6.2rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.68);
    box-shadow: 0 16px 36px rgba(17, 22, 41, 0.055);
}

.prep-landing .prep-quick-link-card:hover,
.prep-landing .prep-quick-link-card:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 24px 48px rgba(17, 22, 41, 0.11);
}

.site-footer {
    background:
        radial-gradient(circle at 88% 10%, rgba(19, 105, 139, 0.08), transparent 32%),
        linear-gradient(135deg, #050505 0%, #101010 64%, #120f0c 100%);
}

.site-footer .footer-shell {
    padding-top: clamp(2.4rem, 3.8vw, 3.25rem);
}

.footer-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.72fr);
    gap: clamp(2.1rem, 4vw, 4rem);
    align-items: center;
}

.footer-column h2 {
    margin-bottom: 0.9rem;
    font-size: 0.76rem;
}

.site-footer .brand--footer {
    margin-bottom: 0.7rem;
}

.footer-brand-column p {
    max-width: 36rem;
    color: rgba(226, 232, 240, 0.68);
    font-size: 0.92rem;
    line-height: 1.6;
}

.footer-link-list {
    gap: 0.62rem;
}

.footer-link-list a,
.footer-contact a,
.footer-contact span {
    color: rgba(226, 232, 240, 0.72);
    font-size: 0.9rem;
    line-height: 1.55;
}

.footer-contact {
    gap: 0.38rem;
    margin-bottom: 1rem;
}

.footer-call-button {
    min-height: 3rem;
    width: fit-content;
    border-radius: 11px;
    padding: 0.84rem 1.28rem;
    box-shadow: 0 16px 32px rgba(19, 105, 139, 0.22);
}

.footer-call-button:hover,
.footer-call-button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 20px 42px rgba(19, 105, 139, 0.3);
}

.footer-mini-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem 1.05rem;
    margin-top: 1.15rem;
}

.footer-mini-links a {
    color: rgba(226, 232, 240, 0.72);
    font-size: 0.88rem;
    font-weight: 700;
    text-underline-offset: 0.28rem;
    transition: color 0.22s ease, text-decoration-color 0.22s ease, transform 0.22s ease;
}

.footer-mini-links a:hover,
.footer-mini-links a:focus-visible {
    color: #ffffff;
    text-decoration: underline;
    text-decoration-color: rgba(19, 105, 139, 0.8);
    transform: translateY(-1px);
}

.footer-bottom {
    margin-top: clamp(1.9rem, 2.8vw, 2.5rem);
    padding: 1rem 0 1.05rem;
    border-top-color: rgba(226, 232, 240, 0.16);
}

.footer-bottom p {
    color: rgba(226, 232, 240, 0.6);
    font-size: 0.86rem;
    line-height: 1.5;
}

@media (max-width: 980px) {
    .prep-landing .prep-hero__content {
        grid-template-columns: 1fr;
        grid-template-areas:
            "copy"
            "visual"
            "explore";
        gap: 2.25rem;
    }

    .prep-landing h1 {
        max-width: 17ch;
    }

    .prep-landing .prep-laptop-mockup {
        right: 1rem;
        width: 470px;
    }

    .prep-landing .prep-phone-mockup {
        left: 1.4rem;
    }
}

@media (max-width: 640px) {
    .prep-landing .prep-hero__content {
        gap: 1.8rem;
        padding: 2.45rem 0 2.4rem;
    }

    .prep-landing h1 {
        max-width: none;
        font-size: 2.15rem;
        line-height: 1.12;
    }

    .prep-landing .prep-hero__subtitle {
        margin-top: 0.9rem;
        font-size: 0.98rem;
    }

    .prep-landing .prep-hero__actions {
        display: grid;
        gap: 0.65rem;
        margin-top: 1.25rem;
    }

    .prep-landing .prep-option-grid {
        grid-template-columns: 1fr;
        gap: 0.7rem;
        margin-top: 1.15rem;
    }

    .prep-landing .prep-option-button {
        min-height: 3.6rem;
    }

    .prep-landing .prep-quick-links__grid {
        grid-template-columns: 1fr;
        gap: 0.7rem;
    }

    .prep-landing .prep-quick-link-card {
        min-height: 4.5rem;
    }

    .site-footer .footer-shell {
        padding-top: 2.8rem;
    }
}

@media (max-width: 820px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 1.7rem;
    }

    .footer-brand-column p {
        max-width: 38rem;
    }

    .footer-bottom {
        display: block;
        text-align: left;
    }
}

@media (min-width: 821px) {
    .footer-cta-column {
        justify-self: end;
        min-width: 280px;
        text-align: left;
    }
}

/* About page redesign */
.about-page {
    background:
        radial-gradient(circle at 92% 10%, rgba(19, 105, 139, 0.1), transparent 28%),
        linear-gradient(180deg, #f2faf8 0%, #ffffff 42%, #f5fbfc 100%);
}

.about-hero {
    padding: clamp(3.4rem, 6vw, 5.8rem) 0 clamp(2.7rem, 5vw, 4rem);
}

.about-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.76fr);
    gap: clamp(2rem, 4vw, 4.5rem);
    align-items: center;
}

.about-hero__copy h1,
.about-section__heading h2,
.about-split h2 {
    margin: 0;
    color: #111629;
    font-size: clamp(2.55rem, 4.8vw, 4.9rem);
    line-height: 1.04;
    font-weight: 850;
    letter-spacing: 0;
    text-wrap: balance;
}

.about-hero__copy h1 {
    max-width: 13ch;
}

.about-hero__copy p:not(.eyebrow) {
    max-width: 57ch;
    margin: 1.15rem 0 0;
    color: rgba(17, 22, 41, 0.74);
    font-size: 1.05rem;
    line-height: 1.72;
}

.about-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.65rem;
}

.about-hero-card {
    overflow: hidden;
    border: 1px solid rgba(17, 22, 41, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 30px 70px rgba(17, 22, 41, 0.12);
}

.about-hero-card__media {
    position: relative;
    min-height: 230px;
    overflow: hidden;
}

.about-hero-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 36%, rgba(15, 23, 42, 0.28));
}

.about-hero-card__media img {
    width: 100%;
    height: 100%;
    min-height: 230px;
    object-fit: cover;
}

.about-hero-card__body {
    padding: clamp(1.25rem, 2.5vw, 1.7rem);
}

.about-hero-card__body > span,
.about-strip__inner > span,
.about-platform-card > span {
    color: #13698B;
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.about-hero-card__body h2 {
    max-width: 20rem;
    margin: 0.55rem 0 1rem;
    color: #111629;
    font-size: clamp(1.45rem, 2.5vw, 2rem);
    line-height: 1.12;
    font-weight: 850;
    letter-spacing: 0;
}

.about-hero-card__checks {
    display: grid;
    gap: 0.65rem;
}

.about-hero-card__checks p {
    position: relative;
    margin: 0;
    border: 1px solid rgba(19, 105, 139, 0.1);
    border-radius: 12px;
    padding: 0.78rem 0.85rem 0.78rem 2.35rem;
    background: #f2faf8;
    color: rgba(17, 22, 41, 0.78);
    font-size: 0.92rem;
    font-weight: 750;
    line-height: 1.45;
}

.about-hero-card__checks p::before {
    content: "";
    position: absolute;
    top: 1.08rem;
    left: 0.95rem;
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 999px;
    background: #13698B;
    box-shadow: 0 0 0 4px rgba(19, 105, 139, 0.12);
}

.about-strip {
    padding: 0 0 clamp(3rem, 5vw, 4.5rem);
}

.about-strip__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1.25rem;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    padding: clamp(1.25rem, 2.5vw, 1.65rem);
    background: linear-gradient(135deg, #0f172a 0%, #161b28 68%, #25170f 100%);
    box-shadow: 0 24px 55px rgba(15, 23, 42, 0.16);
}

.about-strip__inner p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1rem;
    line-height: 1.65;
}

.about-section {
    padding: clamp(3.7rem, 6vw, 5.6rem) 0;
}

.about-section--soft {
    background: linear-gradient(180deg, rgba(242, 250, 248, 0.72), rgba(255, 255, 255, 0.95));
}

.about-section__heading {
    max-width: 760px;
    margin-bottom: 1.6rem;
}

.about-section__heading h2,
.about-split h2 {
    font-size: clamp(2rem, 3.3vw, 3.25rem);
}

.about-platform-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.about-platform-card {
    min-height: 100%;
    border: 1px solid rgba(17, 22, 41, 0.08);
    border-radius: 16px;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 38px rgba(17, 22, 41, 0.07);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.about-platform-card:hover,
.about-platform-card:focus-within {
    transform: translateY(-4px);
    border-color: rgba(19, 105, 139, 0.22);
    box-shadow: 0 28px 52px rgba(17, 22, 41, 0.11);
}

.about-platform-card h3,
.about-value-list h3 {
    margin: 0.7rem 0 0.45rem;
    color: #111629;
    font-size: 1.08rem;
    line-height: 1.25;
    font-weight: 850;
}

.about-platform-card p,
.about-value-list p,
.about-split p:not(.eyebrow) {
    margin: 0;
    color: rgba(17, 22, 41, 0.68);
    line-height: 1.68;
}

.about-split {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(2rem, 4vw, 4rem);
    align-items: start;
}

.about-split > div:first-child p:not(.eyebrow) {
    max-width: 58ch;
    margin-top: 1rem;
}

.about-value-list {
    display: grid;
    gap: 0.85rem;
}

.about-value-list article {
    border: 1px solid rgba(17, 22, 41, 0.08);
    border-radius: 14px;
    padding: 1rem 1.1rem;
    background: rgba(255, 255, 255, 0.9);
}

.about-two-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.about-info-panel {
    border: 1px solid rgba(17, 22, 41, 0.08);
    border-radius: 18px;
    padding: clamp(1.25rem, 2.5vw, 1.7rem);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 38px rgba(17, 22, 41, 0.07);
}

.about-info-panel--dark {
    border-color: rgba(255, 255, 255, 0.12);
    background:
        radial-gradient(circle at 88% 16%, rgba(19, 105, 139, 0.17), transparent 34%),
        linear-gradient(135deg, #0f172a 0%, #151a27 100%);
    box-shadow: 0 24px 54px rgba(15, 23, 42, 0.16);
}

.about-info-panel ul {
    display: grid;
    gap: 0.8rem;
    margin: 0.2rem 0 0;
    padding: 0;
    list-style: none;
}

.about-info-panel li {
    position: relative;
    padding-left: 1.55rem;
    color: rgba(17, 22, 41, 0.74);
    line-height: 1.62;
}

.about-info-panel--dark li {
    color: rgba(255, 255, 255, 0.78);
}

.about-info-panel li::before {
    content: "";
    position: absolute;
    top: 0.68rem;
    left: 0;
    width: 0.52rem;
    height: 0.52rem;
    border-radius: 999px;
    background: #13698B;
    box-shadow: 0 0 0 4px rgba(19, 105, 139, 0.12);
}

@media (max-width: 980px) {
    .about-hero__grid,
    .about-split,
    .about-two-cards {
        grid-template-columns: 1fr;
    }

    .about-platform-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .about-hero {
        padding-top: 3rem;
    }

    .about-hero__copy h1 {
        max-width: none;
        font-size: 2.35rem;
    }

    .about-hero__actions {
        display: grid;
    }

    .about-strip__inner,
    .about-platform-grid {
        grid-template-columns: 1fr;
    }

    .about-hero-card__media,
    .about-hero-card__media img {
        min-height: 190px;
    }

    .about-section {
        padding: 3.5rem 0;
    }
}

/* About page refresh */
.about-page {
    --about-ink: #111629;
    --about-muted: rgba(17, 22, 41, 0.7);
    --about-blue: #12304d;
    --about-teal: #0f766e;
    --about-orange: #13698B;
    background:
        radial-gradient(circle at 88% 6%, rgba(15, 118, 110, 0.12), transparent 28%),
        radial-gradient(circle at 8% 14%, rgba(19, 105, 139, 0.1), transparent 26%),
        linear-gradient(180deg, #f7fbfb 0%, #ffffff 46%, #f5fbfc 100%);
}

.about-hero {
    overflow: hidden;
    padding: 5.2rem 0 3.5rem;
}

.about-hero__grid {
    grid-template-columns: minmax(0, 0.94fr) minmax(340px, 0.74fr);
    gap: 4rem;
}

.about-hero__copy h1 {
    max-width: 14ch;
    font-size: 4.35rem;
}

.about-hero__copy p:not(.eyebrow) {
    max-width: 62ch;
    color: var(--about-muted);
}

.about-page .button {
    min-height: 3.05rem;
    border-radius: 12px;
}

.about-hero-card {
    border-color: rgba(18, 48, 77, 0.1);
    border-radius: 18px;
    box-shadow: 0 28px 72px rgba(18, 48, 77, 0.14);
}

.about-hero-card__media {
    min-height: 260px;
    background: #eaf3f3;
}

.about-hero-card__media img {
    display: block;
    min-height: 260px;
    object-position: center;
}

.about-hero-card__body {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbfb 100%);
}

.about-hero-card__body > span,
.about-platform-card > span {
    color: var(--about-orange);
}

.about-hero-card__body h2 {
    font-size: 1.85rem;
}

.about-hero-card__checks {
    gap: 0;
    border-top: 1px solid rgba(18, 48, 77, 0.08);
}

.about-hero-card__checks p {
    border: 0;
    border-bottom: 1px solid rgba(18, 48, 77, 0.08);
    border-radius: 0;
    padding: 0.82rem 0 0.82rem 2rem;
    background: transparent;
    color: rgba(17, 22, 41, 0.76);
}

.about-hero-card__checks p:last-child {
    border-bottom: 0;
}

.about-hero-card__checks p::before {
    top: 1.18rem;
    left: 0.2rem;
    background: var(--about-teal);
    box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.12);
}

.about-strip {
    padding-bottom: 4rem;
}

.about-strip__inner {
    grid-template-columns: 8rem minmax(0, 1fr);
    border-color: rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    background: linear-gradient(135deg, #12304d 0%, #0f766e 100%);
    box-shadow: 0 24px 58px rgba(18, 48, 77, 0.18);
}

.about-strip__inner > span {
    color: #c8eadf;
}

.about-section {
    padding: 5rem 0;
}

.about-section--soft {
    background: linear-gradient(180deg, rgba(239, 246, 246, 0.9), rgba(255, 255, 255, 0.96));
}

.about-section__heading h2,
.about-split h2 {
    font-size: 3rem;
}

.about-story-copy {
    display: grid;
    gap: 1rem;
}

.about-story-copy p {
    margin: 0;
    color: var(--about-muted);
    line-height: 1.72;
}

.about-platform-grid {
    gap: 1rem;
}

.about-platform-card {
    border-color: rgba(18, 48, 77, 0.08);
    border-radius: 16px;
    box-shadow: 0 18px 42px rgba(18, 48, 77, 0.08);
}

.about-platform-card:nth-child(2) > span {
    color: var(--about-teal);
}

.about-platform-card:nth-child(3) > span {
    color: var(--about-blue);
}

.about-value-list article {
    border-color: rgba(18, 48, 77, 0.08);
    border-left: 4px solid rgba(19, 105, 139, 0.72);
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(18, 48, 77, 0.06);
}

.about-value-list article:nth-child(even) {
    border-left-color: rgba(15, 118, 110, 0.72);
}

.about-info-panel h3 {
    margin: 0 0 0.65rem;
    color: var(--about-ink);
    font-size: 1.28rem;
    line-height: 1.25;
}

.about-info-panel p {
    margin: 0;
    color: var(--about-muted);
    line-height: 1.68;
}

.about-info-panel--dark {
    background:
        radial-gradient(circle at 88% 14%, rgba(19, 105, 139, 0.18), transparent 34%),
        linear-gradient(135deg, #12304d 0%, #0b3f3a 100%);
}

.about-info-panel--dark h3 {
    color: #ffffff;
}

.about-info-panel--dark p,
.about-info-panel--dark li {
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 980px) {
    .about-hero {
        padding: 4rem 0 3rem;
    }

    .about-hero__grid,
    .about-split,
    .about-two-cards {
        grid-template-columns: 1fr;
    }

    .about-hero__grid {
        gap: 2.25rem;
    }

    .about-platform-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-hero__copy h1 {
        font-size: 3.4rem;
    }

    .about-section__heading h2,
    .about-split h2 {
        font-size: 2.45rem;
    }
}

@media (max-width: 640px) {
    .about-hero {
        padding: 3.1rem 0 2.25rem;
    }

    .about-hero__copy h1 {
        font-size: 2.55rem;
    }

    .about-hero__actions {
        gap: 0.65rem;
    }

    .about-strip {
        padding-bottom: 3rem;
    }

    .about-strip__inner {
        grid-template-columns: 1fr;
        gap: 0.7rem;
    }

    .about-platform-grid {
        grid-template-columns: 1fr;
    }

    .about-section {
        padding: 3.5rem 0;
    }

    .about-section__heading h2,
    .about-split h2 {
        font-size: 2rem;
    }
}

/* FAQ page redesign */
.faq-page {
    --faq-ink: #111629;
    --faq-muted: rgba(17, 22, 41, 0.7);
    --faq-blue: #12304d;
    --faq-teal: #0f766e;
    --faq-orange: #13698B;
    background:
        radial-gradient(circle at 88% 8%, rgba(15, 118, 110, 0.1), transparent 28%),
        radial-gradient(circle at 10% 18%, rgba(19, 105, 139, 0.1), transparent 26%),
        linear-gradient(180deg, #f7fbfb 0%, #ffffff 45%, #f5fbfc 100%);
}

.faq-hero {
    overflow: hidden;
    padding: 5.2rem 0 3rem;
}

.faq-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.72fr);
    gap: 4rem;
    align-items: center;
}

.faq-hero__copy h1,
.faq-section__intro h2 {
    margin: 0;
    color: var(--faq-ink);
    font-size: 4.15rem;
    font-weight: 850;
    line-height: 1.04;
    letter-spacing: 0;
    text-wrap: balance;
}

.faq-hero__copy h1 {
    max-width: 15ch;
}

.faq-hero__copy p:not(.eyebrow) {
    max-width: 62ch;
    margin: 1.15rem 0 0;
    color: var(--faq-muted);
    font-size: 1.05rem;
    line-height: 1.72;
}

.faq-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.65rem;
}

.faq-page .button {
    min-height: 3.05rem;
    border-radius: 12px;
}

.faq-hero-card {
    overflow: hidden;
    border: 1px solid rgba(18, 48, 77, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 28px 72px rgba(18, 48, 77, 0.14);
}

.faq-hero-card__media {
    min-height: 245px;
    overflow: hidden;
    background: #eaf3f3;
}

.faq-hero-card__media img {
    display: block;
    width: 100%;
    min-height: 245px;
    object-fit: cover;
    object-position: center;
}

.faq-hero-card__body {
    padding: 1.45rem;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbfb 100%);
}

.faq-hero-card__body > span {
    color: var(--faq-orange);
    font-size: 0.75rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.faq-hero-card__body h2 {
    max-width: 20rem;
    margin: 0.55rem 0 1rem;
    color: var(--faq-ink);
    font-size: 1.85rem;
    line-height: 1.12;
    font-weight: 850;
    letter-spacing: 0;
}

.faq-hero-card__body ul {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(18, 48, 77, 0.08);
    list-style: none;
}

.faq-hero-card__body li {
    position: relative;
    border-bottom: 1px solid rgba(18, 48, 77, 0.08);
    padding: 0.82rem 0 0.82rem 2rem;
    color: rgba(17, 22, 41, 0.76);
    font-size: 0.92rem;
    font-weight: 750;
    line-height: 1.45;
}

.faq-hero-card__body li:last-child {
    border-bottom: 0;
}

.faq-hero-card__body li::before {
    content: "";
    position: absolute;
    top: 1.18rem;
    left: 0.2rem;
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 999px;
    background: var(--faq-teal);
    box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.12);
}

.faq-index {
    padding: 0 0 4rem;
}

.faq-index__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
}

.faq-index__grid a {
    display: grid;
    gap: 0.45rem;
    min-height: 6.25rem;
    border: 1px solid rgba(18, 48, 77, 0.08);
    border-radius: 16px;
    padding: 1.05rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 34px rgba(18, 48, 77, 0.07);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.faq-index__grid a:hover,
.faq-index__grid a:focus-visible {
    transform: translateY(-3px);
    border-color: rgba(15, 118, 110, 0.24);
    box-shadow: 0 24px 46px rgba(18, 48, 77, 0.1);
}

.faq-index__grid span {
    color: var(--faq-orange);
    font-size: 0.75rem;
    font-weight: 850;
    letter-spacing: 0.12em;
}

.faq-index__grid strong {
    color: var(--faq-ink);
    font-size: 1.08rem;
    line-height: 1.2;
}

.faq-section {
    scroll-margin-top: 6rem;
    padding: 5rem 0;
}

.faq-section--soft {
    background: linear-gradient(180deg, rgba(239, 246, 246, 0.9), rgba(255, 255, 255, 0.96));
}

.faq-section--decision {
    background:
        radial-gradient(circle at 86% 16%, rgba(19, 105, 139, 0.14), transparent 30%),
        linear-gradient(135deg, #12304d 0%, #0b3f3a 100%);
}

.faq-section__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.58fr) minmax(0, 1fr);
    gap: 3.5rem;
    align-items: start;
}

.faq-section__intro {
    position: sticky;
    top: 6rem;
}

.faq-section__intro h2 {
    max-width: 12ch;
    font-size: 3rem;
}

.faq-section__intro p:not(.eyebrow) {
    max-width: 38ch;
    margin: 1rem 0 0;
    color: var(--faq-muted);
    line-height: 1.68;
}

.faq-section__intro--dark h2 {
    color: #ffffff;
}

.faq-section__intro--dark p:not(.eyebrow) {
    color: rgba(255, 255, 255, 0.78);
}

.faq-section__intro--dark .eyebrow {
    color: #c8eadf;
}

.faq-page .faq-list {
    display: grid;
    gap: 0.85rem;
}

.faq-page .faq-item {
    overflow: hidden;
    border: 1px solid rgba(18, 48, 77, 0.09);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 34px rgba(18, 48, 77, 0.07);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-page .faq-item[open] {
    border-color: rgba(15, 118, 110, 0.22);
    box-shadow: 0 20px 44px rgba(18, 48, 77, 0.1);
}

.faq-page .faq-item summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 2rem;
    gap: 1rem;
    align-items: center;
    min-height: 4.25rem;
    padding: 1.1rem 1.2rem;
    color: var(--faq-ink);
    font-size: 1.02rem;
    font-weight: 850;
    line-height: 1.35;
    cursor: pointer;
}

.faq-page .faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-page .faq-item summary::after {
    content: "+";
    display: inline-grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: rgba(19, 105, 139, 0.1);
    color: var(--faq-orange);
    font-size: 1.35rem;
    line-height: 1;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.faq-page .faq-item[open] summary::after {
    content: "-";
    background: rgba(15, 118, 110, 0.12);
    color: var(--faq-teal);
}

.faq-page .faq-item p {
    margin: 0;
    border-top: 1px solid rgba(18, 48, 77, 0.08);
    padding: 0 1.2rem 1.2rem;
    color: var(--faq-muted);
    line-height: 1.68;
}

.faq-page .faq-item[open] p {
    padding-top: 1rem;
}

@media (max-width: 980px) {
    .faq-hero {
        padding: 4rem 0 3rem;
    }

    .faq-hero__grid,
    .faq-section__grid {
        grid-template-columns: 1fr;
        gap: 2.25rem;
    }

    .faq-hero__copy h1 {
        font-size: 3.4rem;
    }

    .faq-index__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .faq-section__intro {
        position: static;
    }

    .faq-section__intro h2 {
        max-width: 18ch;
        font-size: 2.45rem;
    }
}

@media (max-width: 640px) {
    .faq-hero {
        padding: 3.1rem 0 2.25rem;
    }

    .faq-hero__copy h1 {
        font-size: 2.45rem;
    }

    .faq-hero__actions,
    .faq-index__grid {
        grid-template-columns: 1fr;
    }

    .faq-hero__actions {
        display: grid;
        gap: 0.65rem;
    }

    .faq-index {
        padding-bottom: 3rem;
    }

    .faq-section {
        padding: 3.5rem 0;
    }

    .faq-section__intro h2 {
        font-size: 2rem;
    }

    .faq-page .faq-item summary {
        min-height: 3.8rem;
        padding: 1rem;
        font-size: 0.96rem;
    }

    .faq-page .faq-item p {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

/* FAQ page answer hub */
.faq-page {
    --faq-ink: #111629;
    --faq-muted: #596070;
    --faq-blue: #12304d;
    --faq-teal: #0f766e;
    --faq-orange: #13698B;
    --faq-panel: #ffffff;
    --faq-soft: #f7f9fc;
    --faq-line: rgba(17, 22, 41, 0.12);
    --faq-shadow: 0 20px 48px rgba(17, 22, 41, 0.08);
    background: #f7f9fc;
    color: var(--faq-ink);
    letter-spacing: 0;
}

.faq-page *,
.faq-page *::before,
.faq-page *::after {
    letter-spacing: 0;
}

.faq-page .eyebrow {
    margin: 0 0 0.7rem;
    color: var(--faq-orange);
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: none;
}

.faq-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.faq-page [hidden] {
    display: none !important;
}

.faq-hero {
    overflow: visible;
    padding: 4.4rem 0 2.4rem;
    border-bottom: 1px solid var(--faq-line);
    background: #ffffff;
}

.faq-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.68fr);
    gap: 3rem;
    align-items: center;
}

.faq-hero__copy h1 {
    max-width: 13ch;
    margin: 0;
    color: var(--faq-ink);
    font-size: 4.15rem;
    font-weight: 850;
    line-height: 1.04;
    letter-spacing: 0;
    text-wrap: balance;
}

.faq-hero__copy p:not(.eyebrow) {
    max-width: 63ch;
    margin: 1rem 0 0;
    color: var(--faq-muted);
    font-size: 1.05rem;
    line-height: 1.72;
}

.faq-search {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.85rem;
    align-items: center;
    max-width: 46rem;
    min-height: 3.55rem;
    margin-top: 1.55rem;
    border: 1px solid rgba(17, 22, 41, 0.14);
    border-radius: 8px;
    padding: 0.38rem 0.45rem 0.38rem 1rem;
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(17, 22, 41, 0.07);
}

.faq-search:focus-within {
    border-color: rgba(15, 118, 110, 0.44);
    box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.1), 0 16px 34px rgba(17, 22, 41, 0.07);
}

.faq-search__label {
    color: var(--faq-orange);
    font-size: 0.82rem;
    font-weight: 850;
}

.faq-search input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--faq-ink);
    font-size: 1rem;
    font-weight: 700;
}

.faq-search input::placeholder {
    color: rgba(89, 96, 112, 0.8);
}

.faq-search output {
    display: inline-flex;
    min-width: 6.5rem;
    min-height: 2.45rem;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #f2faf8;
    color: #9a3412;
    font-size: 0.86rem;
    font-weight: 850;
}

.faq-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.45rem;
}

.faq-page .button {
    min-height: 3.05rem;
    border-radius: 8px;
}

.faq-intake-card {
    overflow: hidden;
    border: 1px solid rgba(17, 22, 41, 0.12);
    border-radius: 8px;
    background: var(--faq-panel);
    box-shadow: var(--faq-shadow);
}

.faq-intake-card__media {
    height: 230px;
    overflow: hidden;
    background: #e7eef2;
}

.faq-intake-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.faq-intake-card__body {
    padding: 1.2rem;
}

.faq-intake-card__body h2 {
    max-width: 19rem;
    margin: 0;
    color: var(--faq-ink);
    font-size: 1.6rem;
    font-weight: 850;
    line-height: 1.14;
}

.faq-intake-card__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 1.15rem;
    border: 1px solid var(--faq-line);
    border-radius: 8px;
}

.faq-intake-card__stats div {
    min-width: 0;
    padding: 0.85rem 0.75rem;
    border-right: 1px solid var(--faq-line);
}

.faq-intake-card__stats div:last-child {
    border-right: 0;
}

.faq-intake-card__stats strong,
.faq-intake-card__stats span {
    display: block;
}

.faq-intake-card__stats strong {
    color: var(--faq-teal);
    font-size: 1.28rem;
    font-weight: 850;
    line-height: 1.1;
}

.faq-intake-card__stats span {
    margin-top: 0.3rem;
    color: var(--faq-muted);
    font-size: 0.82rem;
    font-weight: 750;
    line-height: 1.25;
}

.faq-routes {
    padding: 1.4rem 0;
    border-bottom: 1px solid var(--faq-line);
    background: #ffffff;
}

.faq-routes__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
}

.faq-routes__grid a {
    display: grid;
    gap: 0.4rem;
    min-height: 7.2rem;
    border: 1px solid var(--faq-line);
    border-radius: 8px;
    padding: 1rem;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(17, 22, 41, 0.05);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-routes__grid a:hover,
.faq-routes__grid a:focus-visible {
    transform: translateY(-3px);
    border-color: rgba(19, 105, 139, 0.34);
    box-shadow: 0 18px 38px rgba(17, 22, 41, 0.09);
}

.faq-routes__grid span {
    color: var(--faq-orange);
    font-size: 0.78rem;
    font-weight: 850;
}

.faq-routes__grid strong {
    color: var(--faq-ink);
    font-size: 1.05rem;
    line-height: 1.2;
}

.faq-routes__grid small {
    color: var(--faq-muted);
    font-size: 0.88rem;
    font-weight: 650;
    line-height: 1.35;
}

.faq-answers {
    padding: 3.2rem 0 5.2rem;
    background: var(--faq-soft);
}

.faq-answers__layout {
    display: grid;
    grid-template-columns: minmax(220px, 0.32fr) minmax(0, 1fr);
    gap: 2rem;
    align-items: start;
}

.faq-sidecar {
    position: sticky;
    top: 6.7rem;
    display: grid;
    gap: 0.9rem;
}

.faq-sidecar__panel {
    border: 1px solid var(--faq-line);
    border-radius: 8px;
    padding: 1rem;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(17, 22, 41, 0.06);
}

.faq-sidecar__nav {
    display: grid;
    gap: 0;
}

.faq-sidecar__nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--faq-line);
    padding: 0.78rem 0;
    color: var(--faq-ink);
    font-size: 0.94rem;
    font-weight: 800;
}

.faq-sidecar__nav a::after {
    content: ">";
    color: var(--faq-orange);
    font-weight: 850;
}

.faq-sidecar__nav a:hover,
.faq-sidecar__nav a:focus-visible {
    color: var(--faq-orange);
}

.faq-sidecar__panel--accent {
    border-color: rgba(15, 118, 110, 0.22);
    background: #f0fdfa;
}

.faq-sidecar__panel ul {
    display: grid;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.faq-sidecar__panel li {
    position: relative;
    padding-left: 1.15rem;
    color: #31524f;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.45;
}

.faq-sidecar__panel li::before {
    content: "";
    position: absolute;
    top: 0.55rem;
    left: 0;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: var(--faq-teal);
}

.faq-answer-stack {
    display: grid;
    gap: 0;
}

.faq-empty-state {
    margin: 0 0 1rem;
    border: 1px solid rgba(19, 105, 139, 0.24);
    border-radius: 8px;
    padding: 1rem;
    background: #f2faf8;
    color: #9a3412;
    font-weight: 800;
}

.faq-answer-group {
    scroll-margin-top: 7rem;
    display: grid;
    grid-template-columns: minmax(300px, 0.48fr) minmax(0, 1fr);
    gap: 1.75rem;
    align-items: start;
    border-bottom: 1px solid var(--faq-line);
    padding: 0 0 2.35rem;
    margin-bottom: 2.35rem;
}

.faq-answer-group--last {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.faq-page .faq-section__intro {
    position: static;
}

.faq-page .faq-section__intro h2 {
    max-width: 13.5ch;
    margin: 0;
    color: var(--faq-ink);
    font-size: 2.28rem;
    font-weight: 850;
    line-height: 1.1;
    letter-spacing: 0;
    text-wrap: balance;
    overflow-wrap: anywhere;
}

.faq-page .faq-section__intro p:not(.eyebrow) {
    max-width: 32ch;
    margin: 0.85rem 0 0;
    color: var(--faq-muted);
    line-height: 1.65;
}

.faq-page .faq-list {
    display: grid;
    gap: 0.7rem;
}

.faq-page .faq-item {
    overflow: hidden;
    border: 1px solid var(--faq-line);
    border-radius: 8px;
    padding: 0;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(17, 22, 41, 0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-page .faq-item[open] {
    border-color: rgba(15, 118, 110, 0.3);
    box-shadow: 0 18px 38px rgba(17, 22, 41, 0.08);
}

.faq-page .faq-item summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 2rem;
    gap: 1rem;
    align-items: center;
    min-height: 4rem;
    padding: 1rem 1rem 1rem 1.1rem;
    color: var(--faq-ink);
    font-size: 1rem;
    font-weight: 850;
    line-height: 1.38;
    list-style: none;
    cursor: pointer;
}

.faq-page .faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-page .faq-item summary::after {
    content: "+";
    display: inline-grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    border-radius: 8px;
    background: #f2faf8;
    color: var(--faq-orange);
    font-size: 1.25rem;
    line-height: 1;
}

.faq-page .faq-item[open] summary::after {
    content: "-";
    background: #ccfbf1;
    color: #0f766e;
}

.faq-page .faq-item p {
    margin: 0;
    border-top: 1px solid var(--faq-line);
    padding: 1rem 1.1rem 1.15rem;
    color: var(--faq-muted);
    line-height: 1.68;
}

@media (max-width: 980px) {
    .faq-hero {
        padding: 3.6rem 0 2rem;
    }

    .faq-hero__grid,
    .faq-answers__layout,
    .faq-answer-group {
        grid-template-columns: 1fr;
    }

    .faq-hero__copy h1 {
        max-width: 14ch;
        font-size: 3.1rem;
    }

    .faq-intake-card {
        max-width: 46rem;
    }

    .faq-routes__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .faq-sidecar {
        position: static;
    }

    .faq-sidecar__panel:first-child {
        display: none;
    }

    .faq-page .faq-section__intro h2 {
        max-width: 18ch;
        font-size: 2.1rem;
    }

    .faq-page .faq-section__intro p:not(.eyebrow) {
        max-width: 46rem;
    }
}

@media (max-width: 640px) {
    .faq-hero {
        padding: 3rem 0 1.7rem;
    }

    .faq-hero__grid {
        gap: 1.5rem;
    }

    .faq-hero__copy h1 {
        max-width: none;
        font-size: 2.35rem;
        line-height: 1.12;
    }

    .faq-hero__copy p:not(.eyebrow) {
        font-size: 1rem;
    }

    .faq-search {
        grid-template-columns: 1fr;
        gap: 0.35rem;
        padding: 0.8rem;
    }

    .faq-search output {
        width: 100%;
        min-width: 0;
    }

    .faq-hero__actions {
        display: grid;
        gap: 0.65rem;
    }

    .faq-routes__grid,
    .faq-intake-card__stats {
        grid-template-columns: 1fr;
    }

    .faq-routes__grid a {
        min-height: auto;
    }

    .faq-intake-card__stats div,
    .faq-intake-card__stats div:last-child {
        border-right: 0;
        border-bottom: 1px solid var(--faq-line);
    }

    .faq-intake-card__stats div:last-child {
        border-bottom: 0;
    }

    .faq-answers {
        padding: 2.4rem 0 4rem;
    }

    .faq-answer-group {
        gap: 1rem;
        margin-bottom: 2rem;
        padding-bottom: 2rem;
    }

    .faq-page .faq-section__intro h2 {
        font-size: 1.78rem;
    }

    .faq-page .faq-item summary {
        grid-template-columns: minmax(0, 1fr) 1.85rem;
        min-height: 3.7rem;
        padding: 0.95rem;
        font-size: 0.96rem;
    }

    .faq-page .faq-item summary::after {
        width: 1.85rem;
        height: 1.85rem;
    }

    .faq-page .faq-item p {
        padding: 0.95rem;
        font-size: 0.96rem;
    }
}

/* Apply page redesign */
.apply-page {
    --apply-ink: #111629;
    --apply-muted: rgba(17, 22, 41, 0.7);
    --apply-blue: #12304d;
    --apply-teal: #0f766e;
    --apply-orange: #13698B;
    background:
        radial-gradient(circle at 88% 8%, rgba(15, 118, 110, 0.11), transparent 28%),
        radial-gradient(circle at 10% 16%, rgba(19, 105, 139, 0.1), transparent 26%),
        linear-gradient(180deg, #f7fbfb 0%, #ffffff 48%, #f5fbfc 100%);
}

.apply-hero {
    overflow: hidden;
    padding: 5.2rem 0 3rem;
}

.apply-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.72fr);
    gap: 4rem;
    align-items: center;
}

.apply-hero__copy h1,
.apply-side-panel h2,
.apply-form-heading h2 {
    margin: 0;
    color: var(--apply-ink);
    font-size: 4.15rem;
    font-weight: 850;
    line-height: 1.04;
    letter-spacing: 0;
    text-wrap: balance;
}

.apply-hero__copy h1 {
    max-width: 14ch;
}

.apply-hero__copy p:not(.eyebrow) {
    max-width: 62ch;
    margin: 1.15rem 0 0;
    color: var(--apply-muted);
    font-size: 1.05rem;
    line-height: 1.72;
}

.apply-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.65rem;
}

.apply-page .button {
    min-height: 3.05rem;
    border-radius: 12px;
}

.apply-hero-card {
    overflow: hidden;
    border: 1px solid rgba(18, 48, 77, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 28px 72px rgba(18, 48, 77, 0.14);
}

.apply-hero-card__media {
    min-height: 245px;
    overflow: hidden;
    background: #eaf3f3;
}

.apply-hero-card__media img {
    display: block;
    width: 100%;
    min-height: 245px;
    object-fit: cover;
    object-position: center;
}

.apply-hero-card__body {
    padding: 1.45rem;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbfb 100%);
}

.apply-hero-card__body > span,
.apply-snapshot article > span,
.apply-checklist article > span {
    color: var(--apply-orange);
    font-size: 0.75rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.apply-hero-card__body h2 {
    max-width: 20rem;
    margin: 0.55rem 0 1rem;
    color: var(--apply-ink);
    font-size: 1.85rem;
    line-height: 1.12;
    font-weight: 850;
    letter-spacing: 0;
}

.apply-hero-card__body ul {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(18, 48, 77, 0.08);
    list-style: none;
}

.apply-hero-card__body li {
    position: relative;
    border-bottom: 1px solid rgba(18, 48, 77, 0.08);
    padding: 0.82rem 0 0.82rem 2rem;
    color: rgba(17, 22, 41, 0.76);
    font-size: 0.92rem;
    font-weight: 750;
    line-height: 1.45;
}

.apply-hero-card__body li:last-child {
    border-bottom: 0;
}

.apply-hero-card__body li::before {
    content: "";
    position: absolute;
    top: 1.18rem;
    left: 0.2rem;
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 999px;
    background: var(--apply-teal);
    box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.12);
}

.apply-snapshot {
    padding: 0 0 4rem;
}

.apply-snapshot__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.apply-snapshot article {
    min-height: 7.4rem;
    border: 1px solid rgba(18, 48, 77, 0.08);
    border-radius: 16px;
    padding: 1.1rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 34px rgba(18, 48, 77, 0.07);
}

.apply-snapshot article strong {
    display: block;
    margin-top: 0.45rem;
    color: var(--apply-ink);
    font-size: 1.15rem;
    line-height: 1.2;
}

.apply-snapshot article p {
    margin: 0.45rem 0 0;
    color: var(--apply-muted);
    line-height: 1.55;
}

.apply-section {
    padding: 5rem 0;
    background: linear-gradient(180deg, rgba(239, 246, 246, 0.86), rgba(255, 255, 255, 0.96));
}

.apply-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.52fr) minmax(0, 1fr);
    gap: 3rem;
    align-items: start;
}

.apply-side-panel {
    position: sticky;
    top: 6rem;
}

.apply-side-panel h2 {
    max-width: 11ch;
    font-size: 3rem;
}

.apply-checklist {
    display: grid;
    gap: 0.85rem;
    margin-top: 1.35rem;
}

.apply-checklist article {
    border-left: 4px solid rgba(19, 105, 139, 0.72);
    border-radius: 0 16px 16px 0;
    padding: 1rem 1.05rem;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 12px 30px rgba(18, 48, 77, 0.055);
}

.apply-checklist article:nth-child(even) {
    border-left-color: rgba(15, 118, 110, 0.72);
}

.apply-checklist article p {
    margin: 0.45rem 0 0;
    color: var(--apply-muted);
    line-height: 1.6;
}

.apply-contact-card {
    margin-top: 1.35rem;
    border-radius: 18px;
    padding: 1.2rem;
    background: linear-gradient(135deg, #12304d 0%, #0b3f3a 100%);
    color: #ffffff;
    box-shadow: 0 20px 48px rgba(18, 48, 77, 0.16);
}

.apply-contact-card strong {
    display: block;
    font-size: 1.05rem;
}

.apply-contact-card p {
    margin: 0.55rem 0 0;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.62;
}

.apply-contact-card a {
    color: #c8eadf;
    font-weight: 800;
}

.apply-form-card {
    border: 1px solid rgba(18, 48, 77, 0.1);
    border-radius: 18px;
    padding: clamp(1.25rem, 2.4vw, 1.8rem);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 28px 72px rgba(18, 48, 77, 0.12);
}

.apply-form-heading {
    margin-bottom: 1.35rem;
}

.apply-form-heading h2 {
    max-width: 16ch;
    font-size: 2.65rem;
}

.apply-form-heading p:not(.eyebrow) {
    max-width: 58ch;
    margin: 0.8rem 0 0;
    color: var(--apply-muted);
    line-height: 1.65;
}

.apply-form {
    display: grid;
    gap: 1.15rem;
}

.apply-form fieldset {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 0;
    border: 0;
    border-top: 1px solid rgba(18, 48, 77, 0.08);
    padding: 1.15rem 0 0;
}

.apply-form legend {
    grid-column: 1 / -1;
    padding: 0 0 0.15rem;
    color: var(--apply-teal);
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.apply-form label {
    display: grid;
    gap: 0.45rem;
    color: var(--apply-ink);
    font-weight: 820;
}

.apply-form label > span:first-child {
    line-height: 1.35;
}

.apply-form__wide,
.apply-form button {
    grid-column: 1 / -1;
}

.apply-form input,
.apply-form select,
.apply-form textarea {
    width: 100%;
    min-width: 0;
    border: 1px solid rgba(18, 48, 77, 0.13);
    border-radius: 12px;
    padding: 0.9rem 0.95rem;
    background: #f5fbfc;
    color: #262626;
    font: inherit;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.apply-form textarea {
    min-height: 12rem;
    resize: vertical;
}

.apply-form input:focus,
.apply-form select:focus,
.apply-form textarea:focus {
    outline: none;
    border-color: rgba(15, 118, 110, 0.5);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.1);
}

.apply-form small {
    color: rgba(17, 22, 41, 0.58);
    font-size: 0.84rem;
    line-height: 1.5;
}

.apply-form__error {
    color: #b42318 !important;
    font-weight: 750;
}

.apply-form__notice {
    margin: 0;
    border-radius: 14px;
    padding: 0.9rem 1rem;
    background: rgba(15, 118, 110, 0.1);
    color: var(--apply-teal);
    font-weight: 800;
    line-height: 1.55;
}

.apply-form__notice--error {
    background: rgba(180, 35, 24, 0.08);
    color: #b42318;
}

.apply-form__consent {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    border: 1px solid rgba(18, 48, 77, 0.1);
    border-radius: 16px;
    padding: 1rem;
    background: #f7fbfb;
    font-weight: 700;
}

.apply-form__consent input {
    width: 1.1rem;
    height: 1.1rem;
    margin-top: 0.2rem;
    accent-color: var(--apply-teal);
}

.apply-form__consent .apply-form__error {
    grid-column: 1 / -1;
}

.apply-form button {
    justify-content: center;
    min-height: 3.25rem;
}

@media (max-width: 980px) {
    .apply-hero {
        padding: 4rem 0 3rem;
    }

    .apply-hero__grid,
    .apply-layout {
        grid-template-columns: 1fr;
        gap: 2.25rem;
    }

    .apply-hero__copy h1 {
        font-size: 3.4rem;
    }

    .apply-side-panel {
        position: static;
    }

    .apply-side-panel h2,
    .apply-form-heading h2 {
        max-width: 18ch;
        font-size: 2.45rem;
    }
}

@media (max-width: 640px) {
    .apply-hero {
        padding: 3.1rem 0 2.25rem;
    }

    .apply-hero__copy h1 {
        font-size: 2.45rem;
    }

    .apply-hero__actions {
        display: grid;
        gap: 0.65rem;
    }

    .apply-snapshot {
        padding-bottom: 3rem;
    }

    .apply-snapshot__grid,
    .apply-form fieldset {
        grid-template-columns: 1fr;
    }

    .apply-section {
        padding: 3.5rem 0;
    }

    .apply-side-panel h2,
    .apply-form-heading h2 {
        font-size: 2rem;
    }

    .apply-form-card {
        padding: 1rem;
    }

    .apply-form__consent {
        grid-template-columns: auto minmax(0, 1fr);
    }
}

/* Apply page workspace redesign */
.apply-workspace {
    --apply-ink: #111629;
    --apply-muted: #596070;
    --apply-blue: #12304d;
    --apply-teal: #0f766e;
    --apply-orange: #13698B;
    --apply-line: rgba(17, 22, 41, 0.12);
    --apply-panel: #ffffff;
    --apply-soft: #f6f8fb;
    --apply-shadow: 0 20px 48px rgba(17, 22, 41, 0.08);
    background: var(--apply-soft);
    color: var(--apply-ink);
    letter-spacing: 0;
}

.apply-workspace *,
.apply-workspace *::before,
.apply-workspace *::after {
    letter-spacing: 0;
}

.apply-workspace .eyebrow {
    margin: 0 0 0.7rem;
    color: var(--apply-orange);
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: none;
}

.apply-workspace .button {
    min-height: 3.05rem;
    border-radius: 8px;
}

.apply-entry {
    padding: 4.4rem 0 2.3rem;
    border-bottom: 1px solid var(--apply-line);
    background: #ffffff;
}

.apply-entry__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.68fr);
    gap: 3rem;
    align-items: center;
}

.apply-entry__copy h1 {
    max-width: 11ch;
    margin: 0;
    color: var(--apply-ink);
    font-size: 4.15rem;
    font-weight: 850;
    line-height: 1.04;
    text-wrap: balance;
}

.apply-entry__copy p:not(.eyebrow) {
    max-width: 61ch;
    margin: 1rem 0 0;
    color: var(--apply-muted);
    font-size: 1.05rem;
    line-height: 1.72;
}

.apply-entry__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.45rem;
}

.apply-review-card {
    overflow: hidden;
    border: 1px solid var(--apply-line);
    border-radius: 8px;
    background: var(--apply-panel);
    box-shadow: var(--apply-shadow);
}

.apply-review-card__media {
    height: 230px;
    overflow: hidden;
    background: #e7eef2;
}

.apply-review-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.apply-review-card__body {
    padding: 1.2rem;
}

.apply-review-card__body h2 {
    max-width: 22rem;
    margin: 0;
    color: var(--apply-ink);
    font-size: 1.55rem;
    font-weight: 850;
    line-height: 1.14;
}

.apply-review-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 1.15rem 0 0;
    padding: 0;
    border: 1px solid var(--apply-line);
    border-radius: 8px;
    list-style: none;
}

.apply-review-steps li {
    min-width: 0;
    padding: 0.85rem 0.75rem;
    border-right: 1px solid var(--apply-line);
}

.apply-review-steps li:last-child {
    border-right: 0;
}

.apply-review-steps span,
.apply-proof-strip article span,
.apply-form legend span {
    display: block;
    color: var(--apply-orange);
    font-size: 0.78rem;
    font-weight: 850;
}

.apply-review-steps strong {
    display: block;
    margin-top: 0.35rem;
    color: var(--apply-ink);
    font-size: 0.9rem;
    line-height: 1.2;
}

.apply-proof-strip {
    padding: 1.4rem 0;
    border-bottom: 1px solid var(--apply-line);
    background: #ffffff;
}

.apply-proof-strip__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
}

.apply-proof-strip article {
    display: grid;
    gap: 0.38rem;
    min-height: 6.35rem;
    border: 1px solid var(--apply-line);
    border-radius: 8px;
    padding: 1rem;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(17, 22, 41, 0.05);
}

.apply-proof-strip strong {
    color: var(--apply-ink);
    font-size: 1rem;
    line-height: 1.2;
}

.apply-proof-strip small {
    color: var(--apply-muted);
    font-size: 0.88rem;
    font-weight: 650;
    line-height: 1.35;
}

.apply-workflow {
    padding: 3.2rem 0 5.2rem;
    background: var(--apply-soft);
}

.apply-workflow__layout {
    display: grid;
    grid-template-columns: minmax(270px, 0.4fr) minmax(0, 1fr);
    gap: 2rem;
    align-items: start;
}

.apply-rail {
    position: sticky;
    top: 6.7rem;
    display: grid;
    gap: 0.9rem;
}

.apply-rail__panel {
    border: 1px solid var(--apply-line);
    border-radius: 8px;
    padding: 1rem;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(17, 22, 41, 0.06);
}

.apply-rail__panel--dark {
    border-color: rgba(18, 48, 77, 0.22);
    background: linear-gradient(135deg, #12304d 0%, #0b3f3a 100%);
    color: #ffffff;
}

.apply-rail__panel h2 {
    max-width: 10ch;
    margin: 0;
    color: inherit;
    font-size: 2.3rem;
    font-weight: 850;
    line-height: 1.1;
}

.apply-rail__panel p {
    margin: 0;
    color: var(--apply-muted);
    line-height: 1.6;
}

.apply-rail__panel--dark p,
.apply-rail__panel--dark .eyebrow {
    color: rgba(255, 255, 255, 0.78);
}

.apply-rail__panel a {
    color: #9a3412;
    font-weight: 850;
}

.apply-criteria-list {
    display: grid;
    gap: 0;
    margin: 1.15rem 0 0;
    padding: 0;
    list-style: none;
}

.apply-criteria-list li {
    display: grid;
    gap: 0.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    padding: 0.85rem 0;
}

.apply-criteria-list li:last-child {
    padding-bottom: 0;
}

.apply-criteria-list strong {
    color: #ffffff;
    font-size: 0.98rem;
}

.apply-criteria-list span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.92rem;
    line-height: 1.45;
}

.apply-form-panel {
    border: 1px solid var(--apply-line);
    border-radius: 8px;
    padding: clamp(1.1rem, 2.4vw, 1.6rem);
    background: #ffffff;
    box-shadow: var(--apply-shadow);
}

.apply-form-heading {
    margin-bottom: 1.35rem;
}

.apply-form-heading h2 {
    max-width: 15ch;
    margin: 0;
    color: var(--apply-ink);
    font-size: 2.65rem;
    font-weight: 850;
    line-height: 1.08;
    text-wrap: balance;
}

.apply-form-heading p:not(.eyebrow) {
    max-width: 58ch;
    margin: 0.8rem 0 0;
    color: var(--apply-muted);
    line-height: 1.65;
}

.apply-workspace .apply-form {
    display: grid;
    gap: 1.15rem;
}

.apply-workspace .apply-form fieldset {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 0;
    border: 0;
    border-top: 1px solid var(--apply-line);
    padding: 1.15rem 0 0;
}

.apply-workspace .apply-form legend {
    display: flex;
    grid-column: 1 / -1;
    gap: 0.55rem;
    align-items: center;
    width: 100%;
    padding: 0 0 0.1rem;
    color: var(--apply-teal);
    font-size: 0.8rem;
    font-weight: 850;
    text-transform: none;
}

.apply-workspace .apply-form label {
    display: grid;
    gap: 0.45rem;
    color: var(--apply-ink);
    font-weight: 820;
}

.apply-workspace .apply-form label > span:first-child {
    line-height: 1.35;
}

.apply-workspace .apply-form__wide {
    grid-column: 1 / -1;
}

.apply-workspace .apply-form input,
.apply-workspace .apply-form select,
.apply-workspace .apply-form textarea {
    width: 100%;
    min-width: 0;
    border: 1px solid rgba(17, 22, 41, 0.16);
    border-radius: 8px;
    padding: 0.9rem 0.95rem;
    background: #ffffff;
    color: #111629;
    font: inherit;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.apply-workspace .apply-form textarea {
    min-height: 12rem;
    resize: vertical;
}

.apply-workspace .apply-form input:focus,
.apply-workspace .apply-form select:focus,
.apply-workspace .apply-form textarea:focus {
    outline: none;
    border-color: rgba(15, 118, 110, 0.5);
    box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.1);
}

.apply-workspace .apply-form small {
    color: rgba(17, 22, 41, 0.58);
    font-size: 0.84rem;
    line-height: 1.5;
}

.apply-workspace .apply-form__error {
    color: #b42318 !important;
    font-weight: 750;
}

.apply-workspace .apply-form__notice {
    margin: 0;
    border-radius: 8px;
    padding: 0.9rem 1rem;
    background: rgba(15, 118, 110, 0.1);
    color: var(--apply-teal);
    font-weight: 800;
    line-height: 1.55;
}

.apply-workspace .apply-form__notice--error {
    background: rgba(180, 35, 24, 0.08);
    color: #b42318;
}

.apply-workspace .apply-form__consent {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    justify-items: start;
    border: 1px solid rgba(15, 118, 110, 0.2);
    border-radius: 8px;
    padding: 1rem;
    background: #f0fdfa;
    font-weight: 750;
    text-align: left;
}

.apply-workspace .apply-form__consent input {
    width: 1.1rem;
    height: 1.1rem;
    margin-top: 0.2rem;
    accent-color: var(--apply-teal);
}

.apply-workspace .apply-form__consent .apply-form__error {
    grid-column: 1 / -1;
}

.apply-workspace .apply-form__consent span {
    text-align: left;
}

.apply-form__submit {
    display: grid;
    gap: 0.75rem;
}

.apply-form__submit button {
    justify-content: center;
    width: 100%;
    min-height: 3.25rem;
}

.apply-form__submit p {
    margin: 0;
    color: var(--apply-muted);
    font-size: 0.92rem;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 980px) {
    .apply-entry {
        padding: 3.6rem 0 2rem;
    }

    .apply-entry__grid,
    .apply-workflow__layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .apply-entry__copy h1 {
        max-width: 13ch;
        font-size: 3.1rem;
    }

    .apply-review-card {
        max-width: 46rem;
    }

    .apply-proof-strip__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .apply-rail {
        position: static;
    }

    .apply-rail__panel h2,
    .apply-form-heading h2 {
        max-width: 18ch;
        font-size: 2.1rem;
    }
}

@media (max-width: 640px) {
    .apply-entry {
        padding: 3rem 0 1.7rem;
    }

    .apply-entry__grid {
        gap: 1.5rem;
    }

    .apply-entry__copy h1 {
        max-width: none;
        font-size: 2.35rem;
        line-height: 1.12;
    }

    .apply-entry__copy p:not(.eyebrow) {
        font-size: 1rem;
    }

    .apply-entry__actions {
        display: grid;
        gap: 0.65rem;
    }

    .apply-review-steps,
    .apply-proof-strip__grid,
    .apply-workspace .apply-form fieldset {
        grid-template-columns: 1fr;
    }

    .apply-review-steps li,
    .apply-review-steps li:last-child {
        border-right: 0;
        border-bottom: 1px solid var(--apply-line);
    }

    .apply-review-steps li:last-child {
        border-bottom: 0;
    }

    .apply-proof-strip article {
        min-height: auto;
    }

    .apply-workflow {
        padding: 2.4rem 0 4rem;
    }

    .apply-form-panel {
        padding: 1rem;
    }

    .apply-rail__panel h2,
    .apply-form-heading h2 {
        font-size: 1.78rem;
    }
}

/* Services page redesign */
.services-page {
    background:
        radial-gradient(circle at 88% 8%, rgba(19, 105, 139, 0.11), transparent 28%),
        linear-gradient(180deg, #f2faf8 0%, #ffffff 44%, #f5fbfc 100%);
}

.services-hero {
    padding: clamp(1.25rem, 2.4vw, 2.35rem) 0 clamp(2.5rem, 4.8vw, 4rem);
}

.services-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
    gap: clamp(2rem, 4vw, 4.5rem);
    align-items: center;
}

.services-hero__copy h1,
.services-section__heading h2,
.services-path__heading h2 {
    margin: 0;
    color: #111629;
    font-size: clamp(2.55rem, 4.8vw, 4.8rem);
    line-height: 1.04;
    font-weight: 850;
    letter-spacing: 0;
    text-wrap: balance;
}

.services-hero__copy h1 {
    max-width: 13ch;
}

.services-hero__copy .eyebrow {
    margin-bottom: 0.55rem;
}

.services-hero__copy p:not(.eyebrow) {
    max-width: 58ch;
    margin: 1.15rem 0 0;
    color: rgba(17, 22, 41, 0.74);
    font-size: 1.05rem;
    line-height: 1.72;
}

.services-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.65rem;
}

.services-hero__copy .services-hero__verification {
    display: inline-flex;
    width: fit-content;
    max-width: 44rem;
    margin-top: 1rem;
    border: 1px solid rgba(19, 105, 139, 0.22);
    border-radius: 999px;
    padding: 0.62rem 0.85rem;
    background: rgba(255, 255, 255, 0.72);
    color: #9a3412;
    font-size: 0.9rem;
    font-weight: 750;
    line-height: 1.35;
}

.services-dashboard {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(17, 22, 41, 0.08);
    border-radius: 20px;
    min-height: 430px;
    background:
        radial-gradient(circle at 82% 16%, rgba(19, 105, 139, 0.15), transparent 30%),
        #ffffff;
    box-shadow: 0 30px 70px rgba(17, 22, 41, 0.12);
}

.services-dashboard__image {
    height: 255px;
    overflow: hidden;
}

.services-dashboard__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-dashboard__panel {
    position: absolute;
    left: 1.2rem;
    right: 1.2rem;
    bottom: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    padding: 1.25rem;
    background:
        radial-gradient(circle at 90% 8%, rgba(19, 105, 139, 0.18), transparent 36%),
        linear-gradient(135deg, #0f172a 0%, #151a27 100%);
    box-shadow: 0 20px 42px rgba(15, 23, 42, 0.18);
}

.services-dashboard__panel > span,
.services-intro article span,
.services-card > span,
.services-path__grid span {
    color: #13698B;
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.services-dashboard__panel h2 {
    max-width: 22rem;
    margin: 0.55rem 0 1rem;
    color: #ffffff;
    font-size: clamp(1.45rem, 2.5vw, 2rem);
    line-height: 1.14;
    font-weight: 850;
    letter-spacing: 0;
}

.services-dashboard__stats {
    display: inline-grid;
    grid-template-columns: auto 1fr;
    gap: 0.65rem;
    align-items: center;
    border-radius: 14px;
    padding: 0.7rem 0.85rem;
    background: rgba(255, 255, 255, 0.08);
}

.services-dashboard__stats strong {
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 1;
}

.services-dashboard__stats p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.85rem;
    line-height: 1.35;
}

.services-intro {
    padding: 0 0 clamp(3.2rem, 5vw, 4.8rem);
}

.services-intro__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.programs-legend-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.services-intro article {
    border: 1px solid rgba(17, 22, 41, 0.08);
    border-radius: 16px;
    padding: 1.2rem;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 38px rgba(17, 22, 41, 0.07);
}

.services-intro article h3 {
    margin: 0.62rem 0 0;
    color: #111629;
    font-size: 1.05rem;
    line-height: 1.25;
    font-weight: 850;
}

.services-intro article p {
    margin: 0.65rem 0 0;
    color: rgba(17, 22, 41, 0.72);
    line-height: 1.66;
}

.services-section {
    padding: clamp(3.8rem, 6vw, 5.8rem) 0;
}

.services-section__heading {
    max-width: 760px;
    margin-bottom: 1.7rem;
}

.services-section__heading > p:not(.eyebrow) {
    margin: 0.85rem 0 0;
    color: rgba(17, 22, 41, 0.68);
    font-size: 1rem;
    line-height: 1.68;
}

.services-section__heading h2,
.services-path__heading h2 {
    font-size: clamp(2rem, 3.3vw, 3.25rem);
}

.services-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.services-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border: 1px solid rgba(17, 22, 41, 0.08);
    border-radius: 16px;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 38px rgba(17, 22, 41, 0.07);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.services-card:hover,
.services-card:focus-within {
    transform: translateY(-4px);
    border-color: rgba(19, 105, 139, 0.22);
    box-shadow: 0 28px 52px rgba(17, 22, 41, 0.11);
}

.services-card h3,
.services-path__grid h3 {
    margin: 0.7rem 0 0.45rem;
    color: #111629;
    font-size: 1.1rem;
    line-height: 1.25;
    font-weight: 850;
}

.services-card p {
    margin: 0;
    color: rgba(17, 22, 41, 0.68);
    line-height: 1.65;
}

.services-card ul {
    display: grid;
    gap: 0.55rem;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}

.services-card li {
    position: relative;
    padding-left: 1.35rem;
    color: rgba(17, 22, 41, 0.74);
    font-size: 0.92rem;
    line-height: 1.52;
}

.services-card li::before {
    content: "";
    position: absolute;
    top: 0.56rem;
    left: 0;
    width: 0.46rem;
    height: 0.46rem;
    border-radius: 999px;
    background: #13698B;
    box-shadow: 0 0 0 4px rgba(19, 105, 139, 0.1);
}

.services-section--dark {
    background:
        radial-gradient(circle at 88% 12%, rgba(19, 105, 139, 0.12), transparent 30%),
        linear-gradient(135deg, #0f172a 0%, #151a27 100%);
}

.services-path {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(2rem, 4vw, 4rem);
    align-items: start;
}

.services-path__heading h2 {
    color: #ffffff;
}

.services-path__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.services-path__grid article {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 1.15rem;
    background: rgba(255, 255, 255, 0.055);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
}

.services-path__grid h3 {
    color: #ffffff;
}

.services-path__grid p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.65;
}

.programs-list-section {
    border-top: 1px solid rgba(19, 105, 139, 0.12);
    border-bottom: 1px solid rgba(19, 105, 139, 0.1);
    background:
        radial-gradient(circle at 84% 16%, rgba(19, 105, 139, 0.1), transparent 28%),
        linear-gradient(180deg, rgba(245, 251, 252, 0.92) 0%, #ffffff 100%);
}

.programs-list-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.44fr);
    gap: clamp(1.3rem, 3vw, 3rem);
    align-items: end;
    margin-bottom: 1.35rem;
}

.programs-list-header .services-section__heading {
    margin-bottom: 0;
}

.programs-list-note {
    border: 1px solid rgba(19, 105, 139, 0.18);
    border-radius: 16px;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 16px 34px rgba(17, 22, 41, 0.07);
}

.programs-list-note strong {
    display: block;
    color: #111629;
    font-size: 0.98rem;
    font-weight: 850;
}

.programs-list-note p {
    margin: 0.45rem 0 0;
    color: rgba(17, 22, 41, 0.66);
    font-size: 0.9rem;
    line-height: 1.55;
}

.programs-table-card {
    overflow: hidden;
    border: 1px solid rgba(17, 22, 41, 0.08);
    border-radius: 20px;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 56px rgba(17, 22, 41, 0.1);
}

.programs-filter-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.28fr);
    gap: 0.9rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(17, 22, 41, 0.08);
    border-radius: 16px;
    padding: 0.9rem;
    background: #f5fbfc;
}

.programs-filter-form label {
    display: grid;
    gap: 0.45rem;
    color: rgba(17, 22, 41, 0.74);
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.programs-filter-form input,
.programs-filter-form select {
    min-height: 3.15rem;
    width: 100%;
    border: 1px solid rgba(17, 22, 41, 0.1);
    border-radius: 12px;
    padding: 0 0.95rem;
    background: #ffffff;
    color: #111629;
    font: inherit;
    letter-spacing: 0;
    text-transform: none;
    outline: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.programs-filter-form input:focus,
.programs-filter-form select:focus {
    border-color: rgba(19, 105, 139, 0.55);
    box-shadow: 0 0 0 4px rgba(19, 105, 139, 0.12);
}

.programs-table-wrap {
    overflow-x: auto;
    border: 1px solid rgba(17, 22, 41, 0.08);
    border-radius: 16px;
    background: #ffffff;
}

.programs-table {
    width: 100%;
    min-width: 1080px;
    border-collapse: collapse;
}

.programs-table th,
.programs-table td {
    border-bottom: 1px solid rgba(17, 22, 41, 0.08);
    padding: 0.95rem;
    text-align: left;
    vertical-align: top;
}

.programs-table th {
    background: #111629;
}

.programs-table th button {
    border: 0;
    padding: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.88);
    font: inherit;
    font-size: 0.74rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
}

.programs-table th button:hover,
.programs-table th button:focus {
    color: #ffffff;
}

.programs-table td {
    color: rgba(17, 22, 41, 0.72);
    font-size: 0.92rem;
    line-height: 1.5;
}

.programs-table tbody tr:last-child td {
    border-bottom: 0;
}

.programs-table tbody tr:not(.program-table-empty):hover {
    background: rgba(245, 251, 252, 0.72);
}

.program-table-empty td {
    padding: 2.25rem 1.5rem;
    text-align: center;
}

.program-table-empty strong {
    display: block;
    color: #111629;
    font-size: 1rem;
    font-weight: 850;
}

.program-table-empty span {
    display: block;
    max-width: 620px;
    margin: 0.55rem auto 0;
    color: rgba(17, 22, 41, 0.62);
    line-height: 1.65;
}

.programs-decision-section {
    background: #ffffff;
}

@media (max-width: 980px) {
    .services-hero__grid,
    .services-path {
        grid-template-columns: 1fr;
    }

    .services-card-grid,
    .services-intro__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .programs-list-header {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .programs-filter-form {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .services-hero {
        padding-top: 1.55rem;
    }

    .services-hero__copy h1 {
        max-width: none;
        font-size: 2.35rem;
    }

    .services-hero__actions {
        display: grid;
    }

    .services-dashboard {
        min-height: 390px;
    }

    .services-dashboard__image {
        height: 220px;
    }

    .services-hero__copy .services-hero__verification {
        width: 100%;
        border-radius: 16px;
    }

    .services-card-grid,
    .services-intro__grid,
    .services-path__grid {
        grid-template-columns: 1fr;
    }

    .services-section {
        padding: 3.5rem 0;
    }

    .programs-table-card {
        border-radius: 18px;
        padding: 0.75rem;
    }

    .programs-filter-form {
        border-radius: 14px;
        padding: 0.75rem;
    }

    .programs-table-wrap {
        border-radius: 14px;
    }

    .program-table-empty td {
        text-align: left;
    }

    .program-table-empty span {
        max-width: calc(100vw - 5.5rem);
        margin-left: 0;
        margin-right: 0;
    }
}

/* Process page redesign */
.process-page {
    background:
        radial-gradient(circle at 88% 8%, rgba(19, 105, 139, 0.1), transparent 28%),
        linear-gradient(180deg, #f2faf8 0%, #ffffff 44%, #f5fbfc 100%);
}

.process-hero {
    padding: clamp(3.4rem, 6vw, 5.8rem) 0 clamp(2.5rem, 4.8vw, 4rem);
}

.process-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
    gap: clamp(2rem, 4vw, 4.5rem);
    align-items: center;
}

.process-hero__copy h1,
.process-section__heading h2,
.process-confidence h2 {
    margin: 0;
    color: #111629;
    font-size: clamp(2.55rem, 4.8vw, 4.8rem);
    line-height: 1.04;
    font-weight: 850;
    letter-spacing: 0;
    text-wrap: balance;
}

.process-hero__copy h1 {
    max-width: 13ch;
}

.process-hero__copy p:not(.eyebrow) {
    max-width: 58ch;
    margin: 1.15rem 0 0;
    color: rgba(17, 22, 41, 0.74);
    font-size: 1.05rem;
    line-height: 1.72;
}

.process-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.65rem;
}

.process-hero-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: clamp(1.25rem, 2.5vw, 1.7rem);
    background:
        radial-gradient(circle at 84% 12%, rgba(19, 105, 139, 0.17), transparent 34%),
        linear-gradient(135deg, #0f172a 0%, #151a27 100%);
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.18);
}

.process-hero-card > span,
.process-route__inner > span,
.process-step-card > span,
.process-window-grid span {
    color: #13698B;
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.process-hero-card h2 {
    max-width: 18rem;
    margin: 0.55rem 0 1.2rem;
    color: #ffffff;
    font-size: clamp(1.55rem, 2.6vw, 2.25rem);
    line-height: 1.12;
    font-weight: 850;
    letter-spacing: 0;
}

.process-hero-card__steps {
    display: grid;
    gap: 0.72rem;
}

.process-hero-card__steps p {
    position: relative;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 13px;
    padding: 0.82rem 0.9rem 0.82rem 2.35rem;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.94rem;
    font-weight: 750;
    line-height: 1.45;
}

.process-hero-card__steps p::before {
    content: "";
    position: absolute;
    top: 1.12rem;
    left: 0.95rem;
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 999px;
    background: #13698B;
    box-shadow: 0 0 0 4px rgba(19, 105, 139, 0.14);
}

.process-route {
    padding: 0 0 clamp(3.2rem, 5vw, 4.7rem);
}

.process-route__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 1.1rem;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(17, 22, 41, 0.08);
    border-radius: 18px;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 38px rgba(17, 22, 41, 0.07);
}

.process-route__inner div {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.process-route__inner strong {
    border: 1px solid rgba(19, 105, 139, 0.14);
    border-radius: 999px;
    padding: 0.52rem 0.82rem;
    background: #f2faf8;
    color: #111629;
    font-size: 0.86rem;
    line-height: 1;
}

.process-section {
    padding: clamp(3.8rem, 6vw, 5.8rem) 0;
}

.process-section--soft {
    background: linear-gradient(180deg, rgba(242, 250, 248, 0.72), rgba(255, 255, 255, 0.95));
}

.process-section__heading {
    max-width: 800px;
    margin-bottom: 1.7rem;
}

.process-section__heading p:not(.eyebrow) {
    max-width: 58rem;
    margin: 0.9rem 0 0;
    color: rgba(17, 22, 41, 0.68);
    font-size: 1.02rem;
    line-height: 1.68;
}

.process-section__heading h2,
.process-confidence h2 {
    font-size: clamp(2rem, 3.3vw, 3.25rem);
}

.process-step-grid {
    display: grid;
    gap: 1rem;
}

.process-step-card {
    display: grid;
    grid-template-columns: 5.5rem minmax(0, 1fr);
    gap: 1.25rem;
    align-items: start;
    border: 1px solid rgba(17, 22, 41, 0.08);
    border-radius: 18px;
    padding: 1.2rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 38px rgba(17, 22, 41, 0.07);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.process-step-card:hover,
.process-step-card:focus-within {
    transform: translateY(-4px);
    border-color: rgba(19, 105, 139, 0.22);
    box-shadow: 0 28px 52px rgba(17, 22, 41, 0.11);
}

.process-step-card > span {
    display: inline-flex;
    width: 4.25rem;
    height: 4.25rem;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #f2faf8;
    box-shadow: inset 0 0 0 1px rgba(19, 105, 139, 0.14);
}

.process-step-card h3,
.process-window-grid h3 {
    margin: 0 0 0.45rem;
    color: #111629;
    font-size: 1.16rem;
    line-height: 1.25;
    font-weight: 850;
}

.process-step-card p,
.process-window-grid p {
    margin: 0;
    color: rgba(17, 22, 41, 0.68);
    line-height: 1.65;
}

.process-step-card ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0.95rem 0 0;
    padding: 0;
    list-style: none;
}

.process-step-card li {
    border: 1px solid rgba(19, 105, 139, 0.12);
    border-radius: 999px;
    padding: 0.4rem 0.65rem;
    background: #f2faf8;
    color: rgba(17, 22, 41, 0.72);
    font-size: 0.86rem;
    font-weight: 750;
    line-height: 1.2;
}

.process-window-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.process-window-grid article {
    min-height: 100%;
    border: 1px solid rgba(17, 22, 41, 0.08);
    border-radius: 16px;
    padding: 1.2rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 38px rgba(17, 22, 41, 0.07);
}

.process-window-grid h3 {
    margin-top: 0.7rem;
}

.process-section--dark {
    background:
        radial-gradient(circle at 88% 12%, rgba(19, 105, 139, 0.12), transparent 30%),
        linear-gradient(135deg, #0f172a 0%, #151a27 100%);
}

.process-confidence {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    gap: clamp(2rem, 4vw, 4rem);
    align-items: start;
}

.process-confidence h2 {
    color: #ffffff;
}

.process-confidence__list {
    display: grid;
    gap: 0.85rem;
}

.process-confidence__list p {
    position: relative;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 0.98rem 1rem 0.98rem 2.55rem;
    background: rgba(255, 255, 255, 0.055);
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.62;
}

.process-confidence__list p::before {
    content: "";
    position: absolute;
    top: 1.38rem;
    left: 1.05rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: #13698B;
    box-shadow: 0 0 0 4px rgba(19, 105, 139, 0.14);
}

.process-investment {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(1.5rem, 3vw, 3rem);
    align-items: start;
}

.process-investment__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.process-investment__grid article {
    min-height: 100%;
    border: 1px solid rgba(19, 105, 139, 0.12);
    border-radius: 18px;
    padding: clamp(1.1rem, 2vw, 1.35rem);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 38px rgba(17, 22, 41, 0.07);
}

.process-investment__grid span {
    display: inline-flex;
    margin-bottom: 0.7rem;
    color: #13698B;
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.process-investment__grid p {
    margin: 0;
    color: rgba(17, 22, 41, 0.7);
    line-height: 1.65;
}

@media (max-width: 980px) {
    .process-hero__grid,
    .process-confidence,
    .process-investment {
        grid-template-columns: 1fr;
    }

    .process-window-grid,
    .process-investment__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .process-hero {
        padding-top: 3rem;
    }

    .process-hero__copy h1 {
        max-width: none;
        font-size: 2.35rem;
    }

    .process-hero__actions {
        display: grid;
    }

    .process-step-card,
    .process-window-grid,
    .process-investment__grid {
        grid-template-columns: 1fr;
    }

    .process-step-card > span {
        width: 3.6rem;
        height: 3.6rem;
    }

    .process-section {
        padding: 3.5rem 0;
    }
}

/* Stories page redesign */
.stories-page {
    background:
        radial-gradient(circle at 88% 8%, rgba(19, 105, 139, 0.1), transparent 28%),
        linear-gradient(180deg, #f2faf8 0%, #ffffff 44%, #f5fbfc 100%);
}

.stories-hero {
    padding: clamp(3.4rem, 6vw, 5.8rem) 0 clamp(2.5rem, 4.8vw, 4rem);
}

.stories-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
    gap: clamp(2rem, 4vw, 4.5rem);
    align-items: center;
}

.stories-hero__copy h1,
.stories-section__heading h2,
.stories-proof h2 {
    margin: 0;
    color: #111629;
    font-size: clamp(2.55rem, 4.8vw, 4.8rem);
    line-height: 1.04;
    font-weight: 850;
    letter-spacing: 0;
    text-wrap: balance;
}

.stories-hero__copy h1 {
    max-width: 13ch;
}

.stories-hero__copy p:not(.eyebrow) {
    max-width: 58ch;
    margin: 1.15rem 0 0;
    color: rgba(17, 22, 41, 0.74);
    font-size: 1.05rem;
    line-height: 1.72;
}

.stories-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.65rem;
}

.stories-hero-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: clamp(1.25rem, 2.5vw, 1.7rem);
    background:
        radial-gradient(circle at 84% 12%, rgba(19, 105, 139, 0.17), transparent 34%),
        linear-gradient(135deg, #0f172a 0%, #151a27 100%);
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.18);
}

.stories-hero-card > span,
.stories-card > span,
.stories-takeaway-grid span {
    color: #13698B;
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.stories-hero-card h2 {
    max-width: 20rem;
    margin: 0.55rem 0 1.2rem;
    color: #ffffff;
    font-size: clamp(1.55rem, 2.6vw, 2.25rem);
    line-height: 1.12;
    font-weight: 850;
    letter-spacing: 0;
}

.stories-hero-card__list {
    display: grid;
    gap: 0.72rem;
}

.stories-hero-card__list p {
    position: relative;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 13px;
    padding: 0.82rem 0.9rem 0.82rem 2.35rem;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.94rem;
    font-weight: 750;
    line-height: 1.45;
}

.stories-hero-card__list p::before {
    content: "";
    position: absolute;
    top: 1.12rem;
    left: 0.95rem;
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 999px;
    background: #13698B;
    box-shadow: 0 0 0 4px rgba(19, 105, 139, 0.14);
}

.stories-section {
    padding: clamp(3.8rem, 6vw, 5.8rem) 0;
}

.stories-section--soft {
    background: linear-gradient(180deg, rgba(242, 250, 248, 0.72), rgba(255, 255, 255, 0.95));
}

.stories-section__heading {
    max-width: 800px;
    margin-bottom: 1.7rem;
}

.stories-section__heading h2,
.stories-proof h2 {
    font-size: clamp(2rem, 3.3vw, 3.25rem);
}

.stories-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.stories-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border: 1px solid rgba(17, 22, 41, 0.08);
    border-radius: 16px;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 38px rgba(17, 22, 41, 0.07);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.stories-card:hover,
.stories-card:focus-within {
    transform: translateY(-4px);
    border-color: rgba(19, 105, 139, 0.22);
    box-shadow: 0 28px 52px rgba(17, 22, 41, 0.11);
}

.stories-card h3,
.stories-takeaway-grid h3 {
    margin: 0.7rem 0 0.45rem;
    color: #111629;
    font-size: 1.12rem;
    line-height: 1.25;
    font-weight: 850;
}

.stories-card__role {
    margin: 0;
    color: #13698B;
    font-size: 0.88rem;
    font-weight: 800;
}

.stories-card blockquote {
    margin: 1rem 0;
    border-left: 3px solid #13698B;
    padding-left: 0.9rem;
    color: rgba(17, 22, 41, 0.72);
    line-height: 1.7;
}

.stories-card__note {
    margin: auto 0 0;
    border-radius: 12px;
    padding: 0.72rem 0.8rem;
    background: #f2faf8;
    color: rgba(17, 22, 41, 0.66);
    font-size: 0.86rem;
    line-height: 1.45;
}

.stories-takeaway-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.stories-takeaway-grid article {
    min-height: 100%;
    border: 1px solid rgba(17, 22, 41, 0.08);
    border-radius: 16px;
    padding: 1.2rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 38px rgba(17, 22, 41, 0.07);
}

.stories-takeaway-grid h3 {
    margin-top: 0.7rem;
}

.stories-takeaway-grid p {
    margin: 0;
    color: rgba(17, 22, 41, 0.68);
    line-height: 1.65;
}

.stories-section--dark {
    background:
        radial-gradient(circle at 88% 12%, rgba(19, 105, 139, 0.12), transparent 30%),
        linear-gradient(135deg, #0f172a 0%, #151a27 100%);
}

.stories-proof {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    gap: clamp(2rem, 4vw, 4rem);
    align-items: start;
}

.stories-proof h2 {
    color: #ffffff;
}

.stories-proof__list {
    display: grid;
    gap: 0.85rem;
}

.stories-proof__list p {
    position: relative;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 0.98rem 1rem 0.98rem 2.55rem;
    background: rgba(255, 255, 255, 0.055);
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.62;
}

.stories-proof__list p::before {
    content: "";
    position: absolute;
    top: 1.38rem;
    left: 1.05rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: #13698B;
    box-shadow: 0 0 0 4px rgba(19, 105, 139, 0.14);
}

@media (max-width: 980px) {
    .stories-hero__grid,
    .stories-proof {
        grid-template-columns: 1fr;
    }

    .stories-card-grid,
    .stories-takeaway-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .stories-hero {
        padding-top: 3rem;
    }

    .stories-hero__copy h1 {
        max-width: none;
        font-size: 2.35rem;
    }

    .stories-hero__actions {
        display: grid;
    }

    .stories-card-grid,
    .stories-takeaway-grid {
        grid-template-columns: 1fr;
    }

    .stories-section {
        padding: 3.5rem 0;
    }
}

/* Real homepage hero photography */
.prep-landing .prep-hero__visual {
    display: flex;
    align-items: center;
    min-height: 350px;
}

.prep-landing .prep-hero__visual::before {
    inset: 2rem -0.2rem auto auto;
    width: min(94%, 520px);
    height: 290px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 76% 18%, rgba(19, 105, 139, 0.16), transparent 32%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(228, 244, 240, 0.58));
    transform: rotate(-4deg);
}

.prep-hero-photo {
    position: relative;
    z-index: 1;
    width: min(100%, 540px);
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(17, 22, 41, 0.08);
    border-radius: 22px;
    aspect-ratio: 1.24 / 1;
    background: #f2faf8;
    box-shadow: 0 30px 72px rgba(17, 22, 41, 0.13);
}

.prep-hero-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 74% 58%;
}

@media (max-width: 980px) {
    .prep-landing .prep-hero__visual {
        min-height: auto;
        max-width: 620px;
    }

    .prep-hero-photo {
        width: 100%;
        aspect-ratio: 1.65 / 1;
    }

    .prep-hero-photo img {
        object-position: 72% 55%;
    }
}

@media (max-width: 640px) {
    .prep-landing .prep-hero__visual {
        display: flex;
    }

    .prep-landing .prep-hero__visual::before {
        inset: 1.2rem 0 auto auto;
        height: 210px;
        border-radius: 20px;
    }

    .prep-hero-photo {
        border-radius: 18px;
        aspect-ratio: 1.15 / 1;
    }

    .prep-hero-photo img {
        object-position: 76% 58%;
    }
}

/* Premium homepage finish */
.prep-home {
    --prep-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
    --prep-shadow-soft: 0 18px 42px rgba(17, 22, 41, 0.08);
    --prep-shadow-premium: 0 30px 80px rgba(17, 22, 41, 0.14);
}

.prep-landing {
    position: relative;
    overflow: hidden;
}

.prep-landing::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5) 44%, rgba(255, 255, 255, 0) 78%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0));
    opacity: 0.62;
}

.prep-landing .prep-hero__content {
    position: relative;
    z-index: 1;
    align-items: start;
    column-gap: clamp(1.5rem, 3vw, 3.25rem);
    row-gap: clamp(1.1rem, 2vw, 1.8rem);
}

.prep-landing h1 {
    font-size: clamp(2.9rem, 4.35vw, 4.28rem);
    line-height: 1.04;
    letter-spacing: 0;
    text-wrap: balance;
}

.prep-landing .prep-hero__subtitle {
    max-width: 56ch;
    margin-top: 0.9rem;
    color: rgba(17, 22, 41, 0.72);
}

.prep-landing .prep-hero__actions {
    align-items: center;
    gap: 0.9rem;
    margin-top: 1.15rem;
}

.prep-landing .prep-button {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    font-weight: 850;
    text-decoration: none;
    transform: translateY(0);
    transition: transform 0.24s var(--prep-ease), box-shadow 0.24s var(--prep-ease), border-color 0.24s var(--prep-ease), background 0.24s var(--prep-ease), color 0.24s var(--prep-ease);
}

.prep-landing .prep-button::after {
    content: "";
    position: absolute;
    inset: -40% -30%;
    pointer-events: none;
    background: linear-gradient(115deg, transparent 18%, rgba(255, 255, 255, 0.34) 44%, transparent 62%);
    transform: translateX(-120%);
    transition: transform 0.6s var(--prep-ease);
}

.prep-landing .prep-button:hover,
.prep-landing .prep-button:focus-visible {
    transform: translateY(-2px);
}

.prep-landing .prep-button:hover::after,
.prep-landing .prep-button:focus-visible::after {
    transform: translateX(120%);
}

.prep-landing .prep-button--primary {
    background: linear-gradient(135deg, #13698B 0%, #13698B 48%, #0B2545 100%);
    box-shadow: 0 18px 40px rgba(19, 105, 139, 0.27), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.prep-landing .prep-button--primary:hover,
.prep-landing .prep-button--primary:focus-visible {
    background: linear-gradient(135deg, #111629 0%, #1c2336 100%);
    box-shadow: 0 24px 54px rgba(17, 22, 41, 0.22);
}

.prep-landing .prep-button--secondary {
    border-color: rgba(19, 105, 139, 0.42);
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(14px);
    box-shadow: var(--prep-shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.prep-landing .prep-button--secondary:hover,
.prep-landing .prep-button--secondary:focus-visible {
    border-color: rgba(19, 105, 139, 0.68);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 20px 44px rgba(19, 105, 139, 0.12);
}

.prep-landing .prep-option-grid {
    gap: 0.9rem;
    margin-top: 1.65rem;
}

.prep-landing .prep-option-button {
    position: relative;
    overflow: hidden;
    border-color: rgba(19, 105, 139, 0.32);
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(242, 250, 248, 0.62));
    box-shadow: var(--prep-shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.72);
    transition: border-color 0.22s var(--prep-ease), box-shadow 0.22s var(--prep-ease), background 0.22s var(--prep-ease);
}

.prep-landing .prep-option-button::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(19, 105, 139, 0.1), rgba(255, 255, 255, 0) 46%);
    opacity: 0;
    transition: opacity 0.22s var(--prep-ease);
}

.prep-landing .prep-option-button:hover,
.prep-landing .prep-option-button:focus-visible {
    border-color: rgba(19, 105, 139, 0.48);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 20px 46px rgba(17, 22, 41, 0.1);
}

.prep-landing .prep-option-button:hover::before,
.prep-landing .prep-option-button:focus-visible::before {
    opacity: 1;
}

.prep-hero-photo {
    border-color: rgba(255, 255, 255, 0.72);
    box-shadow: var(--prep-shadow-premium), 0 0 0 1px rgba(17, 22, 41, 0.04);
    transform: translateY(0);
    transition: transform 0.36s var(--prep-ease), box-shadow 0.36s var(--prep-ease), filter 0.36s var(--prep-ease);
}

.prep-hero-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 34%),
        linear-gradient(90deg, rgba(17, 22, 41, 0.12), rgba(17, 22, 41, 0) 38%, rgba(255, 255, 255, 0.1));
}

.prep-hero-photo img {
    filter: saturate(1.04) contrast(1.03) brightness(1.02);
    transform: scale(1);
    transition: transform 0.7s var(--prep-ease), filter 0.36s var(--prep-ease);
}

.prep-landing .prep-hero__visual:hover .prep-hero-photo {
    transform: translateY(-4px);
    box-shadow: 0 36px 90px rgba(17, 22, 41, 0.17);
}

.prep-landing .prep-hero__visual:hover .prep-hero-photo img {
    transform: scale(1.025);
    filter: saturate(1.08) contrast(1.04) brightness(1.03);
}

.prep-landing .prep-hero__visual::before {
    filter: blur(0.1px);
    box-shadow: 0 24px 70px rgba(19, 105, 139, 0.08);
}

.prep-landing .prep-quick-links {
    margin-top: 0;
}

.prep-landing .prep-quick-links h2 {
    color: rgba(17, 22, 41, 0.62);
    font-size: 0.82rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.prep-landing .prep-quick-links__grid {
    gap: 1rem;
}

.prep-landing .prep-quick-link-card {
    position: relative;
    overflow: hidden;
    border-color: rgba(17, 22, 41, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(16px);
    box-shadow: var(--prep-shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.72);
    transition: transform 0.24s var(--prep-ease), border-color 0.24s var(--prep-ease), box-shadow 0.24s var(--prep-ease), background 0.24s var(--prep-ease);
}

.prep-landing .prep-quick-link-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(19, 105, 139, 0.11), transparent 45%);
    opacity: 0;
    transition: opacity 0.24s var(--prep-ease);
}

.prep-landing .prep-quick-link-card span,
.prep-landing .prep-quick-link-card strong {
    position: relative;
    z-index: 1;
}

.prep-landing .prep-quick-link-card span {
    box-shadow: 0 10px 22px rgba(17, 22, 41, 0.12);
    transition: transform 0.24s var(--prep-ease), background 0.24s var(--prep-ease), box-shadow 0.24s var(--prep-ease);
}

.prep-landing .prep-quick-link-card:hover,
.prep-landing .prep-quick-link-card:focus-visible {
    transform: translateY(-4px);
    border-color: rgba(19, 105, 139, 0.34);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 24px 54px rgba(17, 22, 41, 0.12);
}

.prep-landing .prep-quick-link-card:hover::before,
.prep-landing .prep-quick-link-card:focus-visible::before {
    opacity: 1;
}

.prep-landing .prep-quick-link-card:hover span,
.prep-landing .prep-quick-link-card:focus-visible span {
    transform: translateY(-1px) scale(1.04);
    box-shadow: 0 14px 28px rgba(19, 105, 139, 0.2);
}

@keyframes prepFadeUp {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes prepSoftFloat {
    0%,
    100% {
        transform: translateY(0) rotate(-4deg);
    }
    50% {
        transform: translateY(-8px) rotate(-3deg);
    }
}

.prep-landing .prep-hero__copy > *,
.prep-landing .prep-hero__visual,
.prep-landing .prep-quick-links {
    animation: prepFadeUp 0.7s var(--prep-ease) both;
}

.prep-landing .prep-hero__subtitle {
    animation-delay: 0.08s;
}

.prep-landing .prep-hero__actions {
    animation-delay: 0.14s;
}

.prep-landing .prep-option-grid {
    animation-delay: 0.2s;
}

.prep-landing .prep-hero__visual {
    animation-delay: 0.18s;
}

.prep-landing .prep-quick-links {
    animation-delay: 0.26s;
}

.prep-landing .prep-hero__visual::before {
    animation: prepSoftFloat 8s ease-in-out infinite;
}

@media (max-width: 980px) {
    .prep-landing .prep-hero__content {
        row-gap: 2rem;
    }

    .prep-landing .prep-hero__visual {
        justify-content: center;
    }
}

@media (min-width: 981px) {
    .prep-landing .prep-hero__visual {
        margin-top: -1.625rem;
    }
}

@media (max-width: 640px) {
    .prep-landing .prep-hero__content {
        padding-top: 2.65rem;
    }

    .prep-landing h1 {
        font-size: clamp(2.1rem, 9.2vw, 2.38rem);
        line-height: 1.1;
    }

    .prep-landing .prep-hero__subtitle {
        margin-top: 1rem;
        line-height: 1.58;
    }

    .prep-landing .prep-hero__actions {
        gap: 0.72rem;
        margin-top: 1.35rem;
    }

    .prep-landing .prep-option-grid {
        gap: 0.75rem;
        margin-top: 1.2rem;
    }

    .prep-landing .prep-option-button {
        min-height: 3.65rem;
    }

    .prep-landing .prep-quick-links h2 {
        margin-bottom: 0.75rem;
    }

    .prep-landing .prep-quick-link-card {
        min-height: 4.8rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .prep-landing .prep-hero__copy > *,
    .prep-landing .prep-hero__visual,
    .prep-landing .prep-quick-links,
    .prep-landing .prep-hero__visual::before {
        animation: none;
    }

    .prep-landing .prep-button,
    .prep-landing .prep-option-button,
    .prep-hero-photo,
    .prep-hero-photo img,
    .prep-landing .prep-quick-link-card,
    .prep-landing .prep-quick-link-card span {
        transition: none;
    }
}

/* Homepage reality numbers */
.prep-reality {
    grid-area: reality;
    width: 100%;
    max-width: none;
    margin-top: 0;
}

.prep-reality__eyebrow {
    margin: 0 0 0.42rem;
    color: #0B2545;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.18em;
    line-height: 1.3;
    text-transform: uppercase;
}

.prep-reality h2 {
    max-width: 22rem;
    margin: 0;
    color: #111629;
    font-size: clamp(1.25rem, 1.6vw, 1.58rem);
    line-height: 1.18;
    font-weight: 850;
}

.prep-landing .prep-reality .prep-option-grid {
    width: 100%;
    max-width: none;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(0.85rem, 1.4vw, 1.25rem);
    margin-top: 0.85rem;
}

.prep-landing .prep-reality .prep-option-button {
    display: grid;
    min-height: 7.75rem;
    align-content: center;
    justify-items: center;
    gap: 0.44rem;
    padding: 1rem 1.15rem;
    text-align: center;
    white-space: normal;
}

.prep-landing .prep-reality .prep-option-button > * {
    position: relative;
    z-index: 1;
}

.prep-landing .prep-reality .prep-option-button strong {
    color: #0B2545;
    font-size: clamp(1.55rem, 2.25vw, 2.05rem);
    font-weight: 850;
    line-height: 1;
}

.prep-landing .prep-reality .prep-option-button span {
    max-width: 24ch;
    color: rgba(17, 22, 41, 0.72);
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.32;
}

@media (max-width: 980px) {
    .prep-landing .prep-hero__content {
        grid-template-areas:
            "copy"
            "visual"
            "reality"
            "explore";
    }

    .prep-reality {
        max-width: none;
    }

    .prep-reality h2 {
        max-width: 30rem;
    }

    .prep-landing .prep-reality .prep-option-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .prep-reality {
        margin-top: 1.35rem;
    }

    .prep-reality__eyebrow {
        margin-bottom: 0.36rem;
        font-size: 0.68rem;
    }

    .prep-reality h2 {
        font-size: 1.18rem;
        line-height: 1.24;
    }

    .prep-landing .prep-reality .prep-option-grid {
        grid-template-columns: 1fr;
        margin-top: 0.85rem;
    }

    .prep-landing .prep-reality .prep-option-button {
        min-height: 6.45rem;
        padding: 0.95rem 1rem;
    }

    .prep-landing .prep-reality .prep-option-button strong {
        font-size: 1.62rem;
    }

    .prep-landing .prep-reality .prep-option-button span {
        max-width: 29ch;
        font-size: 0.86rem;
        line-height: 1.34;
    }
}

/* Premium Reality section */
.prep-reality {
    position: relative;
    overflow: hidden;
    padding: clamp(1.35rem, 2.4vw, 2rem);
    border: 1px solid rgba(19, 105, 139, 0.16);
    border-radius: 24px;
    background:
        radial-gradient(circle at 90% 8%, rgba(19, 105, 139, 0.12), transparent 30%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(242, 250, 248, 0.78));
    box-shadow: 0 26px 70px rgba(17, 22, 41, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.prep-reality::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(19, 105, 139, 0.08), transparent 34%, rgba(17, 22, 41, 0.035));
}

.prep-reality > * {
    position: relative;
    z-index: 1;
}

.prep-reality__heading {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.9fr);
    gap: clamp(1rem, 2.4vw, 2.4rem);
    align-items: end;
}

.prep-reality__heading > p {
    max-width: 40rem;
    margin: 0;
    color: rgba(17, 22, 41, 0.68);
    font-size: clamp(0.98rem, 1.15vw, 1.08rem);
    line-height: 1.62;
}

.prep-reality h2 {
    max-width: 31rem;
    font-size: clamp(1.7rem, 2.3vw, 2.35rem);
    line-height: 1.08;
}

.prep-reality .prep-option-grid,
.prep-landing .prep-reality .prep-option-grid {
    display: grid;
    width: 100%;
    max-width: none;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: clamp(0.9rem, 1.5vw, 1.25rem);
    margin-top: clamp(1.1rem, 1.8vw, 1.45rem);
}

.prep-reality .prep-option-button,
.prep-landing .prep-reality .prep-option-button {
    display: grid;
    position: relative;
    min-height: 9rem;
    align-content: start;
    justify-items: start;
    gap: 0.72rem;
    padding: 1.2rem;
    border: 1px solid rgba(19, 105, 139, 0.15);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 251, 247, 0.86));
    color: #111629;
    box-shadow: 0 18px 42px rgba(17, 22, 41, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.85);
    text-align: left;
    height: 100%;
    transition: transform 0.24s var(--prep-ease), border-color 0.24s var(--prep-ease), box-shadow 0.24s var(--prep-ease), background 0.24s var(--prep-ease);
}

.prep-reality .prep-option-button::before {
    content: "";
    position: absolute;
    inset: auto 1rem 1rem auto;
    width: 3.8rem;
    height: 3.8rem;
    border-radius: 50%;
    background: rgba(19, 105, 139, 0.07);
}

.prep-reality .prep-option-button > * {
    position: relative;
    z-index: 1;
}

.prep-reality .prep-stat-card__mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: rgba(19, 105, 139, 0.1);
    color: #0B2545;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.08em;
}

.prep-reality .prep-option-button strong,
.prep-landing .prep-reality .prep-option-button strong {
    color: #0B2545;
    font-size: clamp(2.1rem, 3vw, 3rem);
    line-height: 0.95;
    letter-spacing: 0;
}

.prep-reality .prep-option-button span:not(.prep-stat-card__mark),
.prep-landing .prep-reality .prep-option-button span:not(.prep-stat-card__mark) {
    max-width: 30ch;
    color: rgba(17, 22, 41, 0.72);
    font-size: 0.96rem;
    line-height: 1.42;
}

.prep-reality .prep-option-button:hover {
    transform: translateY(-4px);
    border-color: rgba(19, 105, 139, 0.32);
    background: #ffffff;
    box-shadow: 0 26px 60px rgba(17, 22, 41, 0.11), 0 12px 28px rgba(19, 105, 139, 0.08);
}

.prep-reality__note {
    display: grid;
    grid-template-columns: minmax(160px, 0.32fr) minmax(0, 1fr);
    gap: 1rem;
    margin-top: clamp(1rem, 1.8vw, 1.4rem);
    padding: clamp(1rem, 1.7vw, 1.25rem);
    border: 1px solid rgba(17, 22, 41, 0.08);
    border-left: 4px solid #13698B;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
}

.prep-reality__note strong {
    color: #111629;
    font-size: 0.94rem;
    font-weight: 850;
}

.prep-reality__note p {
    margin: 0;
    color: rgba(17, 22, 41, 0.7);
    line-height: 1.6;
}

.reality-page {
    background:
        radial-gradient(circle at 82% 16%, rgba(19, 105, 139, 0.08), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f5fbfc 34%, #ffffff 100%);
}

.reality-page-hero {
    padding: clamp(2.4rem, 5vw, 4.7rem) 0 clamp(1.8rem, 3.2vw, 3rem);
}

.reality-page-hero__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
    gap: clamp(1.4rem, 3vw, 3rem);
    align-items: stretch;
    padding: clamp(1.4rem, 3vw, 2.4rem);
    border: 1px solid rgba(19, 105, 139, 0.14);
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(242, 250, 248, 0.86)),
        radial-gradient(circle at 92% 18%, rgba(19, 105, 139, 0.12), transparent 26%);
    box-shadow: 0 28px 76px rgba(17, 22, 41, 0.08);
}

.reality-page-hero__copy h1 {
    max-width: 13ch;
    margin: 0;
    color: #111629;
    font-size: clamp(2.6rem, 5.4vw, 5.4rem);
    line-height: 1;
    letter-spacing: 0;
}

.reality-page-hero__copy > p:not(.eyebrow) {
    max-width: 66ch;
    margin: 1.15rem 0 0;
    color: rgba(17, 22, 41, 0.72);
    font-size: clamp(1.02rem, 1.2vw, 1.16rem);
    line-height: 1.7;
}

.reality-page-hero__copy .hero-actions {
    margin-top: 1.35rem;
}

.reality-page-hero__panel {
    display: grid;
    align-content: end;
    gap: 0.7rem;
    min-height: 18rem;
    padding: 1.35rem;
    border: 1px solid rgba(17, 22, 41, 0.08);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(17, 22, 41, 0.9), rgba(17, 22, 41, 0.78)),
        linear-gradient(135deg, #111629, #3d2a1c);
    color: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.reality-page-hero__panel span {
    color: #9adbc8;
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.reality-page-hero__panel strong {
    max-width: 13rem;
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    line-height: 1.08;
}

.reality-page-hero__panel p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.62;
}

.reality-metrics-section {
    padding: 0 0 clamp(2.8rem, 5vw, 4.6rem);
}

.prep-reality--page {
    margin-top: 0;
}

.reality-page .section-block {
    padding-top: clamp(3rem, 5vw, 4.8rem);
}

.reality-page .service-detail-grid {
    gap: clamp(1rem, 1.8vw, 1.35rem);
    align-items: stretch;
}

.reality-page .feature-card {
    border-color: rgba(19, 105, 139, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 18px 48px rgba(17, 22, 41, 0.06);
}

.reality-page .feature-card .eyebrow {
    color: #0B2545;
}

@media (max-width: 980px) {
    .prep-reality__heading,
    .reality-page-hero__content {
        grid-template-columns: 1fr;
    }

    .prep-reality .prep-option-grid,
    .prep-landing .prep-reality .prep-option-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .reality-page-hero__copy h1 {
        max-width: 16ch;
    }

    .reality-page-hero__panel {
        min-height: auto;
    }
}

@media (max-width: 640px) {
    .prep-reality {
        padding: 1.05rem;
        border-radius: 20px;
    }

    .prep-reality h2 {
        font-size: clamp(1.42rem, 7vw, 1.9rem);
    }

    .prep-reality__heading > p {
        font-size: 0.95rem;
    }

    .prep-reality .prep-option-grid,
    .prep-landing .prep-reality .prep-option-grid {
        grid-template-columns: 1fr;
    }

    .prep-reality .prep-option-button,
    .prep-landing .prep-reality .prep-option-button {
        min-height: auto;
        padding: 1rem;
    }

    .prep-reality .prep-option-button strong,
    .prep-landing .prep-reality .prep-option-button strong {
        font-size: 2rem;
    }

    .prep-reality__note {
        grid-template-columns: 1fr;
    }

    .reality-page-hero {
        padding-top: 2rem;
    }

    .reality-page-hero__content {
        padding: 1rem;
        border-radius: 22px;
    }

    .reality-page-hero__copy h1 {
        max-width: none;
        font-size: clamp(2.15rem, 11vw, 3rem);
    }
}

/* Reality page decision brief redesign */
.reality-lab {
    --reality-ink: #111629;
    --reality-muted: #596070;
    --reality-blue: #12304d;
    --reality-teal: #0f766e;
    --reality-orange: #13698B;
    --reality-line: rgba(17, 22, 41, 0.12);
    --reality-soft: #f6f8fb;
    --reality-panel: #ffffff;
    --reality-shadow: 0 20px 48px rgba(17, 22, 41, 0.08);
    background: var(--reality-soft);
    color: var(--reality-ink);
    letter-spacing: 0;
}

.reality-lab *,
.reality-lab *::before,
.reality-lab *::after {
    letter-spacing: 0;
}

.reality-lab .eyebrow {
    margin: 0 0 0.7rem;
    color: var(--reality-orange);
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: none;
}

.reality-lab .button {
    min-height: 3.05rem;
    border-radius: 8px;
}

.reality-hero {
    padding: 4.4rem 0 2.3rem;
    border-bottom: 1px solid var(--reality-line);
    background: #ffffff;
}

.reality-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.68fr);
    gap: 3rem;
    align-items: center;
}

.reality-hero__copy h1 {
    max-width: 12ch;
    margin: 0;
    color: var(--reality-ink);
    font-size: 4.15rem;
    font-weight: 850;
    line-height: 1.04;
    text-wrap: balance;
}

.reality-hero__copy p:not(.eyebrow) {
    max-width: 64ch;
    margin: 1rem 0 0;
    color: var(--reality-muted);
    font-size: 1.05rem;
    line-height: 1.72;
}

.reality-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.45rem;
}

.reality-brief {
    overflow: hidden;
    border: 1px solid var(--reality-line);
    border-radius: 8px;
    background: var(--reality-panel);
    box-shadow: var(--reality-shadow);
}

.reality-brief__media {
    height: 235px;
    overflow: hidden;
    background: #e7eef2;
}

.reality-brief__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.reality-brief__body {
    padding: 1.2rem;
}

.reality-brief__body h2 {
    max-width: 20rem;
    margin: 0;
    color: var(--reality-ink);
    font-size: 1.58rem;
    font-weight: 850;
    line-height: 1.14;
}

.reality-brief__body p:not(.eyebrow) {
    margin: 0.8rem 0 0;
    color: var(--reality-muted);
    line-height: 1.58;
}

.reality-signal-strip {
    padding: 1.4rem 0;
    border-bottom: 1px solid var(--reality-line);
    background: #ffffff;
}

.reality-signal-strip__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
}

.reality-signal-strip article {
    display: grid;
    gap: 0.35rem;
    min-height: 6.4rem;
    border: 1px solid var(--reality-line);
    border-radius: 8px;
    padding: 1rem;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(17, 22, 41, 0.05);
}

.reality-signal-strip span,
.reality-truth-card > span {
    color: var(--reality-orange);
    font-size: 0.78rem;
    font-weight: 850;
}

.reality-signal-strip strong {
    color: var(--reality-ink);
    font-size: 1.35rem;
    line-height: 1.05;
}

.reality-signal-strip small {
    color: var(--reality-muted);
    font-size: 0.88rem;
    font-weight: 650;
    line-height: 1.35;
}

.reality-truths {
    padding: 3.2rem 0 5rem;
    background: var(--reality-soft);
}

.reality-truths__layout {
    display: grid;
    grid-template-columns: minmax(250px, 0.35fr) minmax(0, 1fr);
    gap: 2rem;
    align-items: start;
}

.reality-rail {
    position: sticky;
    top: 6.7rem;
    display: grid;
    gap: 0.9rem;
}

.reality-rail__panel,
.reality-rail__nav {
    border: 1px solid var(--reality-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(17, 22, 41, 0.06);
}

.reality-rail__panel {
    padding: 1rem;
}

.reality-rail__panel h2 {
    max-width: 12ch;
    margin: 0;
    color: var(--reality-ink);
    font-size: 2.25rem;
    font-weight: 850;
    line-height: 1.1;
    text-wrap: balance;
}

.reality-rail__panel p:not(.eyebrow) {
    margin: 0.85rem 0 0;
    color: var(--reality-muted);
    line-height: 1.6;
}

.reality-rail__nav {
    display: grid;
    padding: 0.25rem 1rem;
}

.reality-rail__nav a {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--reality-line);
    padding: 0.8rem 0;
    color: var(--reality-ink);
    font-size: 0.94rem;
    font-weight: 800;
}

.reality-rail__nav a:last-child {
    border-bottom: 0;
}

.reality-rail__nav a::after {
    content: ">";
    color: var(--reality-orange);
    font-weight: 850;
}

.reality-rail__nav a:hover,
.reality-rail__nav a:focus-visible {
    color: var(--reality-orange);
}

.reality-truth-stack {
    display: grid;
    gap: 0.85rem;
}

.reality-truth-card {
    scroll-margin-top: 7rem;
    border: 1px solid var(--reality-line);
    border-radius: 8px;
    padding: clamp(1rem, 2vw, 1.35rem);
    background: #ffffff;
    box-shadow: var(--reality-shadow);
}

.reality-truth-card h3 {
    max-width: 42rem;
    margin: 0.45rem 0 0;
    color: var(--reality-ink);
    font-size: clamp(1.25rem, 2vw, 1.72rem);
    font-weight: 850;
    line-height: 1.18;
    text-wrap: balance;
}

.reality-truth-card p {
    max-width: 68ch;
    margin: 0.85rem 0 0;
    color: var(--reality-muted);
    line-height: 1.68;
}

.reality-truth-card ul {
    display: grid;
    gap: 0.55rem;
    max-width: 66ch;
    margin: 0.95rem 0 0;
    padding: 0;
    list-style: none;
}

.reality-truth-card li {
    position: relative;
    padding-left: 1.25rem;
    color: var(--reality-muted);
    font-weight: 700;
    line-height: 1.5;
}

.reality-truth-card li::before {
    content: "";
    position: absolute;
    top: 0.58rem;
    left: 0;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: var(--reality-teal);
}

.reality-decision {
    padding: 4.6rem 0 5.2rem;
    background: #ffffff;
}

.reality-decision__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.7fr);
    gap: 2rem;
    align-items: start;
}

.reality-decision h2 {
    max-width: 13ch;
    margin: 0;
    color: var(--reality-ink);
    font-size: clamp(2rem, 3.5vw, 3.15rem);
    font-weight: 850;
    line-height: 1.08;
    text-wrap: balance;
}

.reality-decision p:not(.eyebrow) {
    max-width: 58ch;
    margin: 1rem 0 0;
    color: var(--reality-muted);
    line-height: 1.68;
}

.reality-decision__checklist {
    display: grid;
    gap: 0.75rem;
}

.reality-decision__checklist article {
    border: 1px solid var(--reality-line);
    border-radius: 8px;
    padding: 1rem;
    background: var(--reality-soft);
}

.reality-decision__checklist strong,
.reality-decision__checklist span {
    display: block;
}

.reality-decision__checklist strong {
    color: var(--reality-ink);
    font-size: 1rem;
}

.reality-decision__checklist span {
    margin-top: 0.3rem;
    color: var(--reality-muted);
    line-height: 1.5;
}

.reality-decision__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 0.25rem;
}

@media (max-width: 980px) {
    .reality-hero {
        padding: 3.6rem 0 2rem;
    }

    .reality-hero__grid,
    .reality-truths__layout,
    .reality-decision__grid {
        grid-template-columns: 1fr;
    }

    .reality-hero__copy h1 {
        max-width: 14ch;
        font-size: 3.1rem;
    }

    .reality-brief {
        max-width: 46rem;
    }

    .reality-signal-strip__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .reality-rail {
        position: static;
    }

    .reality-rail__nav {
        display: none;
    }

    .reality-rail__panel h2 {
        max-width: 18ch;
        font-size: 2.1rem;
    }
}

@media (max-width: 640px) {
    .reality-hero {
        padding: 3rem 0 1.7rem;
    }

    .reality-hero__grid {
        gap: 1.5rem;
    }

    .reality-hero__copy h1 {
        max-width: none;
        font-size: 2.35rem;
        line-height: 1.12;
    }

    .reality-hero__copy p:not(.eyebrow) {
        font-size: 1rem;
    }

    .reality-hero__actions,
    .reality-decision__actions {
        display: grid;
        gap: 0.65rem;
    }

    .reality-signal-strip__grid {
        grid-template-columns: 1fr;
    }

    .reality-signal-strip article {
        min-height: auto;
    }

    .reality-truths {
        padding: 2.4rem 0 4rem;
    }

    .reality-rail__panel h2,
    .reality-decision h2 {
        font-size: 1.78rem;
    }

    .reality-truth-card h3 {
        font-size: 1.18rem;
    }

    .reality-decision {
        padding: 3.6rem 0 4rem;
    }
}

/* Horizontal brand logo */
.brand-logo-frame--horizontal {
    width: min(12rem, 44vw);
    height: 2.9rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.brand-logo-frame--horizontal .brand-logo,
.brand--header .brand-logo-frame--horizontal .brand-logo,
.site-footer .brand--footer .brand-logo-frame--horizontal .brand-logo {
    display: block;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    object-position: left center;
}

.site-footer .brand-logo-frame--horizontal {
    width: min(13.75rem, 72vw);
    height: 3.45rem;
    padding: 0.38rem 0.52rem;
    border-radius: 8px;
    background: #ffffff;
}

@media (max-width: 520px) {
    .brand-logo-frame--horizontal {
        width: min(10.8rem, 56vw);
        height: 2.6rem;
    }

    .site-footer .brand-logo-frame--horizontal {
        width: min(12.75rem, 76vw);
        height: 3.2rem;
    }
}

/* Logo palette content theme */
:root {
    --logo-navy: #0B2545;
    --logo-blue: #13698B;
    --logo-green: #1A936F;
    --logo-blue-soft: rgba(19, 105, 139, 0.12);
    --logo-green-soft: rgba(26, 147, 111, 0.12);
    --bg: #f5fbfc;
    --surface-muted: #f2faf8;
    --surface-dark: var(--logo-navy);
    --text: var(--logo-navy);
    --muted: #496170;
    --muted-strong: #344f61;
    --line: rgba(11, 37, 69, 0.1);
    --line-strong: rgba(19, 105, 139, 0.2);
    --accent: var(--logo-blue);
    --accent-strong: var(--logo-navy);
    --accent-soft: var(--logo-blue-soft);
    --teal: var(--logo-green);
    --gold: var(--logo-green);
}

body.site-body {
    background:
        radial-gradient(circle at 86% 12%, rgba(26, 147, 111, 0.12), transparent 28%),
        radial-gradient(circle at 10% 6%, rgba(19, 105, 139, 0.12), transparent 26%),
        linear-gradient(180deg, #f5fbfc 0%, #ffffff 48%, #f1faf8 100%);
    color: var(--logo-navy);
}

.site-header {
    border-bottom-color: rgba(19, 105, 139, 0.16);
    background: rgba(255, 255, 255, 0.92);
}

.site-nav a::after {
    background: linear-gradient(90deg, var(--logo-blue), var(--logo-green));
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active,
.mobile-nav a:hover,
.mobile-nav a:focus-visible {
    color: var(--logo-blue);
}

.mobile-nav a.is-active {
    background: var(--logo-navy);
    color: #ffffff;
}

.header-chip,
.mobile-nav__intro {
    border-color: rgba(19, 105, 139, 0.14);
    background: var(--logo-blue-soft);
    color: var(--logo-blue);
}

.mobile-nav__intro span,
.eyebrow,
.prep-reality__eyebrow,
.footer-column h2,
.about-hero-card__body > span,
.about-strip__inner > span,
.about-platform-card > span,
.reality-lab .eyebrow,
.reality-signal-strip span,
.reality-truth-card > span {
    color: var(--logo-green);
}

.button--primary,
.button--nav,
.prep-button--primary,
.footer-call-button,
.mobile-nav .button {
    border-color: transparent;
    background: linear-gradient(135deg, var(--logo-blue), var(--logo-green));
    color: #ffffff;
    box-shadow: 0 18px 38px rgba(19, 105, 139, 0.18);
}

.button--primary:hover,
.button--primary:focus-visible,
.button--nav:hover,
.button--nav:focus-visible,
.prep-button--primary:hover,
.prep-button--primary:focus-visible,
.footer-call-button:hover,
.footer-call-button:focus-visible {
    background: var(--logo-navy);
    box-shadow: 0 22px 48px rgba(11, 37, 69, 0.22);
}

.button--secondary,
.prep-button--secondary {
    border-color: rgba(19, 105, 139, 0.34);
    background: rgba(255, 255, 255, 0.72);
    color: var(--logo-blue);
}

.button--secondary:hover,
.button--secondary:focus-visible,
.prep-button--secondary:hover,
.prep-button--secondary:focus-visible {
    border-color: var(--logo-blue);
    background: #ffffff;
    color: var(--logo-navy);
}

.prep-home,
.prep-landing,
.about-page,
.reality-lab {
    --prep-purple: var(--logo-blue);
    --prep-purple-soft: var(--logo-blue-soft);
    --prep-ink: var(--logo-navy);
    --prep-muted: #496170;
    --prep-line: rgba(11, 37, 69, 0.12);
    --about-ink: var(--logo-navy);
    --about-muted: #496170;
    --about-blue: var(--logo-blue);
    --about-teal: var(--logo-green);
    --about-orange: var(--logo-blue);
    --reality-ink: var(--logo-navy);
    --reality-muted: #496170;
    --reality-blue: var(--logo-blue);
    --reality-teal: var(--logo-green);
    --reality-orange: var(--logo-blue);
    --reality-line: rgba(11, 37, 69, 0.12);
    --reality-soft: #f5fbfc;
}

.prep-landing,
.about-page,
.reality-page,
.reality-lab {
    background:
        radial-gradient(circle at 88% 10%, rgba(26, 147, 111, 0.13), transparent 28%),
        radial-gradient(circle at 8% 14%, rgba(19, 105, 139, 0.12), transparent 26%),
        linear-gradient(180deg, #f5fbfc 0%, #ffffff 46%, #f2faf8 100%);
}

.prep-reality,
.reality-page-hero__content {
    border-color: rgba(19, 105, 139, 0.16);
    background:
        radial-gradient(circle at 90% 8%, rgba(26, 147, 111, 0.12), transparent 30%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(242, 250, 248, 0.86));
}

.prep-option-button,
.prep-landing .prep-option-button,
.prep-quick-link-card,
.about-platform-card,
.about-info-panel,
.reality-signal-strip article,
.reality-truth-card,
.reality-decision__checklist article {
    border-color: rgba(19, 105, 139, 0.12);
    background: rgba(255, 255, 255, 0.82);
}

.prep-option-button,
.prep-landing .prep-option-button {
    color: var(--logo-blue);
}

.prep-option-button:hover,
.prep-option-button:focus-visible,
.prep-quick-link-card:hover,
.prep-quick-link-card:focus-visible,
.about-platform-card:hover,
.about-platform-card:focus-within,
.reality-truth-card:hover {
    border-color: rgba(26, 147, 111, 0.28);
    box-shadow: 0 24px 52px rgba(19, 105, 139, 0.1);
}

.prep-reality .prep-stat-card__mark,
.prep-reality .prep-option-button::before,
.about-hero-card__checks p::before,
.about-info-panel li::before,
.reality-truth-card li::before {
    background: var(--logo-green);
    box-shadow: 0 0 0 4px var(--logo-green-soft);
}

.prep-reality .prep-option-button strong,
.prep-landing .prep-reality .prep-option-button strong,
.reality-signal-strip strong,
.prep-quick-link-card:hover span,
.prep-quick-link-card:focus-visible span {
    color: var(--logo-blue);
}

.prep-reality .prep-stat-card__mark {
    color: var(--logo-navy);
}

.prep-quick-link-card span {
    background: var(--logo-navy);
}

.prep-reality__note {
    border-color: rgba(19, 105, 139, 0.12);
    border-left-color: var(--logo-green);
    background: rgba(255, 255, 255, 0.76);
}

.about-strip__inner,
.reality-page-hero__panel,
.about-info-panel--dark {
    background:
        radial-gradient(circle at 88% 16%, rgba(26, 147, 111, 0.18), transparent 34%),
        linear-gradient(135deg, var(--logo-navy) 0%, #123c5b 100%);
}

.prep-landing .prep-hero__visual::before {
    background:
        radial-gradient(circle at 78% 18%, rgba(26, 147, 111, 0.14), transparent 32%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(242, 250, 248, 0.66));
}

.prep-landing .prep-laptop-mockup__top,
.prep-landing .prep-laptop-mockup__content {
    background: linear-gradient(180deg, #ffffff, #f2faf8);
}

.prep-landing .prep-laptop-mockup__sidebar,
.prep-landing .prep-phone-mockup__cta {
    background: linear-gradient(180deg, var(--logo-blue), var(--logo-green));
}

.prep-landing .prep-laptop-mockup__content span {
    border-color: rgba(19, 105, 139, 0.12);
    background: rgba(255, 255, 255, 0.86);
}

.prep-landing .prep-laptop-mockup__content span::before {
    background: var(--logo-green);
    box-shadow: 0 0 0 4px var(--logo-green-soft);
}

.prep-landing .prep-phone-mockup__brand,
.prep-landing .prep-phone-mockup__outline {
    border-color: rgba(19, 105, 139, 0.5);
    color: var(--logo-blue);
}

.prep-landing .prep-phone-mockup__cards span {
    border-color: rgba(19, 105, 139, 0.08);
    background: #f2faf8;
    color: var(--logo-navy);
}

.site-footer {
    background:
        radial-gradient(circle at 88% 10%, rgba(26, 147, 111, 0.16), transparent 32%),
        linear-gradient(135deg, var(--logo-navy) 0%, #082039 62%, #102f3d 100%);
}

.footer-call-button,
.footer-mini-links a:hover,
.footer-mini-links a:focus-visible {
    color: #ffffff;
}

.footer-mini-links a:hover,
.footer-mini-links a:focus-visible {
    text-decoration-color: rgba(26, 147, 111, 0.86);
}

/* Full-site NurseNorth palette pass */
.faq-page {
    --faq-ink: var(--logo-navy);
    --faq-muted: #496170;
    --faq-blue: var(--logo-blue);
    --faq-teal: var(--logo-green);
    --faq-orange: var(--logo-blue);
    --faq-line: rgba(11, 37, 69, 0.12);
    --faq-soft: #f5fbfc;
}

.apply-page,
.apply-workspace {
    --apply-ink: var(--logo-navy);
    --apply-muted: #496170;
    --apply-blue: var(--logo-blue);
    --apply-teal: var(--logo-green);
    --apply-orange: var(--logo-blue);
    --apply-line: rgba(11, 37, 69, 0.12);
    --apply-panel: #ffffff;
    --apply-soft: #f5fbfc;
    --apply-shadow: 0 20px 48px rgba(19, 105, 139, 0.08);
}

.faq-page,
.apply-page,
.apply-workspace,
.services-page,
.process-page,
.stories-page,
.testimonials-page {
    background:
        radial-gradient(circle at 88% 8%, rgba(26, 147, 111, 0.12), transparent 28%),
        radial-gradient(circle at 8% 12%, rgba(19, 105, 139, 0.12), transparent 26%),
        linear-gradient(180deg, #f5fbfc 0%, #ffffff 44%, #f2faf8 100%);
    color: var(--logo-navy);
}

.page-hero,
.faq-hero,
.apply-entry,
.services-hero,
.process-hero,
.stories-hero {
    background:
        radial-gradient(circle at 86% 16%, rgba(26, 147, 111, 0.14), transparent 30%),
        linear-gradient(135deg, #f5fbfc 0%, #ffffff 54%, #edf8f5 100%);
}

.faq-section--soft,
.apply-workflow,
.process-section--soft,
.stories-section--soft,
.programs-list-section,
.programs-decision-section,
.section-block {
    background: #f5fbfc;
}

.faq-section--decision,
.services-section--dark,
.process-section--dark,
.stories-section--dark,
.cta-banner,
.section-block--accent {
    background:
        radial-gradient(circle at 88% 12%, rgba(26, 147, 111, 0.18), transparent 32%),
        linear-gradient(135deg, var(--logo-navy) 0%, #123c5b 100%);
    color: #ffffff;
}

.faq-page h1,
.faq-page h2,
.faq-page h3,
.apply-page h1,
.apply-page h2,
.apply-page h3,
.services-page h1,
.services-page h2,
.services-page h3,
.process-page h1,
.process-page h2,
.process-page h3,
.stories-page h1,
.stories-page h2,
.stories-page h3,
.page-hero h1,
.section-title {
    color: var(--logo-navy);
}

.faq-section--decision h2,
.services-section--dark h2,
.services-section--dark h3,
.process-section--dark h2,
.stories-section--dark h2,
.cta-banner h2,
.section-block--accent h2,
.section-block--accent h3 {
    color: #ffffff;
}

.faq-page .eyebrow,
.apply-page .eyebrow,
.services-page .eyebrow,
.process-page .eyebrow,
.stories-page .eyebrow,
.page-hero .eyebrow,
.section-heading .eyebrow,
.faq-hero-card__body > span,
.faq-intake-card__body > .eyebrow,
.faq-routes__grid span,
.faq-index__grid span,
.apply-review-steps span,
.apply-proof-strip article span,
.apply-form legend span,
.services-dashboard__panel > span,
.services-intro article span,
.services-card > span,
.services-path__grid span,
.process-hero-card > span,
.process-route__inner > span,
.process-step-card > span,
.process-window-grid span,
.process-investment__grid span,
.stories-hero-card > span,
.stories-card > span,
.stories-takeaway-grid span,
.feature-card .eyebrow {
    color: var(--logo-green);
}

.faq-search,
.faq-intake-card,
.faq-routes__grid a,
.faq-sidecar__panel,
.faq-answer-group,
.faq-page .faq-item,
.apply-review-card,
.apply-proof-strip article,
.apply-rail__panel,
.apply-form-panel,
.apply-workspace .apply-form input,
.apply-workspace .apply-form select,
.apply-workspace .apply-form textarea,
.services-dashboard,
.services-intro article,
.services-card,
.programs-list-note,
.programs-table-card,
.programs-filter-form input,
.programs-filter-form select,
.process-hero-card,
.process-route__inner,
.process-step-card,
.process-window-grid article,
.process-investment__grid article,
.stories-hero-card,
.stories-card,
.stories-takeaway-grid article,
.feature-card,
.reason-card,
.info-card,
.overview-card {
    border-color: rgba(19, 105, 139, 0.14);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 18px 42px rgba(19, 105, 139, 0.07);
}

.faq-routes__grid a:hover,
.faq-routes__grid a:focus-visible,
.faq-page .faq-item[open],
.services-card:hover,
.services-card:focus-within,
.process-step-card:hover,
.process-step-card:focus-within,
.stories-card:hover,
.stories-card:focus-within,
.feature-card:hover,
.feature-card:focus-within {
    border-color: rgba(26, 147, 111, 0.3);
    box-shadow: 0 26px 58px rgba(19, 105, 139, 0.11);
}

.faq-page .faq-item summary::after,
.faq-sidecar__nav a:hover,
.faq-sidecar__nav a:focus-visible,
.apply-rail__panel a,
.programs-table th button,
.programs-table th button:hover,
.programs-table th button:focus,
.programs-table td strong,
.service-card__index,
.reason-card h3,
.feature-card h3 {
    color: var(--logo-blue);
}

.faq-sidecar__panel--accent,
.apply-rail__panel--dark,
.services-dashboard__panel,
.process-hero-card,
.process-confidence,
.stories-proof,
.info-card--accent {
    background:
        radial-gradient(circle at 88% 12%, rgba(26, 147, 111, 0.16), transparent 32%),
        linear-gradient(135deg, var(--logo-navy) 0%, #123c5b 100%);
    color: #ffffff;
}

.faq-sidecar__panel--accent *,
.apply-rail__panel--dark *,
.services-dashboard__panel *,
.process-confidence *,
.stories-proof *,
.info-card--accent * {
    color: inherit;
}

.services-dashboard__panel h2 {
    color: #ffffff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.services-dashboard__stats {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.12);
}

.services-dashboard__stats strong {
    color: #ffffff;
}

.services-dashboard__stats p {
    color: rgba(255, 255, 255, 0.9);
}

.apply-rail__panel--dark h2 {
    color: #ffffff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.apply-rail__panel--dark .apply-criteria-list li {
    border-color: rgba(255, 255, 255, 0.18);
}

.apply-rail__panel--dark .apply-criteria-list strong {
    color: #ffffff;
}

.apply-rail__panel--dark .apply-criteria-list span {
    color: rgba(255, 255, 255, 0.86);
}

.process-hero-card h2 {
    color: #ffffff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.process-hero-card__steps p {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.11);
    color: rgba(255, 255, 255, 0.93);
}

.faq-hero-card__body li::before,
.faq-intake-card__stats div,
.apply-review-steps span,
.apply-form legend span,
.apply-criteria-list li::before,
.services-card li::before,
.process-hero-card__steps p::before,
.process-confidence__list p::before,
.stories-hero-card__list p::before,
.stories-proof__list p::before {
    border-color: rgba(26, 147, 111, 0.22);
    background: var(--logo-green);
}

.faq-search input:focus,
.apply-workspace .apply-form input:focus,
.apply-workspace .apply-form select:focus,
.apply-workspace .apply-form textarea:focus,
.programs-filter-form input:focus,
.programs-filter-form select:focus {
    border-color: rgba(19, 105, 139, 0.48);
    box-shadow: 0 0 0 4px rgba(19, 105, 139, 0.1);
}

.apply-workspace .apply-form__consent input {
    accent-color: var(--logo-green);
}

.programs-table th {
    background: #f2faf8;
}

.programs-table tbody tr:not(.program-table-empty):hover {
    background: #f2faf8;
}

.program-table-empty strong {
    color: var(--logo-navy);
}

.page-main:has(> .cta-banner:last-child) {
    padding-bottom: clamp(2rem, 3.5vw, 3.25rem);
}

.page-main > .cta-banner:last-child {
    margin-bottom: 0;
}

.footer-contact a:hover,
.footer-contact a:focus-visible {
    color: #ffffff;
    text-decoration-color: rgba(26, 147, 111, 0.86);
}

.prep-landing .prep-quick-link-card:hover,
.prep-landing .prep-quick-link-card:focus-visible {
    border-color: rgba(26, 147, 111, 0.55);
    background:
        radial-gradient(circle at 82% 12%, rgba(26, 147, 111, 0.26), transparent 34%),
        linear-gradient(135deg, var(--logo-navy) 0%, #123c5b 100%);
    color: #ffffff;
    box-shadow: 0 24px 52px rgba(11, 37, 69, 0.2);
}

.prep-landing .prep-quick-link-card:hover strong,
.prep-landing .prep-quick-link-card:focus-visible strong {
    color: #ffffff;
}

.prep-landing .prep-quick-link-card:hover span,
.prep-landing .prep-quick-link-card:focus-visible span {
    background: var(--logo-green);
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(26, 147, 111, 0.3);
}

/* PDF review fixes */
:root {
    --container: min(1240px, calc(100% - 1.5rem));
}

.prep-landing .prep-hero__content {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
    grid-template-areas:
        "copy visual"
        "reality reality";
    column-gap: clamp(1.25rem, 2.6vw, 2.7rem);
    row-gap: clamp(1rem, 1.8vw, 1.55rem);
    padding-top: clamp(2rem, 3vw, 3rem);
}

.prep-landing h1 {
    max-width: 18ch;
    font-size: clamp(2.65rem, 3.8vw, 3.85rem);
    line-height: 1.06;
}

.prep-landing .prep-hero__subtitle {
    max-width: 64ch;
}

.prep-landing .prep-quick-links {
    display: none;
}

.apply-review-steps span {
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--logo-green);
    color: #ffffff;
    font-size: 0.72rem;
    line-height: 1;
}

@media (max-width: 980px) {
    .prep-landing .prep-hero__content {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "copy"
            "visual"
            "reality";
        width: var(--container);
    }

    .prep-landing .prep-hero__copy,
    .prep-landing .prep-hero__visual,
    .prep-reality {
        min-width: 0;
        width: 100%;
    }
}

@media (max-width: 640px) {
    :root {
        --container: min(1240px, calc(100% - 2rem));
    }

    .prep-landing .prep-hero__content {
        row-gap: 1.45rem;
        padding-top: 1.65rem;
    }

    .prep-landing .prep-hero__copy,
    .prep-landing .prep-hero__visual,
    .prep-landing .prep-reality {
        justify-self: center;
        width: 100%;
        max-width: calc(100vw - 2rem);
    }

    .prep-landing h1 {
        max-width: 100%;
        font-size: clamp(2.02rem, 8.7vw, 2.32rem);
        line-height: 1.12;
        text-wrap: balance;
    }

    .prep-landing .prep-hero__subtitle {
        max-width: 100%;
        margin-top: 0.85rem;
        font-size: 0.97rem;
        line-height: 1.58;
    }

    .prep-landing .prep-hero__actions {
        display: grid;
        gap: 0.65rem;
        margin-top: 1.15rem;
    }

    .prep-landing .prep-button {
        width: 100%;
    }

    .prep-landing .prep-hero__visual {
        margin-top: 0.25rem;
    }
}

/* Consistent hero spacing below the navigation bar */
.prep-landing .prep-hero__content {
    padding-top: clamp(1.25rem, 2.4vw, 2.35rem);
}

.page-hero,
.about-hero,
.faq-hero,
.apply-entry,
.services-hero,
.process-hero,
.stories-hero,
.reality-hero {
    padding-top: clamp(1.25rem, 2.4vw, 2.35rem);
}

.page-hero__content .eyebrow,
.about-hero__copy .eyebrow,
.faq-hero__copy .eyebrow,
.apply-entry__copy .eyebrow,
.services-hero__copy .eyebrow,
.process-hero__copy .eyebrow,
.stories-hero__copy .eyebrow,
.reality-hero__copy .eyebrow {
    margin-bottom: 0.55rem;
}

.page-hero__content {
    padding-top: clamp(1.1rem, 2vw, 1.4rem);
}

.about-hero__grid,
.apply-entry__grid,
.reality-hero__grid {
    align-items: start;
}

@media (max-width: 640px) {
    .prep-landing .prep-hero__content {
        padding-top: 1.55rem;
    }

    .page-hero,
    .about-hero,
    .faq-hero,
    .apply-entry,
    .services-hero,
    .process-hero,
    .stories-hero,
    .reality-hero {
        padding-top: 1.55rem;
    }
}

/* Site-wide responsive hardening */
:root {
    --site-gutter: clamp(1rem, 4vw, 2.5rem);
    --container-max: 1240px;
    --container: min(var(--container-max), calc(100% - (var(--site-gutter) * 2)));
    --hero-title-size: clamp(2.15rem, 5.8vw, 4.2rem);
    --home-title-size: clamp(2.05rem, 7.4vw, 3.95rem);
    --section-title-size: clamp(1.75rem, 4vw, 3.15rem);
    --panel-title-size: clamp(1.35rem, 2.4vw, 2.1rem);
    --copy-size: clamp(0.96rem, 1.05vw, 1.06rem);
}

html,
body {
    max-width: 100%;
    overflow-x: clip;
}

@supports not (overflow: clip) {
    html,
    body {
        overflow-x: hidden;
    }
}

.site-body {
    min-width: 0;
}

.container {
    width: var(--container);
    max-width: var(--container-max);
    margin-inline: auto;
}

.page-main,
.site-header,
.site-footer,
.container,
.container > *,
section,
article,
aside,
form,
fieldset {
    min-width: 0;
}

img,
svg,
video,
canvas,
iframe {
    max-width: 100%;
}

img,
video {
    height: auto;
}

.button,
.prep-button,
.footer-call-button {
    min-width: 0;
    max-width: 100%;
    text-align: center;
    white-space: normal;
}

.site-nav,
.footer-mini-links,
.process-route__inner div,
.process-step-card ul {
    min-width: 0;
    flex-wrap: wrap;
}

.mobile-nav {
    max-height: calc(100vh - 5.5rem);
    overflow-y: auto;
}

.prep-landing h1 {
    font-size: var(--home-title-size);
}

.page-hero__content h1,
.about-hero__copy h1,
.faq-hero__copy h1,
.apply-entry__copy h1,
.services-hero__copy h1,
.process-hero__copy h1,
.stories-hero__copy h1,
.reality-hero__copy h1,
.contact-hero h1 {
    font-size: var(--hero-title-size);
    line-height: 1.06;
    overflow-wrap: break-word;
}

.about-section__heading h2,
.about-split h2,
.faq-section__intro h2,
.faq-page .faq-section__intro h2,
.apply-rail__panel h2,
.apply-form-heading h2,
.services-section__heading h2,
.services-path__heading h2,
.process-section__heading h2,
.process-confidence h2,
.stories-section__heading h2,
.stories-proof h2,
.reality-rail__panel h2,
.reality-decision h2,
.contact-section__heading h2,
.contact-form-heading h2,
.cta-banner h2 {
    font-size: var(--section-title-size);
    line-height: 1.08;
    overflow-wrap: break-word;
}

.about-hero-card__body h2,
.faq-intake-card__body h2,
.apply-review-card__body h2,
.services-dashboard__panel h2,
.process-hero-card h2,
.stories-hero-card h2,
.reality-brief__body h2 {
    font-size: var(--panel-title-size);
}

.prep-landing .prep-hero__subtitle,
.page-hero__text,
.about-hero__copy p:not(.eyebrow),
.faq-hero__copy p:not(.eyebrow),
.apply-entry__copy p:not(.eyebrow),
.services-hero__copy p:not(.eyebrow),
.process-hero__copy p:not(.eyebrow),
.stories-hero__copy p:not(.eyebrow),
.reality-hero__copy p:not(.eyebrow),
.contact-hero p:not(.eyebrow) {
    font-size: var(--copy-size);
}

@media (min-width: 981px) {
    .prep-landing .prep-hero__content,
    .about-hero__grid,
    .faq-hero__grid,
    .apply-entry__grid,
    .services-hero__grid,
    .process-hero__grid,
    .stories-hero__grid,
    .reality-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(min(100%, 20rem), 0.72fr);
        gap: clamp(1.75rem, 3vw, 3.25rem);
    }

    .faq-answers__layout,
    .apply-workflow__layout,
    .reality-truths__layout {
        grid-template-columns: minmax(min(100%, 15rem), 0.34fr) minmax(0, 1fr);
        gap: clamp(1.5rem, 2.6vw, 2.5rem);
    }

    .services-path,
    .process-confidence,
    .reality-decision__grid,
    .about-split {
        gap: clamp(2rem, 3vw, 3.5rem);
    }
}

.about-platform-grid,
.about-two-cards,
.faq-routes__grid,
.faq-index__grid,
.apply-snapshot__grid,
.apply-proof-strip__grid,
.services-intro__grid,
.programs-legend-grid,
.services-card-grid,
.process-window-grid,
.process-investment__grid,
.stories-card-grid,
.stories-takeaway-grid,
.reality-signal-strip__grid,
.contact-info-grid,
.contact-help-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 15.5rem), 1fr));
}

.apply-review-steps,
.faq-intake-card__stats {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 9.5rem), 1fr));
}

.programs-table-wrap {
    max-width: 100%;
}

.programs-table {
    max-width: 100%;
}

@media (min-width: 1440px) {
    :root {
        --site-gutter: clamp(1.5rem, 4vw, 3rem);
        --container-max: 1320px;
        --hero-title-size: clamp(3rem, 3.25vw, 4.35rem);
        --home-title-size: clamp(2.85rem, 2.8vw, 4rem);
    }
}

@media (min-width: 1920px) {
    :root {
        --container-max: 1700px;
        --site-gutter: clamp(2rem, 3.5vw, 4rem);
        --hero-title-size: clamp(3.85rem, 2.2vw, 4.65rem);
        --home-title-size: clamp(4.05rem, 2.25vw, 4.65rem);
        --section-title-size: clamp(2.35rem, 1.45vw, 3.45rem);
        --copy-size: clamp(1rem, 0.7vw, 1.14rem);
    }

    .site-header__frame,
    .footer-shell {
        max-width: var(--container-max);
    }

    .prep-landing .prep-hero__content {
        grid-template-columns: minmax(0, 1.04fr) minmax(480px, 0.82fr);
        column-gap: clamp(2.5rem, 3.4vw, 4.5rem);
    }

    .prep-hero-photo {
        width: min(100%, 700px);
    }
}

@media (min-width: 2560px) {
    :root {
        --site-gutter: clamp(1.5rem, 1.5vw, 4rem);
        --container-max: calc(100vw - (var(--site-gutter) * 2));
        --hero-title-size: clamp(3.35rem, 2vw, 4.7rem);
        --home-title-size: clamp(4.25rem, 1.9vw, 4.95rem);
        --section-title-size: clamp(2.5rem, 1.7vw, 3.65rem);
    }

    .page-main > section {
        background-size: auto;
    }

    .prep-landing .prep-hero__content {
        grid-template-columns: minmax(0, 0.85fr) minmax(1100px, 1fr);
        column-gap: clamp(2.5rem, 2.4vw, 6rem);
    }

    .prep-landing .prep-hero__copy {
        max-width: min(100%, 1200px);
    }

    .prep-hero-photo {
        width: min(100%, clamp(1100px, 42vw, 1700px));
    }
}

@media (min-width: 3840px) {
    :root {
        --site-gutter: clamp(1.75rem, 1.5vw, 4.5rem);
        --container-max: calc(100vw - (var(--site-gutter) * 2));
        --hero-title-size: clamp(4rem, 1.65vw, 5.15rem);
        --home-title-size: clamp(4.15rem, 1.72vw, 5.35rem);
        --section-title-size: clamp(2.8rem, 1.3vw, 4rem);
        --copy-size: clamp(1.04rem, 0.55vw, 1.18rem);
    }

    .prep-landing .prep-hero__content {
        grid-template-columns: minmax(0, 0.85fr) minmax(1200px, 1fr);
        column-gap: clamp(3rem, 2.6vw, 7rem);
    }

    .prep-landing .prep-hero__copy {
        max-width: min(100%, 1150px);
    }

    .prep-hero-photo {
        width: min(100%, clamp(1300px, 40vw, 1750px));
    }

    .prep-reality {
        padding: clamp(1.7rem, 0.9vw, 2.45rem);
    }
}

@media (min-width: 5000px) {
    :root {
        --site-gutter: clamp(2rem, 1.5vw, 5rem);
        --container-max: calc(100vw - (var(--site-gutter) * 2));
        --hero-title-size: clamp(4.65rem, 1.25vw, 5.65rem);
        --home-title-size: clamp(4.85rem, 1.15vw, 5.9rem);
        --section-title-size: clamp(3rem, 1vw, 4.25rem);
        --copy-size: clamp(1.08rem, 0.38vw, 1.24rem);
    }

    .prep-landing .prep-hero__copy {
        max-width: min(100%, 1300px);
    }

    .prep-landing h1 {
        max-width: 15.5ch;
    }

    .prep-hero-photo {
        width: min(100%, clamp(1500px, 34vw, 1850px));
    }

    .prep-landing .prep-hero__content {
        grid-template-columns: minmax(0, 0.88fr) minmax(1500px, 1fr);
        column-gap: clamp(3.5rem, 2.5vw, 8rem);
        row-gap: clamp(2rem, 1.8vw, 3rem);
    }

    .prep-reality {
        padding: clamp(2.2rem, 0.85vw, 3.2rem);
    }
}

@media (min-width: 6000px) {
    :root {
        --site-gutter: clamp(2rem, 1.25vw, 5.5rem);
        --container-max: calc(100vw - (var(--site-gutter) * 2));
        --home-title-size: clamp(5.25rem, 1.15vw, 6.3rem);
        --section-title-size: clamp(3.2rem, 1vw, 4.6rem);
    }

    .prep-hero-photo {
        width: min(100%, clamp(1650px, 31vw, 2000px));
    }
}

@media (max-width: 1080px) {
    .site-nav--panel {
        font-size: 0.9rem;
        gap: clamp(0.65rem, 1.5vw, 1rem);
    }
}

@media (max-width: 980px) {
    .prep-landing .prep-hero__content,
    .about-hero__grid,
    .faq-hero__grid,
    .apply-entry__grid,
    .services-hero__grid,
    .process-hero__grid,
    .stories-hero__grid,
    .reality-hero__grid,
    .faq-answers__layout,
    .faq-answer-group,
    .apply-workflow__layout,
    .services-path,
    .process-confidence,
    .reality-truths__layout,
    .reality-decision__grid,
    .about-split,
    .contact-layout {
        grid-template-columns: 1fr;
    }

    .faq-sidecar,
    .apply-rail,
    .reality-rail {
        position: static;
    }
}

@media (max-width: 768px) {
    :root {
        --site-gutter: clamp(1rem, 4.5vw, 1.5rem);
        --hero-title-size: clamp(2.05rem, 7.4vw, 3rem);
        --home-title-size: clamp(2rem, 7.4vw, 2.85rem);
        --section-title-size: clamp(1.65rem, 5.8vw, 2.35rem);
    }

    .footer-grid,
    .cta-banner__shell,
    .process-step-card,
    .about-strip__inner {
        grid-template-columns: 1fr;
    }

    .footer-cta-column {
        justify-self: stretch;
    }
}

@media (max-width: 640px) {
    :root {
        --site-gutter: 1rem;
    }

    .container {
        width: var(--container);
    }

    .site-header__frame {
        width: var(--container);
    }

    .nav-shell--refined {
        min-height: 64px;
    }

    .prep-landing .prep-hero__content,
    .page-hero,
    .about-hero,
    .faq-hero,
    .apply-entry,
    .services-hero,
    .process-hero,
    .stories-hero,
    .reality-hero,
    .contact-hero {
        padding-top: clamp(1.25rem, 5vw, 1.75rem);
    }

    .about-section,
    .faq-answers,
    .apply-workflow,
    .services-section,
    .process-section,
    .stories-section,
    .reality-truths,
    .reality-decision,
    .contact-section,
    .contact-help-section {
        padding-block: clamp(2.5rem, 9vw, 3.5rem);
    }

    .prep-hero__actions,
    .hero-actions,
    .about-hero__actions,
    .faq-hero__actions,
    .apply-entry__actions,
    .services-hero__actions,
    .process-hero__actions,
    .stories-hero__actions,
    .reality-hero__actions,
    .reality-decision__actions,
    .cta-banner__actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.65rem;
        width: 100%;
    }

    .prep-hero__actions .button,
    .prep-hero__actions .prep-button,
    .hero-actions .button,
    .about-hero__actions .button,
    .faq-hero__actions .button,
    .apply-entry__actions .button,
    .services-hero__actions .button,
    .process-hero__actions .button,
    .stories-hero__actions .button,
    .reality-hero__actions .button,
    .reality-decision__actions .button,
    .cta-banner__actions .button,
    .footer-call-button {
        width: 100%;
    }

    .services-dashboard {
        min-height: auto;
    }

    .services-dashboard__panel {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        margin: -2rem 0.85rem 0.85rem;
        padding: 1rem;
    }

    .services-dashboard__stats {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        width: 100%;
    }

    .apply-workspace .apply-form fieldset,
    .apply-form fieldset,
    .contact-consultation-form,
    .contact-form,
    .programs-filter-form {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .programs-table-wrap {
        overflow-x: visible;
    }

    .programs-table,
    .programs-table thead,
    .programs-table tbody,
    .programs-table tr,
    .programs-table th,
    .programs-table td {
        display: block;
        width: 100%;
        min-width: 0;
    }

    .programs-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    .programs-table tbody tr {
        border: 1px solid rgba(17, 22, 41, 0.08);
        border-radius: 12px;
        background: #ffffff;
    }

    .programs-table tbody tr + tr {
        margin-top: 0.75rem;
    }

    .programs-table td {
        display: grid;
        grid-template-columns: minmax(6.6rem, 0.38fr) minmax(0, 1fr);
        gap: 0.75rem;
        border-bottom: 1px solid rgba(17, 22, 41, 0.08);
        padding: 0.85rem;
    }

    .programs-table td:last-child {
        border-bottom: 0;
    }

    .programs-table td::before {
        color: var(--logo-blue);
        font-size: 0.76rem;
        font-weight: 850;
        line-height: 1.35;
    }

    .programs-table td:nth-child(1)::before {
        content: "Program";
    }

    .programs-table td:nth-child(2)::before {
        content: "State";
    }

    .programs-table td:nth-child(3)::before {
        content: "Length";
    }

    .programs-table td:nth-child(4)::before {
        content: "Accepts F-1";
    }

    .programs-table td:nth-child(5)::before {
        content: "Foreign prerequisites";
    }

    .programs-table td:nth-child(6)::before {
        content: "Approx. total tuition";
    }

    .programs-table td:nth-child(7)::before {
        content: "Notable conditions";
    }

    .programs-table td:nth-child(8)::before {
        content: "Last verified";
    }

    .program-table-empty td {
        display: block;
        padding: 1.15rem;
        text-align: left;
    }

    .program-table-empty td::before {
        display: none;
    }
}

@media (max-width: 480px) {
    :root {
        --site-gutter: 0.95rem;
        --hero-title-size: clamp(1.92rem, 8.6vw, 2.35rem);
        --home-title-size: clamp(1.92rem, 8.6vw, 2.32rem);
        --section-title-size: clamp(1.52rem, 7vw, 2rem);
        --copy-size: 0.96rem;
    }

    .brand-logo-frame--horizontal {
        width: min(10.25rem, 58vw);
    }

    .menu-toggle {
        width: 2.55rem;
        height: 2.55rem;
    }

    .mobile-nav {
        max-height: calc(100vh - 5rem);
    }

    .about-hero-card__body,
    .faq-intake-card__body,
    .apply-review-card__body,
    .services-dashboard__panel,
    .process-hero-card,
    .stories-hero-card,
    .reality-brief__body,
    .reality-truth-card,
    .apply-form-panel,
    .programs-table-card,
    .contact-consultation-card {
        padding: 1rem;
    }

    .faq-search,
    .services-dashboard__stats,
    .apply-review-steps,
    .faq-intake-card__stats {
        grid-template-columns: 1fr;
    }

    .programs-table td {
        grid-template-columns: 1fr;
        gap: 0.35rem;
    }
}

@media (max-width: 360px) {
    :root {
        --site-gutter: 0.85rem;
    }

    .button,
    .prep-button,
    .footer-call-button {
        padding-inline: 0.85rem;
    }
}

/* Edge-fill override: keep every page responsive without large side gutters. */
:root {
    --site-gutter: clamp(0.5rem, 1vw, 0.9rem);
    --container-max: calc(100vw - (var(--site-gutter) * 2));
    --container: calc(100% - (var(--site-gutter) * 2));
}

.container,
.site-header__frame,
.footer-shell {
    width: var(--container);
    max-width: none;
    margin-inline: auto;
}

.prep-landing .prep-hero__content,
.about-hero__grid,
.faq-hero__grid,
.apply-entry__grid,
.services-hero__grid,
.process-hero__grid,
.stories-hero__grid,
.reality-hero__grid,
.faq-answers__layout,
.apply-workflow__layout,
.services-path,
.process-confidence,
.reality-truths__layout,
.reality-decision__grid,
.about-split,
.contact-layout,
.footer-grid {
    width: 100%;
}

.site-body .container,
.site-body .site-header__frame,
.site-body .footer-shell {
    width: var(--container);
    max-width: none;
}

@media (min-width: 768px) {
    :root {
        --site-gutter: clamp(0.65rem, 1vw, 1rem);
    }
}

@media (min-width: 1440px) {
    :root {
        --site-gutter: clamp(0.75rem, 0.9vw, 1.25rem);
        --container-max: calc(100vw - (var(--site-gutter) * 2));
    }
}

@media (min-width: 1920px) {
    :root {
        --site-gutter: clamp(0.85rem, 0.85vw, 1.5rem);
        --container-max: calc(100vw - (var(--site-gutter) * 2));
    }
}

@media (min-width: 2560px) {
    :root {
        --site-gutter: clamp(1rem, 0.7vw, 2rem);
        --container-max: calc(100vw - (var(--site-gutter) * 2));
    }
}

@media (max-width: 640px) {
    :root {
        --site-gutter: 0.75rem;
    }
}

@media (max-width: 380px) {
    :root {
        --site-gutter: 0.55rem;
    }
}
