
.bso-verify-page {
    background: #ffffff !important;
    color: #263055 !important;
    overflow: hidden !important;
}

.bso-verify-page * {
    box-sizing: border-box !important;
}

.bso-section {
    position: relative !important;
    padding: 78px 0 !important;
}

.bso-section-soft {
    background:
        radial-gradient(760px 360px at 8% 4%, rgba(20, 92, 255, .10), transparent 62%),
        radial-gradient(640px 320px at 92% 8%, rgba(255, 235, 55, .14), transparent 58%),
        linear-gradient(180deg, #f8fbff 0%, #eef5fb 100%) !important;
}

.bso-section-white {
    background: #ffffff !important;
}

.bso-section-dark {
    background:
        radial-gradient(620px 320px at 12% 0%, rgba(20, 92, 255, .22), transparent 60%),
        radial-gradient(520px 280px at 92% 12%, rgba(255, 235, 55, .18), transparent 56%),
        linear-gradient(135deg, #0d3371 0%, #081f4b 100%) !important;
    color: #ffffff !important;
    overflow: hidden !important;
}

.bso-section-soft::before,
.bso-section-dark::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background-image:
        linear-gradient(rgba(13, 51, 113, .04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(13, 51, 113, .04) 1px, transparent 1px) !important;
    background-size: 46px 46px !important;
    pointer-events: none !important;
}

.bso-section-dark::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;
    opacity: .75 !important;
}

.bso-kicker {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !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: 700 !important;
    margin-bottom: 16px !important;
}

.bso-kicker-light {
    background: rgba(255, 255, 255, .12) !important;
    color: #ffeb37 !important;
    border: 1px solid rgba(255, 255, 255, .14) !important;
}

.bso-kicker-dot {
    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;
    flex: 0 0 auto !important;
}

.bso-title {
    color: #111653 !important;
    font-size: clamp(30px, 3.7vw, 48px) !important;
    line-height: 1.1 !important;
    letter-spacing: -.035em !important;
    font-weight: 750 !important;
    margin-bottom: 14px !important;
}

.bso-title-light {
    color: #ffffff !important;
}

.bso-desc {
    color: #4d5578 !important;
    font-size: 16px !important;
    line-height: 1.75 !important;
    margin-bottom: 0 !important;
}

.bso-desc-light {
    color: rgba(255, 255, 255, .76) !important;
}

.bso-btn-primary {
    min-height: 52px !important;
    padding: 0 26px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 15px !important;
    background: linear-gradient(135deg, #0d3371, #081f4b) !important;
    color: #ffeb37 !important;
    text-decoration: none !important;
    font-size: 15px !important;
    font-weight: 750 !important;
    border: 1px solid rgba(255, 255, 255, .15) !important;
    box-shadow: 0 18px 36px rgba(13, 51, 113, .22) !important;
    transition: all .22s ease !important;
}

.bso-btn-primary:hover {
    color: #ffeb37 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 24px 46px rgba(13, 51, 113, .28) !important;
}

.bso-btn-outline {
    min-height: 52px !important;
    padding: 0 24px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 15px !important;
    background: #ffffff !important;
    color: #145cff !important;
    text-decoration: none !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    border: 1px solid rgba(20, 92, 255, .26) !important;
    box-shadow: 0 14px 28px rgba(15, 23, 42, .06) !important;
    transition: all .22s ease !important;
}

.bso-btn-outline:hover {
    color: #ffffff !important;
    background: #145cff !important;
    border-color: #145cff !important;
    transform: translateY(-2px) !important;
}

.bso-btn-yellow {
    min-height: 48px !important;
    padding: 0 22px !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: 750 !important;
    border: 0 !important;
    transition: all .22s ease !important;
}

.bso-btn-yellow:hover {
    color: #0d3371 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .18) !important;
}

.bso-hero-shell {
    position: relative !important;
    padding: 38px !important;
    border-radius: 34px !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-hero-title {
    color: #111653 !important;
    font-size: clamp(34px, 4.5vw, 58px) !important;
    line-height: 1.04 !important;
    letter-spacing: -.045em !important;
    font-weight: 760 !important;
    margin-bottom: 18px !important;
}

.bso-hero-text {
    color: #3f4772 !important;
    font-size: 17px !important;
    line-height: 1.78 !important;
    max-width: 820px !important;
    margin: 0 auto 28px !important;
}

.bso-hero-text .fw-bold,
.bso-card-text .fw-bold,
.bso-desc .fw-bold {
    color: #111653 !important;
    font-weight: 750 !important;
}

.bso-trust-panel {
    position: relative !important;
    padding: 24px !important;
    border-radius: 28px !important;
    background:
        radial-gradient(360px 190px at 88% 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-trust-panel::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, .15) !important;
}

.bso-trust-title {
    position: relative !important;
    color: rgba(255, 255, 255, .76) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-bottom: 18px !important;
}

.bso-mini-stat {
    position: relative !important;
    height: 100% !important;
    padding: 17px !important;
    border-radius: 19px !important;
    background: rgba(13, 3, 58) !important;
    border: 1px solid rgba(255, 255, 255, .14) !important;
}

.bso-mini-stat strong {
    display: block !important;
    color: #ffeb37 !important;
    font-size: 22px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    margin-bottom: 7px !important;
}

.bso-mini-stat span {
    display: block !important;
    color: rgba(255, 255, 255, .78) !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
}

.bso-intro-panel {
    position: relative !important;
    padding: 30px !important;
    border-radius: 30px !important;
    background: #ffffff !important;
    border: 1px solid rgba(13, 51, 113, .10) !important;
    box-shadow: 0 22px 60px rgba(13, 51, 113, .075) !important;
    margin-bottom: 34px !important;
}

.bso-intro-panel h3 {
    color: #111653 !important;
    font-size: clamp(27px, 3vw, 40px) !important;
    line-height: 1.12 !important;
    letter-spacing: -.03em !important;
    font-weight: 720 !important;
    margin-bottom: 12px !important;
}

.bso-intro-panel h4 {
    color: #53607f !important;
    font-size: 18px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
    margin-bottom: 14px !important;
}

.bso-intro-panel p {
    color: #4d5578 !important;
    font-size: 16px !important;
    line-height: 1.75 !important;
    margin-bottom: 0 !important;
}

.bso-intro-panel a {
    color: #145cff !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

.bso-intro-panel a:hover {
    text-decoration: underline !important;
}

.bso-image-card {
    position: relative !important;
    padding: 18px !important;
    border-radius: 30px !important;
    background:
        radial-gradient(380px 210px at 50% 0%, rgba(255, 235, 55, .17), transparent 62%),
        #ffffff !important;
    border: 1px solid rgba(13, 51, 113, .10) !important;
    box-shadow: 0 24px 66px rgba(13, 51, 113, .09) !important;
}

.bso-image-card img {
    width: 100% !important;
    height: auto !important;
    border-radius: 24px !important;
    box-shadow: none !important;
}

.bso-benefit-stack {
    position: relative !important;
    height: 100% !important;
    padding: 28px !important;
    border-radius: 30px !important;
    background: linear-gradient(135deg, #0d3371, #081f4b) !important;
    box-shadow: 0 26px 70px rgba(13, 51, 113, .18) !important;
    overflow: hidden !important;
}

.bso-benefit-stack::after {
    content: "" !important;
    position: absolute !important;
    width: 220px !important;
    height: 220px !important;
    right: -90px !important;
    bottom: -110px !important;
    border-radius: 50% !important;
    background: rgba(255, 235, 55, .14) !important;
}

.bso-benefit-item {
    position: relative !important;
    display: flex !important;
    gap: 16px !important;
    padding: 21px !important;
    border-radius: 22px !important;
    background: rgba(255, 255, 255, .09) !important;
    border: 1px solid rgba(255, 255, 255, .13) !important;
    margin-bottom: 16px !important;
    transition: all .22s ease !important;
    z-index: 1 !important;
}

.bso-benefit-item:last-child {
    margin-bottom: 0 !important;
}

.bso-benefit-item:hover {
    transform: translateY(-3px) !important;
    background: rgba(255, 255, 255, .12) !important;
}

.bso-icon-light {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    color: #0d3371 !important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .10) !important;
}

.bso-icon-light svg {
    width: 22px !important;
    height: 22px !important;
    fill: #0d3371 !important;
}

.bso-benefit-item h4 {
    color: #ffeb37 !important;
    font-size: 19px !important;
    line-height: 1.25 !important;
    font-weight: 720 !important;
    margin-bottom: 8px !important;
}

.bso-benefit-item p {
    color: rgba(255, 255, 255, .78) !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    margin-bottom: 0 !important;
}

.bso-benefit-item p .fw-bold {
    color: #ffffff !important;
    font-weight: 700 !important;
}

.bso-benefit-item a {
    color: #ffeb37 !important;
    text-decoration: underline !important;
    font-weight: 650 !important;
}

.bso-feature-card {
    height: 100% !important;
    padding: 25px !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-feature-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 26px 66px rgba(13, 51, 113, .11) !important;
}

.bso-feature-top {
    display: flex !important;
    align-items: flex-start !important;
    gap: 14px !important;
    margin-bottom: 13px !important;
}

.bso-icon-navy {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 15px !important;
    background: rgba(13, 51, 113, .08) !important;
    color: #0d3371 !important;
}

.bso-icon-navy svg {
    width: 21px !important;
    height: 21px !important;
    fill: #0d3371 !important;
}

.bso-feature-card h3 {
    color: #111653 !important;
    font-size: 21px !important;
    line-height: 1.25 !important;
    font-weight: 690 !important;
    margin: 4px 0 0 !important;
}

.bso-feature-card p {
    color: #4d5578 !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
    margin-bottom: 0 !important;
}

.bso-feature-card p .fw-bold {
    color: #111653 !important;
    font-weight: 720 !important;
}

.bso-use-card {
    height: 100% !important;
    padding: 25px !important;
    border-radius: 26px !important;
    background: #ffffff !important;
    border: 1px solid rgba(13, 51, 113, .10) !important;
    box-shadow: 0 18px 50px rgba(13, 51, 113, .075) !important;
    transition: all .22s ease !important;
}

.bso-use-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 28px 70px rgba(13, 51, 113, .11) !important;
}

.bso-use-icon {
    width: 50px !important;
    height: 50px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 17px !important;
    background: linear-gradient(135deg, #0d3371, #081f4b) !important;
    color: #ffeb37 !important;
    margin-bottom: 16px !important;
}

.bso-use-icon svg {
    width: 23px !important;
    height: 23px !important;
    fill: currentColor !important;
}

.bso-use-card h4 {
    color: #111653 !important;
    font-size: 20px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}

.bso-use-card p {
    color: #4d5578 !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    margin-bottom: 0 !important;
}

.bso-code-shell {
    position: relative !important;
    padding: 18px !important;
    border-radius: 28px !important;
    background: rgba(255, 255, 255, .09) !important;
    border: 1px solid rgba(255, 255, 255, .14) !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .18) !important;
}

.bso-code-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 4px 4px 14px !important;
}

.bso-code-title {
    color: #ffeb37 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.bso-code-dots {
    display: flex !important;
    gap: 7px !important;
}

.bso-code-dots span {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, .35) !important;
}

.bso-code-block {
    margin: 0 !important;
    padding: 22px !important;
    border-radius: 20px !important;
    background: #071735 !important;
    color: #d9e6ff !important;
    overflow-x: auto !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    border: 1px solid rgba(255, 255, 255, .10) !important;
}

.bso-code-comment {
    color: #7d8eb3 !important;
}

.bso-code-key {
    color: #ffeb37 !important;
}

.bso-code-string {
    color: #9ee6dc !important;
}

.bso-code-number {
    color: #8fb2ff !important;
}

.bso-check-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.bso-check-list li {
    display: flex !important;
    gap: 13px !important;
    align-items: flex-start !important;
    margin-bottom: 18px !important;
}

.bso-check-mark {
    width: 25px !important;
    height: 25px !important;
    min-width: 25px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: #ffeb37 !important;
    color: #0d3371 !important;
    font-weight: 800 !important;
    margin-top: 2px !important;
}

.bso-check-list strong {
    color: #ffffff !important;
    font-weight: 700 !important;
}

.bso-check-list p {
    color: rgba(255, 255, 255, .72) !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin: 4px 0 0 !important;
}

.bso-security-card {
    height: 100% !important;
    padding: 28px !important;
    border-radius: 28px !important;
    background: #ffffff !important;
    border: 1px solid rgba(13, 51, 113, .10) !important;
    box-shadow: 0 20px 56px rgba(13, 51, 113, .075) !important;
}

.bso-security-card h3 {
    color: #111653 !important;
    font-size: 22px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    margin-bottom: 18px !important;
}

.bso-security-card ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.bso-security-card li {
    position: relative !important;
    padding-left: 23px !important;
    margin-bottom: 13px !important;
}

.bso-security-card li::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 10px !important;
    width: 9px !important;
    height: 9px !important;
    border-radius: 50% !important;
    background: #15b8a6 !important;
    box-shadow: 0 0 0 5px rgba(21, 184, 166, .12) !important;
}

.bso-security-card p {
    color: #4d5578 !important;
    font-size: 15px !important;
    line-height: 1.72 !important;
    margin-bottom: 0 !important;
}

.bso-security-card .fw-bold {
    color: #111653 !important;
    font-weight: 720 !important;
}

.bso-faq-card {
    height: 100% !important;
    padding: 25px !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;
}

.bso-faq-top {
    display: flex !important;
    gap: 13px !important;
    align-items: flex-start !important;
    margin-bottom: 12px !important;
}

.bso-faq-number {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 13px !important;
    background: rgba(13, 51, 113, .08) !important;
    color: #0d3371 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.bso-faq-card h3 {
    color: #111653 !important;
    font-size: 19px !important;
    line-height: 1.35 !important;
    font-weight: 680 !important;
    margin: 4px 0 0 !important;
}

.bso-faq-card p {
    color: #4d5578 !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
    margin-bottom: 0 !important;
}

.bso-insight-carousel .carousel-div,
.bso-blog-card {
    height: 100% !important;
    padding: 24px !important;
    border-radius: 26px !important;
    background: #ffffff !important;
    color: #111653 !important;
    border: 1px solid rgba(255, 255, 255, .12) !important;
    box-shadow: 0 20px 54px rgba(0, 0, 0, .16) !important;
}

.bso-blog-title {
    min-height: 58px !important;
    color: #111653 !important;
    font-size: 18px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
}

.bso-blog-card img {
    width: 100% !important;
    max-width: 310px !important;
    height: auto !important;
    border-radius: 20px !important;
    background: #f8fbff !important;
}

.bso-blog-card p {
    color: #55607f !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
    margin: 16px 0 0 !important;
}

.bso-blog-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px !important;
    padding: 0 18px !important;
    border-radius: 13px !important;
    background: #145cff !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-top: 18px !important;
    transition: all .22s ease !important;
}

