﻿/* HERO */
/*.wbi-hero {
    position: relative;
    overflow: hidden;
    padding: 3rem 0 3.2rem;
    background: radial-gradient(circle at top left, rgba(36,87,245,.18), transparent 28%), radial-gradient(circle at bottom right, rgba(36,87,245,.12), transparent 24%), linear-gradient(135deg, #07111f 0%, #0b1a30 55%, #12284b 100%);
    color: #fff;
}

.wbi-kicker {
    display: inline-block;
    margin-bottom: .85rem;
    padding: .56rem .92rem;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.10);
    color: #d4deff;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.wbi-hero-title {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(2.55rem, 4.8vw, 3rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.04em;
    max-width: 25ch;
    margin-bottom: 1.2rem;
    color: #ffffff;

}

.wbi-hero-panel {
    width: 100%;
    max-width: auto;
    margin-left: auto;
    padding: 1.4rem;
    border-radius: var(--wk-radius-lg);
    background: rgba(255,255,255,0.75);
    border: 1px solid var(--wk-line);
    backdrop-filter: blur(14px);
    box-shadow: var(--wk-shadow-lg);
}

.wbi-hero-text {
    max-width: 64ch;
    color: rgba(255,255,255,.78);
    font-size: 1.03rem;
    line-height: 1.88;
    margin-bottom: 1.8rem;
}

.wbi-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .9rem;
}

.wbi-btn-primary {
    background: linear-gradient(135deg, #2457f5, #5f86ff);
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: .88rem 1.5rem;
    font-weight: 700;
    box-shadow: 0 16px 34px rgba(36,87,245,.28);
    transition: transform .26s ease, box-shadow .26s ease, background .26s ease;
}

    .wbi-btn-primary:hover {
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 22px 42px rgba(36,87,245,.34);
    }

.wbi-btn-outline {
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(255,255,255,.06);
    color: #fff;
    padding: .88rem 1.5rem;
    font-weight: 700;
    backdrop-filter: blur(10px);
    transition: transform .26s ease, background .26s ease, border-color .26s ease;
}

    .wbi-btn-outline:hover {
        color: #fff;
        background: rgba(255,255,255,.12);
        border-color: rgba(255,255,255,.24);
        transform: translateY(-2px);
    }*/

/* HERO PANEL */
/*.wbi-hero-panel {
    position: relative;
    min-height: 500px;
    border-radius: 34px;
    padding: 1.4rem;
    background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 28px 80px rgba(0,0,0,.24);
    overflow: hidden;
    width: 100%;
    max-width: 540px;
    margin-left: auto;
}

.wbi-hero-glow {
    position: absolute;
    filter: blur(42px);
    pointer-events: none;
}

.wbi-hero-glow-one {
    width: 240px;
    height: 240px;
    right: -40px;
    top: -30px;
    border-radius: 50%;
    background: rgba(36,87,245,.24);
}

.wbi-hero-glow-two {
    width: 220px;
    height: 220px;
    left: -40px;
    bottom: -40px;
    border-radius: 50%;
    background: rgba(95,134,255,.14);
}

.wbi-hero-main-card {
    position: relative;
    z-index: 1;
    margin-bottom: 1rem;
    padding: 1.35rem;
    border-radius: 26px;
    background: rgba(8,18,34,.78);
    border: 1px solid rgba(255,255,255,.10);
    backdrop-filter: blur(14px);
    transition: transform .28s ease, background .28s ease, box-shadow .28s ease;
}

    .wbi-hero-main-card:hover {
        transform: translateY(-4px);
        background: rgba(8,18,34,.86);
        box-shadow: 0 18px 42px rgba(0,0,0,.18);
    }

.wbi-chip {
    display: inline-block;
    margin-bottom: .85rem;
    padding: .48rem .82rem;
    border-radius: 999px;
    background: rgba(36,87,245,.16);
    color: #d3deff;
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.wbi-hero-main-card h3 {
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.42;
    color: #fff;
    font-weight: 800;
    font-family: 'Manrope', sans-serif;
}

.wbi-hero-mini-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .95rem;
}

.wbi-hero-mini {
    display: flex;
    align-items: center;
    gap: .9rem;
    padding: .95rem;
    border-radius: 22px;
    background: rgba(8,18,34,.72);
    border: 1px solid rgba(255,255,255,.10);
    backdrop-filter: blur(12px);
    transition: transform .28s ease, background .28s ease, border-color .28s ease, box-shadow .28s ease;
}

    .wbi-hero-mini:hover {
        transform: translateY(-5px);
        background: rgba(8,18,34,.82);
        border-color: rgba(255,255,255,.16);
        box-shadow: 0 18px 40px rgba(0,0,0,.18);
    }

    .wbi-hero-mini i {
        width: 56px;
        height: 56px;
        border-radius: 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, rgba(36,87,245,.20), rgba(95,134,255,.28));
        color: #dce6ff;
        font-size: 1.32rem;
        flex-shrink: 0;
        transition: transform .28s ease, background .28s ease;
    }

    .wbi-hero-mini:hover i {
        transform: scale(1.05);
    }

    .wbi-hero-mini span {
        color: #fff;
        font-weight: 700;
        font-size: .98rem;
        line-height: 1.4;
    }*/

