﻿/* =========================================
   WALBRYDGE PLATFORM PAGE
========================================= */

/* HERO */
.wbpl-hero {
    position: relative;
    overflow: hidden;
    padding: 2.4rem 0 5rem;
    background: radial-gradient(circle at 14% 18%, rgba(79,124,255,.16), transparent 24%), radial-gradient(circle at 88% 82%, rgba(79,124,255,.10), transparent 22%), linear-gradient(135deg, #06101d 0%, #09172b 58%, #0c2347 100%);
    color: #fff;
}

.wbpl-kicker,
.wbpl-section-tag {
    display: inline-block;
    margin-bottom: .9rem;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.wbpl-kicker {
    padding: .6rem 1rem;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.10);
    color: #d7e3ff;
}

.wbpl-section-tag {
    color: #4f7cff;
}

.wbpl-hero-title {
    font-family: 'Manrope', 'Inter', Arial, sans-serif;
    font-size: clamp(2.85rem, 4.2vw, 3rem);
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -.042em;
    color: #ffffff;
    margin: 0 0 1rem;
    max-width: auto;
}

.wbpl-hero-text {
    max-width: auto;
    color: rgba(255,255,255,.76);
    font-size: 1.08rem;
    line-height: 1.95;
    margin: 0 0 1.8rem;
}

.wbpl-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.wbpl-btn-primary,
.wbpl-btn-outline {
    border-radius: 999px;
    padding: .9rem 1.45rem;
    font-weight: 800;
    font-size: .96rem;
    letter-spacing: -.01em;
    text-decoration: none;
    transition: all .25s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.wbpl-btn-primary {
    background: linear-gradient(135deg, #1c48e3, #5c83ff);
    color: #fff;
    border: none;
    box-shadow: 0 14px 32px rgba(28,72,227,.22);
}

    .wbpl-btn-primary:hover {
        color: #fff;
        transform: translateY(-2px);
    }

.wbpl-btn-outline {
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.06);
    color: #fff;
    backdrop-filter: blur(10px);
}

    .wbpl-btn-outline:hover {
        color: #fff;
        background: rgba(255,255,255,.12);
        transform: translateY(-2px);
    }

/* HERO PANEL */
.wbpl-hero-panel {
    position: relative;
    min-height: 520px;
    border-radius: 34px;
    padding: 1.5rem;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03)), linear-gradient(135deg, rgba(8,18,34,.76), rgba(17,40,71,.90));
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 28px 80px rgba(0,0,0,.24);
}

.wbpl-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(46px);
    pointer-events: none;
}

.wbpl-hero-glow-one {
    width: 220px;
    height: 220px;
    right: -30px;
    top: -20px;
    background: rgba(79,124,255,.22);
}

.wbpl-hero-glow-two {
    width: 180px;
    height: 180px;
    left: -20px;
    bottom: -30px;
    background: rgba(79,124,255,.12);
}

.wbpl-hero-main-card {
    position: relative;
    z-index: 1;
    padding: 1.5rem;
    margin-bottom: 1rem;
    border-radius: 28px;
    background: rgba(7,17,31,.72);
    border: 1px solid rgba(255,255,255,.10);
    backdrop-filter: blur(14px);
}

.wbpl-chip,
.wbpl-mini-tag {
    display: inline-block;
    margin-bottom: .9rem;
    padding: .45rem .85rem;
    border-radius: 999px;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.wbpl-chip,
.wbpl-mini-tag {
    background: rgba(79,124,255,.18);
    color: #d7e3ff;
}

.wbpl-mini-tag-dark {
    background: rgba(79,124,255,.10);
    color: #3567ff;
}

.wbpl-hero-main-card h3 {
    margin: 0;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.38;
    font-weight: 800;
}

.wbpl-hero-mini-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.wbpl-mini-box {
    display: flex;
    align-items: center;
    gap: .9rem;
    min-height: 92px;
    padding: 1rem;
    border-radius: 24px;
    background: rgba(7,17,31,.64);
    border: 1px solid rgba(255,255,255,.08);
    color: #fff;
    backdrop-filter: blur(10px);
    transition: all .25s ease;
}

    .wbpl-mini-box:hover {
        transform: translateY(-4px);
        background: rgba(7,17,31,.76);
    }

.wbpl-mini-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(79,124,255,.16);
    color: #dbe5ff;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.wbpl-mini-box span {
    font-weight: 700;
    color: rgba(255,255,255,.88);
    line-height: 1.5;
}

