/* BitShares Modern Theme */
:root {
    --bs-bg: #06080b;
    --bs-bg-card: #0d1117;
    --bs-bg-card-hover: #121820;
    --bs-border: rgba(255, 79, 26, 0.15);
    --bs-orange: #ff4f1a;
    --bs-orange-glow: rgba(255, 79, 26, 0.35);
    --bs-orange-soft: rgba(255, 79, 26, 0.12);
    --bs-text: #ffffff;
    --bs-text-muted: #8a9199;
    --bs-green: #22c55e;
    --bs-gold: #f5b942;
    --bs-radius: 16px;
    --bs-font: 'Inter', 'Segoe UI', sans-serif;
}

body.bs-theme {
    background: var(--bs-bg);
    color: var(--bs-text);
    font-family: var(--bs-font);
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body.bs-theme .headerTop,
body.bs-theme .tradingview-widget-container { display: none !important; }

/* Full-width layout — no max-width container */
.bs-full-wrap {
    width: 100% !important;
    max-width: none !important;
    margin: 0;
    padding-left: clamp(28px, 5.5vw, 96px);
    padding-right: clamp(28px, 5.5vw, 96px);
    box-sizing: border-box;
}

.bs-theme .bs-nav-wrap .bs-full-wrap,
.bs-theme .bs-hero > .bs-full-wrap,
.bs-theme .bs-footer .bs-full-wrap,
.bs-theme .bs-section > .bs-full-wrap {
    width: 100% !important;
    max-width: none !important;
}

/* NAV */
.bs-nav-wrap {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(6, 8, 11, 0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--bs-border);
}

.bs-nav-wrap .container {
    position: relative;
}

.bs-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    gap: 20px;
}

.bs-nav-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none !important;
    flex-shrink: 0;
}

.bs-nav-logo-icon {
    width: 38px;
    height: 38px;
    display: block;
    flex-shrink: 0;
}

.bs-nav-logo-text .bit { color: #fff; }
.bs-nav-logo-text .shares { color: var(--bs-orange); }

.bs-nav-brand img { max-height: 42px; }

.bs-nav-links {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
    justify-content: center;
}

.bs-nav-links a {
    color: #e8eaed;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    padding: 8px 16px;
    border-radius: 0;
    transition: .2s;
}

.bs-nav-links a:hover,
.bs-nav-links li.active a {
    color: #fff;
}

.bs-nav-actions { display: flex; gap: 16px; align-items: center; }

.bs-nav-signin {
    color: var(--bs-text) !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 4px;
    border-bottom: 2px solid var(--bs-orange);
    transition: .2s;
}

.bs-nav-signin:hover {
    color: var(--bs-orange) !important;
}

.bs-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    border: none;
    cursor: pointer;
    transition: .2s;
}

.bs-btn-primary {
    background: var(--bs-orange);
    color: #fff !important;
    box-shadow: 0 0 24px var(--bs-orange-glow);
}

.bs-btn-primary:hover {
    background: #ff632f;
    color: #fff;
    transform: translateY(-1px);
}

.bs-btn-outline {
    background: transparent;
    color: var(--bs-text) !important;
    border: 1px solid var(--bs-border);
}

.bs-btn-outline:hover { border-color: var(--bs-orange); color: var(--bs-orange) !important; }

.bs-nav-toggle {
    display: none;
    background: none;
    border: 1px solid var(--bs-border);
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
}

/* SECTION BACKGROUNDS */
.bs-section { padding: 88px 0; position: relative; overflow: hidden; }
.bs-section-sm { padding: 72px 0; }
.bs-section-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}
.bs-section > .bs-full-wrap { position: relative; z-index: 1; }

.bs-section-bg-advantage {
    background: #050608;
}

/* OUR ADVANTAGE — mockup */
.bs-section-advantage {
    padding: 100px 0 110px;
    background: #050608;
}

.bs-advantage-deco {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.bs-adv-curve {
    position: absolute;
    width: 420px;
    height: 320px;
    pointer-events: none;
}
.bs-adv-curve-tr {
    top: -40px;
    right: -20px;
}
.bs-adv-curve-bl {
    bottom: -60px;
    left: -40px;
    transform: rotate(180deg);
}

.bs-adv-dot {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff4f1a;
    box-shadow: 0 0 10px rgba(255, 79, 26, 0.9), 0 0 24px rgba(255, 79, 26, 0.45);
}
.bs-adv-dot.lg {
    width: 8px;
    height: 8px;
    box-shadow: 0 0 14px rgba(255, 79, 26, 1), 0 0 32px rgba(255, 79, 26, 0.5);
}
.bs-adv-dot.sm {
    width: 4px;
    height: 4px;
    opacity: 0.75;
}

.bs-advantage-title {
    font-size: clamp(34px, 4.2vw, 48px);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    color: #fff;
}

.bs-advantage-title > span {
    color: #fff;
}

.bs-advantage-title .bs-orange-line {
    color: var(--bs-orange) !important;
}

.bs-advantage-sub {
    max-width: 720px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.75;
    color: #8a9199;
}

.bs-advantage-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 56px;
}

.bs-advantage-card {
    background: rgba(10, 12, 16, 0.92);
    border: 1px solid rgba(255, 79, 26, 0.14);
    border-radius: 18px;
    padding: 44px 32px 36px;
    text-align: center;
    transition: .3s;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 340px;
}

.bs-advantage-card:hover {
    border-color: rgba(255, 79, 26, 0.32);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.bs-adv-icon {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-orange);
    font-size: 26px;
    background: transparent;
    border: 1.5px solid rgba(255, 79, 26, 0.55);
    box-shadow:
        0 0 0 10px rgba(255, 79, 26, 0.05),
        0 0 28px rgba(255, 79, 26, 0.22),
        inset 0 0 20px rgba(255, 79, 26, 0.04);
    position: relative;
}

.bs-adv-icon::before {
    content: '';
    position: absolute;
    inset: -14px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 79, 26, 0.18) 0%, transparent 70%);
    z-index: -1;
}

.bs-adv-icon i {
    color: var(--bs-orange);
    font-size: 26px;
    line-height: 1;
}

.bs-adv-icon svg {
    width: 30px;
    height: 30px;
    display: block;
    color: var(--bs-orange);
    stroke: currentColor;
    flex-shrink: 0;
}

.bs-advantage-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #fff;
}

