/**
 * Premium black + emerald broker theme (2030 aesthetic)
 * Loaded after Binomo bundles — overrides design tokens + polish.
 */

body.binomo-premium-theme {
    /* Deep carbon + emerald — no white surfaces */
    --color-background-base: #000000;
    --color-background-surface: #050806;
    --color-background-secondary-surface: #0a0f0c;
    --color-background-highlight: #121a16;
    --color-background-inverted: #0a0f0c;
    --color-background-accent-positive: #00dc82;
    --color-background-positive: #059669;
    --color-background-accent-negative: #2d3d36;
    --color-stroke-divider: rgba(0, 220, 130, 0.14);
    --color-stroke-active: rgba(0, 220, 130, 0.22);
    --color-stroke-secondary-active: #1c2e24;
    --color-stroke-highlight: rgba(52, 211, 153, 0.35);
    --color-stroke-inactive: #0f1814;
    --color-stroke-accent: rgba(110, 231, 183, 0.45);
    --color-stroke-accent-color: #34d399;
    --color-stroke-positive: #10b981;
    --color-text-primary: #c4f0d8;
    --color-text-secondary: #6b8878;
    --color-text-inactive: #3d5248;
    --color-text-inverted: #c4f0d8;
    --color-text-button-primary: #000000;
    --color-text-button-secondary: #c4f0d8;
    --color-text-button-inactive: #5c6f64;
    --color-text-accent: #5eead4;
    --color-text-positive: #34d399;
    --color-text-link: #6ee7b7;
    --color-icon-primary-active: #a7f3d0;
    --color-icon-primary-highlight: #a7f3d0;
    --color-icon-secondary-active: #8da396;
    --color-icon-primary-accent: #34d399;
    --color-button-primary-active: #00dc82;
    --color-button-primary-highlight: #4ade80;
    --color-button-primary-inactive: #14532d;
    --color-button-positive-active: #10b981;
    --color-button-positive-highlight: #34d399;
    --color-button-neutral-active: #1a2822;
    --color-button-neutral-highlight: #243830;
    --color-button-inverted: #0a0f0c;
    --color-icon-button-light: #a7f3d0;
    --color-opacity-base-inverted: 10, 15, 12;
    --shadow-e1: 0 4px 24px rgba(0, 0, 0, 0.45);
    --shadow-e2: 0 8px 40px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(0, 220, 130, 0.06);
    --shadow-e3: 0 24px 80px rgba(0, 0, 0, 0.65), 0 0 120px rgba(0, 220, 100, 0.04);
    --color-tournament-gradient: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.92) 40%, rgba(0, 0, 0, 0) 100%);
    /* Скло: сильніший blur + світлий верхній край, щоб читалося як матове скло */
    --premium-glass-blur: blur(26px) saturate(1.6);
    --premium-glass-blur-hover: blur(28px) saturate(1.72);
    /* a–e: різні ледь помітні відтінки; низ завжди темний — чорний фон домінує */
    --premium-glass-fill-a: linear-gradient(
        165deg,
        rgba(255, 255, 255, 0.09) 0%,
        rgba(16, 38, 26, 0.26) 42%,
        rgba(3, 10, 7, 0.52) 100%
    );
    --premium-glass-fill-b: linear-gradient(
        168deg,
        rgba(110, 231, 183, 0.07) 0%,
        rgba(8, 38, 34, 0.28) 45%,
        rgba(3, 12, 11, 0.52) 100%
    );
    --premium-glass-fill-c: linear-gradient(
        165deg,
        rgba(125, 211, 252, 0.06) 0%,
        rgba(10, 30, 46, 0.27) 44%,
        rgba(4, 10, 18, 0.52) 100%
    );
    --premium-glass-fill-d: linear-gradient(
        167deg,
        rgba(251, 191, 36, 0.05) 0%,
        rgba(34, 28, 10, 0.26) 43%,
        rgba(10, 9, 4, 0.52) 100%
    );
    --premium-glass-fill-e: linear-gradient(
        165deg,
        rgba(196, 181, 253, 0.055) 0%,
        rgba(26, 18, 42, 0.27) 42%,
        rgba(7, 5, 14, 0.52) 100%
    );
    --premium-glass-fill: var(--premium-glass-fill-a);
    --premium-glass-border: rgba(255, 255, 255, 0.14);
    --premium-glass-inset-top: inset 0 1px 0 rgba(255, 255, 255, 0.22);
    --premium-glass-inset-bottom: inset 0 -1px 0 rgba(0, 0, 0, 0.35);
}

html.binomo-premium-html {
    background-color: #000000 !important;
}

/* Повідомлення notify — темна панель, не білий тост */
body.binomo-premium-theme .iziToast {
    background: #0a0f0c !important;
    border: 1px solid rgba(0, 220, 130, 0.2) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6) !important;
}

body.binomo-premium-theme .iziToast > .iziToast-body .iziToast-texts > p,
body.binomo-premium-theme .iziToast > .iziToast-body .iziToast-title {
    color: #c4f0d8 !important;
}

body.binomo-premium-theme {
    position: relative;
    background-color: #000000 !important;
    min-height: 100vh;
}

/* Ambient mesh + grid (subtle “fintech 2030”) */
body.binomo-premium-theme::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 120% 80% at 50% -30%, rgba(0, 220, 130, 0.14), transparent 55%),
        radial-gradient(ellipse 60% 50% at 100% 20%, rgba(52, 211, 153, 0.08), transparent 50%),
        radial-gradient(ellipse 50% 40% at 0% 80%, rgba(16, 185, 129, 0.06), transparent 45%),
        linear-gradient(180deg, #000000 0%, #030806 50%, #000000 100%);
}

body.binomo-premium-theme::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.35;
    background-image:
        linear-gradient(rgba(0, 220, 130, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 220, 130, 0.03) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, black 20%, transparent 70%);
}

body.binomo-premium-theme .main-content,
body.binomo-premium-theme .header {
    position: relative;
    z-index: 1;
}

/* Header — glass rail */
body.binomo-premium-theme .header {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(3, 10, 8, 0.55) 100%) !important;
    -webkit-backdrop-filter: var(--premium-glass-blur);
    backdrop-filter: var(--premium-glass-blur);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow:
        0 4px 32px rgba(0, 0, 0, 0.35),
        var(--premium-glass-inset-top);
    z-index: 1200;
    overflow: visible;
}

body.binomo-premium-theme .header .logo img {
    filter: brightness(1.08) contrast(1.05);
}

body.binomo-premium-theme .header .locale-btn {
    display: none !important;
}

body.binomo-premium-theme .binomo-lang-dropdown {
    position: relative;
}

body.binomo-premium-theme .binomo-mobile-menu-toggle {
    display: none;
    width: 34px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(6, 14, 11, 0.55) 100%);
    padding: 6px 7px;
    align-items: center;
    justify-content: center;
    gap: 3px;
    flex-direction: column;
}

body.binomo-premium-theme .binomo-mobile-menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: rgba(167, 243, 208, 0.95);
}

body.binomo-premium-theme .binomo-lang-dropdown__trigger {
    min-height: calc(var(--height-lg-s) * 0.75);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 10px;
    border-radius: var(--border-radius-s, 8px);
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(6, 14, 11, 0.55) 100%) !important;
    color: #e8fdf4;
    font-family: "Plus Jakarta Sans", "Nunito Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

body.binomo-premium-theme .binomo-lang-dropdown__value {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

body.binomo-premium-theme .binomo-lang-dropdown__icon {
    color: rgba(167, 243, 208, 0.95);
    flex: 0 0 auto;
}

body.binomo-premium-theme .binomo-lang-dropdown__caret {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid rgba(167, 243, 208, 0.95);
    margin-left: 2px;
}

body.binomo-premium-theme .binomo-lang-dropdown.is-open .binomo-lang-dropdown__caret {
    transform: rotate(180deg);
}

body.binomo-premium-theme .binomo-lang-dropdown__menu {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    min-width: 72px;
    padding: 4px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(180deg, rgba(12, 20, 16, 0.95) 0%, rgba(5, 10, 8, 0.98) 100%);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

body.binomo-premium-theme .binomo-lang-dropdown.is-open .binomo-lang-dropdown__menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

body.binomo-premium-theme .binomo-lang-dropdown__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(82px, 1fr));
    gap: 8px;
}