/* =========================
   INDUSTRIES HERO
   Reference-inspired, adapted for .wbi- classes
========================= */
/*.wbi-hero {
    position: relative;
    overflow: hidden;
    padding: 2.4rem 0 5rem;
    background: radial-gradient(circle at top left, rgba(79,124,255,.16), transparent 30%), radial-gradient(circle at bottom right, rgba(0,197,255,.10), transparent 26%), linear-gradient(135deg, #050c17 0%, #081323 45%, #0c1a30 100%);
    color: #fff;
}

    .wbi-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px);
        background-size: 34px 34px;
        opacity: .28;
        pointer-events: none;
    }

    .wbi-hero .row {
        position: relative;
        z-index: 2;
        --bs-gutter-x: 4rem;
        --bs-gutter-y: 2rem;
        align-items: center;
    }

.wbi-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: .6rem 1rem;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.10);
    color: #c6d4ff;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.wbi-hero-title {
    margin-top: 1.2rem;
    margin: 0 0 1rem;
    font-family: 'Manrope', sans-serif;
    font-size: clamp(2.85rem, 4.2vw, 3rem);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -.04em;
    max-width: auto;
    color: #fff;
}

.wbi-hero-text {
    font-size: 1.06rem;
    line-height: 1.9;
    color: rgba(255,255,255,.78);
    margin: 0 0 1.8rem;
    max-width: auto;
}

.wbi-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.35rem;
}

.wbi-btn-primary {
    background: linear-gradient(135deg, #1c48e3, #5c83ff);
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: .92rem 1.55rem;
    font-weight: 800;
    box-shadow: 0 16px 34px rgba(28,72,227,.24);
    transition: all .25s ease;
}

    .wbi-btn-primary:hover {
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 20px 40px rgba(28,72,227,.30);
    }

.wbi-btn-outline {
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.06);
    color: #fff;
    border-radius: 999px;
    padding: .92rem 1.55rem;
    font-weight: 800;
    backdrop-filter: blur(10px);
    transition: all .25s ease;
}

    .wbi-btn-outline:hover {
        color: #fff;
        background: rgba(255,255,255,.12);
        transform: translateY(-1px);
    }*/

/* HERO PANEL */
/*.wbi-hero-panel {
    position: relative;
    border-radius: 34px;
    padding: 2rem;
    min-height: 100%;
    background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 26px 70px rgba(0,0,0,.24);
    overflow: hidden;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    max-width: 560px;
    margin-left: auto;
}

.wbi-hero-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.wbi-hero-glow-one {
    width: 280px;
    height: 280px;
    right: -80px;
    top: -80px;
    background: radial-gradient(circle, rgba(92,131,255,.26), transparent 65%);
}

.wbi-hero-glow-two {
    width: 220px;
    height: 220px;
    left: -60px;
    bottom: -70px;
    background: radial-gradient(circle, rgba(0,197,255,.10), transparent 65%);
}

.wbi-hero-main-card {
    position: relative;
    z-index: 2;
    padding: 1.5rem;
    border-radius: 26px;
    background: rgba(8,18,34,.78);
    border: 1px solid rgba(255,255,255,.10);
    backdrop-filter: blur(12px);
    margin-bottom: 1.2rem;
    transition: transform .28s ease, background .28s ease, border-color .28s ease;
}

    .wbi-hero-main-card:hover {
        transform: translateY(-4px);
        background: rgba(10,22,40,.84);
        border-color: rgba(255,255,255,.14);
    }

.wbi-chip {
    display: inline-block;
    margin-bottom: .9rem;
    padding: .5rem .9rem;
    border-radius: 999px;
    background: rgba(79,124,255,.18);
    color: #bfd0ff;
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.wbi-hero-main-card h3 {
    margin: 0;
    font-size: 1.18rem;
    line-height: 1.7;
    color: #fff;
    font-weight: 700;
    max-width: 24ch;
}

.wbi-hero-mini-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.wbi-hero-mini {
    min-height: 94px;
    padding: 1rem;
    border-radius: 22px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    display: flex;
    align-items: center;
    gap: .9rem;
    backdrop-filter: blur(10px);
    transition: transform .28s ease, background .28s ease, border-color .28s ease;
}

    .wbi-hero-mini:hover {
        transform: translateY(-4px);
        background: rgba(255,255,255,.09);
        border-color: rgba(255,255,255,.14);
    }

    .wbi-hero-mini i {
        width: 52px;
        height: 52px;
        border-radius: 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, rgba(79,124,255,.22), rgba(79,124,255,.10));
        border: 1px solid rgba(255,255,255,.08);
        color: #9cb4ff;
        font-size: 1.22rem;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
        flex-shrink: 0;
    }

    .wbi-hero-mini span {
        color: #fff;
        font-weight: 700;
        line-height: 1.4;
        font-size: .98rem;
    }*/