.bs-advantage-card .bs-card-line {
    width: 36px;
    height: 2px;
    background: var(--bs-orange);
    margin: 16px auto 18px;
    opacity: 0.85;
}

.bs-advantage-card p {
    color: #8a9199;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    flex: 1;
}

.bs-advantage-card .bs-card-arrow {
    display: block;
    margin-top: 28px;
    color: var(--bs-orange);
    font-size: 20px;
    line-height: 1;
    opacity: 0.9;
}

/* ADVANTAGE CARDS (legacy alias) */
.bs-section-bg-performance {
    background: radial-gradient(ellipse at 90% 10%, rgba(255,79,26,0.08) 0%, transparent 50%);
}
.bs-section-bg-live {
    background: radial-gradient(circle at 95% 5%, rgba(255,79,26,0.07) 0%, transparent 40%);
}
.bs-section-bg-steps {
    background:
        radial-gradient(circle at 10% 90%, rgba(255,79,26,0.05) 0%, transparent 40%),
        radial-gradient(circle at 90% 10%, rgba(255,79,26,0.04) 0%, transparent 35%);
}
.bs-section-bg-why {
    background: radial-gradient(circle at 95% 15%, rgba(255,79,26,0.06) 0%, transparent 45%);
}
.bs-section-bg-global {
    background: radial-gradient(circle at 70% 50%, rgba(255,79,26,0.05) 0%, transparent 55%);
}
.bs-section-bg-referral {
    background:
        radial-gradient(circle at 20% 50%, rgba(255,79,26,0.05) 0%, transparent 45%),
        radial-gradient(circle at 80% 30%, rgba(255,79,26,0.04) 0%, transparent 40%);
}

.bs-label-line::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: var(--bs-orange);
    margin: 10px auto 0;
}
.bs-label-inline {
    display: flex;
    align-items: center;
    gap: 10px;
}
.bs-label-inline::before {
    content: '';
    width: 24px;
    height: 2px;
    background: var(--bs-orange);
}

.bs-title-stack-left { align-items: flex-start; text-align: left; }

/* ICON GLOW */
.bs-icon-glow {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-orange);
    font-size: 24px;
    background: radial-gradient(circle, rgba(255,79,26,0.22) 0%, rgba(255,79,26,0.04) 55%, transparent 70%);
    box-shadow: 0 0 30px rgba(255,79,26,0.2);
}
.bs-icon-glow.sm {
    width: 52px;
    height: 52px;
    font-size: 20px;
    margin-bottom: 16px;
}

/* PERFORMANCE ENHANCED */
.bs-section-performance {
    position: relative;
    overflow: hidden;
    background: #050608;
}

.bs-perf-deco {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.bs-section-performance > .bs-full-wrap {
    position: relative;
    z-index: 1;
}

.bs-perf-outline-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    background: transparent;
    border: 1.5px solid rgba(255, 79, 26, 0.55);
    color: var(--bs-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 0 16px rgba(255, 79, 26, 0.12);
}

.bs-perf-outline-icon svg {
    width: 20px;
    height: 20px;
    display: block;
    stroke: currentColor;
}

.bs-perf-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.bs-perf-head {
    text-align: left;
    margin-bottom: 8px;
}

.bs-perf-select {
    color: var(--bs-text-muted);
    font-size: 13px;
    border: 1px solid var(--bs-border);
    border-radius: 8px;
    padding: 8px 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0,0,0,0.25);
}

.bs-perf-label {
    color: var(--bs-text-muted);
    font-size: 11px;
    letter-spacing: 1px;
    margin: 0 0 6px;
    text-transform: uppercase;
    text-align: left;
}

.bs-perf-chart-wrap {
    margin: 12px -12px 0;
    padding-top: 4px;
    width: calc(100% + 24px);
}

.bs-perf-chart-svg {
    width: 100%;
    max-width: none;
    height: 210px;
    min-height: 200px;
    display: block;
}

.bs-perf-disclaimer {
    margin: 14px 0 0;
    font-size: 12px;
    color: var(--bs-text-muted);
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: left;
}

.bs-perf-change {
    color: var(--bs-green);
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 6px 0 0;
}

.bs-mini-label { font-size: 13px; color: var(--bs-text-muted); margin-bottom: 4px; }

.bs-bottom-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 28px;
    background: rgba(10, 12, 16, 0.95);
    border: 1px solid var(--bs-border);
    border-radius: var(--bs-radius);
    overflow: hidden;
    text-align: left;
}

.bs-bottom-stat {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 24px 22px;
    border-right: 1px solid var(--bs-border);
}
.bs-bottom-stat:last-child { border-right: none; }
.bs-bottom-stat strong {
    display: block;
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
}
.bs-bottom-stat span {
    display: block;
    font-size: 13px;
    color: var(--bs-text-muted);
    margin-top: 4px;
}
.bs-bottom-stat small {
    display: block;
    font-size: 11px;
    color: #727a84;
    margin-top: 2px;
}

/* LIVE TABLE ENHANCED */
.bs-section-live {
    position: relative;
    overflow: hidden;
    background: #050608;
}

.bs-live-deco {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.bs-section-live > .bs-full-wrap {
    position: relative;
    z-index: 1;
}

.bs-live-link {
    color: var(--bs-orange) !important;
    font-size: 14px;
    text-decoration: none !important;
    font-weight: 500;
    white-space: nowrap;
}

.bs-live-dot {
    width: 8px;
    height: 8px;
    background: var(--bs-orange);
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    animation: bs-pulse 1.5s infinite;
    box-shadow: 0 0 8px var(--bs-orange);
}

.bs-live-header > span {
    display: inline-flex;
    align-items: center;
    color: var(--bs-text-muted);
    font-size: 13px;
}

.bs-live-timer { color: var(--bs-text-muted); font-size: 12px; }

.bs-coin-icon,
.bs-ex-icon,
.bs-inline-icon-crypto,
.bs-inline-icon-exchanges {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    flex-shrink: 0;
    display: block;
}

.bs-ex-icon,
.bs-inline-icon-exchanges {
    width: 32px;
    height: 32px;
}

.bs-cell-text {
    min-width: 0;
    overflow: visible;
}

.bs-spread-cell {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: flex-end;
    min-width: 180px;
}

.bs-sparkline {
    width: 84px;
    height: 28px;
    flex-shrink: 0;
    overflow: visible;
}

/* HOW IT WORKS STEPS */
.bs-section-steps {
    position: relative;
    overflow: hidden;
    background: #050608;
}

.bs-steps-deco {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.bs-section-steps > .bs-full-wrap {
    position: relative;
    z-index: 1;
}

.bs-steps-wrap {
    position: relative;
    margin-top: 52px;
}

.bs-steps-timeline {
    position: relative;
    max-width: 920px;
    margin: 0 auto 36px;
    height: 44px;
}

.bs-steps-timeline-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    transform: translateY(-50%);
    background: linear-gradient(90deg, rgba(255,79,26,0.15), rgba(255,79,26,0.85) 20%, rgba(255,79,26,0.85) 80%, rgba(255,79,26,0.15));
    box-shadow: 0 0 12px rgba(255, 79, 26, 0.25);
}

.bs-steps-timeline-points {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 44px;
    padding: 0 4%;
}

.bs-step-point {
    flex-shrink: 0;
}

.bs-step-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
    flex-shrink: 0;
}