.bso-blog-btn:hover {
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 14px 28px rgba(20, 92, 255, .20) !important;
}

.bso-final-cta {
    position: relative !important;
    padding: 36px !important;
    border-radius: 34px !important;
    background:
        radial-gradient(520px 260px at 85% 0%, rgba(255, 235, 55, .20), transparent 60%),
        linear-gradient(135deg, #0d3371, #081f4b) !important;
    box-shadow: 0 28px 80px rgba(13, 51, 113, .18) !important;
    overflow: hidden !important;
}

.bso-final-cta h2 {
    color: #ffffff !important;
    font-size: clamp(28px, 3vw, 42px) !important;
    line-height: 1.12 !important;
    letter-spacing: -.03em !important;
    font-weight: 720 !important;
    margin-bottom: 12px !important;
}

.bso-final-cta p {
    color: rgba(255, 255, 255, .76) !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    margin-bottom: 24px !important;
}

.bso-final-cta a:not(.bso-btn-yellow):not(.bso-btn-outline) {
    color: #ffeb37 !important;
    text-decoration: underline !important;
}

@media (max-width: 991px) {
    .bso-section {
        padding: 56px 0 !important;
    }

    .bso-hero-shell,
    .bso-intro-panel,
    .bso-final-cta {
        padding: 26px !important;
        border-radius: 26px !important;
    }

    .bso-benefit-stack {
        padding: 22px !important;
    }
}

@media (max-width: 575px) {
    .bso-section {
        padding: 46px 0 !important;
    }

    .bso-hero-shell,
    .bso-intro-panel,
    .bso-final-cta {
        padding: 20px !important;
        border-radius: 22px !important;
    }

    .bso-btn-primary,
    .bso-btn-outline,
    .bso-btn-yellow {
        width: 100% !important;
    }

    .bso-benefit-item {
        flex-direction: column !important;
        padding: 19px !important;
    }

    .bso-feature-card,
    .bso-use-card,
    .bso-faq-card,
    .bso-security-card {
        padding: 21px !important;
        border-radius: 22px !important;
    }
}

.hover-shadow:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    transform: translateY(-3px);
}
.transition {
    transition: all .3s ease;
}
.link-anchor {
    color: #002f5b;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(0, 47, 91, 0.3);
}
.link-anchor:hover {
    color: #0056b3;
    text-decoration-color: #0056b3;
}
.code-block {
    background-color: #1e1e1e;
    color: #d4d4d4;
    border-radius: 8px;
    padding: 20px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
    line-height: 1.5;
    overflow-x: auto;
}
.code-key { color: #9cdcfe; }
.code-string { color: #ce9178; }
.code-number { color: #b5cea8; }
.ul-blue li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}
.ul-blue li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #292dc2;
    font-weight: bold;
}
.ul-blue p {
    margin-bottom: 0;
}
.blog-card-text {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
