﻿/* =========================================================
   WALBRYDGE APPLICATION SUBMITTED PAGE
   Scope: .wbas-page
========================================================= */

.wbas-page {
    --wbas-primary: #4f7cff;
    --wbas-primary-deep: #2457f5;
    --wbas-success: #28c98b;
    --wbas-ink: #101a2d;
    --wbas-muted: #5f7088;
    --wbas-border: rgba(17, 29, 49, 0.09);
    --wbas-dark: #06101d;
    --wbas-shadow: 0 24px 64px rgba(7, 17, 31, 0.10);
    --wbas-shadow-strong: 0 36px 96px rgba(7, 17, 31, 0.20);
    position: relative;
    width: 100%;
    overflow-x: clip;
    color: var(--wbas-ink);
    background: #fff;
    font-family: Inter, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

    .wbas-page *,
    .wbas-page *::before,
    .wbas-page *::after {
        box-sizing: border-box;
    }

    .wbas-page .container-fluid {
        width: 100%;
        max-width: 1840px;
        margin-inline: auto;
    }

    .wbas-page a {
        text-decoration: none;
    }

    .wbas-page h1,
    .wbas-page h2,
    .wbas-page h3,
    .wbas-page p {
        overflow-wrap: break-word;
    }

    .wbas-page p {
        text-align: left;
        text-wrap: pretty;
    }

/* SHARED */
.wbas-section {
    position: relative;
    padding: clamp(4rem, 5vw, 5.4rem) 0;
}

.wbas-kicker,
.wbas-section-tag {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 36px;
    padding: .48rem .86rem;
    border: 1px solid rgba(79,124,255,.18);
    border-radius: 999px;
    color: var(--wbas-primary);
    background: rgba(79,124,255,.08);
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .09em;
    line-height: 1.2;
    text-transform: uppercase;
}

.wbas-kicker,
.wbas-section-tag-dark {
    color: #dfe8ff;
    border-color: rgba(255,255,255,.14);
    background: rgba(255,255,255,.08);
}

.wbas-card-heading {
    display: flex;
    align-items: center;
    gap: .8rem;
    margin-bottom: .75rem;
}

    .wbas-card-heading i {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        min-width: 48px;
        border-radius: 15px;
        color: var(--wbas-primary);
        background: rgba(79,124,255,.10);
        font-size: 1.05rem;
    }

    .wbas-card-heading h3 {
        margin: 0;
        color: var(--wbas-ink);
        font-size: 1.05rem;
        font-weight: 850;
        letter-spacing: -.02em;
        line-height: 1.28;
    }

/* BUTTONS */
.wbas-btn-primary,
.wbas-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    gap: .48rem;
    padding: .82rem 1.5rem;
    border-radius: 999px;
    font-size: .94rem;
    font-weight: 850;
    transition: transform .28s ease, box-shadow .28s ease, background .28s ease, border-color .28s ease;
}

.wbas-btn-primary {
    color: #fff;
    border: 0;
    background: linear-gradient(135deg, var(--wbas-primary-deep), #6488ff);
    box-shadow: 0 16px 36px rgba(36,87,245,.26);
}

    .wbas-btn-primary:hover {
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 22px 46px rgba(36,87,245,.34);
    }

.wbas-btn-outline {
    color: #fff;
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(12px);
}

    .wbas-btn-outline:hover {
        color: #fff;
        border-color: rgba(255,255,255,.25);
        background: rgba(255,255,255,.11);
        transform: translateY(-2px);
    }

.wbas-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: .9rem;
    margin-top: 1.55rem;
}

/* SUCCESS HERO */
.wbas-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(3.2rem, 5.5vw, 6.2rem) 0;
    color: #fff;
    background: radial-gradient(circle at 12% 10%, rgba(79,124,255,.21), transparent 28%), radial-gradient(circle at 88% 80%, rgba(55,112,255,.30), transparent 34%), linear-gradient(135deg, #06101d 0%, #08172a 58%, #12356d 100%);
}

    .wbas-hero::before,
    .wbas-hero::after {
        content: "";
        position: absolute;
        border: 1px solid rgba(110,153,255,.14);
        border-radius: 50%;
        pointer-events: none;
    }

    .wbas-hero::before {
        top: -280px;
        left: -150px;
        width: 620px;
        height: 620px;
    }

    .wbas-hero::after {
        right: -210px;
        bottom: -340px;
        width: 760px;
        height: 760px;
    }

.wbas-success-shell {
    position: relative;
    z-index: 2;
    width: min(100%, 1220px);
    margin-inline: auto;
    padding: clamp(2.2rem, 4.5vw, 4.5rem);
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 42px;
    text-align: center;
    background: radial-gradient(circle at 86% 12%, rgba(103,138,255,.30), transparent 30%), rgba(255,255,255,.055);
    box-shadow: var(--wbas-shadow-strong);
    backdrop-filter: blur(18px);
}