.bs-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative;
    z-index: 1;
}

.bs-step-card {
    background: rgba(10, 12, 16, 0.95);
    border: 1px solid var(--bs-border);
    border-radius: var(--bs-radius);
    padding: 32px 22px 28px;
    text-align: center;
    position: relative;
}

.bs-step-card h3 {
    font-size: 16px;
    margin: 0;
    font-weight: 700;
}

.bs-step-card .bs-card-line {
    margin: 12px auto 14px;
}

.bs-step-card p {
    font-size: 13px;
    color: var(--bs-text-muted);
    line-height: 1.65;
    margin: 0;
}

.bs-step-num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0a0c10;
    border: 2px solid var(--bs-orange);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 18px rgba(255, 79, 26, 0.45), inset 0 0 12px rgba(255, 79, 26, 0.12);
}

.bs-step-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-orange);
    border: 1.5px solid rgba(255, 79, 26, 0.45);
    background: radial-gradient(circle, rgba(255, 79, 26, 0.18) 0%, rgba(255, 79, 26, 0.04) 55%, transparent 72%);
    box-shadow: 0 0 28px rgba(255, 79, 26, 0.22);
}

.bs-step-icon svg {
    width: 30px;
    height: 30px;
    display: block;
    stroke: currentColor;
}

.bs-step-feature-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background: transparent;
    border: 1.5px solid rgba(255, 79, 26, 0.55);
    color: var(--bs-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 0 16px rgba(255, 79, 26, 0.12);
}

.bs-step-feature-icon svg {
    width: 20px;
    height: 20px;
    display: block;
    stroke: currentColor;
}

.bs-features-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 36px;
    background: rgba(10, 12, 16, 0.95);
    border: 1px solid var(--bs-border);
    border-radius: var(--bs-radius);
    padding: 0;
    overflow: hidden;
    text-align: left;
}

.bs-feature-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 24px 22px;
    text-align: left;
    border-right: 1px solid var(--bs-border);
}

.bs-feature-item:last-child { border-right: none; }

.bs-feature-item h4 {
    font-size: 14px;
    margin: 0 0 6px;
    font-weight: 700;
}

.bs-feature-item p {
    font-size: 12px;
    color: var(--bs-text-muted);
    margin: 0;
    line-height: 1.55;
}

/* WHY BITSHARES */
.bs-section-why {
    position: relative;
    overflow: hidden;
    background: #050608;
}

.bs-why-deco {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.bs-why-curves {
    position: absolute;
    top: -30px;
    right: -60px;
    width: min(58vw, 620px);
    height: auto;
    pointer-events: none;
}

.bs-section-why > .bs-full-wrap {
    position: relative;
    z-index: 1;
}

.bs-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 48px;
    border-top: 1px solid var(--bs-border);
    border-bottom: 1px solid var(--bs-border);
}

.bs-why-item {
    text-align: center;
    padding: 36px 24px 32px;
    border-right: 1px solid var(--bs-border);
}

.bs-why-item:last-child {
    border-right: none;
}

.bs-why-outline-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-orange);
    border: 1.5px solid rgba(255, 79, 26, 0.55);
    background: radial-gradient(circle, rgba(255, 79, 26, 0.14) 0%, rgba(255, 79, 26, 0.03) 55%, transparent 72%);
    box-shadow: 0 0 22px rgba(255, 79, 26, 0.18);
}

.bs-why-outline-icon.sm {
    width: 40px;
    height: 40px;
    margin: 0 0 14px;
}

.bs-why-outline-icon svg {
    width: 24px;
    height: 24px;
    display: block;
    stroke: currentColor;
}

.bs-why-outline-icon.sm svg {
    width: 18px;
    height: 18px;
}

.bs-why-item h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.35;
    color: #fff;
}

.bs-why-highlight {
    color: var(--bs-orange);
}

.bs-why-item p {
    font-size: 13px;
    color: var(--bs-text-muted);
    margin: 0;
    line-height: 1.55;
}

.bs-trusted-card {
    margin-top: 40px;
    background: rgba(12, 14, 18, 0.98);
    border: 1px solid var(--bs-border);
    border-radius: 14px;
    overflow: hidden;
}

.bs-trusted-grid {
    display: grid;
    grid-template-columns: minmax(240px, 0.4fr) minmax(0, 0.6fr);
    gap: 0;
    margin-top: 0;
    align-items: stretch;
}

.bs-trusted-right {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.bs-trusted-stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: stretch;
    flex: 1;
}

.bs-trusted-stats-row .bs-stat-box {
    border-bottom: none;
    border-right: 1px solid var(--bs-border);
    padding: 20px 14px 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.bs-trusted-stats-row .bs-stat-box:last-child {
    border-right: none;
}

.bs-trusted-stats-row .bs-why-outline-icon.sm {
    width: 34px;
    height: 34px;
    margin: 0 0 10px;
}

.bs-trusted-stats-row .bs-why-outline-icon.sm svg {
    width: 16px;
    height: 16px;
}

.bs-trusted-stats-row .bs-stat-box .num {
    font-size: 22px;
    line-height: 1;
}

.bs-trusted-stats-row .bs-stat-box .txt {
    font-size: 12px;
    margin-top: 3px;
}

.bs-trusted-stats-row .bs-stat-box small {
    font-size: 10px;
    margin-top: 2px;
    line-height: 1.35;
}

.bs-trusted-partners {
    border-top: 1px solid var(--bs-border);
    padding: 10px 12px 11px;
    background: rgba(255, 79, 26, 0.02);
}

.bs-trusted-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
}