body.binomo-premium-theme .binomo-lang-dropdown__col {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

body.binomo-premium-theme .binomo-lang-dropdown__title {
    margin: 0 0 3px;
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(167, 243, 208, 0.75);
}

body.binomo-premium-theme .binomo-lang-dropdown__item {
    display: block;
    width: 100%;
    border: 0;
    padding: 7px 10px;
    border-radius: 7px;
    color: rgba(232, 253, 244, 0.92);
    text-decoration: none;
    background: transparent;
    text-align: left;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

body.binomo-premium-theme .binomo-lang-dropdown__item:hover,
body.binomo-premium-theme .binomo-lang-dropdown__item.is-active {
    background: rgba(52, 211, 153, 0.18);
    color: #ecfdf5;
}

body.binomo-premium-theme .binomo-lang-dropdown__trigger:focus {
    outline: none;
    border-color: rgba(52, 211, 153, 0.55);
    box-shadow: 0 0 0 2px rgba(52, 211, 153, 0.2);
}

@media (max-width: 1023.98px) {
    body.binomo-premium-theme .header {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    body.binomo-premium-theme .header .nav-btn {
        display: none !important;
    }

    body.binomo-premium-theme .header .logo {
        margin-right: 8px;
    }

    body.binomo-premium-theme .binomo-header-actions {
        margin-left: auto !important;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    body.binomo-premium-theme .binomo-header-actions a.binomo-link-signin {
        margin-left: 0 !important;
    }
}

@media (max-width: 404.98px) {
    body.binomo-premium-theme .binomo-lang-dropdown__trigger {
        display: none;
    }

    body.binomo-premium-theme .binomo-mobile-menu-toggle {
        display: inline-flex;
    }

    body.binomo-premium-theme .binomo-lang-dropdown {
        position: static;
    }

    body.binomo-premium-theme .binomo-lang-dropdown__menu {
        position: fixed;
        top: 58px;
        right: 10px;
        left: auto;
        min-width: 210px;
        max-width: calc(100vw - 20px);
        z-index: 10000;
    }
}

/* Headlines — premium geometric sans */
body.binomo-premium-theme .promotion__title,
body.binomo-premium-theme .drt__title,
body.binomo-premium-theme .offers__title,
body.binomo-premium-theme .new-pay__title,
body.binomo-premium-theme .charity-block__title,
body.binomo-premium-theme .safety__title,
body.binomo-premium-theme .partner__title,
body.binomo-premium-theme .article,
body.binomo-premium-theme .lp-font-black-l {
    font-family: "Plus Jakarta Sans", "Nunito Sans", sans-serif !important;
    letter-spacing: -0.02em;
}

body.binomo-premium-theme .promotion__title {
    background: linear-gradient(135deg, #6ee7b7 0%, #34d399 40%, #059669 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
    filter: drop-shadow(0 0 40px rgba(52, 211, 153, 0.25));
}

body.binomo-premium-theme .promotion__text {
    color: var(--color-text-secondary) !important;
    line-height: 1.65;
}

body.binomo-premium-theme .promotion .reg-btn,
body.binomo-premium-theme .promotion a.binomo-btn {
    margin-top: var(--offset-md-s);
}

/* Hero “Try it” — ~25% lower height than binomo-btn--xl default */
body.binomo-premium-theme .promotion #qa_main_PromoBtn.binomo-btn--xl {
    min-height: calc(var(--height-lg-l) * 0.75) !important;
    line-height: 1.15;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    body.binomo-premium-theme #bg-promo .wrap {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }

    body.binomo-premium-theme #bg-promo .promotion {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-left: auto !important;
        margin-right: auto !important;
        width: min(100%, 42rem);
        max-width: 42rem;
        align-self: center;
    }

    body.binomo-premium-theme #bg-promo .promotion__title,
    body.binomo-premium-theme #bg-promo .promotion__description,
    body.binomo-premium-theme #bg-promo .promotion__text {
        text-align: center !important;
        margin-left: auto;
        margin-right: auto;
    }

    body.binomo-premium-theme #bg-promo .promotion__description {
        max-width: 40rem;
    }

    body.binomo-premium-theme .promotion #qa_main_PromoBtn.binomo-btn--xl {
        display: flex !important;
        width: fit-content;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* Same ~25% height reduction for other landing CTAs (Register, Join us, offers, payments, partner, safety) */
body.binomo-premium-theme .binomo-header-actions a.binomo-btn--l,
body.binomo-premium-theme .partner__button.binomo-btn--l {
    min-height: calc(var(--height-lg-s) * 0.75) !important;
    line-height: 1.15;
}

body.binomo-premium-theme .drt-exchange__cta.binomo-btn--xl,
body.binomo-premium-theme .binomo-offers-static a.binomo-btn--xl,
body.binomo-premium-theme #funds-registration-btn-new.binomo-btn--xl,
body.binomo-premium-theme .safety-exchange__cta.binomo-btn--xl {
    min-height: calc(var(--height-lg-l) * 0.75) !important;
    line-height: 1.15;
}

/* Hero promo block */
body.binomo-premium-theme #bg-promo.promo {
    position: relative;
    overflow: hidden;
}

body.binomo-premium-theme .promo-candles-canvas {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    /* 75% видимої висоти: спочатку vh (fallback), потім dvh / svh де підтримується */
    height: 75vh;
    height: 75dvh;
    min-height: 200px;
    min-height: min(240px, 50dvh);
    max-height: 75vh;
    max-height: 75dvh;
    z-index: 0;
    pointer-events: none;
    /* ~30% тускліше за попередні 0.92 — менше відволікає від контенту */
    opacity: 0.64;
    mix-blend-mode: screen;
    box-sizing: border-box;
}

@supports (height: 75svh) {
    body.binomo-premium-theme .promo-candles-canvas {
        height: 75svh;
        max-height: 75svh;
    }
}

@media (max-width: 480px) {
    body.binomo-premium-theme .promo-candles-canvas {
        height: 75vh;
        height: 75dvh;
        max-height: 75vh;
        max-height: 75dvh;
        mix-blend-mode: normal;
        opacity: 0.52;
    }
}

body.binomo-premium-theme #bg-promo .wrap,
body.binomo-premium-theme .promo .wrap {
    position: relative;
    z-index: 1;
}

body.binomo-premium-theme #bg-promo::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
    width: min(90vw, 720px);
    height: min(50vh, 420px);
    background: radial-gradient(ellipse, rgba(0, 220, 130, 0.12) 0%, transparent 70%);
    pointer-events: none;
    z-index: -1;
}

/* Primary CTAs — luminous emerald */
body.binomo-premium-theme a.binomo-btn,
body.binomo-premium-theme button.binomo-btn {
    background: linear-gradient(135deg, #00c853 0%, #00e676 48%, #34d399 100%) !important;
    color: #021208 !important;
    font-family: "Plus Jakarta Sans", "Nunito Sans", sans-serif !important;
    font-weight: 700 !important;
    border: 1px solid rgba(167, 243, 208, 0.35);
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.2),
        0 4px 20px rgba(0, 220, 100, 0.35),
        0 12px 40px rgba(0, 0, 0, 0.4);
    transition:
        transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.22s ease,
        filter 0.22s ease;
}

body.binomo-premium-theme a.binomo-btn:hover,
body.binomo-premium-theme button.binomo-btn:hover {
    background: linear-gradient(135deg, #22c55e 0%, #4ade80 50%, #6ee7b7 100%) !important;
    transform: translateY(-2px);
    box-shadow:
        0 0 0 1px rgba(52, 211, 153, 0.4),
        0 8px 32px rgba(0, 220, 120, 0.45),
        0 20px 50px rgba(0, 0, 0, 0.45);
    filter: brightness(1.05);
}

body.binomo-premium-theme a.binomo-link-signin {
    color: var(--color-text-secondary) !important;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-weight: 600;
    letter-spacing: 0.02em;
}

body.binomo-premium-theme a.binomo-link-signin:hover {
    color: var(--color-text-accent) !important;
}

/* Awards strip — лише SVG без рамки / плитки */
body.binomo-premium-theme .awards--svg .item {
    overflow: visible;
    padding-top: 4px;
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

body.binomo-premium-theme .awards--svg .item:hover {
    transform: translateY(-2px);
}

body.binomo-premium-theme .awards--svg .awards__svg-img {
    display: block;
    width: 2rem;
    height: 2rem;
    margin: 0 auto var(--offset-sm-m);
    object-fit: contain;
    transform-origin: center center;
    filter: drop-shadow(0 0 14px rgba(52, 211, 153, 0.55));
    transition: filter 0.25s ease, transform 0.25s ease;
}

body.binomo-premium-theme .awards--svg .awards__item--fe .awards__svg-img {
    filter: drop-shadow(0 0 12px rgba(251, 191, 36, 0.5));
}

body.binomo-premium-theme .awards--svg .awards__item--commission .awards__svg-img {
    filter: drop-shadow(0 0 12px rgba(129, 140, 248, 0.45));
}

body.binomo-premium-theme .awards--svg .awards__item--quotes .awards__svg-img {
    filter: drop-shadow(0 0 12px rgba(34, 211, 238, 0.4));
}

body.binomo-premium-theme .awards--svg .awards__item--secure .awards__svg-img {
    filter: drop-shadow(0 0 14px rgba(74, 222, 128, 0.55));
}

body.binomo-premium-theme .awards--svg .item:hover .awards__svg-img {
    transform: translateY(-1px) scale(1.05);
    filter: drop-shadow(0 0 22px rgba(52, 211, 153, 0.65));
}

body.binomo-premium-theme .awards--svg .awards__item--fe.item:hover .awards__svg-img {
    filter: drop-shadow(0 0 20px rgba(251, 191, 36, 0.65));
}

body.binomo-premium-theme .awards--svg .awards__item--commission.item:hover .awards__svg-img {
    filter: drop-shadow(0 0 20px rgba(129, 140, 248, 0.58));
}

body.binomo-premium-theme .awards--svg .awards__item--quotes.item:hover .awards__svg-img {
    filter: drop-shadow(0 0 20px rgba(34, 211, 238, 0.52));
}

body.binomo-premium-theme .awards--svg .awards__item--secure.item:hover .awards__svg-img {
    filter: drop-shadow(0 0 24px rgba(74, 222, 128, 0.72));
}

body.binomo-premium-theme .awards .text,
body.binomo-premium-theme .awards p {
    color: var(--color-text-secondary) !important;
}

/* Підписи нагород — завжди один рядок (без переносу) */
body.binomo-premium-theme .promo .awards--svg.awards {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: clamp(14px, 2vw, 24px);
    row-gap: clamp(10px, 1.6vw, 16px);
    margin-left: auto;
    margin-right: auto;
    overflow-x: visible;
    box-sizing: border-box;
}

body.binomo-premium-theme .promo .awards--svg.awards .item {
    margin: 0 !important;
    flex-shrink: 0;
}

body.binomo-premium-theme .promo .awards--svg .item .text {
    min-width: 0;
    white-space: nowrap;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: flex-start;
    gap: 0.35em;
}

body.binomo-premium-theme .promo .awards--svg .item > p.text {
    white-space: nowrap;
    margin: 0;
}

body.binomo-premium-theme .promo .awards--svg .item .text p,
body.binomo-premium-theme .promo .awards--svg .item .text p.subtitle {
    white-space: nowrap;
    margin: 0;
}

/* Явний пробіл/розділення між "Financial Commission" та "Category A" */
body.binomo-premium-theme .promo .awards--svg .awards__item--commission .text p.subtitle::before {
    content: " \00b7 ";
}

@media (max-width: 767.98px) {
    body.binomo-premium-theme .promo .awards--svg.awards {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
        row-gap: 10px;
        column-gap: 0;
        overflow-x: visible;
    }

    body.binomo-premium-theme .promo .awards--svg.awards .item {
        width: 100%;
        max-width: 360px;
        display: grid;
        grid-template-columns: 2rem minmax(0, 1fr);
        align-items: center;
        justify-content: start;
        text-align: left;
        column-gap: 10px;
        padding-top: 2px;
    }

    body.binomo-premium-theme .awards--svg .awards__svg-img {
        margin: 0;
        width: 2rem;
        height: 2rem;
        justify-self: center;
    }

    body.binomo-premium-theme .promo .awards--svg .item .text {
        justify-content: flex-start;
    }
}

/* DRT / profitability */
body.binomo-premium-theme .section.drt {
    position: relative;
    overflow: hidden;
}

body.binomo-premium-theme .section.drt::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: var(--border-radius-l);
    background: linear-gradient(135deg, rgba(0, 220, 130, 0.08), transparent 50%, rgba(52, 211, 153, 0.05));
    pointer-events: none;
}

body.binomo-premium-theme .drt__text {
    color: var(--color-text-secondary) !important;
}

body.binomo-premium-theme .drt__image--placeholder {
    background: linear-gradient(145deg, #0f1a14 0%, #111a16 50%, #0a120f 100%) !important;
    border: 1px solid rgba(0, 220, 130, 0.2);
    box-shadow:
        inset 0 1px 0 rgba(52, 211, 153, 0.06),
        0 20px 60px rgba(0, 0, 0, 0.5),
        0 0 80px rgba(0, 220, 100, 0.12);
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-weight: 800 !important;
    color: #4ade80 !important;
    text-shadow: 0 0 60px rgba(52, 211, 153, 0.6);
}

/* -------------------------------------------------------------------------
   DRT — exchange terminal (profitability block)
   ------------------------------------------------------------------------- */
body.binomo-premium-theme .drt-exchange__wrap {
    max-width: min(920px, 100%) !important;
}

body.binomo-premium-theme .drt-exchange__headline {
    max-width: 22ch;
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 1.15;
    background: linear-gradient(135deg, #ecfdf5 0%, #6ee7b7 35%, #34d399 70%, #059669 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    -webkit-text-fill-color: transparent;
}

body.binomo-premium-theme .drt-exchange__terminal {
    width: 100%;
    margin: 0 auto var(--offset-md-l);
    border-radius: calc(var(--border-radius-l) + 4px);
    border: 1px solid rgba(0, 220, 130, 0.22);
    background:
        linear-gradient(165deg, rgba(12, 22, 18, 0.98) 0%, rgba(3, 8, 6, 0.99) 45%, rgba(5, 12, 9, 0.98) 100%);
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.5),
        0 24px 80px rgba(0, 0, 0, 0.55),
        0 0 100px rgba(0, 220, 100, 0.06),
        inset 0 1px 0 rgba(52, 211, 153, 0.08);
    overflow: hidden;
    text-align: left;
}

body.binomo-premium-theme .drt-exchange__chg--up {
    color: #4ade80 !important;
    font-weight: 700;
}

body.binomo-premium-theme .drt-exchange__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

@media (min-width: 768px) {
    body.binomo-premium-theme .drt-exchange__grid {
        grid-template-columns: 1.15fr 0.85fr;
    }

    body.binomo-premium-theme .drt-exchange__stat-panel {
        border-left: 1px solid rgba(0, 220, 130, 0.12);
    }
}

body.binomo-premium-theme .drt-exchange__chart-panel {
    padding: 14px 16px 16px;
    border-bottom: 1px solid rgba(0, 220, 130, 0.1);
}

@media (min-width: 768px) {
    body.binomo-premium-theme .drt-exchange__chart-panel {
        border-bottom: none;
    }
}

body.binomo-premium-theme .drt-exchange__chart {
    position: relative;
    height: clamp(120px, 28vw, 160px);
    border-radius: 8px;
    overflow: hidden;
    background: var(--premium-glass-fill-b) !important;
    -webkit-backdrop-filter: var(--premium-glass-blur);
    backdrop-filter: var(--premium-glass-blur);
    border: 1px solid var(--premium-glass-border);
    box-shadow: var(--premium-glass-inset-top), var(--premium-glass-inset-bottom);
}

body.binomo-premium-theme .drt-exchange__svg {
    display: block;
    width: 100%;
    height: 100%;
}

body.binomo-premium-theme .drt-exchange__stat-panel {
    padding: 18px 16px 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    background: radial-gradient(ellipse 120% 80% at 50% 0%, rgba(0, 220, 130, 0.07), transparent 55%);
}

body.binomo-premium-theme .drt-exchange .drt-exchange__big-num.drt__image--placeholder {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 120px;
    margin: 0 0 16px !important;
    padding: 12px 8px 16px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: clamp(3rem, 12vw, 4.75rem) !important;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.04em;
    background:
        radial-gradient(ellipse 80% 70% at 50% 20%, rgba(52, 211, 153, 0.18), transparent 55%),
        linear-gradient(155deg, #0c1612 0%, #050a08 50%, #080f0c 100%) !important;
    border: 1px solid rgba(52, 211, 153, 0.28);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 0 0 1px rgba(0, 0, 0, 0.4),
        0 16px 48px rgba(0, 0, 0, 0.45),
        0 0 80px rgba(0, 220, 100, 0.15) !important;
    position: relative;
}

body.binomo-premium-theme .drt-exchange__big-num::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.04) 50%, transparent 60%);
    animation: drt-shine 4.5s ease-in-out infinite;
}