/* =========================
   HERO (FINAL - PLATFORM STYLE)
========================= */
.wbi-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;
}

    .wbi-hero .container-fluid.wbi-fluid {
        max-width: 1760px;
        margin: 0 auto;
        padding: 2px;
        
    }

    .wbi-hero .row {
        align-items: center;
        --bs-gutter-x: 4rem;
    }

/* LEFT CONTENT */
.wbi-kicker {
    display: inline-block;
    margin-bottom: .5rem;
    padding: .3rem 1rem;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.10);
    color: #d7e3ff;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.wbi-hero-title {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(2.9rem, 4.2vw, 3rem);
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -.04em;
    color: #fff;
    margin: 0 0 1rem;
    max-width: auto;
}

.wbi-hero-text {
    color: rgba(255,255,255,.76);
    font-size: 1.08rem;
    line-height: 1.9;
    margin-bottom: 1.8rem;
}

.wbi-hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

/* BUTTONS */
.wbi-btn-primary {
    background: linear-gradient(135deg, #1c48e3, #5c83ff);
    color: #fff;
    border-radius: 999px;
    padding: .92rem 1.55rem;
    font-weight: 800;
    box-shadow: 0 14px 32px rgba(28,72,227,.22);
    transition: all .25s ease;
}

    .wbi-btn-primary:hover {
        transform: translateY(-2px);
    }

.wbi-btn-outline {
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.06);
    color: #fff;
    border-radius: 999px;
    padding: .92rem 1.55rem;
    font-weight: 800;
    backdrop-filter: blur(10px);
    transition: all .25s ease;
}

    .wbi-btn-outline:hover {
        background: rgba(255,255,255,.12);
    }

/* RIGHT PANEL */
.wbi-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);
}

/* GLOW */
.wbi-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(46px);
}

.wbi-hero-glow-one {
    width: 220px;
    height: 220px;
    right: -30px;
    top: -20px;
    background: rgba(79,124,255,.22);
}

.wbi-hero-glow-two {
    width: 180px;
    height: 180px;
    left: -20px;
    bottom: -30px;
    background: rgba(79,124,255,.12);
}

/* MAIN CARD */
.wbi-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);
}