.wbas-success-mark {
    position: relative;
    display: grid;
    place-items: center;
    width: 126px;
    height: 126px;
    margin: 0 auto 1.2rem;
}

.wbas-success-ring {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(105,255,201,.22);
    border-radius: 50%;
}

.wbas-success-ring-one {
    animation: wbasPulse 2.6s ease-out infinite;
}

.wbas-success-ring-two {
    inset: 16px;
    border-color: rgba(105,255,201,.34);
    animation: wbasPulse 2.6s .7s ease-out infinite;
}

.wbas-success-icon {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 82px;
    border: 1px solid rgba(255,255,255,.20);
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #1fae79, #36d89d);
    box-shadow: 0 18px 44px rgba(40,201,139,.28);
    font-size: 2.25rem;
}

.wbas-success-shell h1 {
    max-width: 980px;
    margin: 1rem auto;
    color: #fff;
    font-size: clamp(2.55rem, 4.5vw, 4.8rem);
    font-weight: 850;
    letter-spacing: -.055em;
    line-height: 1.02;
}

.wbas-success-shell > p {
    max-width: 820px;
    margin: 0 auto;
    color: rgba(233,240,255,.78);
    font-size: clamp(1rem, 1.1vw, 1.12rem);
    line-height: 1.8;
    text-align: center;
}

.wbas-reference-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: .65rem;
    width: min(100%, 790px);
    margin: 1.55rem auto 0;
}

    .wbas-reference-strip span {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 52px;
        gap: .5rem;
        padding: .72rem .8rem;
        border: 1px solid rgba(255,255,255,.10);
        border-radius: 15px;
        color: rgba(233,240,255,.82);
        background: rgba(5,14,28,.58);
        font-size: .78rem;
        font-weight: 780;
    }

    .wbas-reference-strip i {
        color: #68e6b8;
    }

/* NEXT */
.wbas-next {
    background: radial-gradient(circle at 86% 12%, rgba(79,124,255,.07), transparent 26%), linear-gradient(180deg, #fff 0%, #f4f8fc 100%);
}

.wbas-next-layout {
    display: grid;
    grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr);
    align-items: center;
    gap: clamp(3rem, 5vw, 6rem);
}

.wbas-next-copy {
    max-width: 760px;
}

    .wbas-next-copy h2,
    .wbas-guidance-head h2 {
        margin: .95rem 0 1rem;
        color: var(--wbas-ink);
        font-size: clamp(2rem, 3.35vw, 3.35rem);
        font-weight: 850;
        letter-spacing: -.045em;
        line-height: 1.08;
    }

    .wbas-next-copy > p,
    .wbas-guidance-head > p {
        margin: 0;
        color: var(--wbas-muted);
        font-size: 1.02rem;
        line-height: 1.8;
    }

.wbas-note {
    display: grid;
    grid-template-columns: 50px minmax(0,1fr);
    align-items: start;
    gap: .85rem;
    margin-top: 1.45rem;
    padding: 1.15rem;
    border-left: 4px solid var(--wbas-primary);
    border-radius: 0 18px 18px 0;
    background: #fff;
    box-shadow: var(--wbas-shadow);
}

    .wbas-note > i {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        border-radius: 15px;
        color: var(--wbas-primary);
        background: rgba(79,124,255,.10);
    }

    .wbas-note strong,
    .wbas-note span {
        display: block;
    }

    .wbas-note strong {
        margin-bottom: .28rem;
    }

    .wbas-note span {
        color: var(--wbas-muted);
        line-height: 1.66;
    }