body.binomo-premium-theme .drt-exchange__metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px 10px;
    margin: 0;
}

@media (max-width: 380px) {
    body.binomo-premium-theme .drt-exchange__metrics {
        grid-template-columns: 1fr;
    }
}

body.binomo-premium-theme .drt-exchange__metric {
    text-align: center;
    padding: 8px 6px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(0, 220, 130, 0.1);
}

body.binomo-premium-theme .drt-exchange__metric dt {
    margin: 0 0 4px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(107, 136, 120, 0.95) !important;
}

body.binomo-premium-theme .drt-exchange__metric dd {
    margin: 0;
    font-family: ui-monospace, "SF Mono", monospace;
    font-size: 12px;
    font-weight: 700;
    color: #c4f0d8 !important;
}

body.binomo-premium-theme .drt-exchange__sub {
    max-width: 36rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

body.binomo-premium-theme .drt-exchange__cta {
    position: relative;
    overflow: hidden;
    max-width: 340px !important;
    margin-left: auto;
    margin-right: auto;
    font-weight: 800 !important;
    letter-spacing: 0.02em;
    border: 1px solid rgba(52, 211, 153, 0.45) !important;
    box-shadow:
        0 0 40px rgba(0, 220, 130, 0.25),
        0 12px 40px rgba(0, 0, 0, 0.4) !important;
}

body.binomo-premium-theme .drt-exchange__cta:hover {
    box-shadow:
        0 0 56px rgba(0, 220, 130, 0.38),
        0 16px 48px rgba(0, 0, 0, 0.45) !important;
}

@keyframes drt-shine {
    0%,
    100% {
        opacity: 0;
        transform: translateX(-30%);
    }
    35% {
        opacity: 1;
    }
    55% {
        opacity: 0;
        transform: translateX(30%);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.binomo-premium-theme .drt-exchange__big-num::after {
        animation: none;
        opacity: 0;
    }
}

/* Offer cards — скло (чіткіший блік + blur) */
body.binomo-premium-theme .offers-slider .binomo-offers-static .offers-slide {
    position: relative;
    z-index: 0;
}

body.binomo-premium-theme .offers-slider .binomo-offers-static .offers-slide:hover {
    z-index: 3;
}

body.binomo-premium-theme .offers-slider .card {
    position: relative;
    z-index: 1;
    background: var(--premium-glass-fill) !important;
    -webkit-backdrop-filter: var(--premium-glass-blur);
    backdrop-filter: var(--premium-glass-blur);
    border: 1px solid var(--premium-glass-border) !important;
    box-shadow:
        var(--shadow-e2),
        var(--premium-glass-inset-top),
        var(--premium-glass-inset-bottom) !important;
    border-radius: var(--border-radius-l) !important;
    overflow: hidden;
    isolation: isolate;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease,
        backdrop-filter 0.25s ease;
}

body.binomo-premium-theme .offers-slider .card:hover {
    z-index: 2;
    border-color: rgba(255, 255, 255, 0.22) !important;
    box-shadow:
        var(--shadow-e3),
        inset 0 1px 0 rgba(255, 255, 255, 0.28),
        var(--premium-glass-inset-bottom) !important;
    -webkit-backdrop-filter: var(--premium-glass-blur-hover);
    backdrop-filter: var(--premium-glass-blur-hover);
    transform: translateY(-3px);
}

body.binomo-premium-theme .offers-slider .offers-slide:nth-child(1) .card {
    background: var(--premium-glass-fill-a) !important;
}

body.binomo-premium-theme .offers-slider .offers-slide:nth-child(2) .card {
    background: var(--premium-glass-fill-c) !important;
}

body.binomo-premium-theme .offers-slider .offers-slide:nth-child(3) .card {
    background: var(--premium-glass-fill-d) !important;
}

/* TradeLab specials: mobile/tablet autoplay slider (1 card visible) */
@media (max-width: 1023.98px) {
    body.binomo-premium-theme .offers-slider .binomo-offers-static.binomo-offers-static--slider {
        display: block !important;
        position: relative;
        width: min(720px, calc(100% - 24px));
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        box-sizing: border-box;
        touch-action: pan-y;
        overscroll-behavior: contain;
    }

    body.binomo-premium-theme .offers-slider .binomo-offers-static.binomo-offers-static--slider .offers-slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translate3d(8%, 0, 0);
        transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
        margin-right: 0 !important;
        padding-top: 0 !important;
    }

    body.binomo-premium-theme .offers-slider .binomo-offers-static.binomo-offers-static--slider .offers-slide.is-active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translate3d(0, 0, 0);
    }

    /* Ensure image area is visible on tablet slider */
    body.binomo-premium-theme .offers-slider .binomo-offers-static.binomo-offers-static--slider .card {
        flex-direction: column !important;
        height: 100%;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    body.binomo-premium-theme .offers-slider .binomo-offers-static.binomo-offers-static--slider .card__img {
        width: 100% !important;
        min-width: 0 !important;
        height: 200px !important;
        border-radius: var(--border-radius-l) var(--border-radius-l) 0 0 !important;
    }

    body.binomo-premium-theme .offers-slider .binomo-offers-static.binomo-offers-static--slider .card__img:after {
        top: 0 !important;
        height: 100% !important;
        border-radius: 0 !important;
        background-size: cover !important;
        background-position: center bottom !important;
    }

    body.binomo-premium-theme .offers-slider .binomo-offers-static.binomo-offers-static--slider .card__wrap {
        width: 100% !important;
        max-width: none !important;
        box-sizing: border-box;
        padding-left: var(--offset-sm-l) !important;
        padding-right: var(--offset-sm-l) !important;
    }

    /* On touch devices, disable hover lift to prevent visual "jump" and top clipping */
    body.binomo-premium-theme .offers-slider .binomo-offers-static.binomo-offers-static--slider .card,
    body.binomo-premium-theme .offers-slider .binomo-offers-static.binomo-offers-static--slider .card:hover {
        transform: none !important;
    }

    body.binomo-premium-theme .offers-slider .binomo-offers-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin-top: 10px;
    }

    body.binomo-premium-theme .offers-slider .binomo-offers-dot {
        width: 8px;
        height: 8px;
        border: 0;
        border-radius: 999px;
        padding: 0;
        background: rgba(196, 240, 216, 0.28);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
        transition: transform 0.2s ease, background-color 0.2s ease;
    }

    body.binomo-premium-theme .offers-slider .binomo-offers-dot.is-active {
        background: rgba(52, 211, 153, 0.9);
        transform: scale(1.2);
    }

    body.binomo-premium-theme .offers-slider .binomo-offers-dot:focus {
        outline: none;
        box-shadow: 0 0 0 2px rgba(52, 211, 153, 0.35);
    }
}

@media (max-width: 420px) {
    body.binomo-premium-theme .offers-slider .binomo-offers-static.binomo-offers-static--slider {
        max-width: 360px;
    }
}

body.binomo-premium-theme .offers-slider .card__text {
    color: var(--color-text-accent) !important;
}

body.binomo-premium-theme .offers-slider .card__title {
    color: var(--color-text-primary) !important;
}

/* Stats */
body.binomo-premium-theme .indicators .title {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-weight: 800 !important;
    color: #4ade80 !important;
    text-shadow: 0 0 32px rgba(74, 222, 128, 0.35);
}

body.binomo-premium-theme .indicators .subtitle {
    color: var(--color-text-secondary) !important;
}

body.binomo-premium-theme .reviews__wrapper.glass {
    border: 1px solid var(--premium-glass-border);
    background: var(--premium-glass-fill-b) !important;
    -webkit-backdrop-filter: var(--premium-glass-blur);
    backdrop-filter: var(--premium-glass-blur);
    border-radius: var(--border-radius-l);
    box-shadow: var(--premium-glass-inset-top), var(--premium-glass-inset-bottom);
}

/* Benefits — readable on black + card blocks */
body.binomo-premium-theme .benefits .wrap {
    color: var(--color-text-primary) !important;
    text-align: center;
}

