/* Beyond Oil Co. homepage. */
.bo-home {
    --ink: #3f3d45;
    --muted: #696470;
    --line: #e7e7eb;
    --soft: #f5f6f8;
    --pink: #cf104a;
    --pink-dark: #ca0045;
    --purple: #7551b2;
    --teal: #18c7b0;
    --orange: #ff9d2e;
    overflow-x: clip;
}
.bo-home * { box-sizing: border-box; }
.bo-home main { display: block; }
.bo-container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.bo-nav {
    position: sticky;
    z-index: 1000;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #ececf0;
    background: rgba(255,255,255,.97);
    box-shadow: 0 4px 18px rgba(49,45,55,.04);
    backdrop-filter: blur(14px);
}
.bo-nav-inner {
    width: min(1440px, calc(100% - 40px));
    min-height: 70px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}
.bo-brand { display: flex; align-items: center; flex-shrink: 0; }
.bo-brand img { display: block; width: 184px; height: 38px; }
.bo-links { display: flex; align-items: center; gap: 31px; margin: 0; padding: 0; list-style: none; }
.bo-links a {
    color: #68646e;
    font-size: .78rem;
    font-weight: 600;
    text-decoration: none;
}
.bo-links a span { margin-left: 4px; color: #a5a2a9; }
.bo-links a:hover { color: var(--pink); }
.bo-nav-actions { display: flex; align-items: center; gap: 8px; }
.bo-button {
    min-height: 44px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--pink);
    border-radius: 7px;
    color: #fff;
    background: var(--pink);
    box-shadow: 0 8px 20px rgba(243,24,89,.16);
    font: 700 .82rem 'DM Sans', sans-serif;
    text-decoration: none;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.bo-button:hover { transform: translateY(-1px); background: var(--pink-dark); box-shadow: 0 11px 24px rgba(243,24,89,.23); }
.bo-button.is-outline { min-width: 108px; color: var(--ink); background: #fff; border-color: #cbc9d0; box-shadow: none; }
.bo-button.is-outline:hover { color: var(--pink); border-color: var(--pink); }
.bo-button.is-white { color: #57525d; background: #fff; border-color: #fff; box-shadow: 0 10px 24px rgba(71,52,64,.12); }
.bo-menu {
    width: 42px;
    height: 42px;
    padding: 0;
    display: none;
    place-items: center;
    border: 1px solid #dedde2;
    border-radius: 7px;
    background: #fff;
}
.bo-menu span { display: block; width: 18px; height: 2px; margin: 3px auto; border-radius: 2px; background: var(--ink); }
.bo-mobile-panel { display: none; padding: 8px 20px 20px; border-top: 1px solid var(--line); background: #fff; }
.bo-mobile-panel > a { display: block; padding: 12px 2px; color: var(--ink); font-size: .9rem; font-weight: 600; text-decoration: none; }
.bo-mobile-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 10px; }

.bo-hero { min-height: 710px; display: grid; align-items: center; background: #fff; }
.bo-hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(470px, 1.08fr); gap: 74px; align-items: center; padding-top: 55px; padding-bottom: 80px; }
.bo-hero-kicker {
    margin-bottom: 18px;
    color: var(--pink);
    font-size: .73rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.bo-hero h1 {
    max-width: 610px;
    margin: 0 0 24px;
    color: var(--ink);
    font: 500 clamp(3.5rem, 5.6vw, 6.1rem)/.94 'Outfit', sans-serif;
    letter-spacing: -.055em;
}
.bo-hero h1 em { color: var(--pink); font-style: normal; }
.bo-hero-copy > p { max-width: 590px; margin: 0; color: var(--muted); font-size: 1.02rem; line-height: 1.7; }
.bo-hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 29px; }
.bo-text-link { color: var(--ink); font-size: .84rem; font-weight: 700; text-decoration: none; }
.bo-text-link span { color: var(--pink); }
.bo-hero-proof { display: flex; flex-wrap: wrap; gap: 0; margin-top: 38px; color: #77727d; font-size: .7rem; }
.bo-hero-proof span { padding: 0 18px; border-right: 1px solid #dddce1; }
.bo-hero-proof span:first-child { padding-left: 0; }
.bo-hero-proof span:last-child { border-right: 0; }
.bo-hero-proof b { display: block; margin-bottom: 3px; color: var(--ink); font: 600 1rem 'Outfit', sans-serif; }

.bo-device-stage { position: relative; min-height: 585px; display: grid; place-items: center; }
.bo-device-stage::before {
    content: '';
    position: absolute;
    z-index: 0;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(243,24,89,.12), rgba(117,81,178,.05) 55%, transparent 70%);
}
.bo-phone {
    position: relative;
    z-index: 1;
    width: 305px;
    padding: 11px;
    border: 6px solid #2e2a32;
    border-radius: 42px;
    background: #242027;
    box-shadow: 0 35px 65px rgba(49,44,55,.25);
    transform: rotate(8deg);
}
.bo-phone-speaker { position: absolute; z-index: 3; top: 12px; left: 50%; width: 82px; height: 18px; border-radius: 0 0 13px 13px; background: #242027; transform: translateX(-50%); }
.bo-phone-screen { min-height: 535px; overflow: hidden; border-radius: 31px; background: #f7f7fa; }
.bo-phone-top { height: 50px; padding: 19px 15px 8px; display: flex; align-items: center; justify-content: space-between; color: #fff; background: linear-gradient(135deg, var(--pink), #8a00a8); font-size: .7rem; }
.bo-phone-top button { padding: 0; border: 0; color: #fff; background: transparent; font-size: 1rem; }
.bo-phone-top b { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: var(--pink); background: #fff; font-size: .55rem; }
.bo-phone-balance { padding: 28px 20px 20px; text-align: center; color: #fff; background: linear-gradient(135deg, var(--pink), #8a00a8); }
.bo-phone-balance small, .bo-phone-balance span { display: block; color: rgba(255,255,255,.75); font-size: .58rem; }
.bo-phone-balance strong { display: block; margin: 8px 0 5px; font: 500 1.7rem 'Outfit', sans-serif; }
.bo-phone-balance span { color: #baf9ea; font-weight: 700; }
.bo-phone-stats { display: grid; grid-template-columns: 1fr 1fr; padding: 12px 18px; color: #fff; background: #7c008f; }
.bo-phone-stats div + div { padding-left: 14px; border-left: 1px solid rgba(255,255,255,.2); }
.bo-phone-stats small { display: block; color: rgba(255,255,255,.65); font-size: .53rem; }
.bo-phone-stats b { font-size: .68rem; }
.bo-phone-chart { margin: 12px; padding: 14px 14px 6px; border-radius: 8px; background: #fff; box-shadow: 0 5px 18px rgba(54,48,59,.06); }
.bo-phone-chart > div { display: flex; justify-content: space-between; }
.bo-phone-chart small { color: #8b8790; font-size: .56rem; }
.bo-phone-chart b { color: #14aa95; font-size: .62rem; }
.bo-phone-chart svg { width: 100%; height: 100px; display: block; }
.bo-phone-investment { margin: 0 12px; padding: 11px; display: grid; grid-template-columns: 34px 1fr auto; gap: 9px; align-items: center; border-radius: 8px; background: #fff; }
.bo-flag-chip { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 5px; color: #fff; background: var(--teal); font-size: .62rem; font-weight: 800; }
.bo-phone-investment small, .bo-phone-investment b { display: block; }
.bo-phone-investment small { color: #99949d; font-size: .5rem; }
.bo-phone-investment b { font-size: .57rem; }
.bo-phone-investment > strong { color: var(--teal); font-size: .65rem; }
.bo-phone-nav { position: absolute; right: 11px; bottom: 11px; left: 11px; padding: 10px 8px 7px; display: grid; grid-template-columns: repeat(4, 1fr); border-radius: 0 0 30px 30px; background: #fff; border-top: 1px solid #ebeaf0; }
.bo-phone-nav span { display: grid; place-items: center; color: #aaa5af; font-size: .8rem; }
.bo-phone-nav small { display: block; margin-top: 3px; font-size: .42rem; }
.bo-phone-nav .active { color: var(--pink); }

.bo-invest-float {
    position: absolute;
    z-index: 4;
    right: -5px;
    bottom: 52px;
    width: 265px;
    padding: 18px 54px 16px 18px;
    border: 1px solid rgba(230,228,234,.9);
    border-radius: 9px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 16px 38px rgba(52,46,57,.16);
}
.bo-field-label { display: flex; justify-content: space-between; color: #8d8992; font-size: .58rem; font-weight: 600; }
.bo-invest-float > strong { display: block; margin-top: 5px; color: var(--ink); font: 500 1.55rem 'Outfit', sans-serif; }
.bo-range { width: 100%; accent-color: var(--pink); cursor: pointer; }
.bo-invest-float .bo-range { margin: 7px 0 4px; }
.bo-float-foot { display: flex; justify-content: space-between; color: #908b94; font-size: .54rem; }
.bo-float-foot b { color: var(--teal); }
.bo-float-action {
    position: absolute;
    right: 14px;
    bottom: 16px;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 2px solid var(--pink);
    border-radius: 50%;
    color: var(--pink);
    font-size: 1.3rem;
    line-height: 1;
    text-decoration: none;
}

.bo-community { padding: 38px 0; text-align: center; background: var(--soft); }
.bo-community p { margin: 0; color: #65616a; font-size: .98rem; }
.bo-community p strong { margin: 0 4px; color: var(--pink); font: 500 1.45rem 'Outfit', sans-serif; }
.bo-community-points { margin-top: 15px; display: flex; align-items: center; justify-content: center; gap: 16px; color: #92909a; font-size: .63rem; }
.bo-community-points i { width: 4px; height: 4px; border-radius: 50%; background: var(--pink); }

.bo-section { padding: 92px 0; }
.bo-centered-heading { max-width: 720px; margin: 0 auto 38px; text-align: center; }
.bo-centered-heading > span, .bo-section-heading > div > span, .bo-security-copy > span, .bo-final-cta span {
    display: block;
    margin-bottom: 8px;
    color: var(--pink);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.bo-centered-heading h2, .bo-section-heading h2, .bo-security-copy h2, .bo-final-cta h2 {
    margin: 0;
    color: var(--ink);
    font: 500 clamp(2.15rem, 4vw, 3.55rem)/1 'Outfit', sans-serif;
    letter-spacing: -.045em;
}
.bo-centered-heading p, .bo-section-heading p { margin: 12px auto 0; color: var(--muted); line-height: 1.65; }

.bo-first-position { background: #fff; }
.bo-country-strip {
    padding: 14px;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(51,46,56,.07);
}
.bo-country-mark { min-height: 92px; padding: 12px 6px; display: grid; place-items: center; align-content: center; border-right: 1px solid #efeff2; color: var(--ink); text-align: center; text-decoration: none; }
.bo-country-mark:last-child { border-right: 0; }
.bo-country-mark b { width: 38px; height: 30px; display: grid; place-items: center; border-radius: 4px; color: #fff; background: var(--pink); font-size: .69rem; letter-spacing: .05em; }
.bo-country-mark:nth-child(3n+2) b { background: var(--purple); }
.bo-country-mark:nth-child(3n) b { background: var(--teal); }
.bo-country-mark:nth-child(4n) b { background: var(--orange); }
.bo-country-mark span { max-width: 88px; margin-top: 8px; color: #75717a; font-size: .58rem; line-height: 1.25; }
.bo-country-mark:hover span { color: var(--pink); }
.bo-center-action { margin-top: 28px; text-align: center; }

.bo-learn-band { background: var(--soft); }
.bo-learning-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.bo-learning-card {
    position: relative;
    min-height: 185px;
    padding: 27px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 7px;
    color: #fff;
    overflow: hidden;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}
.bo-learning-card:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(52,46,57,.14); }
.bo-learning-card.is-purple { background: var(--purple); }
.bo-learning-card.is-teal { color: #302434; background: var(--teal); }
.bo-learning-card.is-orange { color: #302434; background: var(--orange); }
.bo-learning-card span { font-size: .8rem; opacity: 1; }
.bo-learning-card strong { max-width: 230px; align-self: center; font: 500 1.1rem/1.25 'Outfit', sans-serif; text-align: center; }
.bo-learning-card i { position: absolute; right: 15px; bottom: 11px; font-size: 2rem; font-style: normal; opacity: .95; }

.bo-ways { background: #fff; }
.bo-way-panel {
    min-height: 440px;
    margin-top: 38px;
    padding: 40px 46px;
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    gap: 46px;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
}
.bo-way-panel.is-rose { color: #302434; background: linear-gradient(115deg, #ee789a, #f5b9ca); }
.bo-way-panel.is-orange { color: #302434; background: linear-gradient(115deg, #f39a28, #ffbd52); }
.bo-way-panel.is-teal { color: #302434; background: linear-gradient(115deg, #0cb8a2, #83dfd2); }
.bo-panel-number { display: block; margin-bottom: 15px; font-size: .8rem; font-weight: 800; letter-spacing: .08em; }
.bo-way-copy h3 { margin: 0 0 10px; color: #302434 !important; font: 500 2rem 'Outfit', sans-serif !important; }
.bo-way-copy > p { max-width: 650px; margin: 0; color: #302434; line-height: 1.6; }
.bo-segmented { margin-top: 22px; padding: 4px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-radius: 6px; color: #302434; background: rgba(255,255,255,.45); font-size: .8rem; text-align: center; }
.bo-segmented span, .bo-segmented b { padding: 8px 5px; border-radius: 4px; font-weight: 700; }
.bo-segmented b { color: var(--pink); background: #fff; }
.bo-way-info { margin: 14px 0 18px; padding: 17px; border-radius: 6px; color: var(--ink); background: #fff; }
.bo-way-info strong { font-size: .78rem; }
.bo-way-info p { margin: 6px 0; color: #77727d; font-size: .67rem; line-height: 1.5; }
.bo-way-info a { color: var(--pink); font-size: .64rem; font-weight: 800; text-decoration: none; }

.bo-way-visual { align-self: end; min-height: 360px; display: flex; align-items: end; justify-content: center; }
.bo-mini-phone {
    width: 280px;
    min-height: 375px;
    padding: 24px 18px;
    border: 7px solid #37313a;
    border-bottom: 0;
    border-radius: 32px 32px 0 0;
    color: var(--ink);
    background: #fff;
    box-shadow: 0 25px 50px rgba(84,36,57,.18);
}
.bo-mini-head { display: flex; justify-content: space-between; color: #77727d; font-size: .65rem; }
.bo-mini-phone > strong { display: block; margin-top: 24px; font: 500 1.7rem 'Outfit', sans-serif; }
.bo-mini-phone > small { color: #99949d; font-size: .55rem; }
.bo-mini-grid { margin: 22px 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.bo-mini-grid i { height: 42px; display: grid; place-items: center; border-radius: 7px; color: #fff; background: var(--pink); font-size: .55rem; font-style: normal; font-weight: 800; }
.bo-mini-grid i:nth-child(2) { background: var(--purple); }
.bo-mini-grid i:nth-child(3) { background: var(--teal); }
.bo-mini-grid i:nth-child(4) { background: var(--orange); }
.bo-mini-row { padding: 12px 0; display: flex; justify-content: space-between; gap: 10px; border-top: 1px solid var(--line); font-size: .58rem; }
.bo-mini-row b { color: var(--teal); }

.bo-market-preview { padding: 15px; display: grid; gap: 8px; border-radius: 8px; background: rgba(255,255,255,.96); box-shadow: 0 22px 48px rgba(113,63,0,.14); }
.bo-preview-row { padding: 10px; display: grid; grid-template-columns: 55px 1fr auto; gap: 12px; align-items: center; border: 1px solid #ecebf0; border-radius: 6px; color: var(--ink); background: #fff; text-decoration: none; }
.bo-preview-row img { width: 55px; height: 47px; border-radius: 5px; object-fit: cover; }
.bo-preview-row small, .bo-preview-row strong { display: block; }
.bo-preview-row div small { color: #99949d; font-size: .52rem; }
.bo-preview-row div strong { margin-top: 3px; font-size: .69rem; }
.bo-preview-row > span { text-align: right; }
.bo-preview-row > span small { color: #aaa5ad; font-size: .49rem; }
.bo-preview-row > span b { color: var(--orange); font-size: .7rem; }

.bo-calc-controls { margin-top: 24px; padding: 22px; border-radius: 7px; color: var(--ink); background: rgba(255,255,255,.95); }
.bo-control + .bo-control { margin-top: 20px; }
.bo-control-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.bo-control-title label { color: #77727d; font-size: .7rem; font-weight: 700; }
.bo-control-title strong { font: 500 1rem 'Outfit', sans-serif; }
.bo-control .bo-range { margin: 11px 0 4px; }
.bo-range-limits { display: flex; justify-content: space-between; color: #aaa5ad; font-size: .52rem; }
.bo-calc-output { padding: 34px; border-radius: 8px; color: var(--ink); background: #fff; box-shadow: 0 22px 48px rgba(0,106,91,.13); }
.bo-calc-output > small { color: #8d8992; font-size: .68rem; font-weight: 700; }
.bo-final-value { margin: 10px 0 2px; font: 500 clamp(2.7rem, 5vw, 4.5rem) 'Outfit', sans-serif; letter-spacing: -.055em; }
.bo-profit { color: #0faa95; font-size: .86rem; font-weight: 800; }
.bo-metrics { margin: 27px 0; padding: 16px 0; display: grid; grid-template-columns: 1fr 1fr; border-block: 1px solid var(--line); }
.bo-metrics div + div { padding-left: 18px; border-left: 1px solid var(--line); }
.bo-metrics span, .bo-metrics strong { display: block; }
.bo-metrics span { color: #99949d; font-size: .56rem; }
.bo-metrics strong { margin-top: 4px; font-size: .75rem; }
.bo-calc-output .bo-button { width: 100%; }
.bo-calc-output > p { margin: 12px 0 0; color: #99949d; font-size: .55rem; line-height: 1.5; text-align: center; }

.bo-marketplace { background: var(--soft); }
.bo-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 35px; }
.bo-section-heading > div { max-width: 680px; }
.bo-section-heading > p { max-width: 445px; margin: 0; }
.bo-assets { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.bo-asset { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.bo-asset:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(52,46,57,.1); }
.bo-asset-image { position: relative; height: 165px; overflow: hidden; }
.bo-asset-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.bo-asset:hover img { transform: scale(1.04); }
.bo-status { position: absolute; top: 11px; right: 11px; padding: 5px 8px; border-radius: 4px; color: #087866; background: rgba(255,255,255,.94); font-size: .55rem; font-weight: 800; }
.bo-asset-flag { position: absolute; left: 11px; bottom: 11px; width: 34px; height: 28px; display: grid; place-items: center; border-radius: 4px; color: #fff; background: var(--pink); font-size: .61rem; }
.bo-asset:nth-child(3n+2) .bo-asset-flag { background: var(--purple); }
.bo-asset:nth-child(3n) .bo-asset-flag { background: var(--teal); }
.bo-asset:nth-child(4n) .bo-asset-flag { background: var(--orange); }
.bo-asset-body { padding: 17px; }
.bo-asset-body > small { color: #99949d; font-size: .57rem; }
.bo-asset h3 { min-height: 42px; margin: 6px 0 15px; color: var(--ink); font: 500 .94rem/1.3 'Outfit', sans-serif; }
.bo-asset-data { padding: 11px 0; display: flex; justify-content: space-between; border-block: 1px solid #eeeef1; color: #8e8992; font-size: .57rem; }
.bo-asset-data b { display: block; margin-top: 2px; color: var(--ink); font-size: .7rem; }
.bo-asset .bo-button { width: 100%; min-height: 38px; margin-top: 14px; font-size: .68rem; }

.bo-security { background: #fff; }
.bo-security-grid { display: grid; grid-template-columns: .93fr 1.07fr; gap: 68px; align-items: center; }
.bo-security-image { position: relative; min-height: 470px; overflow: hidden; border-radius: 8px; }
.bo-security-image img { width: 100%; height: 470px; object-fit: cover; }
.bo-security-image > div { position: absolute; right: 20px; bottom: 20px; padding: 18px 23px; display: flex; align-items: center; gap: 10px; border-radius: 7px; color: var(--ink); background: #fff; box-shadow: 0 14px 30px rgba(47,42,51,.16); }
.bo-security-image b { color: var(--pink); font: 500 2rem 'Outfit', sans-serif; }
.bo-security-image span { max-width: 90px; font-size: .67rem; font-weight: 700; line-height: 1.3; }
.bo-security-copy > p { color: var(--muted); line-height: 1.7; }
.bo-security-list { margin-top: 25px; }
.bo-security-list > div { padding: 17px 0; display: grid; grid-template-columns: 38px 1fr; gap: 13px; border-top: 1px solid var(--line); }
.bo-security-list > div > b { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 4px; color: #fff; background: var(--purple); font-size: .55rem; }
.bo-security-list > div:nth-child(2) > b { background: var(--teal); }
.bo-security-list > div:nth-child(3) > b { background: var(--orange); }
.bo-security-list strong, .bo-security-list small { display: block; }
.bo-security-list strong { color: var(--ink); font-size: .83rem; }
.bo-security-list small { margin-top: 4px; color: #8e8992; font-size: .69rem; line-height: 1.5; }

.bo-faq-section { background: var(--soft); }
.bo-faq { max-width: 860px; margin: 0 auto; border-top: 1px solid #dcdbe0; }
.bo-faq-item { border-bottom: 1px solid #dcdbe0; }
.bo-faq-button { width: 100%; padding: 22px 0; display: flex; justify-content: space-between; gap: 18px; border: 0; color: var(--ink); background: transparent; font: 600 .93rem 'Outfit', sans-serif; text-align: left; cursor: pointer; }
.bo-faq-button > span { color: var(--pink); font-size: 1.2rem; transition: transform .2s ease; }
.bo-faq-button[aria-expanded='true'] > span { transform: rotate(45deg); }
.bo-faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.bo-faq-answer > div { overflow: hidden; }
.bo-faq-answer p { margin: 0; padding: 0 50px 22px 0; color: var(--muted); font-size: .85rem; line-height: 1.7; }
.bo-faq-button[aria-expanded='true'] + .bo-faq-answer { grid-template-rows: 1fr; }
.bo-final-cta { margin-top: 65px; padding: 42px 48px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-radius: 8px; color: #fff; background: linear-gradient(110deg, #3b343f, #65556e); }
.bo-final-cta span { color: #ff9cba; }
.bo-final-cta h2 { color: #fff !important; font-size: clamp(2rem, 3.6vw, 3.1rem); }
.bo-final-cta p { margin: 10px 0 0; color: rgba(255,255,255,.72); }
.bo-final-cta .bo-button { flex-shrink: 0; }

.bo-footer { padding: 55px 0 25px; color: #67636d; background: #f3f4f6; border-top: 1px solid #e6e6ea; }
.bo-footer-main { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 45px; padding-bottom: 36px; }
.bo-footer-brand img { width: 175px; }
.bo-footer-brand p { max-width: 310px; color: #85818a; font-size: .74rem; line-height: 1.65; }
.bo-footer h4 { margin: 0 0 13px; color: var(--ink); font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; }
.bo-footer-main > div:not(.bo-footer-brand) { display: flex; flex-direction: column; gap: 9px; }
.bo-footer a { color: #7e7983; font-size: .69rem; text-decoration: none; }
.bo-footer a:hover { color: var(--pink); }
.bo-term-select { width: 100%; margin-top: 12px; padding: 10px 12px; }
.bo-phone-steps { min-height: 150px; }
.bo-phone-steps > strong { font-size: .65rem; font-weight: 600; }
.bo-phone-steps p { display: flex; align-items: center; gap: 8px; margin: 12px 0; color: #77727d; font-size: .6rem; }
.bo-phone-steps p b { width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; background: #eafaf6; color: #087866; }
.bo-footer-bottom { padding-top: 18px; display: flex; justify-content: space-between; color: #98949c; font-size: .61rem; }

@media (max-width: 1060px) {
    .bo-links { display: none; }
    .bo-menu { display: block; }
    .bo-mobile-panel:not([hidden]) { display: block; max-height: calc(100dvh - 70px); overflow-y: auto; }
    .bo-nav-actions > .bo-button { display: none; }
    .bo-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 38px; }
    .bo-device-stage { transform: scale(.9); transform-origin: center; }
    .bo-country-strip { grid-template-columns: repeat(4, 1fr); }
    .bo-country-mark:nth-child(4n) { border-right: 0; }
    .bo-country-mark:nth-child(-n+4) { border-bottom: 1px solid #efeff2; }
    .bo-assets { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
    .bo-hero-grid, .bo-way-panel, .bo-security-grid { grid-template-columns: 1fr; }
    .bo-hero { min-height: 0; }
    .bo-hero-grid { padding-top: 70px; }
    .bo-hero-copy { text-align: center; }
    .bo-hero h1, .bo-hero-copy > p { margin-right: auto; margin-left: auto; }
    .bo-hero-actions, .bo-hero-proof { justify-content: center; }
    .bo-device-stage { min-height: 570px; transform: none; }
    .bo-learning-cards { grid-template-columns: 1fr; gap: 14px; }
    .bo-learning-card { min-height: 135px; }
    .bo-way-panel { gap: 28px; }
    .bo-way-visual { min-height: 300px; }
    .bo-section-heading { display: block; }
    .bo-section-heading > p { margin-top: 15px; }
    .bo-security-image, .bo-security-image img { min-height: 380px; height: 380px; }
    .bo-final-cta { display: block; text-align: center; }
    .bo-final-cta .bo-button { margin-top: 24px; }
    .bo-footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
    .bo-footer-main > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 600px) {
    .bo-container, .bo-nav-inner { width: min(100% - 24px, 1180px); }
    .bo-nav-inner { min-height: 62px; }
    .bo-brand img { width: 157px; }
    .bo-mobile-panel:not([hidden]) { display: block; }
    .bo-mobile-actions { grid-template-columns: 1fr; }
    .bo-hero-grid { padding-top: 55px; padding-bottom: 45px; }
    .bo-hero h1 { font-size: clamp(3rem, 16vw, 4.2rem); }
    .bo-hero-actions { display: grid; gap: 13px; }
    .bo-hero-actions .bo-button { width: 100%; }
    .bo-hero-proof { gap: 16px; }
    .bo-hero-proof span { padding: 0 10px; }
    .bo-device-stage { min-height: 560px; }
    .bo-device-stage::before { width: min(340px, 100%); aspect-ratio: 1; height: auto; }
    .bo-phone { width: min(272px, 100%); transform: none; }
    .bo-phone-screen { min-height: 500px; }
    .bo-invest-float { right: 0; bottom: 25px; width: 245px; }
    .bo-community { padding: 30px 0; }
    .bo-community-points { display: grid; gap: 7px; }
    .bo-community-points i { display: none; }
    .bo-section { padding: 70px 0; }
    .bo-country-strip { grid-template-columns: repeat(2, 1fr); }
    .bo-country-mark { border-bottom: 1px solid #efeff2; }
    .bo-country-mark:nth-child(2n) { border-right: 0; }
    .bo-country-mark:nth-last-child(-n+2) { border-bottom: 0; }
    .bo-learning-card { min-height: 125px; padding: 22px; }
    .bo-way-panel { min-height: 0; padding: 28px 20px; }
    .bo-segmented { grid-template-columns: 1fr; }
    .bo-way-visual { min-height: 290px; }
    .bo-mini-phone { width: min(245px, 100%); min-height: 330px; }
    .bo-preview-row { grid-template-columns: 48px 1fr; }
    .bo-preview-row img { width: 48px; height: 43px; }
    .bo-preview-row > span { grid-column: 2; text-align: left; }
    .bo-calc-output { padding: 25px 21px; }
    .bo-metrics { grid-template-columns: 1fr; gap: 14px; }
    .bo-metrics div + div { padding: 14px 0 0; border-top: 1px solid var(--line); border-left: 0; }
    .bo-assets { grid-template-columns: 1fr; }
    .bo-asset-image { height: 210px; }
    .bo-security-image, .bo-security-image img { min-height: 310px; height: 310px; }
    .bo-final-cta { padding: 35px 20px; }
    .bo-footer-main { grid-template-columns: 1fr 1fr; gap: 30px; }
    .bo-footer-brand { grid-column: 1 / -1; }
    .bo-footer-main > div:last-child { grid-column: auto; }
    .bo-footer-bottom { display: grid; gap: 7px; }
}

@media (prefers-reduced-motion: reduce) {
    * { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}

/* Readable supporting copy, including prices and calculator labels. */
.bo-country-mark span, .bo-way-info p, .bo-way-info a, .bo-way-info strong,
.bo-control-title label, .bo-range-limits, .bo-calc-output > small,
.bo-calc-output > p, .bo-metrics span, .bo-asset-body > small, .bo-asset-data,
.bo-status, .bo-asset-flag, .bo-security-list small, .bo-footer h4,
.bo-footer-bottom, .bo-footer-main a, .bo-footer-brand p {
    font-size: .8125rem;
    line-height: 1.5;
}
.bo-country-mark span, .bo-way-info p, .bo-control-title label,
.bo-range-limits, .bo-calc-output > small, .bo-calc-output > p,
.bo-metrics span, .bo-asset-body > small, .bo-asset-data,
.bo-security-list small, .bo-footer-bottom, .bo-footer-brand p { color: #625d69; }
.bo-profit { color: #087866; }
.bo-hero-proof, .bo-community-points { color: #625d69; font-size: .8125rem; }
.bo-field-label, .bo-float-foot { color: #625d69; font-size: .75rem; gap: 8px; flex-wrap: wrap; }
.bo-phone-balance small, .bo-phone-balance span, .bo-phone-stats small { color: #fff; font-size: .75rem; }
.bo-phone-chart small, .bo-phone-investment small, .bo-phone-nav span,
.bo-mini-head, .bo-mini-phone > small, .bo-preview-row div small,
.bo-preview-row > span small, .bo-phone-steps p { color: #625d69; font-size: .75rem; }
.bo-phone-investment b, .bo-phone-investment > strong, .bo-mini-row,
.bo-mini-grid i, .bo-preview-row div strong, .bo-preview-row > span b,
.bo-phone-steps > strong, .bo-phone-stats b, .bo-flag-chip { font-size: .75rem; }
.bo-phone-chart b, .bo-phone-investment > strong, .bo-mini-row b, .bo-float-foot b { color: #087866; }
.bo-phone-nav { position: relative; inset: auto; margin: 16px 5px 0; }
.bo-phone-nav small { font-size: .7rem; }
.bo-phone-screen { padding-bottom: 10px; }
.bo-phone-investment { grid-template-columns: 34px minmax(0, 1fr); }
.bo-phone-investment > strong { grid-column: 2; }
.bo-country-mark:nth-child(3n) b, .bo-country-mark:nth-child(4n) b,
.bo-mini-grid i:nth-child(3), .bo-mini-grid i:nth-child(4), .bo-flag-chip { color: #302434; }
.bo-preview-row > span b { color: #92500c; }
.bo-asset:nth-child(3n) .bo-asset-flag,
.bo-asset:nth-child(4n) .bo-asset-flag,
.bo-security-list > div:nth-child(2) > b,
.bo-security-list > div:nth-child(3) > b { color: #302434; }
.bo-asset .bo-button { min-height: 44px; font-size: .85rem; }
.bo-asset-data { gap: 12px; flex-wrap: wrap; }
.bo-final-cta p { color: #f0edf4; }
.bo-menu { min-width: 44px; min-height: 44px; }
.bo-mini-phone, .bo-invest-float { max-width: 100%; }
.bo-control-title, .bo-hero-proof { flex-wrap: wrap; }
.bo-final-value { font-size: clamp(2rem, 4.5vw, 4rem); overflow-wrap: anywhere; }
.bo-button { padding-top: 10px; padding-bottom: 10px; text-align: center; }
@media (max-width: 600px) {
    .bo-final-value { font-size: clamp(1.9rem, 9vw, 3rem); }
    .bo-hero-proof span { flex: 1 1 100px; }
    .bo-security-image > div { max-width: calc(100% - 40px); }
    .bo-faq-answer p { padding-right: 0; }
}
@media (max-width: 380px) {
    .bo-footer-main { grid-template-columns: minmax(0, 1fr); }
    .bo-footer-main > div:last-child { grid-column: auto; }
    .bo-way-panel { padding: 24px 16px; }
    .bo-country-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