/* INTRO */
.wbpl-intro {
    padding: 5rem 0;
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.wbpl-intro-left h2,
.wbpl-model-title,
.wbpl-head h2,
.wbpl-feature-card h2,
.wbpl-outcome-panel h2,
.wbpl-cta-box h2 {
    font-family: 'Manrope', 'Inter', Arial, sans-serif;
    font-weight: 800;
    letter-spacing: -.03em;
    color: #14243a;
    line-height: 1.08;
}

.wbpl-intro-left h2 {
    font-size: clamp(2rem, 3.3vw, 3rem);
    margin-bottom: 1rem;
}

.wbpl-intro-left p,
.wbpl-head p,
.wbpl-model-text,
.wbpl-feature-card p,
.wbpl-outcome-panel p,
.wbpl-cta-box p {
    color: #5e6b7a;
    line-height: 1.9;
    font-size: 1.02rem;
}

.wbpl-pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-content: center;
}

    .wbpl-pill-grid span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 54px;
        padding: .9rem 1.2rem;
        border-radius: 999px;
        background: #ffffff;
        border: 1px solid rgba(18,32,51,.07);
        box-shadow: 0 10px 26px rgba(18,32,51,.06);
        color: #223249;
        font-weight: 700;
    }

/* SHARED HEAD */
.wbpl-head {
    max-width: 940px;
    margin: 0 auto 1rem;
}

    .wbpl-head h2 {
        font-size: clamp(2rem, 3.2vw, 3rem);
        margin-bottom: .95rem;
    }

/* DOMAINS */
.wbpl-domains {
    padding: 5.8rem 0;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.wbpl-domain-card {
    height: 100%;
    padding: 1.9rem 1.5rem;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid rgba(18,32,51,.06);
    box-shadow: 0 18px 50px rgba(7,17,31,.08);
    transition: all .28s ease;
}

    .wbpl-domain-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 26px 60px rgba(7,17,31,.12);
    }