body.binomo-premium-theme .benefits .article {
    color: var(--color-text-primary) !important;
    max-width: 36ch;
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 1.2;
}

body.binomo-premium-theme .benefits .row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--offset-md-m);
    max-width: 1120px;
    margin: var(--offset-md-l) auto 0;
    flex-wrap: unset !important;
    justify-content: unset !important;
}

@media (max-width: 420px) {
    body.binomo-premium-theme .benefits .row {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 1200px) {
    body.binomo-premium-theme .benefits .row {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

body.binomo-premium-theme .benefits .item {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 0 !important;
    padding: var(--offset-md-m) var(--offset-md-l) !important;
    text-align: left;
    border-radius: var(--border-radius-l);
    border: 1px solid var(--premium-glass-border) !important;
    background: var(--premium-glass-fill) !important;
    -webkit-backdrop-filter: var(--premium-glass-blur);
    backdrop-filter: var(--premium-glass-blur);
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.35),
        0 12px 40px rgba(0, 0, 0, 0.35),
        var(--premium-glass-inset-top),
        var(--premium-glass-inset-bottom);
    isolation: isolate;
    overflow: hidden;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease,
        backdrop-filter 0.22s ease;
}

body.binomo-premium-theme .benefits .row .item:nth-child(1) {
    background: var(--premium-glass-fill-a) !important;
}

body.binomo-premium-theme .benefits .row .item:nth-child(2) {
    background: var(--premium-glass-fill-c) !important;
}

body.binomo-premium-theme .benefits .row .item:nth-child(3) {
    background: var(--premium-glass-fill-d) !important;
}

body.binomo-premium-theme .benefits .row .item:nth-child(4) {
    background: var(--premium-glass-fill-b) !important;
}

body.binomo-premium-theme .benefits .item:hover {
    z-index: 3;
    border-color: rgba(255, 255, 255, 0.22) !important;
    -webkit-backdrop-filter: var(--premium-glass-blur-hover);
    backdrop-filter: var(--premium-glass-blur-hover);
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.4),
        0 16px 48px rgba(0, 0, 0, 0.45),
        0 0 48px rgba(0, 220, 100, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.26),
        var(--premium-glass-inset-bottom);
    transform: translateY(-2px);
}

body.binomo-premium-theme .benefits .item .title {
    color: #e8fdf4 !important;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-weight: 800 !important;
    line-height: 1.25;
    margin-bottom: var(--offset-sm-m) !important;
}

body.binomo-premium-theme .benefits .text-body {
    flex: 1 1 auto;
    color: rgba(196, 240, 216, 0.82) !important;
    line-height: 1.5;
    margin: 0;
    font-weight: 500;
    min-height: calc(1.5em * 4);
}

@media (max-width: 1023.98px) {
    body.binomo-premium-theme .benefits .row.benefits-row--slider {
        display: block !important;
        position: relative;
        max-width: min(720px, 100%);
        overflow: hidden;
    }

    body.binomo-premium-theme .benefits .row.benefits-row--slider .item {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translate3d(0, 0, 0);
        transition: opacity 0.35s ease, visibility 0.35s ease;
        margin: 0 !important;
    }

    body.binomo-premium-theme .benefits .row.benefits-row--slider .item.is-active {
        position: relative;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translate3d(0, 0, 0);
    }
}

/* Payments */
body.binomo-premium-theme .new-pay__subtitle {
    color: var(--color-text-secondary) !important;
}

body.binomo-premium-theme .new-pay__card {
    border-radius: var(--border-radius-l);
    border: 1px solid var(--premium-glass-border);
    background: var(--premium-glass-fill) !important;
    -webkit-backdrop-filter: var(--premium-glass-blur);
    backdrop-filter: var(--premium-glass-blur);
    box-shadow: var(--premium-glass-inset-top), var(--premium-glass-inset-bottom);
    transition: border-color 0.2s ease, background 0.2s ease, backdrop-filter 0.2s ease;
}

body.binomo-premium-theme .new-pay__cards .new-pay__card:nth-child(1) {
    background: var(--premium-glass-fill-c) !important;
}

body.binomo-premium-theme .new-pay__cards .new-pay__card:nth-child(2) {
    background: var(--premium-glass-fill-e) !important;
}

body.binomo-premium-theme .new-pay__cards .new-pay__card:nth-child(3) {
    background: var(--premium-glass-fill-b) !important;
}

body.binomo-premium-theme .new-pay__cards .new-pay__card:nth-child(4) {
    background: var(--premium-glass-fill-d) !important;
}

body.binomo-premium-theme .new-pay__card:hover {
    border-color: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: var(--premium-glass-blur-hover);
    backdrop-filter: var(--premium-glass-blur-hover);
}

/* Charity — exchange-style “impact terminal” */
body.binomo-premium-theme .charity-block--exchange .charity-block__container {
    max-width: min(1120px, 100%);
    padding-left: var(--offset-sm-l);
    padding-right: var(--offset-sm-l);
}

body.binomo-premium-theme .charity-block__exchange-shell {
    border-radius: calc(var(--border-radius-l) + 4px);
    border: 1px solid rgba(0, 220, 130, 0.2);
    background: linear-gradient(165deg, rgba(10, 20, 16, 0.97) 0%, rgba(3, 8, 6, 0.99) 50%, rgba(6, 12, 9, 0.98) 100%);
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.45),
        0 24px 72px rgba(0, 0, 0, 0.5),
        0 0 100px rgba(0, 220, 100, 0.05),
        inset 0 1px 0 rgba(52, 211, 153, 0.07);
    overflow: hidden;
}

body.binomo-premium-theme .charity-block--exchange .charity-block__block-text {
    text-align: center;
    padding: var(--offset-md-l) var(--offset-md-l) var(--offset-sm-l);
}

body.binomo-premium-theme .charity-block--exchange .charity-block__title {
    margin: 0 0 var(--offset-sm-s);
    max-width: 28ch;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.15;
    background: linear-gradient(135deg, #ecfdf5 0%, #6ee7b7 40%, #34d399 85%, #059669 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    -webkit-text-fill-color: transparent;
}

body.binomo-premium-theme .charity-block--exchange .charity-block__subtitle {
    margin: 0;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(110, 231, 183, 0.65) !important;
}

body.binomo-premium-theme .charity-block--exchange .charity-block__cards {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: var(--offset-md-m);
    padding: 0 var(--offset-md-l) var(--offset-md-l);
    margin: 0 !important;
}

@media (min-width: 768px) {
    body.binomo-premium-theme .charity-block--exchange .charity-block__cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: var(--offset-md-m);
    }
}

@media (max-width: 1023.98px) {
    body.binomo-premium-theme .charity-block--exchange .charity-block__cards.charity-block__cards--slider {
        display: block !important;
        position: relative;
    }

    body.binomo-premium-theme .charity-block--exchange .charity-block__cards.charity-block__cards--slider .charity-block__card.glass {
        display: none !important;
        margin: 0 !important;
    }

    body.binomo-premium-theme .charity-block--exchange .charity-block__cards.charity-block__cards--slider .charity-block__card.glass.is-active {
        display: flex !important;
    }
}

body.binomo-premium-theme .charity-block--exchange .charity-block__card.glass {
    position: relative;
    z-index: 0;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid var(--premium-glass-border) !important;
    border-radius: var(--border-radius-l) !important;
    background: var(--premium-glass-fill) !important;
    -webkit-backdrop-filter: var(--premium-glass-blur);
    backdrop-filter: var(--premium-glass-blur);
    box-shadow:
        var(--premium-glass-inset-top),
        var(--premium-glass-inset-bottom),
        0 12px 36px rgba(0, 0, 0, 0.35);
    isolation: isolate;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease,
        backdrop-filter 0.22s ease;
}

body.binomo-premium-theme .charity-block--exchange .charity-block__card.glass:hover {
    z-index: 3;
    border-color: rgba(255, 255, 255, 0.22) !important;
    -webkit-backdrop-filter: var(--premium-glass-blur-hover);
    backdrop-filter: var(--premium-glass-blur-hover);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.26),
        var(--premium-glass-inset-bottom),
        0 16px 48px rgba(0, 0, 0, 0.45),
        0 0 40px rgba(0, 220, 100, 0.06);
    transform: translateY(-3px);
}

body.binomo-premium-theme .charity-block--exchange .charity-block__card.glass:nth-child(1) {
    background: var(--premium-glass-fill-e) !important;
}

body.binomo-premium-theme .charity-block--exchange .charity-block__card.glass:nth-child(2) {
    background: var(--premium-glass-fill-b) !important;
}

body.binomo-premium-theme .charity-block--exchange .charity-block__card.glass:nth-child(3) {
    background: var(--premium-glass-fill-c) !important;
}

body.binomo-premium-theme .charity-block__row-id {
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 2;
    font-family: ui-monospace, "SF Mono", monospace;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: rgba(52, 211, 153, 0.35);
}

body.binomo-premium-theme .charity-block--exchange .charity-block__image-inner {
    position: relative;
    min-height: 132px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    border-bottom: 1px solid rgba(0, 220, 130, 0.12);
    background-color: #040807 !important;
    background-image:
        linear-gradient(180deg, rgba(0, 220, 130, 0.09) 0%, transparent 45%),
        linear-gradient(90deg, rgba(52, 211, 153, 0.04) 1px, transparent 1px),
        linear-gradient(180deg, rgba(52, 211, 153, 0.04) 1px, transparent 1px) !important;
    background-size: 100% 100%, 24px 24px, 24px 24px !important;
    background-position: 0 0, 0 0, 0 0 !important;
    overflow: hidden;
}

body.binomo-premium-theme .charity-block--exchange .charity-block__image-inner::after {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: 14px;
    height: 48px;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(52, 211, 153, 0.15) 12%,
        rgba(52, 211, 153, 0.45) 35%,
        rgba(16, 185, 129, 0.35) 55%,
        rgba(52, 211, 153, 0.5) 78%,
        rgba(52, 211, 153, 0.2) 100%
    );
    clip-path: polygon(0 85%, 6% 55%, 14% 70%, 22% 40%, 30% 50%, 38% 28%, 46% 45%, 54% 22%, 62% 38%, 70% 18%, 78% 35%, 86% 12%, 94% 28%, 100% 8%, 100% 100%, 0 100%);
    opacity: 0.85;
}

body.binomo-premium-theme .charity-block--exchange .charity-block__card:nth-child(2) .charity-block__image-inner::after {
    clip-path: polygon(0 65%, 10% 45%, 20% 62%, 30% 32%, 40% 48%, 50% 25%, 60% 42%, 70% 20%, 80% 38%, 90% 15%, 100% 30%, 100% 100%, 0 100%);
    opacity: 0.75;
}

body.binomo-premium-theme .charity-block--exchange .charity-block__card:nth-child(3) .charity-block__image-inner::after {
    clip-path: polygon(0 75%, 12% 50%, 24% 68%, 36% 38%, 48% 55%, 60% 30%, 72% 48%, 84% 22%, 100% 40%, 100% 100%, 0 100%);
    opacity: 0.8;
}