.bs-trusted-logo {
    flex: 1;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #707780;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    padding: 0 6px;
    line-height: 1;
    white-space: nowrap;
}

.bs-trusted-logo:last-child {
    border-right: none;
}

.bs-trusted-logo.is-lower {
    font-weight: 500;
    letter-spacing: 0;
    font-size: 12px;
    color: #656c75;
}

.bs-trusted-box {
    padding: 26px 28px;
    border-right: 1px solid var(--bs-border);
    background: transparent;
    border-radius: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.bs-trusted-card .bs-title {
    font-size: clamp(20px, 2.2vw, 26px);
    margin-bottom: 8px;
    line-height: 1.2;
}

.bs-trusted-card .bs-label {
    margin-bottom: 8px;
}

.bs-trusted-desc {
    color: var(--bs-text-muted);
    font-size: 13px;
    line-height: 1.55;
    margin: 0 0 16px;
    max-width: 340px;
}

.bs-trusted-card .bs-btn.bs-btn-primary {
    padding: 7px 14px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 7px;
    box-shadow: 0 0 14px rgba(255, 79, 26, 0.3);
    gap: 5px;
    line-height: 1.2;
    width: fit-content;
    align-self: flex-start;
}

.bs-trusted-card .bs-btn.bs-btn-primary svg {
    width: 13px;
    height: 13px;
}

.bs-btn-arrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.bs-btn-arrow svg {
    display: block;
}

.bs-stat-box {
    background: transparent;
    border-bottom: 1px solid var(--bs-border);
    border-right: 1px solid var(--bs-border);
    border-radius: 0;
    padding: 28px 24px;
    text-align: left;
}

.bs-stat-box:nth-child(2n) { border-right: none; }
.bs-stats-2x2 .bs-stat-box:nth-child(3),
.bs-stats-2x2 .bs-stat-box:nth-child(4) { border-bottom: none; }

.bs-stat-box .num {
    font-size: 30px;
    font-weight: 800;
    color: var(--bs-orange);
    line-height: 1.1;
}

.bs-stat-box .txt {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin-top: 4px;
}

.bs-stat-box small {
    display: block;
    font-size: 12px;
    color: var(--bs-text-muted);
    margin-top: 4px;
}

.bs-partners-bar {
    border-top: 1px solid var(--bs-border);
    padding: 22px 32px 26px;
    text-align: center;
    background: rgba(255, 79, 26, 0.03);
}

.bs-partners-label {
    display: block;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--bs-text-muted);
    margin-bottom: 18px;
}

.bs-partners-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px 28px;
}

.bs-partner-logo {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #b8bec6;
    letter-spacing: 0.5px;
}

.bs-partner-logo img {
    display: block;
    border-radius: 50%;
}

.bs-partner-logo.coinbase span {
    color: #5b9cf5;
    font-weight: 500;
    text-transform: lowercase;
}

.bs-partner-logo.kraken span {
    color: #9b87f5;
    font-weight: 600;
    text-transform: lowercase;
}

.bs-partner-more {
    font-size: 13px;
    color: var(--bs-text-muted);
    font-weight: 500;
}

/* GLOBAL REACH */
.bs-section-global {
    background: #050608;
    padding: 72px 0 64px;
}

.bs-global-map-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: min(62vw, 780px);
    height: 100%;
    pointer-events: none;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
}

.bs-global-map-bg .bs-world-map-svg {
    width: 100%;
    height: 100%;
    max-width: none;
    min-height: 320px;
    display: block;
    opacity: 0.95;
}

.bs-global-layout {
    position: relative;
    z-index: 1;
    max-width: 52%;
}

.bs-global-copy .bs-title {
    font-size: clamp(26px, 3.2vw, 40px);
    margin-bottom: 12px;
}

.bs-global-sub {
    font-size: 15px;
    max-width: 480px;
    margin-bottom: 0;
}

.bs-global-stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 24px;
    max-width: 620px;
}
.bs-global-stat-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.bs-global-stat-item:last-child { border-right: none; }
.bs-global-stat-item strong {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
}
.bs-global-stat-item span {
    display: block;
    font-size: 11px;
    color: var(--bs-text-muted);
    margin-top: 2px;
    line-height: 1.35;
}

.bs-global-stat-item .bs-why-outline-icon.sm {
    flex-shrink: 0;
    margin: 0;
    width: 32px;
    height: 32px;
}

.bs-global-stat-item .bs-why-outline-icon.sm svg {
    width: 15px;
    height: 15px;
}

.bs-global-partners-bar {
    position: relative;
    z-index: 1;
    margin-top: 40px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background: rgba(8, 10, 14, 0.92);
    padding: 16px 28px 20px;
    overflow: hidden;
}

.bs-global-partners-bar::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: min(320px, 48%);
    height: 2px;
    background: linear-gradient(90deg, transparent, #ff4f1a 20%, #ff4f1a 80%, transparent);
    box-shadow: 0 0 22px rgba(255, 79, 26, 0.8);
}

.bs-global-partners-label {
    margin: 0 0 14px;
    text-align: center;
    font-size: 10px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #5c636b;
}

.bs-global-partners-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0;
    min-height: 52px;
}

.bs-gp-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 28px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: #e8eaed;
    white-space: nowrap;
    line-height: 1;
}

.bs-gp-item img {
    width: 38px;
    height: 38px;
    display: block;
    border-radius: 50%;
    flex-shrink: 0;
}

.bs-gp-item.is-binance span {
    color: #f3ba2f;
    font-size: 18px;
    letter-spacing: 0.1em;
}

.bs-gp-item.is-okx img,
.bs-gp-item.is-bybit img {
    display: none;
}

.bs-gp-item.is-okx span,
.bs-gp-item.is-bybit span {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.08em;
}

.bs-gp-item.is-coinbase span {
    color: #5b9cf5;
    font-size: 19px;
    font-weight: 600;
    text-transform: lowercase;
    letter-spacing: 0;
}

.bs-gp-item.is-kraken span {
    color: #9b87f5;
    font-size: 19px;
    font-weight: 700;
    text-transform: lowercase;
    letter-spacing: 0;
}

.bs-gp-more {
    padding: 0 20px 0 28px;
    font-size: 15px;
    font-weight: 500;
    color: #6a7179;
    white-space: nowrap;
}