.wbi-chip {
    display: inline-block;
    margin-bottom: .9rem;
    padding: .45rem .85rem;
    border-radius: 999px;
    background: rgba(79,124,255,.18);
    color: #d7e3ff;
    font-size: .76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.wbi-hero-main-card h3 {
    font-size: 1.5rem;
    line-height: 1.38;
    font-weight: 800;
    color: #fff;
}

/* MINI CARDS */
.wbi-hero-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.wbi-hero-mini {
    display: flex;
    align-items: center;
    gap: .9rem;
    padding: 1rem;
    border-radius: 24px;
    background: rgba(7,17,31,.64);
    border: 1px solid rgba(255,255,255,.08);
    color: #fff;
    transition: all .25s ease;
}

    .wbi-hero-mini:hover {
        transform: translateY(-4px);
    }

    .wbi-hero-mini i {
        width: 56px;
        height: 56px;
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(79,124,255,.16);
        font-size: 1.25rem;
    }

    .wbi-hero-mini span {
        font-weight: 700;
    }

/* RESPONSIVE */
@media (max-width: 991px) {
    .wbi-hero-panel {
        min-height: auto;
        margin-top: 1.5rem;
    }
}

@media (max-width: 768px) {
    .wbi-hero-mini-grid {
        grid-template-columns: 1fr;
    }

    .wbi-hero-actions {
        flex-direction: column;
    }
}

/* RESPONSIVE */
@media (max-width: 1199.98px) {
    .wbi-hero .row {
        --bs-gutter-x: 2.5rem;
    }

    .wbi-hero-title {
        font-size: clamp(2.4rem, 5vw, 3rem);
    }

    .wbi-hero-panel {
        max-width: 100%;
    }
}

@media (max-width: 991.98px) {
    .wbi-hero {
        padding: 2.5rem 0 4rem;
    }

    .wbi-hero-title,
    .wbi-hero-text {
        max-width: 100%;
    }

    .wbi-hero-panel {
        margin-top: 1.25rem;
        margin-left: 0;
    }
}

@media (max-width: 767.98px) {
    .wbi-hero {
        padding: 2rem 0 3.2rem;
    }

    .wbi-hero-title {
        font-size: clamp(2.1rem, 8vw, 2.7rem);
    }

    .wbi-hero-text {
        font-size: 1rem;
        line-height: 1.8;
    }

    .wbi-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .wbi-btn-primary,
    .wbi-btn-outline {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .wbi-hero-panel {
        padding: 1.3rem;
        border-radius: 26px;
    }

    .wbi-hero-main-card {
        padding: 1.2rem;
        border-radius: 22px;
    }

    .wbi-hero-mini-grid {
        grid-template-columns: 1fr;
        gap: .85rem;
    }

    .wbi-hero-mini {
        min-height: 82px;
        border-radius: 18px;
    }

        .wbi-hero-mini i {
            width: 46px;
            height: 46px;
            border-radius: 14px;
            font-size: 1.05rem;
        }
}

/* INTRO */
.wbi-intro {
    padding: 3.8rem 0 3rem;
    background: radial-gradient(circle at top right, rgba(36,87,245,.08), transparent 24%), linear-gradient(180deg, #f7fbff 0%, #eef5fd 100%);
}

.wbi-intro-left h2 {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(1.85rem, 2.8vw, 2.6rem);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -.03em;
    color: var(--wbi-text);
    margin-bottom: .85rem;
}

.wbi-intro-left p {
    color: var(--wbi-text-soft);
    line-height: 1.82;
    margin: 0;
    font-size: 1rem;
    max-width: 620px;
}

.wbi-pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
}

    .wbi-pill-grid span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 50px;
        padding: .82rem 1.08rem;
        border-radius: 999px;
        background: #fff;
        border: 1px solid rgba(22,35,56,.07);
        box-shadow: 0 10px 26px rgba(18,32,51,.06);
        color: #223249;
        font-weight: 700;
        transition: transform .26s ease, border-color .26s ease, box-shadow .26s ease;
    }

        .wbi-pill-grid span:hover {
            transform: translateY(-4px);
            border-color: rgba(36,87,245,.18);
            box-shadow: 0 16px 34px rgba(18,32,51,.10);
        }

/* NAV */
.wbi-nav-band {
    padding: .8rem 0 1.8rem;
    background: #eef5fd;
}

.wbi-nav-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
}

.wbi-nav-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: .72rem .98rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(22,35,56,.07);
    box-shadow: 0 8px 20px rgba(18,32,51,.05);
    color: #223249;
    font-weight: 700;
    text-decoration: none;
    transition: transform .24s ease, border-color .24s ease, color .24s ease, box-shadow .24s ease;
}

    .wbi-nav-pill:hover {
        color: #2457f5;
        transform: translateY(-3px);
        border-color: rgba(36,87,245,.18);
        box-shadow: 0 14px 28px rgba(18,32,51,.10);
    }