body.binomo-premium-theme .charity-block--exchange .charity-block__card-text {
    padding: var(--offset-md-s) var(--offset-md-m) var(--offset-md-m) !important;
    text-align: left !important;
    color: rgba(196, 240, 216, 0.88) !important;
    line-height: 1.45;
    font-weight: 600 !important;
}

body.binomo-premium-theme .charity-block__signature-wrap {
    margin: 0;
    padding: var(--offset-md-l) var(--offset-md-l) var(--offset-lg-s);
    border-top: 1px solid rgba(0, 220, 130, 0.12);
    background: linear-gradient(180deg, rgba(0, 220, 130, 0.05) 0%, transparent 70%);
    text-align: center;
}

body.binomo-premium-theme .charity-block__signature {
    margin: 0 auto;
    max-width: 38ch;
    text-align: center;
    line-height: 1.4;
    background: linear-gradient(90deg, #34d399, #6ee7b7, #a7f3d0);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 28px rgba(52, 211, 153, 0.25));
}

/* Mobile apps — exchange terminal panel */
body.binomo-premium-theme .mobile-block--exchange .container {
    max-width: min(1120px, 100%);
    padding-left: var(--offset-sm-l);
    padding-right: var(--offset-sm-l);
    margin-left: auto;
    margin-right: auto;
}

body.binomo-premium-theme .mobile-exchange__shell {
    border-radius: calc(var(--border-radius-l) + 4px);
    border: 1px solid rgba(0, 220, 130, 0.2);
    background: linear-gradient(165deg, rgba(10, 20, 16, 0.97) 0%, rgba(3, 8, 6, 0.99) 100%);
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.45),
        0 24px 72px rgba(0, 0, 0, 0.5),
        0 0 100px rgba(0, 220, 100, 0.05),
        inset 0 1px 0 rgba(52, 211, 153, 0.07);
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

body.binomo-premium-theme .mobile-block--exchange .mobile-exchange__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--offset-md-l);
    align-items: center;
    padding: var(--offset-md-l);
}

@media (min-width: 900px) {
    body.binomo-premium-theme .mobile-block--exchange .mobile-exchange__grid {
        grid-template-columns: minmax(200px, 0.9fr) minmax(0, 1.1fr);
        gap: var(--offset-lg-s);
        padding: var(--offset-lg-s) var(--offset-md-l);
    }
}

body.binomo-premium-theme .mobile-block--exchange .mobile-exchange__visual {
    position: relative;
    min-height: 220px;
    width: min(100%, 460px);
    margin-left: auto;
    margin-right: auto;
    border-radius: var(--border-radius-l);
    border: 1px solid rgba(0, 220, 130, 0.14);
    background-color: #030806 !important;
    background-image:
        linear-gradient(180deg, rgba(0, 220, 130, 0.06) 0%, transparent 40%),
        linear-gradient(90deg, rgba(52, 211, 153, 0.05) 1px, transparent 1px),
        linear-gradient(180deg, rgba(52, 211, 153, 0.05) 1px, transparent 1px) !important;
    background-size: 100% 100%, 20px 20px, 20px 20px !important;
    box-shadow: inset 0 1px 0 rgba(52, 211, 153, 0.06), 0 16px 48px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}

body.binomo-premium-theme .mobile-block--exchange .mobile-exchange__visual::after {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 18%;
    height: 32%;
    pointer-events: none;
    opacity: 0.75;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(52, 211, 153, 0.2) 20%,
        rgba(52, 211, 153, 0.45) 45%,
        rgba(16, 185, 129, 0.35) 70%,
        rgba(52, 211, 153, 0.25)
    );
    clip-path: polygon(0 80%, 15% 40%, 30% 60%, 45% 25%, 60% 45%, 75% 20%, 90% 50%, 100% 30%, 100% 100%, 0 100%);
}

body.binomo-premium-theme .mobile-block--exchange .mobile-exchange__title {
    margin: 0 0 var(--offset-sm-l);
    text-align: left !important;
    line-height: 1.12;
    background: linear-gradient(135deg, #ecfdf5 0%, #6ee7b7 40%, #34d399 90%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 24px rgba(52, 211, 153, 0.2));
}

body.binomo-premium-theme .mobile-block--exchange .mobile-exchange__lead {
    margin: 0 0 var(--offset-md-l);
    text-align: left !important;
    max-width: 36rem;
    line-height: 1.55;
    color: rgba(196, 240, 216, 0.82) !important;
    font-weight: 500 !important;
}

body.binomo-premium-theme .mobile-block--exchange .mobile-exchange__links {
    margin: 0;
}

/* Мобільні стори: підпис + текстове посилання (без SVG-бейджів) */
body.binomo-premium-theme .mobile-exchange__stores-table.icons {
    display: table !important;
}

body.binomo-premium-theme .mobile-exchange__stores-table {
    width: 100%;
    max-width: 380px;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    margin: 0;
}

body.binomo-premium-theme .mobile-exchange__stores-table tbody tr:first-child td {
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(0, 220, 130, 0.1);
}

body.binomo-premium-theme .mobile-exchange__stores-table tbody tr:last-child td {
    padding-top: 6px;
}

body.binomo-premium-theme .mobile-exchange__store-label-cell {
    vertical-align: middle;
    width: 38%;
    padding: 5px 10px 5px 0;
    margin: 0;
    border: none;
}

body.binomo-premium-theme .mobile-exchange__store-badge-cell {
    vertical-align: middle;
    padding: 5px 0;
    margin: 0;
    border: none;
}

body.binomo-premium-theme .mobile-exchange__store-label {
    display: block;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(110, 231, 183, 0.75) !important;
    line-height: 1.25;
    text-align: left;
    text-wrap: balance;
    max-width: 11rem;
}

body.binomo-premium-theme .mobile-exchange__store-badge {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    padding: 6px 10px;
    border-radius: var(--border-radius-s, 8px);
    border: 1px solid rgba(0, 220, 130, 0.18);
    background: rgba(0, 0, 0, 0.35);
    text-decoration: none !important;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.binomo-premium-theme .mobile-exchange__store-badge:hover {
    border-color: rgba(52, 211, 153, 0.4);
    box-shadow: 0 0 24px rgba(0, 220, 100, 0.1);
    transform: translateY(-1px);
}

body.binomo-premium-theme .mobile-exchange__store-badge--text {
    font-family: "Plus Jakarta Sans", "Nunito Sans", sans-serif !important;
    font-weight: 700 !important;
    font-size: 0.9375rem !important;
    letter-spacing: 0.03em;
    color: #ecfdf5 !important;
    min-height: 2.5rem;
    padding: 10px 14px !important;
    background: var(--premium-glass-fill) !important;
    -webkit-backdrop-filter: var(--premium-glass-blur);
    backdrop-filter: var(--premium-glass-blur);
    border-color: var(--premium-glass-border) !important;
    box-shadow: var(--premium-glass-inset-top), var(--premium-glass-inset-bottom);
}

body.binomo-premium-theme .mobile-exchange__stores-table tbody tr:nth-child(1) .mobile-exchange__store-badge--text {
    background: var(--premium-glass-fill-b) !important;
}

body.binomo-premium-theme .mobile-exchange__stores-table tbody tr:nth-child(2) .mobile-exchange__store-badge--text {
    background: var(--premium-glass-fill-d) !important;
}

body.binomo-premium-theme .mobile-exchange__store-img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 30px;
    object-fit: contain;
    object-position: left center;
}

body.binomo-premium-theme .mobile-exchange__extras {
    display: flex;
    flex-wrap: wrap;
    gap: var(--offset-sm-m);
    margin-top: var(--offset-md-s);
    padding-top: var(--offset-md-s);
    border-top: 1px solid rgba(0, 220, 130, 0.1);
}

body.binomo-premium-theme .mobile-exchange__extra {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border-radius: var(--border-radius-m);
    border: 1px solid rgba(0, 220, 130, 0.12);
    background: rgba(0, 0, 0, 0.28);
    transition: border-color 0.2s ease, transform 0.2s ease;
}

body.binomo-premium-theme .mobile-exchange__extra:hover {
    border-color: rgba(52, 211, 153, 0.3);
    transform: translateY(-1px);
}

body.binomo-premium-theme .mobile-exchange__extra img {
    display: block;
    max-height: 44px;
    width: auto;
}

@media (prefers-reduced-motion: reduce) {
    body.binomo-premium-theme .mobile-exchange__store-badge:hover,
    body.binomo-premium-theme .mobile-exchange__extra:hover {
        transform: none;
    }
}

/* Mobile block (legacy bundle text) */
body.binomo-premium-theme .mobile .desc .text {
    color: var(--color-text-secondary) !important;
}

/* Partner */
body.binomo-premium-theme .partner__text {
    color: var(--color-text-secondary) !important;
}

/* Partner perks: one horizontal row, nowrap; overflow → marquee or horizontal scroll */
body.binomo-premium-theme .partner-oppot {
    margin-top: var(--offset-md-l);
    width: 100%;
    min-width: 0;
}

body.binomo-premium-theme .partner-oppot__viewport {
    width: 100%;
    min-width: 0;
}

body.binomo-premium-theme .partner-oppot__track {
    min-width: 0;
}

body.binomo-premium-theme .partner-oppot .oppot__list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center;
    gap: var(--offset-md-m);
    width: max-content;
    max-width: none !important;
}

body.binomo-premium-theme .partner-oppot .oppot__item {
    flex: 0 0 auto !important;
    max-width: none !important;
    width: auto !important;
    margin: 0 !important;
    border-left: 2px solid rgba(0, 220, 130, 0.28);
    padding-left: var(--offset-md-m) !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
}

body.binomo-premium-theme .partner-oppot .oppot__item:first-child {
    border-left: none !important;
    padding-left: 0 !important;
}

body.binomo-premium-theme .partner-oppot .item__title {
    white-space: nowrap !important;
    text-align: left !important;
    color: #e8fdf4 !important;
    font-family: "Plus Jakarta Sans", "Nunito Sans", sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 0.01em;
    margin: 0 !important;
}

body.binomo-premium-theme .partner-oppot--static .partner-oppot__track {
    display: flex;
    justify-content: center;
    width: 100%;
}

body.binomo-premium-theme .partner-oppot--static .partner-oppot__list--clone {
    display: none !important;
}

body.binomo-premium-theme .partner-oppot--marquee .partner-oppot__viewport {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

body.binomo-premium-theme .partner-oppot--marquee .partner-oppot__track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: max-content;
    animation: partner-oppot-marquee 32s linear infinite;
}

body.binomo-premium-theme .partner-oppot--marquee .partner-oppot__list--clone {
    display: flex !important;
    padding-left: var(--offset-lg-s);
}

body.binomo-premium-theme .partner-oppot--marquee:hover .partner-oppot__track {
    animation-play-state: paused;
}

body.binomo-premium-theme .partner-oppot--scroll .partner-oppot__viewport {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: rgba(52, 211, 153, 0.45) rgba(0, 0, 0, 0.2);
}

body.binomo-premium-theme .partner-oppot--scroll .partner-oppot__track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: max-content;
    padding-bottom: 4px;
}