/* REFERRAL PROGRAM */
.bs-section-referral {
    background: #050608;
    padding: 72px 0 64px;
    position: relative;
    overflow: hidden;
}

.bs-ref-map-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: min(55vw, 680px);
    height: 72%;
    pointer-events: none;
    z-index: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    opacity: 0.55;
}

.bs-ref-map-bg .bs-world-map-svg {
    width: 100%;
    height: 100%;
    max-width: none;
}

.bs-ref-header {
    position: relative;
    z-index: 1;
    max-width: 680px;
}

.bs-ref-title {
    font-size: clamp(28px, 3.5vw, 42px);
    margin-bottom: 10px;
}

.bs-ref-sub {
    font-size: 15px;
    max-width: 560px;
    margin-bottom: 0;
}

.bs-ref-layout {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 24px;
    margin-top: 32px;
    align-items: stretch;
    position: relative;
    z-index: 1;
}

.bs-ref-tree-card {
    background: rgba(8, 10, 14, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 24px 28px;
}

.bs-ref-tree-visual {
    display: flex;
    align-items: flex-start;
    gap: 0;
    min-height: 220px;
}

.bs-ref-you {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    border: 2.5px solid var(--bs-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 0 28px rgba(255, 79, 26, 0.45);
    font-weight: 800;
    font-size: 13px;
    color: #fff;
    margin-top: 8px;
}

.bs-ref-tree-lines {
    width: 48px;
    height: auto;
    flex-shrink: 0;
    margin-top: 4px;
    opacity: 0.85;
}

.bs-ref-levels-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
    min-width: 0;
}

.bs-ref-levels-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.bs-ref-levels-list li:last-child { border-bottom: none; }

.bs-ref-lvl-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid rgba(255, 79, 26, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-orange);
    flex-shrink: 0;
}

.bs-ref-lvl-icon svg {
    width: 14px;
    height: 14px;
    display: block;
}

.bs-ref-levels-list .lvl {
    flex: 1;
    font-size: 12px;
    color: var(--bs-text-muted);
    letter-spacing: 0.06em;
    font-weight: 600;
}

.bs-ref-levels-list .pct {
    font-weight: 800;
    color: var(--bs-orange);
    font-size: 15px;
}

.bs-ref-stats-card {
    background: rgba(8, 10, 14, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 6px 0;
    display: flex;
    flex-direction: column;
}

.bs-ref-stat-row {
    display: flex;
    gap: 14px;
    padding: 18px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    align-items: flex-start;
}

.bs-ref-stat-row:last-child { border-bottom: none; }

.bs-ref-stat-row .bs-why-outline-icon.sm {
    margin: 0;
    flex-shrink: 0;
}

.bs-ref-stat-label { font-size: 12px; color: var(--bs-text-muted); font-weight: 500; }
.bs-ref-stat-val {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    margin: 3px 0 2px;
    line-height: 1.1;
}
.bs-ref-stat-val.orange { color: var(--bs-orange); }
.bs-ref-stat-sub { font-size: 11px; color: #6a7179; line-height: 1.4; }

.bs-ref-levels-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 24px;
    position: relative;
    z-index: 1;
}

.bs-ref-levels-bar {
    display: flex;
    align-items: stretch;
    flex: 1;
    background: rgba(8, 10, 14, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    overflow: hidden;
    min-height: 88px;
}

.bs-ref-lvl-cell {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 14px 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
    gap: 4px;
}

.bs-ref-lvl-tag {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #5c636b;
    text-transform: uppercase;
}

.bs-ref-lvl-icon.sm {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid rgba(255, 79, 26, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-orange);
}

.bs-ref-lvl-icon.sm svg {
    width: 13px;
    height: 13px;
    display: block;
}

.bs-ref-lvl-pct {
    font-size: 22px;
    font-weight: 800;
    color: var(--bs-orange);
    line-height: 1;
}

.bs-ref-lvl-label {
    font-size: 9px;
    letter-spacing: 0.06em;
    color: #5c636b;
    font-weight: 600;
}

.bs-ref-bonus-total {
    flex: 1.15;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 14px 16px;
    text-align: center;
    border-left: 1px solid rgba(255, 79, 26, 0.25);
    background: rgba(255, 79, 26, 0.04);
    box-shadow: inset 0 0 24px rgba(255, 79, 26, 0.06);
}

.bs-ref-bonus-pre {
    font-size: 11px;
    color: var(--bs-text-muted);
    font-weight: 500;
}

.bs-ref-bonus-num {
    font-size: 28px;
    font-weight: 800;
    color: var(--bs-orange);
    line-height: 1.1;
    margin: 2px 0;
}

.bs-ref-bonus-lbl {
    font-size: 11px;
    color: var(--bs-orange);
    font-weight: 700;
}

.bs-ref-note {
    flex-shrink: 0;
    max-width: 220px;
    font-size: 11px;
    color: var(--bs-text-muted);
    margin: 0;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.5;
}

.bs-ref-note svg {
    flex-shrink: 0;
    margin-top: 1px;
}

.bs-leadership {
    margin-top: 24px;
    background: rgba(8, 10, 14, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 28px 32px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 28px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.bs-leadership-crown {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 2px solid var(--bs-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 32px rgba(255, 79, 26, 0.35);
    color: var(--bs-orange);
    flex-shrink: 0;
}

.bs-leadership-crown svg {
    width: 32px;
    height: 32px;
    display: block;
}

.bs-leadership-body h3 {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.bs-leadership-body > p {
    color: var(--bs-text-muted);
    font-size: 13px;
    margin: 0 0 10px;
    line-height: 1.6;
}

.bs-leadership-contact {
    font-size: 12px !important;
    color: #6a7179 !important;
    margin-bottom: 14px !important;
}

.bs-ref-email-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 79, 26, 0.55);
    background: rgba(255, 79, 26, 0.06);
    color: #fff !important;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none !important;
    width: fit-content;
    transition: 0.2s;
}

.bs-ref-email-btn:hover {
    border-color: var(--bs-orange);
    background: rgba(255, 79, 26, 0.12);
    color: #fff !important;
}

.bs-ref-email-btn svg {
    color: var(--bs-orange);
    flex-shrink: 0;
}

.bs-leadership-aside {
    max-width: 170px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    padding-left: 24px;
    text-align: left;
}

.bs-leadership-aside svg {
    display: block;
    margin-bottom: 8px;
}

.bs-leadership-aside p {
    font-size: 10px;
    color: #6a7179;
    margin: 0;
    line-height: 1.55;
}

.bs-nav-logo-text {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1;
}

.bs-label {
    color: var(--bs-orange);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.bs-title {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 16px;
}

.bs-title-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    line-height: 1.12;
}

.bs-title-stack span { display: block; color: #fff; }
.bs-orange-line { color: var(--bs-orange) !important; }

.bs-subtitle {
    color: var(--bs-text-muted);
    font-size: 16px;
    line-height: 1.7;
    max-width: 640px;
}

.bs-text-center { text-align: center; }
.bs-text-center .bs-subtitle { margin: 0 auto; }

/* HERO */
.bs-hero {
    padding: 48px 0 72px;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #000;
}

.bs-hero > .bs-full-wrap {
    width: 100%;
}

.bs-hero::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 58%;
    height: 72%;
    background: radial-gradient(ellipse at 75% 35%, rgba(255, 79, 26, 0.13) 0%, transparent 68%);
    pointer-events: none;
}

.bs-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.44fr) minmax(0, 0.56fr);
    gap: 32px 48px;
    align-items: center;
    width: 100%;
}

.bs-hero-copy {
    max-width: none;
    padding-top: 16px;
}

.bs-hero-title {
    display: flex;
    flex-direction: column;
    font-size: clamp(44px, 4.8vw, 62px);
    font-weight: 800;
    line-height: 1.08;
    margin: 0 0 24px;
    gap: 0;
    letter-spacing: -0.03em;
    color: #fff;
}

.bs-hero-line {
    display: block;
    white-space: nowrap;
    color: #fff;
}

.bs-hero-title .bs-orange-line {
    color: var(--bs-orange) !important;
}

.bs-hero-subtitle {
    color: #8b929a;
    font-size: 16px;
    line-height: 1.65;
    max-width: 460px;
    margin: 0;
    font-weight: 400;
}

.bs-hero-chart {
    background: transparent;
    border: none;
    padding: 0;
    min-height: 320px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: stretch;
    overflow: visible;
    width: calc(100% + clamp(28px, 5.5vw, 96px));
    margin-right: calc(-1 * clamp(28px, 5.5vw, 96px));
}

.bs-hero-chart-svg {
    width: 100%;
    max-width: none;
    height: 300px;
    min-height: 280px;
    display: block;
}

.bs-hero-stats.bs-stats-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 56px;
    margin-top: 56px;
    padding-top: 0;
    border-top: none;
    width: 100%;
}

.bs-hero-stats .bs-stat-card {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.bs-hero-stat-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: transparent;
    border: 1.5px solid rgba(255, 79, 26, 0.55);
    color: var(--bs-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 0 18px rgba(255, 79, 26, 0.12);
}

.bs-hero-stat-icon svg {
    width: 18px;
    height: 18px;
    display: block;
    stroke: currentColor;
}

.bs-hero-stats .bs-stat-value {
    font-size: 30px;
    font-weight: 800;
    color: var(--bs-orange);
    line-height: 1.05;
    margin-top: 4px;
}

.bs-hero-stats .bs-stat-label {
    color: #8a9199;
    font-size: 13px;
    line-height: 1.35;
}

.bs-hero-stats .bs-stat-sub {
    color: #727a84;
    font-size: 12px;
    margin-top: 5px;
}

.bs-stats-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    margin-top: 52px;
    padding-top: 0;
    border-top: none;
    width: 100%;
}

.bs-stat-card {
    background: transparent;
    border: none;
    padding: 0;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.bs-stat-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--bs-orange);
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 0 14px rgba(255, 79, 26, 0.25);
}