/* GENERAL */
.wbi-section-tag {
    display: inline-block;
    margin-bottom: .78rem;
    color: var(--wbi-blue);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.wbi-mini-tag {
    display: inline-block;
    margin-bottom: .78rem;
    color: var(--wbi-blue-light);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.wbi-mini-tag-dark {
    color: var(--wbi-blue);
}

.wbi-head {
    max-width: 900px;
    margin: 0 auto .9rem;
}

    .wbi-head h2 {
        font-family: 'Manrope', sans-serif;
        font-size: clamp(1.95rem, 3vw, 2.8rem);
        line-height: 1.1;
        font-weight: 800;
        letter-spacing: -.03em;
        color: var(--wbi-text);
        margin-bottom: .8rem;
    }

    .wbi-head p {
        color: var(--wbi-text-soft);
        line-height: 1.82;
        font-size: 1rem;
    }

/* DETAIL SECTIONS */
.wbi-detail {
    padding: 0 0 4rem;
    background: #fff;
}

.wbi-detail-shell {
    position: relative;
    border-radius: 34px;
    padding: 2rem;
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
    border: 1px solid rgba(22,35,56,.06);
    box-shadow: 0 20px 60px rgba(18,32,51,.08);
    overflow: hidden;
}

.wbi-detail-dark .wbi-detail-shell {
    background: radial-gradient(circle at top right, rgba(95,134,255,.14), transparent 26%), linear-gradient(135deg, #081326 0%, #112847 100%);
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 28px 80px rgba(7,17,31,.18);
}

.wbi-detail-tag {
    display: inline-block;
    margin-bottom: .85rem;
    padding: .5rem .88rem;
    border-radius: 999px;
    background: rgba(36,87,245,.10);
    color: var(--wbi-blue);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.wbi-detail-dark .wbi-detail-tag {
    background: rgba(255,255,255,.10);
    color: #d7e2ff;
}

.wbi-detail-title-wrap {
    display: flex;
    align-items: center;
    gap: .95rem;
    margin-bottom: .65rem;
}

.wbi-detail-brand {
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: linear-gradient(135deg, rgba(36,87,245,.16), rgba(36,87,245,.08));
    border: 1px solid rgba(22,35,56,.08);
    overflow: hidden;
}

    .wbi-detail-brand i {
        position: relative;
        z-index: 2;
        font-size: 1.28rem;
        color: var(--wbi-blue);
    }

.wbi-detail-orbit {
    position: absolute;
    inset: -6px;
    border-radius: 22px;
    background: conic-gradient(from 0deg, rgba(255,255,255,0), rgba(149,180,255,.44), rgba(255,255,255,0) 42%);
    animation: wbiSpin 6s linear infinite;
    opacity: .85;
}

.wbi-detail-dark .wbi-detail-brand {
    background: linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,.08));
    border-color: rgba(255,255,255,.10);
}

    .wbi-detail-dark .wbi-detail-brand i {
        color: #dce6ff;
    }

.wbi-detail-left h2 {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(2rem, 3.4vw, 3.2rem);
    line-height: 1.04;
    letter-spacing: -.04em;
    font-weight: 800;
    color: var(--wbi-text);
    margin: 0;
}

.wbi-detail-dark .wbi-detail-left h2 {
    color: #fff;
}

.wbi-detail-summary {
    margin: .95rem 0 1.2rem;
    color: var(--wbi-text-soft);
    line-height: 1.82;
    font-size: 1rem;
}

.wbi-detail-dark .wbi-detail-summary {
    color: rgba(255,255,255,.80);
}

/* FOCUS */
.wbi-focus-card {
    padding: 1.18rem 1.18rem .95rem;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(22,35,56,.06);
    box-shadow: 0 16px 40px rgba(18,32,51,.06);
}

.wbi-focus-card-dark {
    background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 20px 46px rgba(0,0,0,.14);
    backdrop-filter: blur(12px);
}

.wbi-focus-row {
    margin-bottom: .9rem;
}

    .wbi-focus-row:last-child {
        margin-bottom: 0;
    }

    .wbi-focus-row strong {
        display: block;
        margin-bottom: .3rem;
        font-size: .95rem;
        font-weight: 800;
        color: var(--wbi-text);
    }

    .wbi-focus-row span {
        display: block;
        color: var(--wbi-text-soft);
        line-height: 1.68;
        font-size: .96rem;
    }

.wbi-focus-card-dark .wbi-focus-row strong {
    color: #ffffff;
}

.wbi-focus-card-dark .wbi-focus-row span {
    color: rgba(255,255,255,.80);
}

/* INFO CARDS */
.wbi-info-card {
    position: relative;
    isolation: isolate;
    height: 100%;
    padding: 1.4rem 1.22rem;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(22,35,56,.06);
    box-shadow: 0 18px 46px rgba(18,32,51,.08);
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

    .wbi-info-card:hover {
        transform: translateY(-7px);
        box-shadow: 0 24px 58px rgba(18,32,51,.12);
        border-color: rgba(36,87,245,.12);
    }

.wbi-info-card-dark {
    background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.05));
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 22px 55px rgba(0,0,0,.18);
    backdrop-filter: blur(14px);
}

.wbi-card-icon {
    position: relative;
    width: 58px;
    height: 58px;
    margin-bottom: .9rem;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(36,87,245,.16), rgba(36,87,245,.08));
    border: 1px solid rgba(22,35,56,.06);
    color: var(--wbi-blue);
    font-size: 1.18rem;
}

.wbi-card-orbit {
    position: absolute;
    inset: -6px;
    border-radius: 20px;
    background: conic-gradient(from 0deg, rgba(255,255,255,0), rgba(153,182,255,.46), rgba(255,255,255,0) 42%);
    animation: wbiSpin 6s linear infinite;
    opacity: .85;
}

.wbi-info-card-dark .wbi-card-icon {
    background: linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,.08));
    border-color: rgba(255,255,255,.10);
    color: #dce6ff;
}