body.binomo-premium-theme .partner-oppot--scroll .partner-oppot__list--clone {
    display: none !important;
}

@keyframes partner-oppot-marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.binomo-premium-theme .partner-oppot--marquee .partner-oppot__track {
        animation: none;
    }
}

/* Simple block — exchange-style “trader workspace” */
body.binomo-premium-theme .simple:not(.simple--exchange) .item .text {
    color: var(--color-text-secondary) !important;
}

body.binomo-premium-theme .simple--exchange {
    position: relative;
    max-width: min(1120px, 100%) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: var(--offset-sm-l) !important;
    padding-right: var(--offset-sm-l) !important;
}

body.binomo-premium-theme .simple--exchange.container {
    text-align: left;
}

body.binomo-premium-theme .simple-exchange__shell {
    border-radius: calc(var(--border-radius-l) + 4px);
    border: 1px solid rgba(0, 220, 130, 0.2);
    background: linear-gradient(165deg, rgba(10, 20, 16, 0.97) 0%, rgba(3, 8, 6, 0.99) 100%);
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.45),
        0 24px 72px rgba(0, 0, 0, 0.5),
        0 0 100px rgba(0, 220, 100, 0.05),
        inset 0 1px 0 rgba(52, 211, 153, 0.07);
    overflow: hidden;
}

body.binomo-premium-theme .simple--exchange #bg-simple.simple-exchange__band {
    position: relative !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    height: 100px !important;
    min-height: 100px;
    margin: 0 !important;
    border-radius: 0 !important;
    border-bottom: 1px solid rgba(0, 220, 130, 0.12);
    background-color: #030806 !important;
    background-image:
        linear-gradient(180deg, rgba(0, 220, 130, 0.07) 0%, transparent 45%),
        linear-gradient(90deg, rgba(52, 211, 153, 0.05) 1px, transparent 1px),
        linear-gradient(180deg, rgba(52, 211, 153, 0.05) 1px, transparent 1px) !important;
    background-size: 100% 100%, 22px 22px, 22px 22px !important;
    box-shadow: inset 0 1px 0 rgba(52, 211, 153, 0.05);
}

body.binomo-premium-theme .simple--exchange #bg-simple.simple-exchange__band::after {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: 18px;
    height: 36%;
    pointer-events: none;
    opacity: 0.8;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(52, 211, 153, 0.2) 18%,
        rgba(52, 211, 153, 0.5) 42%,
        rgba(16, 185, 129, 0.35) 65%,
        rgba(52, 211, 153, 0.25) 100%
    );
    clip-path: polygon(0 88%, 12% 52%, 24% 68%, 38% 38%, 52% 55%, 66% 28%, 80% 48%, 92% 22%, 100% 42%, 100% 100%, 0 100%);
}

body.binomo-premium-theme .simple--exchange .simple-exchange__wrap {
    position: relative !important;
    margin: 0 auto !important;
    max-width: none !important;
    padding: var(--offset-md-l) var(--offset-md-l) var(--offset-lg-s) !important;
}

@media (min-width: 768px) {
    body.binomo-premium-theme .simple--exchange .simple-exchange__wrap {
        padding: var(--offset-lg-s) var(--offset-lg-s) var(--offset-lg-s) !important;
    }
}

body.binomo-premium-theme .simple--exchange .simple-exchange__heading {
    margin: 0 0 var(--offset-md-l) !important;
    text-align: center !important;
    line-height: 1.15;
    background: linear-gradient(135deg, #ecfdf5 0%, #6ee7b7 40%, #34d399 90%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 24px rgba(52, 211, 153, 0.2));
}

body.binomo-premium-theme .simple--exchange .simple-exchange__grid {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: var(--offset-md-m);
    padding: 0 !important;
    flex-direction: unset !important;
    justify-content: unset !important;
}

@media (min-width: 900px) {
    body.binomo-premium-theme .simple--exchange .simple-exchange__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-items: stretch;
    }
}

body.binomo-premium-theme .simple--exchange .simple-exchange__card {
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: var(--offset-md-m) var(--offset-md-l) var(--offset-md-l) !important;
    align-items: stretch !important;
    flex-direction: column !important;
    text-align: left !important;
    border: 1px solid var(--premium-glass-border) !important;
    border-radius: var(--border-radius-l);
    background: var(--premium-glass-fill) !important;
    -webkit-backdrop-filter: var(--premium-glass-blur);
    backdrop-filter: var(--premium-glass-blur);
    box-shadow:
        var(--premium-glass-inset-top),
        var(--premium-glass-inset-bottom),
        0 12px 36px rgba(0, 0, 0, 0.35);
    isolation: isolate;
    overflow: hidden;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease,
        backdrop-filter 0.22s ease;
}

body.binomo-premium-theme .simple--exchange .simple-exchange__card:hover {
    z-index: 3;
    border-color: rgba(255, 255, 255, 0.22) !important;
    -webkit-backdrop-filter: var(--premium-glass-blur-hover);
    backdrop-filter: var(--premium-glass-blur-hover);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.26),
        var(--premium-glass-inset-bottom),
        0 16px 48px rgba(0, 0, 0, 0.45),
        0 0 40px rgba(0, 220, 100, 0.06);
    transform: translateY(-3px);
}

body.binomo-premium-theme .simple--exchange .simple-exchange__grid > .simple-exchange__card:nth-child(1) {
    background: var(--premium-glass-fill-d) !important;
}

body.binomo-premium-theme .simple--exchange .simple-exchange__grid > .simple-exchange__card:nth-child(2) {
    background: var(--premium-glass-fill-a) !important;
}

body.binomo-premium-theme .simple--exchange .simple-exchange__grid > .simple-exchange__card:nth-child(3) {
    background: var(--premium-glass-fill-e) !important;
}

body.binomo-premium-theme .simple--exchange .simple-exchange__row {
    position: absolute;
    top: 12px;
    right: 14px;
    z-index: 1;
    font-family: ui-monospace, "SF Mono", monospace;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: rgba(52, 211, 153, 0.35);
}

body.binomo-premium-theme .simple--exchange .simple-exchange__card-accent {
    height: 3px;
    margin: 0 0 var(--offset-sm-l);
    border-radius: 2px;
    background: linear-gradient(90deg, #047857, #10b981, #6ee7b7);
    opacity: 0.9;
}

body.binomo-premium-theme .simple--exchange .simple-exchange__card-accent--b {
    background: linear-gradient(90deg, #0f766e, #14b8a6, #a7f3d0);
}

body.binomo-premium-theme .simple--exchange .simple-exchange__card-accent--c {
    background: linear-gradient(90deg, #065f46, #059669, #34d399);
}

body.binomo-premium-theme .simple--exchange .simple-exchange__card .title {
    margin: 0 0 var(--offset-sm-m) !important;
    color: #e8fdf4 !important;
    font-family: "Plus Jakarta Sans", "Nunito Sans", sans-serif !important;
    font-weight: 800 !important;
    text-align: left !important;
    line-height: 1.25;
}

body.binomo-premium-theme .simple--exchange .simple-exchange__card .text {
    margin: 0 !important;
    color: rgba(196, 240, 216, 0.86) !important;
    line-height: 1.55;
    text-align: left !important;
    font-weight: 500 !important;
}

/* Safety — legacy + exchange “security terminal” */
body.binomo-premium-theme .safety:not(.safety--exchange) .safety__desc,
body.binomo-premium-theme .safety:not(.safety--exchange) .safety__quote {
    color: var(--color-text-secondary) !important;
}

body.binomo-premium-theme .cards__item.glass {
    border: 1px solid var(--premium-glass-border) !important;
    background: var(--premium-glass-fill) !important;
    -webkit-backdrop-filter: var(--premium-glass-blur);
    backdrop-filter: var(--premium-glass-blur);
    box-shadow: var(--premium-glass-inset-top), var(--premium-glass-inset-bottom);
    transition: border-color 0.2s ease, transform 0.2s ease, backdrop-filter 0.2s ease;
}

body.binomo-premium-theme .cards__item.glass:hover {
    border-color: rgba(255, 255, 255, 0.2) !important;
    -webkit-backdrop-filter: var(--premium-glass-blur-hover);
    backdrop-filter: var(--premium-glass-blur-hover);
    transform: translateY(-2px);
}

body.binomo-premium-theme .cards__desc {
    color: var(--color-text-primary) !important;
}

body.binomo-premium-theme .safety__notice a {
    color: var(--color-text-accent) !important;
}

body.binomo-premium-theme .safety-exchange__container {
    max-width: min(1120px, 100%) !important;
    padding-left: var(--offset-sm-l);
    padding-right: var(--offset-sm-l);
}

body.binomo-premium-theme .safety-exchange__shell {
    border-radius: calc(var(--border-radius-l) + 4px);
    border: 1px solid rgba(0, 220, 130, 0.2);
    background: linear-gradient(165deg, rgba(10, 20, 16, 0.97) 0%, rgba(3, 8, 6, 0.99) 100%);
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.45),
        0 24px 72px rgba(0, 0, 0, 0.5),
        0 0 100px rgba(0, 220, 100, 0.05),
        inset 0 1px 0 rgba(52, 211, 153, 0.07);
    overflow: hidden;
}

body.binomo-premium-theme .safety--exchange .safety__image.safety-exchange__band {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    height: 100px !important;
    min-height: 100px;
    margin: 0 !important;
    border-radius: 0 !important;
    border-bottom: 1px solid rgba(0, 220, 130, 0.12);
    background-color: #030806 !important;
    background-image:
        linear-gradient(180deg, rgba(220, 38, 38, 0.06) 0%, transparent 35%),
        linear-gradient(180deg, rgba(0, 220, 130, 0.06) 0%, transparent 50%),
        linear-gradient(90deg, rgba(52, 211, 153, 0.05) 1px, transparent 1px),
        linear-gradient(180deg, rgba(52, 211, 153, 0.05) 1px, transparent 1px) !important;
    background-size: 100% 100%, 100% 100%, 22px 22px, 22px 22px !important;
    box-shadow: inset 0 1px 0 rgba(52, 211, 153, 0.05);
}

@media (max-width: 1023.98px) {
    body.binomo-premium-theme .safety--exchange .safety__image.safety-exchange__band {
        margin-left: auto !important;
        margin-right: auto !important;
        background-position: center top, center top, center top, center top !important;
    }
}

body.binomo-premium-theme .safety--exchange .safety__image.safety-exchange__band::after {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: 16px;
    height: 38%;
    pointer-events: none;
    opacity: 0.82;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(52, 211, 153, 0.15) 15%,
        rgba(52, 211, 153, 0.45) 40%,
        rgba(16, 185, 129, 0.35) 62%,
        rgba(52, 211, 153, 0.2) 88%,
        transparent
    );
    clip-path: polygon(0 92%, 10% 58%, 22% 72%, 34% 42%, 46% 62%, 58% 35%, 70% 55%, 82% 28%, 94% 48%, 100% 32%, 100% 100%, 0 100%);
}

body.binomo-premium-theme .safety-exchange__body {
    padding: var(--offset-md-l) var(--offset-md-l) var(--offset-lg-s);
}

@media (min-width: 768px) {
    body.binomo-premium-theme .safety-exchange__body {
        padding: var(--offset-lg-s) var(--offset-lg-s) var(--offset-lg-s);
    }
}

body.binomo-premium-theme .safety--exchange .safety-exchange__title {
    margin: 0 0 var(--offset-sm-m);
    text-align: center;
    line-height: 1.15;
    background: linear-gradient(135deg, #ecfdf5 0%, #6ee7b7 38%, #34d399 88%, #059669 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 28px rgba(52, 211, 153, 0.22));
}

body.binomo-premium-theme .safety--exchange .safety-exchange__intro {
    margin: 0 auto var(--offset-md-l);
    max-width: 42rem;
    text-align: center;
    line-height: 1.55;
    color: rgba(196, 240, 216, 0.82) !important;
    font-weight: 500 !important;
}

body.binomo-premium-theme .safety--exchange .safety-exchange__grid {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: var(--offset-md-m);
    margin-bottom: var(--offset-md-l) !important;
}

@media (min-width: 900px) {
    body.binomo-premium-theme .safety--exchange .safety-exchange__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-items: stretch;
    }
}

body.binomo-premium-theme .safety--exchange .safety-exchange__grid .cards__wrap {
    position: relative;
    z-index: 0;
    margin: 0 !important;
    width: 100% !important;
    height: 100%;
}

body.binomo-premium-theme .safety--exchange .safety-exchange__card.cards__item.glass {
    position: relative;
    z-index: 0;
    height: 100%;
    padding: var(--offset-md-m) var(--offset-md-m) var(--offset-md-l) !important;
    border: 1px solid var(--premium-glass-border) !important;
    border-radius: var(--border-radius-l) !important;
    background: var(--premium-glass-fill) !important;
    -webkit-backdrop-filter: var(--premium-glass-blur);
    backdrop-filter: var(--premium-glass-blur);
    box-shadow:
        var(--premium-glass-inset-top),
        var(--premium-glass-inset-bottom),
        0 12px 36px rgba(0, 0, 0, 0.35);
    isolation: isolate;
    overflow: hidden;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease,
        backdrop-filter 0.22s ease;
}

body.binomo-premium-theme .safety--exchange .safety-exchange__card.cards__item.glass:hover {
    z-index: 3;
    border-color: rgba(255, 255, 255, 0.22) !important;
    -webkit-backdrop-filter: var(--premium-glass-blur-hover);
    backdrop-filter: var(--premium-glass-blur-hover);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.26),
        var(--premium-glass-inset-bottom),
        0 16px 48px rgba(0, 0, 0, 0.45),
        0 0 40px rgba(0, 220, 100, 0.06);
    transform: translateY(-3px);
}