.bs-stat-icon svg {
    width: 18px;
    height: 18px;
    display: block;
}

.bs-stat-body {
    min-width: 0;
}

.bs-stat-value {
    font-size: 28px;
    font-weight: 800;
    color: var(--bs-orange);
    line-height: 1.1;
    margin-top: 2px;
}

.bs-stat-label {
    color: #8a9199;
    font-size: 13px;
    line-height: 1.3;
    margin: 0;
}

.bs-stat-sub {
    color: #727a84;
    font-size: 12px;
    margin-top: 4px;
}

/* CARDS GRID */
.bs-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
}

.bs-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.bs-card {
    background: var(--bs-bg-card);
    border: 1px solid var(--bs-border);
    border-radius: var(--bs-radius);
    padding: 28px;
    transition: .25s;
}

.bs-card:hover {
    border-color: rgba(255, 79, 26, 0.35);
    transform: translateY(-3px);
}

.bs-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--bs-orange-soft);
    color: var(--bs-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 20px;
    box-shadow: 0 0 20px var(--bs-orange-glow);
}

.bs-card h3 { font-size: 18px; font-weight: 700; margin: 0 0 12px; }
.bs-card p { color: var(--bs-text-muted); font-size: 14px; line-height: 1.6; margin: 0; }
.bs-card-line { width: 32px; height: 2px; background: var(--bs-orange); margin: 16px 0; }

/* PERFORMANCE */
.bs-perf-grid {
    display: grid;
    grid-template-columns: 1.55fr 0.85fr;
    gap: 24px;
    margin-top: 40px;
    text-align: left;
}

.bs-perf-main {
    background: rgba(10, 12, 16, 0.95);
    border: 1px solid var(--bs-border);
    border-radius: var(--bs-radius);
    padding: 28px 28px 22px;
    text-align: left;
}

.bs-perf-tabs {
    display: flex;
    gap: 20px;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.bs-perf-tabs span {
    padding: 6px 0;
    border-radius: 0;
    font-size: 13px;
    color: var(--bs-text-muted);
    cursor: pointer;
}

.bs-perf-tabs span.active {
    background: transparent;
    color: var(--bs-orange);
    border-bottom: 2px solid var(--bs-orange);
    border-radius: 0;
    padding-bottom: 8px;
}

.bs-perf-return { font-size: 38px; font-weight: 800; color: var(--bs-orange); line-height: 1; }

.bs-perf-side { display: flex; flex-direction: column; gap: 16px; }

.bs-mini-stat {
    background: rgba(10, 12, 16, 0.95);
    border: 1px solid var(--bs-border);
    border-radius: var(--bs-radius);
    padding: 22px 20px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    text-align: left;
}

.bs-mini-stat .val { font-size: 26px; font-weight: 800; color: var(--bs-orange); line-height: 1.1; }
.bs-mini-stat .lbl { font-size: 12px; color: var(--bs-text-muted); margin-top: 4px; }

/* LIVE TABLE */
.bs-live-wrap {
    background: rgba(10, 12, 16, 0.95);
    border: 1px solid var(--bs-border);
    border-radius: var(--bs-radius);
    overflow: hidden;
    margin-top: 40px;
}

.bs-live-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 16px 24px;
    border-bottom: 1px solid var(--bs-border);
    flex-wrap: wrap;
}