.wbi-info-card h4 {
    font-size: 1.04rem;
    font-weight: 800;
    color: var(--wbi-text);
    margin-bottom: .78rem;
}

.wbi-info-card-dark h4 {
    color: #ffffff;
}

.wbi-info-card ul {
    margin: 0;
    padding-left: 1.05rem;
}

    .wbi-info-card ul li {
        color: var(--wbi-text-soft);
        margin-bottom: .58rem;
        line-height: 1.72;
        font-size: .94rem;
    }

.wbi-info-card-dark ul li {
    color: rgba(255,255,255,.80);
}

/* INTENT */
.wbi-intent-box {
    padding: 1.05rem 1.12rem;
    border-radius: 20px;
    background: linear-gradient(180deg, #eef3ff 0%, #e9f0ff 100%);
    border: 1px solid rgba(36,87,245,.12);
    color: #30405a;
    line-height: 1.76;
    box-shadow: 0 12px 30px rgba(36,87,245,.08);
    font-size: .95rem;
}

    .wbi-intent-box strong {
        color: var(--wbi-text);
        font-weight: 800;
    }

.wbi-intent-box-dark {
    background: linear-gradient(180deg, rgba(24,52,100,.92), rgba(22,47,92,.92));
    border: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.82);
    box-shadow: 0 18px 44px rgba(0,0,0,.18);
}

    .wbi-intent-box-dark strong {
        color: #ffffff;
    }

/* COVERAGE */
.wbi-coverage-row {
    padding-top: 1.1rem;
}

.wbi-coverage-main,
.wbi-coverage-side {
    height: 100%;
    border-radius: 26px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(22,35,56,.06);
    box-shadow: 0 18px 46px rgba(18,32,51,.08);
}

.wbi-coverage-main {
    padding: 1.45rem 1.28rem;
}

.wbi-coverage-side {
    padding: 1.45rem 1.28rem;
}

.wbi-coverage-main-dark,
.wbi-coverage-side-dark {
    background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.05));
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 22px 55px rgba(0,0,0,.18);
    backdrop-filter: blur(14px);
}

.wbi-coverage-main h3,
.wbi-coverage-side h4 {
    color: var(--wbi-text);
    font-weight: 800;
    margin-bottom: .72rem;
    font-size: 1.02rem;
}

.wbi-coverage-main p,
.wbi-coverage-side ul li {
    color: var(--wbi-text-soft);
    line-height: 1.78;
    font-size: .94rem;
}

.wbi-coverage-main-dark h3,
.wbi-coverage-side-dark h4 {
    color: #ffffff;
}

.wbi-coverage-main-dark p,
.wbi-coverage-side-dark ul li {
    color: rgba(255,255,255,.80);
}

.wbi-coverage-side ul {
    margin: 0;
    padding-left: 1.05rem;
}

    .wbi-coverage-side ul li {
        margin-bottom: .55rem;
    }

.wbi-subcard {
    height: 100%;
    padding: 1rem .95rem;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(22,35,56,.06);
    box-shadow: 0 14px 34px rgba(18,32,51,.05);
}

.wbi-subcard-dark {
    background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.04));
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 16px 36px rgba(0,0,0,.14);
}

.wbi-subcard h5 {
    font-size: .96rem;
    font-weight: 800;
    margin-bottom: .65rem;
    color: var(--wbi-text);
}

.wbi-subcard ul {
    margin: 0;
    padding-left: 1rem;
}

    .wbi-subcard ul li {
        color: var(--wbi-text-soft);
        margin-bottom: .48rem;
        line-height: 1.66;
        font-size: .92rem;
    }

.wbi-subcard-dark h5 {
    color: #ffffff;
}

.wbi-subcard-dark ul li {
    color: rgba(255,255,255,.80);
}

