

    .bso-edu-bnr {
        position: relative !important;
        overflow: hidden !important;
        min-height: 174px !important;
        padding: 34px 0 !important;
        background:
            radial-gradient(440px 190px at 78% 28%, rgba(255, 255, 255, .62), transparent 66%),
            radial-gradient(360px 150px at 14% 88%, rgba(20, 92, 255, .11), transparent 70%),
            linear-gradient(135deg, #ffeb37 0%, #fff063 48%, #ffc928 100%) !important;
        border-bottom: 1px solid rgba(13, 51, 113, .08) !important;
    }

    .bso-edu-bnr::before {
        content: "" !important;
        position: absolute !important;
        right: -120px !important;
        top: -105px !important;
        width: 540px !important;
        height: 350px !important;
        background: rgba(13, 51, 113, .09) !important;
        clip-path: polygon(24% 0, 100% 0, 78% 100%, 0 72%) !important;
        pointer-events: none !important;
    }

    .bso-edu-bnr::after {
        content: "" !important;
        position: absolute !important;
        left: -78px !important;
        bottom: -100px !important;
        width: 230px !important;
        height: 230px !important;
        border-radius: 50% !important;
        border: 34px solid rgba(13, 51, 113, .055) !important;
        pointer-events: none !important;
    }

    .bso-edu-bnr-inner {
        position: relative !important;
        z-index: 2 !important;
    }

    .bso-edu-bnr-copy {
        position: relative !important;
        z-index: 3 !important;
    }

    .bso-edu-bnr-kicker {
        display: inline-flex !important;
        align-items: center !important;
        gap: 8px !important;
        padding: 7px 13px !important;
        margin-bottom: 9px !important;
        border-radius: 999px !important;
        background: rgba(13, 51, 113, .10) !important;
        color: #0d3371 !important;
        font-size: 12px !important;
        font-weight: 750 !important;
        line-height: 1 !important;
    }

    .bso-edu-bnr-kicker::before {
        content: "" !important;
        width: 8px !important;
        height: 8px !important;
        border-radius: 50% !important;
        background: #15b8a6 !important;
        box-shadow: 0 0 0 5px rgba(21, 184, 166, .14) !important;
    }

    .bso-edu-bnr h1 {
        color: #111653 !important;
        font-size: clamp(32px, 3.8vw, 44px) !important;
        line-height: 1.05 !important;
        letter-spacing: -.035em !important;
        font-weight: 800 !important;
        margin: 0 0 14px !important;
    }

    .bso-edu-bnr-nav {
        margin: 0 !important;
    }

    .bso-edu-bnr-list {
        display: flex !important;
        align-items: center !important;
        flex-wrap: wrap !important;
        gap: 8px !important;
        padding: 0 !important;
        margin: 0 !important;
        list-style: none !important;
    }

    .bso-edu-bnr-list li {
        display: inline-flex !important;
        align-items: center !important;
        gap: 8px !important;
        color: #081f4b !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        line-height: 1.35 !important;
    }

    .bso-edu-bnr-list a {
        color: #081f4b !important;
        text-decoration: none !important;
        font-weight: 800 !important;
        transition: color .2s ease !important;
    }

    .bso-edu-bnr-list a:hover {
        color: #145cff !important;
        text-decoration: none !important;
    }

    .bso-edu-bnr-arrow {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 18px !important;
        height: 18px !important;
        border-radius: 50% !important;
        background: rgba(8, 31, 75, .10) !important;
    }

    .bso-edu-bnr-arrow svg {
        width: 8px !important;
        height: 8px !important;
        display: block !important;
    }

    .bso-edu-bnr-plane {
        position: absolute !important;
        left: 7.5% !important;
        top: 39px !important;
        width: 94px !important;
        height: auto !important;
        z-index: 1 !important;
        transform: rotate(7deg) !important;
        filter: drop-shadow(0 14px 14px rgba(8, 31, 75, .12)) !important;
        pointer-events: none !important;
    }

    .bso-edu-bnr-dash {
        position: absolute !important;
        left: 3.4% !important;
        bottom: 13px !important;
        width: 105px !important;
        height: 56px !important;
        z-index: 1 !important;
        opacity: .72 !important;
        pointer-events: none !important;
    }

    .bso-edu-bnr-art {
        position: relative !important;
        z-index: 2 !important;
        min-height: 118px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
    }

    .bso-edu-bnr-illustration {
        width: min(690px, 100%) !important;
        height: auto !important;
        display: block !important;
        margin: -32px -12px -34px auto !important;
        filter: drop-shadow(0 22px 24px rgba(8, 31, 75, .13)) !important;
    }

    @media (max-width: 991px) {
        .bso-edu-bnr {
            min-height: 155px !important;
            padding: 30px 0 !important;
        }

        .bso-edu-bnr-illustration {
            width: 535px !important;
            margin: -18px -58px -28px auto !important;
        }

        .bso-edu-bnr-plane {
            left: 5% !important;
            width: 78px !important;
            opacity: .35 !important;
        }

        .bso-edu-bnr-dash {
            display: none !important;
        }
    }

    @media (max-width: 767px) {
        .bso-edu-bnr {
            min-height: auto !important;
            padding: 38px 0 34px !important;
        }

        .bso-edu-bnr::before {
            right: -190px !important;
            top: -140px !important;
            opacity: .65 !important;
        }

        .bso-edu-bnr-art {
            display: none !important;
        }

        .bso-edu-bnr-plane {
            right: 12px !important;
            left: auto !important;
            top: 16px !important;
            width: 72px !important;
            opacity: .22 !important;
        }

        .bso-edu-bnr h1 {
            max-width: 330px !important;
        }
    }

    @media (max-width: 420px) {
        .bso-edu-bnr h1 {
            font-size: 30px !important;
        }

        .bso-edu-bnr-list li {
            font-size: 13px !important;
        }
    }

.bso-edu-banner {
    position: relative !important;
    overflow: hidden !important;
    background:
        radial-gradient(580px 260px at 14% 10%, rgba(255, 235, 55, .28), transparent 62%),
        radial-gradient(620px 280px at 92% 4%, rgba(21, 184, 166, .18), transparent 58%),
        linear-gradient(135deg, #f8fbff 0%, #eef5fb 44%, #ffffff 100%) !important;
}

.bso-edu-banner::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background-image:
        linear-gradient(rgba(13, 51, 113, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(13, 51, 113, .05) 1px, transparent 1px) !important;
    background-size: 44px 44px !important;
    pointer-events: none !important;
    mask-image: linear-gradient(90deg, rgba(0,0,0,.76), transparent 72%) !important;
}

.bso-edu-section {
    position: relative !important;
    overflow: hidden !important;
}

.bso-edu-hero {
    padding: 78px 0 82px !important;
    background:
        radial-gradient(820px 380px at 8% 8%, rgba(20, 92, 255, .13), transparent 62%),
        radial-gradient(680px 340px at 92% 6%, rgba(255, 235, 55, .18), transparent 58%),
        linear-gradient(180deg, #f8fbff 0%, #eef5fb 100%) !important;
}

.bso-edu-soft {
    padding: 78px 0 !important;
    background:
        radial-gradient(760px 340px at 8% 4%, rgba(20, 92, 255, .10), transparent 62%),
        radial-gradient(620px 300px at 92% 8%, rgba(255, 235, 55, .15), transparent 58%),
        linear-gradient(180deg, #f8fbff 0%, #eef5fb 100%) !important;
}

.bso-edu-white {
    padding: 78px 0 !important;
    background: #ffffff !important;
}

.bso-edu-navy {
    padding: 78px 0 !important;
    background:
        radial-gradient(620px 300px at 12% 8%, rgba(20, 92, 255, .30), transparent 62%),
        radial-gradient(560px 260px at 90% 14%, rgba(255, 235, 55, .16), transparent 58%),
        linear-gradient(135deg, #0d3371, #081f4b) !important;
    color: #ffffff !important;
}

.bso-edu-hero::before,
.bso-edu-soft::before,
.bso-edu-faq::before,
.bso-edu-navy::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background-image:
        linear-gradient(rgba(13, 51, 113, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(13, 51, 113, .045) 1px, transparent 1px) !important;
    background-size: 44px 44px !important;
    mask-image: linear-gradient(180deg, rgba(0,0,0,.70), transparent 80%) !important;
    pointer-events: none !important;
}

.bso-edu-navy::before {
    background-image:
        linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px) !important;
    mask-image: linear-gradient(180deg, rgba(0,0,0,.65), transparent 84%) !important;
}

.bso-edu-shell {
    position: relative !important;
    border-radius: 34px !important;
    padding: 40px !important;
    background: rgba(255, 255, 255, .82) !important;
    border: 1px solid rgba(13, 51, 113, .10) !important;
    box-shadow: 0 28px 80px rgba(13, 51, 113, .09) !important;
    backdrop-filter: blur(12px) !important;
}

.bso-edu-kicker,
.bso-edu-section-kicker {
    display: inline-flex !important;
    align-items: center !important;
    gap: 9px !important;
    padding: 8px 14px !important;
    border-radius: 999px !important;
    background: rgba(13, 51, 113, .08) !important;
    color: #0d3371 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    margin-bottom: 16px !important;
}

.bso-edu-navy .bso-edu-section-kicker,
.bso-edu-dark-card .bso-edu-section-kicker {
    background: rgba(255, 255, 255, .10) !important;
    color: #ffeb37 !important;
    border: 1px solid rgba(255,255,255,.12) !important;
}

.bso-edu-dot {
    width: 9px !important;
    height: 9px !important;
    min-width: 9px !important;
    border-radius: 50% !important;
    background: #15b8a6 !important;
    box-shadow: 0 0 0 5px rgba(21, 184, 166, .14) !important;
}

.bso-edu-title {
    color: #111653 !important;
    font-size: clamp(34px, 4.4vw, 58px) !important;
    line-height: 1.04 !important;
    letter-spacing: -.045em !important;
    margin-bottom: 18px !important;
    font-weight: 800 !important;
}

.bso-edu-subtitle {
    color: #3f4772 !important;
    font-size: 17px !important;
    line-height: 1.76 !important;
    max-width: 780px !important;
    margin-bottom: 28px !important;
}

.bso-edu-h2 {
    color: #111653 !important;
    font-size: clamp(30px, 3.6vw, 46px) !important;
    line-height: 1.1 !important;
    letter-spacing: -.038em !important;
    margin-bottom: 14px !important;
    font-weight: 760 !important;
}

.bso-edu-text {
    color: #3f4772 !important;
    font-size: 16px !important;
    line-height: 1.75 !important;
    margin-bottom: 0 !important;
}

.bso-edu-muted {
    color: #58617f !important;
    font-size: 15px !important;
    line-height: 1.72 !important;
}

.bso-edu-btn-primary {
    min-height: 54px !important;
    padding: 0 28px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 16px !important;
    background: linear-gradient(135deg, #0d3371, #092657) !important;
    color: #ffeb37 !important;
    text-decoration: none !important;
    font-weight: 850 !important;
    border: 1px solid rgba(255,255,255,.16) !important;
    box-shadow: 0 18px 34px rgba(13,51,113,.24) !important;
    transition: all .22s ease !important;
}

.bso-edu-btn-primary:hover {
    color: #ffeb37 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 22px 44px rgba(13,51,113,.30) !important;
}

.bso-edu-btn-light {
    min-height: 54px !important;
    padding: 0 24px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    color: #145cff !important;
    text-decoration: none !important;
    font-weight: 750 !important;
    border: 1px solid rgba(20,92,255,.28) !important;
    box-shadow: 0 14px 30px rgba(15,23,42,.06) !important;
    transition: all .22s ease !important;
}

.bso-edu-btn-light:hover {
    color: #ffffff !important;
    background: #145cff !important;
    transform: translateY(-2px) !important;
}

.bso-edu-pill-row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin-top: 24px !important;
}

.bso-edu-pill {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 9px 13px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.76) !important;
    border: 1px solid rgba(13,51,113,.09) !important;
    color: #273058 !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    box-shadow: 0 10px 24px rgba(15,23,42,.045) !important;
}

.bso-edu-visual {
    position: relative !important;
    min-height: 100% !important;
    border-radius: 30px !important;
    padding: 22px !important;
    background:
        radial-gradient(360px 190px at 86% 0%, rgba(255,235,55,.25), transparent 64%),
        linear-gradient(145deg, #102f65, #081d44) !important;
    color: #ffffff !important;
    box-shadow: 0 24px 60px rgba(13,51,113,.20) !important;
    overflow: hidden !important;
}

.bso-edu-visual::after {
    content: "" !important;
    position: absolute !important;
    width: 190px !important;
    height: 190px !important;
    border-radius: 50% !important;
    right: -80px !important;
    bottom: -85px !important;
    background: rgba(255,235,55,.16) !important;
}

.bso-edu-svg-wrap {
    position: relative !important;
    padding: 18px !important;
    border-radius: 24px !important;
    background: rgba(255,255,255,.08) !important;
    border: 1px solid rgba(255,255,255,.13) !important;
}

.bso-edu-svg-wrap svg {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

.bso-edu-stat-grid {
    position: relative !important;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    margin-top: 16px !important;
    z-index: 1 !important;
}

.bso-edu-stat-card {
    padding: 16px !important;
    border-radius: 18px !important;
    background: rgba(255,255,255,.10) !important;
    border: 1px solid rgba(255,255,255,.14) !important;
}

.bso-edu-stat-value {
    display: block !important;
    color: #ffeb37 !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    margin-bottom: 6px !important;
}

.bso-edu-stat-label {
    color: rgba(255,255,255,.78) !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
}

.bso-edu-card {
    height: 100% !important;
    padding: 26px !important;
    border-radius: 26px !important;
    background: rgba(255,255,255,.90) !important;
    border: 1px solid rgba(13, 51, 113, .10) !important;
    box-shadow: 0 18px 48px rgba(13, 51, 113, .07) !important;
    transition: all .22s ease !important;
}

.bso-edu-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 26px 66px rgba(13, 51, 113, .11) !important;
}

.bso-edu-card h3,
.bso-edu-card h4 {
    color: #141951 !important;
    font-size: 20px !important;
    line-height: 1.25 !important;
    font-weight: 760 !important;
    margin-bottom: 10px !important;
}

.bso-edu-card p {
    color: #4d5578 !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
    margin-bottom: 0 !important;
}

.bso-edu-card a {
    color: #145cff !important;
    text-decoration: none !important;
    font-weight: 650 !important;
}

.bso-edu-card a:hover {
    text-decoration: underline !important;
}

.bso-edu-icon {
    width: 50px !important;
    height: 50px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 17px !important;
    margin-bottom: 16px !important;
    background: linear-gradient(135deg, #0d3371, #102f65) !important;
    color: #ffeb37 !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    letter-spacing: .02em !important;
    box-shadow: 0 16px 30px rgba(13, 51, 113, .18) !important;
}

.bso-edu-feature-row {
    display: flex !important;
    gap: 14px !important;
    align-items: flex-start !important;
}

.bso-edu-mini-icon {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 14px !important;
    background: rgba(13, 51, 113, .08) !important;
    color: #0d3371 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}

.bso-edu-dark-card {
    position: relative !important;
    padding: 30px !important;
    border-radius: 30px !important;
    background: linear-gradient(135deg, #0d3371, #081f4b) !important;
    color: #ffffff !important;
    box-shadow: 0 24px 60px rgba(13, 51, 113, .18) !important;
    overflow: hidden !important;
}

.bso-edu-dark-card::after {
    content: "" !important;
    position: absolute !important;
    width: 210px !important;
    height: 210px !important;
    right: -96px !important;
    bottom: -96px !important;
    border-radius: 50% !important;
    background: rgba(255, 235, 55, .16) !important;
}

.bso-edu-dark-card h2,
.bso-edu-dark-card h3 {
    position: relative !important;
    color: #ffffff !important;
    font-weight: 760 !important;
    line-height: 1.18 !important;
    margin-bottom: 12px !important;
    z-index: 1 !important;
}

.bso-edu-dark-card p,
.bso-edu-dark-card li {
    position: relative !important;
    color: rgba(255,255,255,.80) !important;
    font-size: 15px !important;
    line-height: 1.72 !important;
    z-index: 1 !important;
}

.bso-edu-check-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 18px 0 0 !important;
}

.bso-edu-check-list li {
    display: flex !important;
    gap: 10px !important;
    margin-bottom: 11px !important;
}

.bso-edu-check-list li::before {
    content: "✓" !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: rgba(255,235,55,.16) !important;
    color: #ffeb37 !important;
    font-weight: 900 !important;
    font-size: 12px !important;
    margin-top: 2px !important;
}

.bso-edu-path {
    position: relative !important;
    padding: 26px !important;
    border-radius: 28px !important;
    background: #ffffff !important;
    border: 1px solid rgba(13,51,113,.10) !important;
    box-shadow: 0 20px 54px rgba(13,51,113,.075) !important;
}

.bso-edu-step {
    position: relative !important;
    display: flex !important;
    gap: 16px !important;
    padding: 18px !important;
    border-radius: 22px !important;
    background: #f8fbff !important;
    border: 1px solid rgba(13,51,113,.08) !important;
    height: 100% !important;
}

.bso-edu-step-number {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 15px !important;
    background: #0d3371 !important;
    color: #ffeb37 !important;
    font-weight: 900 !important;
}

.bso-edu-step h3 {
    color: #111653 !important;
    font-size: 18px !important;
    font-weight: 760 !important;
    margin-bottom: 7px !important;
}

.bso-edu-step p {
    color: #4d5578 !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
    margin-bottom: 0 !important;
}

.bso-edu-compare-shell {
    position: relative !important;
    margin-top: 28px !important;
    padding: 10px !important;
    border-radius: 28px !important;
    background: rgba(255,255,255,.90) !important;
    border: 1px solid rgba(13,51,113,.10) !important;
    box-shadow: 0 22px 60px rgba(13,51,113,.08) !important;
    overflow: hidden !important;
}

.bso-edu-compare-table {
    width: 100% !important;
    min-width: 980px !important;
    margin-bottom: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    overflow: hidden !important;
    border-radius: 22px !important;
}

.bso-edu-compare-table thead th {
    padding: 18px 22px !important;
    background: #0d3371 !important;
    color: #ffffff !important;
    border: 0 !important;
    font-size: 14px !important;
    font-weight: 760 !important;
    line-height: 1.35 !important;
    text-align: left !important;
    vertical-align: middle !important;
}

.bso-edu-compare-table thead th:not(:first-child),
.bso-edu-compare-table tbody td:not(:first-child) {
    text-align: center !important;
}

.bso-edu-compare-table tbody td {
    padding: 20px 22px !important;
    background: #ffffff !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(13,51,113,.08) !important;
    color: #3d466c !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;
    vertical-align: middle !important;
}

.bso-edu-compare-table tbody tr:last-child td {
    border-bottom: 0 !important;
}

.bso-edu-compare-table tbody td:first-child {
    width: 220px !important;
    text-align: left !important;
    background: #f4f8ff !important;
    color: #141951 !important;
    font-weight: 700 !important;
}

.bso-edu-compare-note {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 5px 10px !important;
    margin-top: 8px !important;
    border-radius: 999px !important;
    background: rgba(21,184,166,.10) !important;
    color: #0f766e !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

.bso-edu-code-card {
    position: relative !important;
    padding: 24px !important;
    border-radius: 28px !important;
    background: #071a3d !important;
    box-shadow: 0 24px 60px rgba(13,51,113,.20) !important;
    overflow: hidden !important;
}

.bso-edu-code-card::before {
    content: "" !important;
    position: absolute !important;
    width: 190px !important;
    height: 190px !important;
    right: -70px !important;
    top: -80px !important;
    border-radius: 50% !important;
    background: rgba(20,92,255,.28) !important;
}

.bso-edu-code-top {
    position: relative !important;
    display: flex !important;
    gap: 8px !important;
    margin-bottom: 16px !important;
}

.bso-edu-code-dot {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,.38) !important;
}

.bso-edu-code-line {
    position: relative !important;
    padding: 12px 14px !important;
    margin-bottom: 10px !important;
    border-radius: 14px !important;
    background: rgba(255,255,255,.07) !important;
    border: 1px solid rgba(255,255,255,.09) !important;
    color: rgba(255,255,255,.78) !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
    font-family: Consolas, Monaco, monospace !important;
}

.bso-edu-code-line strong {
    color: #ffeb37 !important;
    font-weight: 800 !important;
}

.bso-edu-template {
    height: 100% !important;
    padding: 22px !important;
    border-radius: 24px !important;
    background: #ffffff !important;
    border: 1px solid rgba(13,51,113,.10) !important;
    box-shadow: 0 16px 40px rgba(13,51,113,.065) !important;
}

.bso-edu-template-label {
    display: inline-flex !important;
    padding: 7px 11px !important;
    border-radius: 999px !important;
    background: rgba(20,92,255,.08) !important;
    color: #145cff !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    margin-bottom: 12px !important;
}

.bso-edu-template p {
    color: #3f4772 !important;
    font-size: 14px !important;
    line-height: 1.68 !important;
    margin-bottom: 0 !important;
}

.bso-edu-country-wrap {
    position: relative !important;
    padding: 32px !important;
    border-radius: 30px !important;
    background:
        radial-gradient(520px 260px at 85% 0%, rgba(255,235,55,.20), transparent 58%),
        linear-gradient(135deg, #0d3371, #081f4b) !important;
    box-shadow: 0 24px 60px rgba(13,51,113,.18) !important;
    overflow: hidden !important;
}

.bso-edu-country-wrap h2,
.bso-edu-country-wrap h3 {
    color: #ffffff !important;
}

.bso-edu-country-wrap p {
    color: rgba(255,255,255,.78) !important;
    line-height: 1.72 !important;
}

.bso-edu-country-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin-top: 22px !important;
}

.bso-edu-country-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px !important;
    padding: 0 17px !important;
    border-radius: 999px !important;
    background: rgba(20,92,255,.60) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    border: 1px solid rgba(255,255,255,.22) !important;
    box-shadow: 0 12px 26px rgba(0,0,0,.12) !important;
    transition: all .22s ease !important;
}

.bso-edu-country-link:visited,
.bso-edu-country-link:hover,
.bso-edu-country-link:focus {
    color: #ffffff !important;
    text-decoration: none !important;
}

.bso-edu-country-link:hover {
    background: #145cff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 16px 32px rgba(0,0,0,.18) !important;
}

.bso-edu-country-link.bso-edu-country-all {
    background: #ffeb37 !important;
    color: #0d3371 !important;
    border-color: rgba(255,235,55,.78) !important;
}

.bso-edu-country-link.bso-edu-country-all:hover,
.bso-edu-country-link.bso-edu-country-all:visited,
.bso-edu-country-link.bso-edu-country-all:focus {
    color: #0d3371 !important;
}

.bso-edu-related-card {
    height: 100% !important;
    padding: 24px !important;
    border-radius: 24px !important;
    background: #ffffff !important;
    border: 1px solid rgba(13,51,113,.10) !important;
    box-shadow: 0 16px 42px rgba(13,51,113,.06) !important;
    text-align: center !important;
}

.bso-edu-related-card h3 {
    color: #111653 !important;
    font-size: 18px !important;
    font-weight: 760 !important;
    margin-bottom: 8px !important;
}

.bso-edu-related-card p {
    color: #5b6381 !important;
    font-size: 14px !important;
    line-height: 1.62 !important;
    min-height: 68px !important;
}

.bso-edu-related-card a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 40px !important;
    padding: 0 16px !important;
    border-radius: 13px !important;
    border: 1px solid rgba(20,92,255,.30) !important;
    color: #145cff !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    transition: all .22s ease !important;
}

.bso-edu-related-card a:hover {
    color: #ffffff !important;
    background: #145cff !important;
    transform: translateY(-2px) !important;
}

.bso-edu-faq {
    padding: 78px 0 !important;
    background:
        radial-gradient(760px 340px at 8% 4%, rgba(20, 92, 255, .12), transparent 62%),
        radial-gradient(620px 300px at 92% 8%, rgba(255, 235, 55, .14), transparent 58%),
        linear-gradient(180deg, #f8fbff 0%, #edf5fb 100%) !important;
}

.bso-edu-faq-card {
    height: 100% !important;
    padding: 26px !important;
    border-radius: 26px !important;
    background: rgba(255,255,255,.91) !important;
    border: 1px solid rgba(13,51,113,.10) !important;
    box-shadow: 0 18px 48px rgba(13,51,113,.07) !important;
    transition: all .22s ease !important;
}

.bso-edu-faq-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 26px 66px rgba(13,51,113,.11) !important;
}

.bso-edu-faq-top {
    display: flex !important;
    gap: 14px !important;
    align-items: flex-start !important;
    margin-bottom: 14px !important;
}

.bso-edu-faq-number {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 14px !important;
    background: rgba(13,51,113,.08) !important;
    color: #0d3371 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}

.bso-edu-faq-card h3 {
    color: #141951 !important;
    font-size: 19px !important;
    line-height: 1.35 !important;
    margin: 5px 0 0 !important;
    font-weight: 720 !important;
}

.bso-edu-faq-card p {
    color: #4d5578 !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
    margin-bottom: 0 !important;
}

.bso-edu-faq-card a {
    color: #145cff !important;
    text-decoration: none !important;
    font-weight: 650 !important;
}

.bso-edu-faq-card a:hover {
    text-decoration: underline !important;
}

.bso-edu-cta {
    position: relative !important;
    margin-top: 34px !important;
    padding: 28px !important;
    border-radius: 28px !important;
    background: linear-gradient(135deg, #0d3371, #081f4b) !important;
    color: #ffffff !important;
    box-shadow: 0 24px 60px rgba(13,51,113,.18) !important;
    overflow: hidden !important;
}

.bso-edu-cta::after {
    content: "" !important;
    position: absolute !important;
    width: 190px !important;
    height: 190px !important;
    right: -80px !important;
    bottom: -90px !important;
    border-radius: 50% !important;
    background: rgba(255,235,55,.16) !important;
}

.bso-edu-cta h3,
.bso-edu-cta p,
.bso-edu-cta a {
    position: relative !important;
    z-index: 1 !important;
}

.bso-edu-cta h3 {
    color: #ffffff !important;
    font-size: 23px !important;
    line-height: 1.35 !important;
    font-weight: 760 !important;
    margin-bottom: 6px !important;
}

.bso-edu-cta p {
    color: rgba(255,255,255,.78) !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
    margin-bottom: 0 !important;
}

.bso-edu-cta-btn {
    min-height: 46px !important;
    padding: 0 20px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 14px !important;
    background: #ffeb37 !important;
    color: #0d3371 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    transition: all .22s ease !important;
}

.bso-edu-cta-btn:hover {
    color: #0d3371 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 14px 28px rgba(0,0,0,.16) !important;
}

@media (max-width: 991px) {
    .bso-edu-hero,
    .bso-edu-soft,
    .bso-edu-white,
    .bso-edu-navy,
    .bso-edu-faq {
        padding: 56px 0 !important;
    }

    .bso-edu-shell,
    .bso-edu-country-wrap {
        padding: 26px !important;
    }

    .bso-edu-visual {
        margin-top: 24px !important;
    }

    .bso-edu-cta {
        text-align: center !important;
    }
}

@media (max-width: 575px) {
    .bso-edu-shell,
    .bso-edu-card,
    .bso-edu-dark-card,
    .bso-edu-faq-card,
    .bso-edu-country-wrap {
        border-radius: 22px !important;
        padding: 22px !important;
    }

    .bso-edu-btn-primary,
    .bso-edu-btn-light,
    .bso-edu-cta-btn {
        width: 100% !important;
    }

    .bso-edu-stat-grid {
        grid-template-columns: 1fr !important;
    }

    .bso-edu-feature-row,
    .bso-edu-step,
    .bso-edu-faq-top {
        align-items: flex-start !important;
    }

    .bso-edu-related-card p {
        min-height: auto !important;
    }
}