@keyframes bs-pulse { 0%,100%{opacity:1} 50%{opacity:.4} }

/* LIVE TABLE */
.bs-live-table-wrap {
    padding: 0;
    overflow-x: auto;
}

.bs-live-table {
    width: 100%;
    min-width: 860px;
    border-collapse: collapse;
    table-layout: fixed;
}

.bs-live-table thead th {
    text-align: left;
    padding: 14px 20px;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--bs-text-muted);
    border-bottom: 1px solid var(--bs-border);
    background: rgba(255, 79, 26, 0.04);
}

.bs-live-table thead th:nth-child(1) { width: 22%; }
.bs-live-table thead th:nth-child(2) { width: 22%; }
.bs-live-table thead th:nth-child(3) { width: 6%; }
.bs-live-table thead th:nth-child(4) { width: 22%; }
.bs-live-table thead th:nth-child(5) { width: 28%; text-align: right; }

.bs-live-table tbody tr {
    border-bottom: 1px solid var(--bs-border);
    transition: background .2s;
}

.bs-live-table tbody tr:hover { background: rgba(255, 79, 26, 0.04); }

.bs-live-table tbody td {
    padding: 18px 20px;
    vertical-align: middle;
    color: var(--bs-text);
    overflow: visible;
}

.bs-live-table tbody td:last-child {
    text-align: right;
}

.bs-pair-cell, .bs-ex-cell {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.bs-pair-cell strong, .bs-ex-cell strong {
    display: block;
    font-size: 14px;
    white-space: nowrap;
}

.bs-pair-cell small, .bs-ex-cell small {
    display: block;
    color: var(--bs-text-muted);
    font-size: 12px;
    white-space: nowrap;
}

.bs-swap-cell {
    text-align: center;
    color: var(--bs-text-muted);
    width: 48px;
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.bs-swap-cell svg {
    display: block;
    margin: 0 auto;
}

.bs-spread {
    color: var(--bs-orange);
    font-weight: 700;
    font-size: 15px;
    white-space: nowrap;
}

.bs-live-footer {
    text-align: center;
    padding: 12px;
    border-top: 1px solid var(--bs-border);
}

.bs-live-loading { text-align: center; color: var(--bs-text-muted); padding: 40px !important; }

/* CMS Partners row */
.bs-partners-cms { margin-top: 48px; }
.bs-partners-cms .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}
.bs-partners-cms .partnersInner {
    background: rgba(255,255,255,.04) !important;
    border: 1px solid var(--bs-border) !important;
    border-radius: 12px !important;
    padding: 20px 28px !important;
    margin: 0 !important;
    min-width: 140px;
    text-align: center;
}
.bs-partners-cms .partnersInner img {
    max-height: 36px;
    width: auto;
    filter: grayscale(1) brightness(1.4);
    margin: 0 auto;
}

.bs-stats-2x2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.bs-global-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

/* legacy alias kept for CMS pages if any */

/* INNER PAGES */
.bs-page-hero {
    padding: 80px 0 40px;
    text-align: center;
    background: linear-gradient(180deg, rgba(255,79,26,.06) 0%, transparent 100%);
}

.bs-page-content {
    padding: 40px 0 80px;
}

.bs-page-content .bs-card,
.bs-page-content .panel {
    background: var(--bs-bg-card) !important;
    border: 1px solid var(--bs-border) !important;
    color: var(--bs-text) !important;
}

.bs-page-content .panel-heading {
    background: rgba(255,79,26,.06) !important;
    border-color: var(--bs-border) !important;
}

.bs-page-content .panel-heading a { color: var(--bs-text) !important; }
.bs-page-content .panel-body { color: var(--bs-text-muted) !important; }

.bs-page-content .form-control {
    background: var(--bs-bg-card);
    border: 1px solid var(--bs-border);
    color: var(--bs-text);
    border-radius: 10px;
    padding: 12px 16px;
}

.bs-page-content .form-control:focus {
    border-color: var(--bs-orange);
    box-shadow: 0 0 0 3px var(--bs-orange-soft);
}

/* FOOTER */
.bs-footer {
    background: #040506;
    border-top: 1px solid var(--bs-border);
    padding: 60px 0 24px;
}

.bs-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 32px;
    margin-bottom: 40px;
}