/* PANELS */
.wbi-panels {
    padding: 4.2rem 0;
    background: radial-gradient(circle at top left, rgba(36,87,245,.08), transparent 24%), linear-gradient(180deg, #eef5fd 0%, #ffffff 100%);
}

.wbi-panel {
    position: relative;
    height: 100%;
    border-radius: 30px;
    padding: 2rem;
    overflow: hidden;
    transition: transform .28s ease, box-shadow .28s ease;
}

    .wbi-panel:hover {
        transform: translateY(-5px);
    }

    .wbi-panel::after {
        content: "";
        position: absolute;
        inset: auto -50px -50px auto;
        width: 180px;
        height: 180px;
        border-radius: 50%;
        background: rgba(36,87,245,.08);
        z-index: 0;
        opacity: .55;
    }

    .wbi-panel h2 {
        position: relative;
        z-index: 1;
        font-family: 'Manrope', sans-serif;
        font-size: clamp(1.7rem, 2.4vw, 2.2rem);
        line-height: 1.14;
        font-weight: 800;
        margin-bottom: .75rem;
    }

    .wbi-panel p {
        position: relative;
        z-index: 1;
        line-height: 1.82;
        margin: 0;
        font-size: .98rem;
    }

.wbi-panel-dark {
    background: linear-gradient(135deg, #07111f 0%, #112847 100%);
    color: #fff;
    box-shadow: 0 24px 70px rgba(7,17,31,.18);
}

    .wbi-panel-dark p {
        color: rgba(255,255,255,.82);
    }

.wbi-panel-light {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(22,35,56,.08);
    box-shadow: 0 18px 50px rgba(18,32,51,.08);
}

    .wbi-panel-light p {
        color: var(--wbi-text-soft);
    }

/* APPROACH */
.wbi-approach {
    position: relative;
    overflow: hidden;
    padding: 4.8rem 0;
    background: radial-gradient(circle at top left, rgba(36,87,245,.18), transparent 24%), radial-gradient(circle at bottom right, rgba(36,87,245,.12), transparent 22%), linear-gradient(135deg, #07111f 0%, #0c1b31 55%, #12284b 100%);
    color: #fff;
}

    .wbi-approach::before {
        content: "";
        position: absolute;
        top: -120px;
        right: -120px;
        width: 340px;
        height: 340px;
        border-radius: 50%;
        background: rgba(255,255,255,.04);
        filter: blur(10px);
    }

    .wbi-approach::after {
        content: "";
        position: absolute;
        bottom: -100px;
        left: -80px;
        width: 280px;
        height: 280px;
        border-radius: 50%;
        background: rgba(36,87,245,.10);
        filter: blur(16px);
    }

.wbi-approach-title {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(1.9rem, 2.7vw, 2.5rem);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -.03em;
    margin-bottom: .8rem;
    position: relative;
    z-index: 1;
}

.wbi-approach-text {
    margin: 0;
    color: rgba(255,255,255,.80);
    line-height: 1.82;
    font-size: 1rem;
    max-width: 620px;
    position: relative;
    z-index: 1;
}

.wbi-approach-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.wbi-approach-card {
    display: flex;
    align-items: flex-start;
    gap: .95rem;
    min-height: 100%;
    padding: 1.18rem 1.08rem;
    border-radius: 22px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);
    backdrop-filter: blur(14px);
    box-shadow: 0 16px 38px rgba(0,0,0,.14);
    transition: transform .28s ease, background .28s ease, border-color .28s ease, box-shadow .28s ease;
}

    .wbi-approach-card:hover {
        transform: translateY(-6px);
        background: rgba(255,255,255,.09);
        border-color: rgba(255,255,255,.16);
        box-shadow: 0 22px 46px rgba(0,0,0,.20);
    }

.wbi-approach-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,.08));
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.18);
}

    .wbi-approach-icon i {
        font-size: 1.38rem;
        color: #dce6ff;
    }

.wbi-approach-card h4 {
    font-size: 1.02rem;
    font-weight: 800;
    margin-bottom: .35rem;
    color: #fff;
}

.wbi-approach-card p {
    margin: 0;
    color: rgba(255,255,255,.76);
    line-height: 1.72;
    font-size: .95rem;
}