body.binomo-premium-theme .safety--exchange .safety-exchange__grid .cards__wrap:nth-child(1) .safety-exchange__card.cards__item.glass {
    background: var(--premium-glass-fill-c) !important;
}

body.binomo-premium-theme .safety--exchange .safety-exchange__grid .cards__wrap:nth-child(2) .safety-exchange__card.cards__item.glass {
    background: var(--premium-glass-fill-a) !important;
}

body.binomo-premium-theme .safety--exchange .safety-exchange__grid .cards__wrap:nth-child(3) .safety-exchange__card.cards__item.glass {
    background: var(--premium-glass-fill-d) !important;
}

body.binomo-premium-theme .safety--exchange .safety-exchange__row {
    position: absolute;
    top: 12px;
    right: 14px;
    z-index: 1;
    font-family: ui-monospace, "SF Mono", monospace;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: rgba(52, 211, 153, 0.35);
}

body.binomo-premium-theme .safety--exchange .safety-exchange__accent {
    height: 3px;
    margin: 0 0 var(--offset-sm-l);
    border-radius: 2px;
    background: linear-gradient(90deg, #047857, #10b981, #6ee7b7);
    opacity: 0.95;
}

body.binomo-premium-theme .safety--exchange .safety-exchange__accent--b {
    background: linear-gradient(90deg, #0f766e, #14b8a6, #a7f3d0);
}

body.binomo-premium-theme .safety--exchange .safety-exchange__accent--c {
    background: linear-gradient(90deg, #1e3a5f, #0ea5e9, #6ee7b7);
}

body.binomo-premium-theme .safety--exchange .safety-exchange__card .cards__desc {
    margin: 0 !important;
    text-align: left !important;
    line-height: 1.45;
    color: rgba(232, 253, 244, 0.95) !important;
    font-weight: 600 !important;
}

body.binomo-premium-theme .safety-exchange__footer {
    margin: 0;
    padding-top: var(--offset-md-l);
    border-top: 1px solid rgba(0, 220, 130, 0.12);
    background: linear-gradient(180deg, rgba(0, 220, 130, 0.04) 0%, transparent 55%);
    text-align: center;
}

body.binomo-premium-theme .safety--exchange .safety-exchange__quote {
    margin: 0 auto var(--offset-md-m);
    max-width: 36rem;
    line-height: 1.45;
    color: rgba(110, 231, 183, 0.92) !important;
    font-weight: 600 !important;
    font-size: 1.05rem !important;
}

body.binomo-premium-theme .safety--exchange .safety-exchange__cta {
    max-width: 340px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-weight: 800 !important;
    border: 1px solid rgba(52, 211, 153, 0.45) !important;
    box-shadow:
        0 0 40px rgba(0, 220, 130, 0.22),
        0 12px 40px rgba(0, 0, 0, 0.4) !important;
}

body.binomo-premium-theme .safety--exchange .safety-exchange__cta:hover {
    box-shadow:
        0 0 52px rgba(0, 220, 130, 0.32),
        0 16px 48px rgba(0, 0, 0, 0.45) !important;
}

body.binomo-premium-theme .safety--exchange .safety-exchange__notice {
    margin: var(--offset-md-l) 0 0 !important;
    font-size: 0.875rem !important;
    color: rgba(107, 136, 120, 0.95) !important;
    line-height: 1.5;
}

/* Footer — institutional / top-tier broker (compact spacing) */
body.binomo-premium-theme .footer-inst {
    margin-top: var(--offset-md-m);
    background: linear-gradient(180deg, rgba(5, 12, 9, 0.97) 0%, #000000 45%, #000000 100%) !important;
    border-top: 1px solid rgba(0, 220, 130, 0.16);
    box-shadow:
        inset 0 1px 0 rgba(52, 211, 153, 0.05),
        0 -16px 48px rgba(0, 0, 0, 0.3);
}

body.binomo-premium-theme .footer.footer-inst__shell {
    border-top: none !important;
    background: transparent !important;
    max-width: min(1120px, 100%) !important;
    margin: 0 auto;
    padding-left: var(--offset-md-m) !important;
    padding-right: var(--offset-md-m) !important;
    padding-top: var(--offset-md-m) !important;
    padding-bottom: var(--offset-md-m) !important;
}

body.binomo-premium-theme .footer-inst__wrap {
    position: relative;
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
}

body.binomo-premium-theme .footer-inst__accent-line {
    height: 2px;
    max-width: 120px;
    margin: 0 auto var(--offset-md-l);
    border-radius: 2px;
    background: linear-gradient(90deg, transparent, #34d399, #6ee7b7, #34d399, transparent);
    opacity: 0.85;
}

body.binomo-premium-theme .footer-inst__main {
    display: flex;
    flex-direction: column;
    gap: var(--offset-lg-s);
}

body.binomo-premium-theme .footer-inst__nav.desc {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--offset-md-l) var(--offset-lg-s);
    padding-bottom: var(--offset-md-l);
    margin: 0 !important;
    border-bottom: 1px solid rgba(0, 220, 130, 0.1);
    text-align: left !important;
}

@media (max-width: 640px) {
    body.binomo-premium-theme .footer-inst__nav.desc {
        grid-template-columns: 1fr 1fr;
    }

    body.binomo-premium-theme .footer-inst__col--highlight {
        grid-column: 1 / -1;
    }
}

body.binomo-premium-theme .footer-inst__col {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.28rem;
    margin: 0 !important;
}

body.binomo-premium-theme .footer-inst__col--highlight {
    padding-left: var(--offset-sm-m);
    border-left: 2px solid rgba(52, 211, 153, 0.45);
}

body.binomo-premium-theme .footer-inst__nav-heading {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    color: rgba(110, 231, 183, 0.55) !important;
    margin: 0 0 2px !important;
    text-decoration: none !important;
}

body.binomo-premium-theme .footer-inst__col--highlight .footer-inst__nav-heading {
    color: #6ee7b7 !important;
    letter-spacing: 0.24em !important;
}

body.binomo-premium-theme .footer-inst__col a:not(.footer-inst__nav-heading) {
    font-size: 0.9375rem !important;
    font-weight: 600 !important;
    color: rgba(196, 240, 216, 0.78) !important;
    text-decoration: none !important;
    transition: color 0.15s ease;
}

body.binomo-premium-theme .footer-inst__col a:not(.footer-inst__nav-heading):hover {
    color: #a7f3d0 !important;
}

body.binomo-premium-theme .footer-inst__info.basic-info {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: var(--offset-sm-l);
    align-items: start;
}

@media (min-width: 768px) {
    body.binomo-premium-theme .footer-inst__info.basic-info {
        grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.85fr);
        gap: var(--offset-md-m);
    }
}

body.binomo-premium-theme .footer-inst__statement-text {
    margin: 0 0 0.35rem !important;
    max-width: 36rem;
    line-height: 1.45 !important;
    font-size: 0.8125rem !important;
    color: rgba(107, 136, 120, 0.95) !important;
}

body.binomo-premium-theme .footer-inst__statement-extra {
    margin: 0 0 0.45rem !important;
    max-width: 40rem;
    line-height: 1.5 !important;
    font-size: 0.75rem !important;
    color: rgba(96, 124, 110, 0.9) !important;
}

body.binomo-premium-theme .footer-inst__info-list {
    margin: 0.15rem 0 0.65rem !important;
    padding-left: 1.1rem !important;
    max-width: 40rem;
    font-size: 0.75rem !important;
    line-height: 1.45 !important;
    color: rgba(100, 130, 114, 0.92) !important;
    list-style-type: disc;
}

body.binomo-premium-theme .footer-inst__info-list li {
    margin-bottom: 0.3rem;
}

body.binomo-premium-theme .footer-inst__info-list li:last-child {
    margin-bottom: 0;
}

body.binomo-premium-theme .footer-inst__payments {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
}

body.binomo-premium-theme .footer-inst__payments-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem 0.65rem;
    max-width: 36rem;
}

body.binomo-premium-theme .footer-inst__payments .img,
body.binomo-premium-theme .footer-inst__payment-img {
    opacity: 0.8;
    filter: grayscale(0.15) brightness(1.06);
    max-height: 28px;
    width: auto;
    height: auto;
    object-fit: contain;
}

body.binomo-premium-theme .footer-inst__payment-img--wide {
    max-height: 26px;
    max-width: 96px;
}

body.binomo-premium-theme .footer-inst__payments-caption {
    margin: 0 !important;
    max-width: 34rem;
    font-size: 0.6875rem !important;
    line-height: 1.45 !important;
    color: rgba(88, 112, 100, 0.88) !important;
}

body.binomo-premium-theme .footer-inst__contact-card {
    padding: var(--offset-sm-m) var(--offset-sm-l);
    border-radius: var(--border-radius-m);
    border: 1px solid rgba(0, 220, 130, 0.14);
    background: linear-gradient(155deg, rgba(8, 16, 12, 0.9) 0%, rgba(0, 0, 0, 0.45) 100%);
    box-shadow:
        inset 0 1px 0 rgba(52, 211, 153, 0.06),
        0 8px 28px rgba(0, 0, 0, 0.3);
}

body.binomo-premium-theme .footer-inst__contact-label {
    margin: 0 0 0.2rem !important;
    font-size: 9px !important;
    font-weight: 800 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
    color: rgba(52, 211, 153, 0.45) !important;
}

body.binomo-premium-theme .footer-inst__email {
    font-family: ui-monospace, "SF Mono", "Consolas", monospace !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    color: #c4f0d8 !important;
    word-break: break-word;
}

body.binomo-premium-theme .footer-inst__email:hover {
    color: #6ee7b7 !important;
}

body.binomo-premium-theme .footer-inst__contact-lead {
    margin: 0.55rem 0 0 !important;
    font-size: 0.75rem !important;
    line-height: 1.45 !important;
    color: rgba(120, 150, 132, 0.88) !important;
}

body.binomo-premium-theme .footer-inst__contact-meta {
    margin: 0.6rem 0 0 !important;
    padding: 0.5rem 0 0 !important;
    border-top: 1px solid rgba(0, 220, 130, 0.1);
}

body.binomo-premium-theme .footer-inst__contact-meta dt {
    margin: 0.45rem 0 0.12rem !important;
    font-size: 9px !important;
    font-weight: 800 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    color: rgba(52, 211, 153, 0.4) !important;
}

body.binomo-premium-theme .footer-inst__contact-meta dt:first-child {
    margin-top: 0 !important;
}

body.binomo-premium-theme .footer-inst__contact-meta dd {
    margin: 0 !important;
    font-size: 0.6875rem !important;
    line-height: 1.45 !important;
    color: rgba(110, 138, 122, 0.9) !important;
}

body.binomo-premium-theme .footer-inst__divider {
    height: 1px;
    margin: var(--offset-sm-l) 0;
    background: linear-gradient(90deg, transparent, rgba(0, 220, 130, 0.12) 20%, rgba(0, 220, 130, 0.12) 80%, transparent);
}

body.binomo-premium-theme .footer-inst__legal-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.2rem 0;
    margin: 0 0 0.35rem;
    padding: 0;
}

body.binomo-premium-theme .footer-inst__legal-link {
    display: inline-flex;
    align-items: center;
    font-size: 0.8125rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.03em;
    color: rgba(148, 180, 162, 0.9) !important;
    text-decoration: none !important;
    transition: color 0.15s ease;
}

body.binomo-premium-theme .footer-inst__legal-link:hover {
    color: #6ee7b7 !important;
}

body.binomo-premium-theme .footer-inst__legal-link:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    margin: 0 0.5rem;
    border-radius: 50%;
    background: rgba(52, 211, 153, 0.35);
    flex-shrink: 0;
}