.wbas-process {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: .8rem;
}

    .wbas-process article {
        position: relative;
        min-width: 0;
        min-height: 210px;
        padding: 1.2rem;
        border: 1px solid var(--wbas-border);
        border-radius: 22px;
        background: #fff;
        box-shadow: 0 14px 34px rgba(7,17,31,.06);
    }

        .wbas-process article:nth-child(2),
        .wbas-process article:nth-child(4) {
            background: radial-gradient(circle at top right, rgba(79,124,255,.10), transparent 36%), linear-gradient(180deg, #fff, #f4f7ff);
        }

        .wbas-process article > span {
            position: absolute;
            top: .85rem;
            right: .9rem;
            color: rgba(79,124,255,.34);
            font-size: 1.5rem;
            font-weight: 900;
        }

    .wbas-process p {
        margin: 0;
        color: var(--wbas-muted);
        line-height: 1.68;
    }

/* GUIDANCE */
.wbas-guidance {
    color: #fff;
    background: radial-gradient(circle at 12% 12%, rgba(79,124,255,.18), transparent 25%), radial-gradient(circle at 90% 82%, rgba(66,201,223,.09), transparent 27%), linear-gradient(135deg, #06101d, #09172b 64%, #102f60);
}

.wbas-guidance-head {
    width: min(100%, 1100px);
    margin: 0 auto 2.5rem;
}

    .wbas-guidance-head h2 {
        color: #fff;
        text-align: center;
    }

    .wbas-guidance-head > p {
        max-width: 900px;
        margin-inline: auto;
        color: rgba(231,239,255,.74);
        text-align: center;
    }

.wbas-guidance-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 1rem;
}

    .wbas-guidance-grid article {
        min-width: 0;
        padding: 1.2rem;
        border: 1px solid rgba(255,255,255,.10);
        border-radius: 22px;
        background: rgba(255,255,255,.055);
        backdrop-filter: blur(14px);
    }

    .wbas-guidance-grid .wbas-card-heading i {
        color: #dfe8ff;
        background: rgba(79,124,255,.22);
    }

    .wbas-guidance-grid h3 {
        color: #fff;
    }

    .wbas-guidance-grid p {
        margin: 0;
        color: rgba(231,239,255,.70);
        line-height: 1.68;
    }

/* CLOSING */
.wbas-closing {
    position: relative;
    padding: clamp(4.5rem, 6vw, 6.5rem) 0;
    background: radial-gradient(circle at 86% 12%, rgba(79,124,255,.08), transparent 28%), linear-gradient(180deg, #fff, #f3f7fc);
}

.wbas-closing-box {
    position: relative;
    overflow: hidden;
    padding: clamp(2.2rem, 4vw, 4rem);
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 38px;
    color: #fff;
    text-align: center;
    background: radial-gradient(circle at 90% 6%, rgba(119,147,255,.35), transparent 28%), linear-gradient(135deg, #06101d 0%, #102b57 58%, #2857ee 100%);
    box-shadow: 0 34px 92px rgba(7,17,31,.24);
}

    .wbas-closing-box h2 {
        max-width: 1120px;
        margin: 1rem auto;
        color: #fff;
        font-size: clamp(2rem, 3.5vw, 3.5rem);
        font-weight: 850;
        letter-spacing: -.045em;
        line-height: 1.08;
    }

    .wbas-closing-box p {
        max-width: 900px;
        margin: 0 auto;
        color: rgba(232,239,255,.76);
        font-size: 1.02rem;
        line-height: 1.8;
        text-align: center;
    }

@keyframes wbasPulse {
    0% {
        transform: scale(.84);
        opacity: .8;
    }

    72%, 100% {
        transform: scale(1.15);
        opacity: 0;
    }
}

/* RESPONSIVE */
@media (max-width: 1199.98px) {
    .wbas-next-layout {
        grid-template-columns: 1fr;
    }

    .wbas-next-copy {
        max-width: 980px;
    }

    .wbas-guidance-grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }
}

@media (max-width: 767.98px) {
    .wbas-section,
    .wbas-closing {
        padding-block: 3.5rem;
    }

    .wbas-hero {
        padding-block: 2.5rem;
    }

    .wbas-success-shell {
        padding: 2rem 1.15rem;
        border-radius: 28px;
    }

    .wbas-success-mark {
        width: 108px;
        height: 108px;
    }

    .wbas-success-icon {
        width: 72px;
        height: 72px;
        font-size: 1.9rem;
    }

    .wbas-success-shell h1 {
        font-size: clamp(2.15rem, 9.5vw, 3rem);
        line-height: 1.045;
    }

    .wbas-kicker,
    .wbas-section-tag {
        min-height: 30px;
        padding: .35rem .68rem;
        font-size: .67rem;
    }

    .wbas-reference-strip,
    .wbas-process,
    .wbas-guidance-grid {
        grid-template-columns: 1fr;
    }

        .wbas-process article {
            min-height: auto;
        }

    .wbas-actions {
        width: 100%;
        flex-direction: column;
        gap: .7rem;
    }

        .wbas-actions .btn {
            width: fit-content;
            min-width: min(100%, 290px);
            max-width: 100%;
            margin-inline: auto;
            padding-inline: 1.35rem;
            white-space: normal;
            text-align: center;
        }

    .wbas-next-copy h2,
    .wbas-guidance-head h2 {
        font-size: clamp(1.8rem, 7.6vw, 2.5rem);
    }

    .wbas-closing-box {
        padding: 2rem 1.2rem;
        border-radius: 27px;
    }
}

@media (max-width: 359.98px) {
    .wbas-hero-actions .btn,
    .wbas-closing-actions .btn {
        width: 100%;
        min-width: 0;
        padding-inline: 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wbas-page *,
    .wbas-page *::before,
    .wbas-page *::after {
        scroll-behavior: auto !important;
        animation: none !important;
        transition: none !important;
    }
}