.bs-footer h4 {
    color: var(--bs-orange);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.bs-footer ul { list-style: none; padding: 0; margin: 0; }
.bs-footer ul li { margin-bottom: 8px; }
.bs-footer ul a { color: var(--bs-text-muted); text-decoration: none; font-size: 14px; }
.bs-footer ul a:hover { color: var(--bs-orange); }

.bs-footer-bottom {
    border-top: 1px solid var(--bs-border);
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    color: var(--bs-text-muted);
    font-size: 13px;
}

.bs-social { display: flex; gap: 12px; }
.bs-social a {
    width: 36px; height: 36px;
    border-radius: 50%;
    border: 1px solid var(--bs-border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-text-muted);
    transition: .2s;
}

.bs-social a:hover { color: var(--bs-orange); border-color: var(--bs-orange); }

.bs-newsletter {
    background: var(--bs-bg-card);
    border: 1px solid var(--bs-border);
    border-radius: var(--bs-radius);
    padding: 32px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.bs-newsletter form { display: flex; gap: 8px; flex: 1; max-width: 420px; }
.bs-newsletter input {
    flex: 1;
    background: var(--bs-bg);
    border: 1px solid var(--bs-border);
    color: #fff;
    border-radius: 999px;
    padding: 10px 18px;
}

/* PARTNERS from CMS */
.bs-section .partnersInner {
    background: rgba(255,255,255,.04) !important;
    border: 1px solid var(--bs-border) !important;
    border-radius: 12px !important;
}

/* DECORATIVE */
.bs-glow-dots {
    position: absolute;
    pointer-events: none;
    opacity: .4;
}

/* CMS page content inside cards */
.bs-page-content .bs-card h1,
.bs-page-content .bs-card h2,
.bs-page-content .bs-card h3 { color: var(--bs-text); }
.bs-page-content .bs-card p,
.bs-page-content .bs-card li { color: var(--bs-text-muted); line-height: 1.7; }
.bs-page-content .bs-card a { color: var(--bs-orange); }
.bs-cms-content h1, .bs-cms-content h2, .bs-cms-content h3 { color: var(--bs-text); margin-top: 0; }
.bs-cms-content p, .bs-cms-content li { color: var(--bs-text-muted); line-height: 1.8; }

/* Auth pages */
.bs-theme .logInArea { background: var(--bs-bg); padding: 60px 0; min-height: 60vh; }
.bs-theme .logInArea .logIn h2 { color: var(--bs-text); }
.bs-theme .logInArea .form-control {
    background: var(--bs-bg-card);
    border: 1px solid var(--bs-border);
    color: var(--bs-text);
    border-radius: 10px;
    height: 48px;
}
.bs-theme .logInArea .btnTheme {
    background: var(--bs-orange) !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 12px 24px !important;
}
.bs-theme .logInArea .links a { color: var(--bs-orange); }

/* Hide old header/footer chrome */
.bs-theme header:not(.bs-nav-wrap),
.bs-theme .footer:not(.bs-footer),
.bs-theme .newsletter:not(.bs-newsletter) { display: none !important; }

@media (max-width: 1199px) {
    .bs-hero-grid {
        grid-template-columns: 1fr 1fr;
    }

    .bs-hero-copy {
        max-width: 100%;
    }

    .bs-hero-title {
        font-size: clamp(36px, 5vw, 56px);
    }

    .bs-hero-subtitle {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .bs-theme .bs-full-wrap,
    .bs-theme .bs-nav-wrap .bs-full-wrap,
    .bs-theme .bs-hero > .bs-full-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bs-hero {
        min-height: auto;
        padding: 24px 0 40px;
    }

    .bs-hero-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .bs-hero-line {
        white-space: normal;
    }

    .bs-hero-chart {
        width: 100%;
        margin-right: 0;
        justify-content: center;
    }

    .bs-hero-chart-svg {
        height: 240px;
    }

    .bs-hero-grid, .bs-perf-grid, .bs-trusted-grid, .bs-global-grid, .bs-ref-layout { grid-template-columns: 1fr; }
    .bs-global-layout { max-width: 100%; }
    .bs-global-map-bg { width: 100%; height: 55%; top: auto; bottom: 0; opacity: 0.45; }
    .bs-global-partners-row { flex-wrap: wrap; gap: 16px 0; justify-content: center; min-height: 0; }
    .bs-gp-item { border-right: none; padding: 0 14px; font-size: 15px; }
    .bs-gp-item img { width: 32px; height: 32px; }
    .bs-gp-item.is-okx span, .bs-gp-item.is-bybit span { font-size: 17px; }
    .bs-gp-item.is-binance span { font-size: 16px; }
    .bs-gp-item.is-coinbase span, .bs-gp-item.is-kraken span { font-size: 16px; }
    .bs-grid-3, .bs-why-grid, .bs-steps, .bs-features-bar, .bs-bottom-stats, .bs-global-stats-row { grid-template-columns: 1fr 1fr; }
    .bs-advantage-grid { grid-template-columns: 1fr; }
    .bs-adv-curve { width: 260px; height: 200px; opacity: 0.6; }
    .bs-why-curves { width: 320px; right: -40px; opacity: 0.7; }
    .bs-bottom-stat { border-right: none; border-bottom: 1px solid var(--bs-border); }
    .bs-steps-timeline { display: none; }
    .bs-steps-line { display: none; }
    .bs-why-item { border-right: none; border-bottom: 1px solid var(--bs-border); }
    .bs-why-item:nth-child(2n) { border-right: none; }
    .bs-why-item:nth-last-child(-n+2) { border-bottom: none; }
    .bs-trusted-box { border-right: none; border-bottom: 1px solid var(--bs-border); padding: 22px 24px; }
    .bs-trusted-right { border-top: none; }
    .bs-trusted-stats-row { grid-template-columns: 1fr 1fr; }
    .bs-trusted-stats-row .bs-stat-box:nth-child(2) { border-right: none; }
    .bs-trusted-stats-row .bs-stat-box:nth-child(1),
    .bs-trusted-stats-row .bs-stat-box:nth-child(2) { border-bottom: 1px solid var(--bs-border); }
    .bs-trusted-partners .bs-trusted-logo { font-size: 10px; padding: 0 4px; }
    .bs-trusted-partners .bs-trusted-logo.is-lower { font-size: 10px; }
    .bs-ref-layout { grid-template-columns: 1fr; }
    .bs-ref-levels-wrap { flex-direction: column; align-items: stretch; }
    .bs-ref-note { max-width: none; }
    .bs-ref-map-bg { width: 100%; height: 40%; opacity: 0.35; }
    .bs-leadership { grid-template-columns: 1fr; gap: 20px; padding: 24px; }
    .bs-leadership-aside { border-left: none; padding-left: 0; max-width: none; border-top: 1px solid rgba(255,255,255,0.08); padding-top: 16px; }
    .bs-stats-row { grid-template-columns: 1fr; }
    .bs-footer-grid { grid-template-columns: 1fr 1fr; }
    .bs-nav-toggle { display: block; }
    .bs-nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0; right: 0;
        background: var(--bs-bg);
        flex-direction: column;
        padding: 16px;
        border-bottom: 1px solid var(--bs-border);
    }
    .bs-nav-links.open { display: flex; }
}

@media (max-width: 575px) {
    .bs-ref-levels-bar { flex-wrap: wrap; }
    .bs-ref-lvl-cell { min-width: 30%; flex: 1 1 30%; }
    .bs-ref-bonus-total { flex: 1 1 100%; border-left: none; border-top: 1px solid rgba(255,79,26,0.25); }
    .bs-trusted-stats-row .bs-stat-box { border-right: none; border-bottom: 1px solid var(--bs-border); }
    .bs-trusted-stats-row .bs-stat-box:last-child { border-bottom: none; }
    .bs-feature-item { border-right: none; border-bottom: 1px solid var(--bs-border); }
    .bs-footer-grid { grid-template-columns: 1fr; }
}