body.binomo-premium-theme .footer-inst__copyright {
    margin: 0 0 var(--offset-sm-l) !important;
    text-align: center !important;
    font-size: 0.6875rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(90, 118, 102, 0.95) !important;
}

body.binomo-premium-theme .footer-inst__disclaimer {
    margin: 0 !important;
    padding: var(--offset-sm-m) var(--offset-sm-l);
    border-radius: var(--border-radius-m);
    border: 1px solid rgba(0, 220, 130, 0.1);
    background: rgba(0, 0, 0, 0.35);
}

body.binomo-premium-theme .footer-inst__disclaimer-text {
    margin: 0 !important;
    font-size: 0.625rem !important;
    line-height: 1.5 !important;
    color: rgba(90, 112, 100, 0.92) !important;
    text-align: justify;
    hyphens: auto;
}

@media (max-width: 480px) {
    body.binomo-premium-theme .footer-inst__disclaimer-text {
        text-align: left;
        hyphens: none;
    }
}

/* Generic footer fallbacks (non-institutional markup) */
body.binomo-premium-theme .footer:not(.footer-inst__shell) {
    border-top: 1px solid rgba(0, 220, 130, 0.1);
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.35));
}

body.binomo-premium-theme .footer .text,
body.binomo-premium-theme .footer .text-body {
    color: var(--color-text-secondary) !important;
}

body.binomo-premium-theme .footer a {
    color: var(--color-text-link) !important;
    transition: color 0.15s ease;
}

body.binomo-premium-theme .footer a:hover {
    color: var(--color-text-accent) !important;
}

body.binomo-premium-theme .footer .risk:not(.footer-inst__disclaimer) p {
    color: #6b7f72 !important;
    font-size: 0.8125rem;
    line-height: 1.6;
}

/* Cookie */
body.binomo-premium-theme .cookies-card {
    left: 16px !important;
    right: auto !important;
    bottom: 16px !important;
    margin: 0 !important;
    background: rgba(10, 18, 15, 0.88) !important;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 220, 130, 0.2) !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.55), 0 0 40px rgba(0, 220, 100, 0.08) !important;
}

@media (max-width: 575.98px) {
    body.binomo-premium-theme .cookies-card {
        left: 10px !important;
        bottom: 10px !important;
        max-width: calc(100vw - 20px);
    }
}

body.binomo-premium-theme .cookies-card .binomo-btn.policy {
    display: flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Swiper bullets if present */
body.binomo-premium-theme .swiper-pagination-bullet {
    background: rgba(0, 220, 130, 0.25) !important;
}

body.binomo-premium-theme .swiper-story-progress.active {
    background: linear-gradient(90deg, #00c853, #34d399) !important;
}

@media (prefers-reduced-motion: reduce) {
    body.binomo-premium-theme a.binomo-btn:hover,
    body.binomo-premium-theme button.binomo-btn:hover,
    body.binomo-premium-theme .offers-slider .card:hover,
    body.binomo-premium-theme .cards__item.glass:hover,
    body.binomo-premium-theme .safety--exchange .safety-exchange__card.cards__item.glass:hover,
    body.binomo-premium-theme .benefits .item:hover,
    body.binomo-premium-theme .charity-block--exchange .charity-block__card.glass:hover,
    body.binomo-premium-theme .simple--exchange .simple-exchange__card:hover {
        transform: none;
    }
}

/* -------------------------------------------------------------------------
   Прибрати світлі фони з бандлів Binomo — усюди чорний / майже чорний
   ------------------------------------------------------------------------- */
body.binomo-premium-theme .main-content {
    background-color: transparent !important;
}

body.binomo-premium-theme .promo,
body.binomo-premium-theme .promo .wrap,
body.binomo-premium-theme .section,
body.binomo-premium-theme .section.drt,
body.binomo-premium-theme .drt__container,
body.binomo-premium-theme .offers-slider,
body.binomo-premium-theme .offers-slider .container,
body.binomo-premium-theme .indicators,
body.binomo-premium-theme .indicators .wrap,
body.binomo-premium-theme .benefits,
body.binomo-premium-theme .benefits .wrap,
body.binomo-premium-theme .new-pay,
body.binomo-premium-theme .new-pay__container,
body.binomo-premium-theme .new-pay__block-text,
body.binomo-premium-theme .charity-block,
body.binomo-premium-theme .charity-block__container,
body.binomo-premium-theme .mobile-block,
body.binomo-premium-theme .mobile-block .container,
body.binomo-premium-theme .mobile,
body.binomo-premium-theme .simple,
body.binomo-premium-theme .simple .wrap,
body.binomo-premium-theme .partner,
body.binomo-premium-theme .partner__container,
body.binomo-premium-theme .safety,
body.binomo-premium-theme .safety .container,
body.binomo-premium-theme .footer,
body.binomo-premium-theme .footer .wrap {
    background-color: transparent !important;
    background-image: none !important;
}

/* Декоративні фон-картинки секцій — замінити на суцільний чор */
body.binomo-premium-theme #bg-promo {
    background-color: #000000 !important;
    background-image: none !important;
}

body.binomo-premium-theme #bg-simple:not(.simple-exchange__band) {
    background-color: #000000 !important;
    background-image: none !important;
}

/* #bg-mobile: плоский чорний лише без біржової панелі (mobile-exchange задає свій фон) */
body.binomo-premium-theme #bg-mobile:not(.mobile-exchange__visual) {
    background-color: #000000 !important;
    background-image: none !important;
}

body.binomo-premium-theme .safety__image:not(.safety-exchange__band) {
    background-color: #050806 !important;
    background-image: none !important;
}

/* Текст заголовків без «білого» з бандлу */
body.binomo-premium-theme .lp-font-black-l,
body.binomo-premium-theme .lp-font-black-m,
body.binomo-premium-theme .lp-font-black-s,
body.binomo-premium-theme .lp-font-black-xs,
body.binomo-premium-theme .new-pay__title,
body.binomo-premium-theme .drt__title,
body.binomo-premium-theme .offers__title,
body.binomo-premium-theme .charity-block__title,
body.binomo-premium-theme .safety__title {
    color: var(--color-text-primary) !important;
}

body.binomo-premium-theme .lp-font-regular-xl,
body.binomo-premium-theme .lp-font-regular-l,
body.binomo-premium-theme .lp-font-regular-m {
    color: var(--color-text-secondary) !important;
}

/* Скло — базовий шар (специфічніші селектори карток перебивають фон) */
body.binomo-premium-theme .glass,
body.binomo-premium-theme .glass.visible {
    background: var(--premium-glass-fill) !important;
    -webkit-backdrop-filter: var(--premium-glass-blur);
    backdrop-filter: var(--premium-glass-blur);
    --color-background-surface: rgba(5, 8, 6, 0.85);
    box-shadow: var(--premium-glass-inset-top), var(--premium-glass-inset-bottom);
}

/* Блоки charity / payment icons — без світлих фото-фонів з CDN */
body.binomo-premium-theme .charity-block__image-inner,
body.binomo-premium-theme .charity-block__wrap-img-1,
body.binomo-premium-theme .charity-block__wrap-img-2,
body.binomo-premium-theme .charity-block__wrap-img-3,
body.binomo-premium-theme .swiper__image-inner {
    background-color: #050806 !important;
    background-image: none !important;
}

body.binomo-premium-theme .new-pay__image,
body.binomo-premium-theme .new-pay__image1,
body.binomo-premium-theme .new-pay__image2,
body.binomo-premium-theme .new-pay__image3,
body.binomo-premium-theme .new-pay__image4 {
    background-color: #0a0f0c !important;
    filter: brightness(0.9) contrast(1.05);
}

/* Зірки рейтингу — зелений відтінок замість «білого» сяйва */
body.binomo-premium-theme .reviews__stars .star {
    opacity: 0.92;
    filter: sepia(0.4) hue-rotate(85deg) saturate(1.2) brightness(0.75);
}