/* CTA */
.wbi-cta {
    padding: 4.6rem 0;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.wbi-cta-box {
    padding: 2.35rem;
    border-radius: 32px;
    background: radial-gradient(circle at top right, rgba(255,255,255,.12), transparent 22%), linear-gradient(135deg, #0c1727 0%, #112847 56%, #2457f5 100%);
    color: #fff;
    box-shadow: 0 28px 80px rgba(7,17,31,.18);
}

    .wbi-cta-box h2 {
        font-family: 'Manrope', sans-serif;
        font-size: clamp(1.9rem, 2.8vw, 2.55rem);
        line-height: 1.08;
        font-weight: 800;
        margin-bottom: .75rem;
        letter-spacing: -.03em;
    }

    .wbi-cta-box p {
        margin: 0;
        color: rgba(255,255,255,.80);
        line-height: 1.82;
        max-width: 740px;
        font-size: .98rem;
    }

/* ANIMATION */
@keyframes wbiSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* RESPONSIVE */
@media (max-width: 1199.98px) {
    .wbi-hero-panel {
        max-width: 540px;
        margin-left: auto;
    }
}

@media (max-width: 991.98px) {
    .wbi-hero {
        padding: 4.8rem 0 4rem;
    }

    .wbi-approach-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .wbi-hero,
    .wbi-panels,
    .wbi-approach,
    .wbi-cta,
    .wbi-detail {
        padding: 3.8rem 0;
    }

    .wbi-intro {
        padding: 3rem 0;
    }

    .wbi-hero-panel {
        min-height: auto;
        padding: 1rem;
        border-radius: 24px;
    }

    .wbi-hero-main-card {
        padding: 1.1rem;
        border-radius: 20px;
    }

        .wbi-hero-main-card h3 {
            font-size: 1.14rem;
        }

    .wbi-detail-shell,
    .wbi-panel,
    .wbi-cta-box,
    .wbi-coverage-main,
    .wbi-coverage-side {
        padding: 1.35rem 1.08rem;
        border-radius: 22px;
    }

    .wbi-detail-brand {
        width: 56px;
        height: 56px;
        border-radius: 16px;
    }

    .wbi-card-icon {
        width: 52px;
        height: 52px;
        border-radius: 16px;
    }

    .wbi-detail-left h2 {
        font-size: 2rem;
    }

    .wbi-detail-title-wrap {
        align-items: center;
    }

    .wbi-approach-card {
        padding: 1rem .95rem;
        border-radius: 20px;
    }

    .wbi-approach-icon {
        width: 54px;
        height: 54px;
        border-radius: 16px;
    }

        .wbi-approach-icon i {
            font-size: 1.2rem;
        }

    .wbi-hero-mini-grid {
        grid-template-columns: 1fr;
    }

    .wbi-hero-actions .btn {
        width: 100%;
    }
}

.wbi-hero .row {
    --bs-gutter-x: clamp(1.2rem, 2vw, 2.4rem);
}

/* =========================
   HERO MOBILE FIX
========================= */
@media (max-width: 767.98px) {
    .wbi-hero {
        padding: 2.2rem 0 3.2rem;
    }

        .wbi-hero .container-fluid.wbi-fluid {
            padding-left: 14px;
            padding-right: 14px;
        }

    .wbi-kicker {
        margin-bottom: .8rem;
        padding: .52rem .9rem;
        font-size: .74rem;
        letter-spacing: .1em;
    }

    .wbi-hero-title {
        font-size: clamp(2.05rem, 7.4vw, 2.55rem);
        line-height: 1.02;
        letter-spacing: -.045em;
        margin-bottom: .9rem;
    }

    .wbi-hero-text {
        font-size: 1rem;
        line-height: 1.72;
        margin-bottom: 1.35rem;
    }

    .wbi-hero-actions {
        gap: .85rem;
        margin-top: 1rem;
    }

        .wbi-hero-actions .btn,
        .wbi-btn-primary,
        .wbi-btn-outline {
            width: 100%;
            min-height: 56px;
            padding: .9rem 1.2rem;
            font-size: 1rem;
            justify-content: center;
        }

    .wbi-hero-panel {
        margin-top: 1.6rem;
        padding: .95rem;
        border-radius: 22px;
        min-height: auto;
    }

    .wbi-hero-main-card {
        padding: 1rem;
        border-radius: 18px;
        margin-bottom: .85rem;
    }

    .wbi-chip {
        margin-bottom: .7rem;
        padding: .42rem .75rem;
        font-size: .7rem;
    }

    .wbi-hero-main-card h3 {
        font-size: 1rem;
        line-height: 1.5;
    }

    .wbi-hero-mini-grid {
        grid-template-columns: 1fr;
        gap: .75rem;
    }

    .wbi-hero-mini {
        min-height: 72px;
        padding: .85rem .9rem;
        border-radius: 18px;
        gap: .8rem;
    }

        .wbi-hero-mini i {
            width: 44px;
            height: 44px;
            border-radius: 14px;
            font-size: 1rem;
        }

        .wbi-hero-mini span {
            font-size: .95rem;
            line-height: 1.3;
        }
}


/* =========================
   HERO BUTTON FIX (INLINE MOBILE)
========================= */
@media (max-width: 767.98px) {

    .wbi-hero-actions {
        display: flex;
        flex-direction: row; /* IMPORTANT */
        justify-content: flex-start;
        align-items: center;
        gap: .8rem;
        flex-wrap: wrap; /* allows wrap if needed */
    }

        .wbi-hero-actions .btn,
        .wbi-btn-primary,
        .wbi-btn-outline {
            width: auto; /* remove full width */
            min-height: 50px;
            padding: .7rem 1.2rem;
            font-size: .92rem;
            border-radius: 999px;
            flex: 0 0 auto; /* prevent stretching */
        }
}