.wbpl-domain-card-dark {
    background: radial-gradient(circle at top right, rgba(115,150,255,.18), transparent 28%), linear-gradient(135deg, #071427 0%, #0b2240 52%, #143663 100%);
    color: #fff;
    border-color: rgba(255,255,255,.08);
}

.wbpl-domain-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.wbpl-domain-icon-wrap {
    position: relative;
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.wbpl-domain-icon-orbit {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px dashed rgba(79,124,255,.18);
}

.wbpl-domain-icon {
    width: 62px;
    height: 62px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(79,124,255,.10);
    color: #3567ff;
    font-size: 1.35rem;
}

.wbpl-domain-card-dark .wbpl-domain-icon {
    background: rgba(255,255,255,.10);
    color: #dbe5ff;
}

.wbpl-domain-badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: .45rem .75rem;
    border-radius: 999px;
    background: rgba(79,124,255,.10);
    color: #3567ff;
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.wbpl-domain-card-dark .wbpl-domain-badge {
    background: rgba(255,255,255,.10);
    color: #dbe5ff;
}

.wbpl-domain-card h3 {
    font-size: 1.28rem;
    font-weight: 800;
    margin-bottom: .75rem;
    color: #14243a;
}

.wbpl-domain-card-dark h3 {
    color: #ffffff;
}

.wbpl-domain-card p {
    margin-bottom: .95rem;
}

.wbpl-domain-card ul {
    margin: 0;
    padding-left: 1.15rem;
}

.wbpl-domain-card li {
    margin-bottom: .5rem;
    line-height: 1.75;
    color: #30435f;
}

.wbpl-domain-card-dark li,
.wbpl-domain-card-dark p {
    color: rgba(255,255,255,.82);
}

/* FEATURE BAND */
.wbpl-feature-band {
    padding: 0 0 5rem;
    background: #ffffff;
}

.wbpl-feature-card,
.wbpl-outcome-panel {
    position: relative;
    height: 100%;
    padding: 2rem 1.6rem;
    border-radius: 30px;
    overflow: hidden;
}



.wbpl-feature-card-dark,
.wbpl-outcome-panel-dark {
    background: radial-gradient(circle at top right, rgba(79,124,255,.18), transparent 22%), linear-gradient(135deg, #06101d 0%, #09172b 56%, #0d2446 100%);
    color: #ffffff;
    box-shadow: 0 24px 70px rgba(7,17,31,.18);
    border: 1px solid rgba(255,255,255,.08);
}

.wbpl-feature-card-light,
.wbpl-outcome-panel {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(18,32,51,.06);
    box-shadow: 0 18px 50px rgba(7,17,31,.08);
}

.wbpl-feature-card-dark .wbpl-mini-tag,
.wbpl-outcome-panel-dark .wbpl-mini-tag {
    background: rgba(255,255,255,.10);
    color: #dbe5ff;
}

.wbpl-feature-card-light .wbpl-mini-tag,
.wbpl-outcome-panel .wbpl-mini-tag {
    background: rgba(79,124,255,.10);
    color: #3567ff;
}

.wbpl-feature-card-dark h2,
.wbpl-outcome-panel-dark h2 {
    color: #ffffff !important;
}

.wbpl-feature-card-dark p,
.wbpl-outcome-panel-dark p {
    color: rgba(255,255,255,.78) !important;
}

.wbpl-feature-card-light h2,
.wbpl-outcome-panel h2 {
    color: #14243a !important;
}

.wbpl-feature-card-light p,
.wbpl-outcome-panel p {
    color: #5e6b7a !important;
}





.wbpl-feature-glow {
    position: absolute;
    width: 140px;
    height: 140px;
    right: -20px;
    top: -20px;
    border-radius: 50%;
    filter: blur(34px);
    background: rgba(79,124,255,.18);
    pointer-events: none;
}

/* MODEL */
.wbpl-model {
    padding: 5.8rem 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.wbpl-model-title {
    font-size: clamp(2rem, 3.2vw, 3rem);
    margin-bottom: 1rem;
}

.wbpl-model-grid {
    display: grid;
    gap: 1rem;
}

.wbpl-model-card {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 1rem;
    align-items: center;
    padding: 1.2rem 1.15rem;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(18,32,51,.06);
    box-shadow: 0 14px 36px rgba(7,17,31,.06);
    transition: all .25s ease;
}

    .wbpl-model-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 20px 44px rgba(7,17,31,.10);
    }

.wbpl-model-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(79,124,255,.10);
    color: #3567ff;
    font-size: 1.15rem;
}

.wbpl-model-content h4 {
    color: #14243a;
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: .35rem;
}

.wbpl-model-content p {
    margin: 0;
    color: #5e6b7a;
    line-height: 1.72;
}

/* PRACTICES */
.wbpl-practices {
    padding: 5.8rem 0;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.wbpl-practice-card {
    height: 100%;
    padding: 1.7rem 1.35rem;
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid rgba(18,32,51,.06);
    box-shadow: 0 16px 42px rgba(7,17,31,.08);
    transition: all .25s ease;
}

    .wbpl-practice-card:hover {
        transform: translateY(-6px);
    }

.wbpl-practice-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    background: rgba(79,124,255,.10);
    color: #3567ff;
    font-size: 1.2rem;
}

.wbpl-practice-card h4 {
    color: #14243a;
    font-weight: 800;
    margin-bottom: .7rem;
}

.wbpl-practice-card p {
    margin: 0;
    color: #5e6b7a;
    line-height: 1.8;
}

/* OUTCOMES */
.wbpl-outcomes {
    padding: 0 0 5rem;
    background: #ffffff;
}

/* CTA */
.wbpl-cta {
    padding: 0 0 5.5rem;
    background: #ffffff;
}

.wbpl-cta-box {
    padding: 2.8rem 2rem;
    border-radius: 34px;
    background: radial-gradient(circle at top right, rgba(255,255,255,.12), transparent 22%), linear-gradient(135deg, #0b1728 0%, #112847 56%, #2457f5 100%);
    color: #ffffff;
    box-shadow: 0 28px 80px rgba(7,17,31,.18);
}

    .wbpl-cta-box h2 {
        color: #ffffff;
        font-size: clamp(2rem, 3vw, 3rem);
        margin-bottom: .85rem;
    }

    .wbpl-cta-box p {
        color: rgba(255,255,255,.78);
        margin: 0;
    }

/* RESPONSIVE */
@media (max-width: 1199.98px) {
    .wbpl-hero-panel {
        min-height: 500px;
    }
}

@media (max-width: 991.98px) {
    .wbpl-hero {
        padding: 5rem 0 4.2rem;
    }

    .wbpl-hero-panel {
        min-height: auto;
    }

    .wbpl-head,
    .wbpl-intro-left,
    .wbpl-model-title,
    .wbpl-model-text {
        text-align: left;
    }
}

@media (max-width: 767.98px) {
    .wbpl-hero,
    .wbpl-intro,
    .wbpl-domains,
    .wbpl-model,
    .wbpl-practices {
        padding: 4rem 0;
    }

    .wbpl-feature-band,
    .wbpl-outcomes,
    .wbpl-cta {
        padding: 0 0 4rem;
    }

    .wbpl-hero-mini-grid {
        grid-template-columns: 1fr;
    }

    .wbpl-model-card {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .wbpl-feature-card,
    .wbpl-outcome-panel,
    .wbpl-cta-box,
    .wbpl-domain-card,
    .wbpl-practice-card {
        padding: 1.5rem 1.2rem;
        border-radius: 24px;
    }
}
