/* ====== FONTS   Google Fonts CDN  <head>:
   DM Sans (400/500/700)  body
   Outfit (500/700/800/900)    UI 
   ====== */

/* ====== CSS VARIABLES ====== */
:root {
    --bg: #0A0A0C;
    --bg-card: #161618;
    --bg-surface: #101012;
    --bg-topbar: #070708;
    --accent: #A3E635;
    --accent-hover: #B8F04D;
    --green: #A3E635;
    --green-dark: #84CC16;
    --text-white: #ffffff;
    --text-light: #F0F2EC;
    --text-muted: #9A9A92;
    --edge: rgba(255,255,255,.08);
    --font: 'Segoe UI', system-ui, Roboto, Arial, sans-serif;
    --font-display: 'Arial Black', 'Franklin Gothic Medium', system-ui, sans-serif;
    --topbar-h: 64px;
    --rds: 12px;
    --rds-s: 8px;
    --speed: .25s ease;
}

/* ====== RESET ====== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: clip; max-width: 100%; }
body {
    font-family: var(--font); background: #0F0B14; color: var(--text-light);
    line-height: 1.6; font-size: 15px; font-weight: 500;
    overflow-x: hidden; overflow-x: clip; max-width: 100%; position: relative;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 { font-family: var(--font-display); }
p, li, dd, dt, span, a { font-weight: inherit; }
strong, b { font-weight: 800; }
main {
    position: relative;
}
main::before {
    content: '';
    position: fixed;
    inset: 0;
    background: url('../gfx/body-bg.webp') center / cover no-repeat;
    opacity: .75;
    pointer-events: none;
    z-index: -1;
}
main > * {
    position: relative;
    z-index: 1;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

/* ====== LAYOUT (full-width, sidebar removed) ====== */
/* main is now a direct child of body  natural full-width.
   Inner sections (.v3ags, .v25xr, .v2fbt) already
   have their own max-width: 70% and margin: auto  no override needed. */
.layout { display: block; }
.v2k2e { display: none; }

/* ====== SIDEBAR ====== */
.v2k2e {
    background: var(--bg-topbar);
    border-right: 1px solid var(--edge);
    position: sticky;
    top: var(--topbar-h);
    height: calc(100vh - var(--topbar-h));
    overflow-y: auto;
    padding: 0;
    z-index: 10;
}
.v2k2e::-webkit-scrollbar { width: 4px; }
.v2k2e::-webkit-scrollbar-track { background: transparent; }
.v2k2e::-webkit-scrollbar-thumb { background: rgba(255,255,255,.1); border-radius: 4px; }
.v54h7 {
    display: flex; flex-direction: column; align-items: center;
    padding: 16px 12px; text-decoration: none;
    background: linear-gradient(135deg, rgba(245,166,35,.15), rgba(245,166,35,.05));
    border-bottom: 1px solid var(--edge);
    transition: background var(--speed);
}
.v54h7:hover { background: linear-gradient(135deg, rgba(245,166,35,.25), rgba(245,166,35,.1)); }
.vbuq0 {
    font-size: 11px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 1.5px; color: var(--text-muted); margin-bottom: 4px;
}
.vcwbf {
    font-size: 15px; font-weight: 700; color: var(--accent);
    text-align: center;
}
.v2s83 {
    padding: 14px 10px;
    border-top: 1px solid var(--edge);
}
.v4rl6 {
    font-size: 10px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 1.5px; color: var(--text-muted);
    padding: 0 6px; margin-bottom: 10px; display: block;
}
.vd97q {
    display: flex; align-items: center; gap: 10px;
    padding: 8px 6px; border-radius: var(--rds-s);
    text-decoration: none; color: var(--text-light);
    transition: background var(--speed);
}
.vd97q:hover { background: rgba(255,255,255,.05); }
.vgtlg { width: 36px; height: 36px; flex-shrink: 0; border-radius: 6px; overflow: hidden; }
.vgtlg img { width: 100%; height: 100%; object-fit: cover; }
.vkidd { display: flex; flex-direction: column; min-width: 0; }
.vkidd strong { font-size: 13px; color: var(--text-white); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vkidd small { font-size: 11px; color: var(--text-muted); }

/* ====== BUTTONS ====== */
.v5u81 {
    display: inline-flex; align-items: center; justify-content: center;
    font-family: var(--font); font-weight: 700; text-transform: uppercase;
    text-decoration: none; border: none; cursor: pointer;
    border-radius: 30px; letter-spacing: .5px; transition: all var(--speed);
}
.v3827 {
    background: linear-gradient(135deg, var(--green), var(--green-dark));
    color: #fff; padding: 14px 40px; font-size: 16px;
    box-shadow: 0 4px 20px rgba(76,217,100,.3);
    animation: ctaPulse 2s ease-in-out infinite;
}
.v3827:hover { transform: translateY(-2px); box-shadow: 0 6px 28px rgba(76,217,100,.45); animation: none; }
@keyframes ctaPulse {
    0%, 100% { transform: scale(1); box-shadow: 0 4px 20px rgba(76,217,100,.3); }
    50% { transform: scale(1.05); box-shadow: 0 6px 28px rgba(76,217,100,.5); }
}
.v4jln { background: var(--green); color: #fff; }
.v7wlb {
    background: transparent; border: 2px solid var(--accent);
    color: var(--accent); padding: 8px 20px; font-size: 12px;
}
.v7wlb:hover { background: var(--accent); color: #000; }
.vgy1q {
    background: transparent; border: 2px solid var(--text-muted);
    color: var(--text-white); padding: 8px 20px; font-size: 12px;
}
.vgy1q:hover { border-color: var(--text-white); }
.vdtyn { padding: 8px 18px; font-size: 11px; }
.vespa { padding: 16px 50px; font-size: 16px; }

/* ====== TOPBAR ====== */
.vb7he {
    display: flex; align-items: center;
    height: var(--topbar-h); background: var(--bg-topbar);
    border-bottom: 1px solid var(--edge);
    position: sticky; top: 0; z-index: 100;
    padding: 0 24px; gap: 16px;
}
.v7nhj { flex-shrink: 0; text-decoration: none; display: inline-flex; align-items: center; gap: 11px; }
.v7nhj img { height: 38px; width: auto; display: block; }
.v6cwt {
    font-family: var(--font-display);
    font-size: 21px;
    font-weight: 900;
    color: var(--accent);
    letter-spacing: .5px;
    line-height: 1;
}
.vgxt1 {
    display: flex; align-items: center; gap: 4px;
    flex: 1; justify-content: center;
}
.vutk {
    color: var(--text-muted); text-decoration: none;
    font-size: 13px; font-weight: 600;
    padding: 8px 16px; border-radius: 8px;
    transition: color var(--speed), background var(--speed);
    white-space: nowrap;
}
.vutk:hover { color: var(--text-white); background: rgba(255,255,255,.06); }
.vl9kg {
    color: #fff;
    background: rgba(245,166,35,.15);
    box-shadow: inset 0 -2px 0 var(--accent);
}
.vgkk9 {
    color: #000; background: linear-gradient(135deg, var(--accent), #f7c948);
    font-weight: 700;
}
.vgkk9:hover { background: linear-gradient(135deg, var(--accent-hover), var(--accent)); color: #000; }
/*    bonus.html:         */
.vgkk9.vl9kg {
    color: #000;
    box-shadow:
        0 0 0 2px var(--bg-topbar),
        0 0 0 4px var(--accent),
        0 6px 16px rgba(245,166,35,.45);
}
.v1txn { display: flex; gap: 10px; flex-shrink: 0; }
.vc3wc {
    display: flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,.06); border: 1px solid var(--edge);
    border-radius: 30px; padding: 0 16px; max-width: 260px; flex-shrink: 1;
}
.viloa { font-size: 14px; opacity: .5; }
.vgkgk {
    background: none; border: none; outline: none;
    color: var(--text-light); font-family: var(--font);
    font-size: 13px; width: 100%; padding: 8px 0;
}
.vgkgk::placeholder { color: var(--text-muted); }

/* ====== MOBILE HEADER ====== */
.v3yqw {
    display: none; position: fixed; top: 0; left: 0; right: 0;
    height: 56px; background: var(--bg-topbar); z-index: 101;
    align-items: center; justify-content: space-between; padding: 0 16px;
    border-bottom: 1px solid var(--edge);
}
.v72fl { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; }
.v72fl img { height: 38px; width: auto; display: block; }
.v71cz { font-family: var(--font-display); font-size: 16px; font-weight: 800; color: var(--accent); white-space: nowrap; letter-spacing: .3px; line-height: 1; }
.burger {
    background: none; border: none; cursor: pointer;
    display: flex; flex-direction: column; gap: 5px; padding: 8px;
}
.burger span { display: block; width: 22px; height: 2px; background: var(--text-white); border-radius: 2px; transition: var(--speed); }

/* Mobile sidebar overlay */
/* === VARIANT: full-screen === */
.v8v8f {
    position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(10,16,40,.97); z-index: 100;
    opacity: 0; visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
    padding: 80px 32px 40px;
    overflow-y: auto;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 6px;
}
.v4b8d { opacity: 1; visibility: visible; }
.vfcn5 {
    display: block; padding: 16px 24px; color: var(--text-light);
    text-decoration: none; font-size: 20px; font-weight: 700;
    border-radius: 12px; transition: background var(--speed);
    text-align: center; width: 100%; max-width: 320px;
    border: 1px solid var(--edge);
}
.vfcn5:hover { background: rgba(255,255,255,.08); }
.v12h2 {
    color: #fff; background: linear-gradient(135deg, var(--green), var(--green-dark));
    border: none; font-size: 22px;
}
.overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.6); z-index: 99; }
.overlay--visible { display: block; }

/* ====== HERO GRID (3-card layout) ====== */
.vaerm {
    display: flex; flex-direction: column; gap: 12px;
    padding: 0 24px; margin-bottom: 28px;
}
.v2hjx {
    position: relative; border-radius: var(--rds); overflow: hidden;
    display: block; text-decoration: none; color: #fff;
    min-height: 380px;
}
.v2hjx img {
    width: 100%; height: 100%; object-fit: cover;
    position: absolute; inset: 0;
}
.v4ips {
    position: relative; z-index: 2; padding: 40px 36px;
    display: flex; flex-direction: column; justify-content: flex-end;
    min-height: 380px;
    background: linear-gradient(to top, rgba(10,16,40,.85) 0%, rgba(10,16,40,.4) 50%, rgba(10,16,40,.1) 100%);
}
.v4ips h1 {
    font-family: var(--font-display); font-size: 36px; font-weight: 700;
    color: #fff; margin-bottom: 8px;
}
.v705q {
    font-size: 22px; font-weight: 700; color: var(--accent); margin-bottom: 6px;
}
.vcntm {
    font-size: 14px; color: var(--text-light); margin-bottom: 20px; opacity: .85;
}
.v2hjx .v5u81 { align-self: flex-start; }
.v6snn {
    display: grid; grid-template-columns: 1fr 180px; gap: 12px;
}
.vimcm {
    border-radius: var(--rds); overflow: hidden;
    display: block; position: relative;
    transition: all var(--speed);
}
.vimcm:hover { transform: translateY(-2px); box-shadow: 0 4px 20px rgba(0,0,0,.4); }
.vimcm img {
    width: 100%; height: 100%; object-fit: cover; display: block;
}
.vkxbn { height: 160px; }
.vbzf { height: 160px; }
.vf3si {
    position: absolute; bottom: 0; left: 0; right: 0; z-index: 2;
    padding: 12px 16px;
    background: linear-gradient(to top, rgba(10,16,40,.8) 0%, transparent 100%);
}
.v4nqp {
    display: block; font-size: 11px; color: var(--text-muted);
    font-weight: 600; text-transform: uppercase; letter-spacing: .5px;
}
.vhith {
    display: block; font-size: 15px; font-weight: 700; color: #fff;
    font-family: var(--font-display);
}


.vj68t h1 {
    font-family: var(--font-display); font-size: 60px; font-weight: 800;
    color: #fff; margin-bottom: 14px; line-height: 1.05;
    text-shadow: 0 3px 12px rgba(0,0,0,.6);
}
.vpj3 {
    font-size: 72px; font-weight: 900; color: var(--accent);
    line-height: 1.05; margin-bottom: 18px;
    text-shadow: 0 3px 12px rgba(0,0,0,.5);
}
.vpj3 strong { color: #fff; }
.vdv6n {
    font-size: 20px; line-height: 1.45; color: #fff; margin-bottom: 32px;
    max-width: 640px; text-shadow: 0 2px 8px rgba(0,0,0,.5);
}

@media (max-width: 1080px) {
    .v2hjx { min-height: 300px; }
    .v4ips { min-height: 300px; padding: 30px 24px; }
    .v4ips h1 { font-size: 28px; }
    .v6snn { grid-template-columns: 1fr 140px; }
    .vkxbn, .vbzf { height: 130px; }
}
@media (max-width: 600px) {
    .vaerm { padding: 0 16px; }
    .v2hjx { min-height: 260px; }
    .v4ips { min-height: 260px; padding: 24px 20px; }
    .v4ips h1 { font-size: 24px; }
    .v705q { font-size: 18px; }
    .v6snn { grid-template-columns: 1fr 120px; }
    .vkxbn, .vbzf { height: 110px; }
}

/* ====== HERO BANNER ====== */
.vb2xw { margin-bottom: 0; position: relative; }
.vbf3b {
    position: absolute; inset: 0; z-index: 1;
    text-decoration: none;
    cursor: pointer;
}
.vb2xw .vj68t { position: relative; z-index: 2; }
.vb2xw .vj68t .v3827 { position: relative; z-index: 3; }
.vj68t {
    position: relative; min-height: 700px;
    display: flex; align-items: center; justify-content: flex-start;
    text-align: left; overflow: hidden;
    border-radius: 0;
}
.vj68t::after {
    content: ''; position: absolute; inset: 0;
    background: url('../gfx/hero-bg.webp') center top/cover no-repeat;
    z-index: 0;
    filter: brightness(1.05) saturate(1.1);
}
.vj68t::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(to top, #0F0B14 0%, rgba(15,11,20,0) 26%), linear-gradient(to right, rgba(20,11,6,.72) 0%, rgba(20,11,6,.28) 60%, rgba(20,11,6,0) 100%);
    z-index: 1;
}
.v33gj {
    position: relative; z-index: 2;
    padding: 60px 24px 60px 72px; max-width: 760px;
}
.v2n3t {
    display: inline-block; background: rgba(245,166,35,.15);
    color: var(--accent); font-size: 13px; font-weight: 700;
    padding: 6px 18px; border-radius: 20px; margin-bottom: 16px;
    letter-spacing: .5px; text-transform: uppercase;
}
.v5gd8 { width: 200px; margin: 0 auto 20px; }
.vj68t h1 {
    font-family: var(--font-display); font-size: 42px; font-weight: 700;
    color: #fff; margin-bottom: 10px;
    text-shadow: 0 3px 12px rgba(0,0,0,.6);
}
.vpj3 {
    font-size: 52px; font-weight: 900; color: var(--accent);
    line-height: 1.1; margin-bottom: 12px;
    text-shadow: 0 3px 12px rgba(0,0,0,.5);
}
.vpj3 strong { color: #fff; }
.vdv6n {
    font-size: 17px; color: #fff; margin-bottom: 28px;
    text-shadow: 0 2px 8px rgba(0,0,0,.5);
}

/* ====== BIG WINS TICKER ====== */
.v3ags { margin-top: 8px; margin-bottom: 28px; padding: 0 24px; max-width: 70%; margin-left: auto; margin-right: auto; }
.vbyu4 {
    display: flex; align-items: center; gap: 8px; margin-bottom: 14px;
}
.vbyu4 svg { flex-shrink: 0; }
.vbyu4 h2 { font-family: var(--font-display); font-size: 22px; font-weight: 800; color: #fff; line-height: 1; margin: 0; letter-spacing: .3px; text-shadow: 0 2px 12px rgba(0,0,0,.4); }
.v6qem {
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
}
.v285t {
    display: flex; gap: 14px; width: max-content;
    animation: marquee-slide 35s linear infinite;
}
@keyframes marquee-slide { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.vbch5 {
    display: flex; align-items: center; gap: 12px;
    background: var(--bg-card); border: 1px solid var(--edge);
    border-radius: var(--rds-s); padding: 10px 16px;
    min-width: 240px; flex-shrink: 0;
}
.vf0ov { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.v916a { display: flex; flex-direction: column; min-width: 0; }
.v916a strong { font-size: 13px; color: var(--text-white); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.v916a small { font-size: 11px; color: var(--text-muted); }
.vf8wt { font-weight: 800; color: var(--green); font-size: 15px; margin-left: auto; white-space: nowrap; }
.vf8wt::before { content: '+'; margin-right: 1px; }

/* ====== GAME SECTIONS ====== */
.v25xr {
    margin-bottom: 32px; padding: 24px;
    background: var(--bg-card); border: 1px solid var(--edge);
    border-radius: var(--rds);
    max-width: 70%; margin-left: auto; margin-right: auto;
}

/* Swiper-style header */
.vdmaa {
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 16px; gap: 12px;
}
.v2mnu { display: flex; align-items: center; gap: 10px; min-width: 0; }
.v2mnu h2 { font-family: var(--font-display); font-size: 22px; font-weight: 800; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; letter-spacing: .3px; text-shadow: 0 2px 12px rgba(0,0,0,.4); }
.v2zra { width: 24px; height: 24px; border-radius: 6px; }
.v39vw { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.vjfln { display: flex; gap: 6px; }
.vfzqt {
    width: 36px; height: 36px; border-radius: 50%;
    background: var(--bg-card); border: 1px solid var(--edge);
    color: var(--text-muted); cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: all var(--speed); padding: 0;
}
.vfzqt:hover { border-color: var(--accent); color: var(--text-white); }
.vfzqt:disabled { opacity: .3; cursor: default; }
.vfzqt:disabled:hover { border-color: var(--edge); color: var(--text-muted); }
.vfzqt svg { width: 12px; height: 12px; fill: currentColor; }

/* Game carousel */
.vglvx {
    display: flex; gap: 12px;
    overflow-x: auto; overflow-y: hidden;
    scroll-snap-type: x mandatory; scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch; scrollbar-width: none;
    padding: 4px 0 8px;
}
.vglvx::-webkit-scrollbar { display: none; }

/* Game cards */
.v77fb {
    flex: 0 0 calc((100% - 60px) / 6);
    scroll-snap-align: start;
    text-decoration: none; color: var(--text-light);
    border-radius: var(--rds-s);
    position: relative;
    transition: transform var(--speed);
}
.v77fb::after {
    content: ''; position: absolute; inset: 0;
    border-radius: var(--rds-s);
    border: 3px solid transparent;
    transition: border-color var(--speed), box-shadow var(--speed);
    pointer-events: none; z-index: 3;
}
.v77fb:hover { transform: translateY(-4px); }
.v77fb:hover::after {
    border-color: rgba(245,166,35,.9);
    box-shadow: 0 0 20px rgba(245,166,35,.4);
}
.v3483 {
    aspect-ratio: 1/1;
    display: flex; align-items: center; justify-content: center;
    position: relative; border-radius: var(--rds-s) var(--rds-s) 0 0;
    overflow: hidden;
}
.v3483 img {
    width: 100%; height: 100%; object-fit: cover;
    position: absolute; inset: 0;
}
.vbdfx {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(245,166,35,.5) 0%, rgba(12,26,15,.25) 40%, rgba(12,26,15,.1) 100%);
    display: flex; align-items: center; justify-content: center;
    opacity: 0; transition: opacity var(--speed);
}
.vbdfx .vbrd0 {
    width: 52px; height: 52px; border-radius: 50%;
    background: linear-gradient(135deg, var(--green), var(--green-dark));
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 20px rgba(76,217,100,.5);
    transition: transform .2s ease;
}
.vbdfx .vbrd0 svg { width: 20px; height: 20px; fill: #fff; margin-left: 3px; }
.v77fb:hover .vbdfx { opacity: 1; }
.v77fb:hover .vbrd0 { transform: scale(1.1); }
.vj2eg {
    background: var(--bg-card); padding: 10px 12px;
    display: flex; flex-direction: column;
    border: 1px solid var(--edge); border-top: none;
    border-radius: 0 0 var(--rds-s) var(--rds-s);
}
.vj2eg strong { font-size: 13px; color: var(--text-white); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vj2eg small { font-size: 11px; color: var(--text-muted); }

/* Live badge */
.ve8hq {
    position: absolute; top: 8px; left: 8px;
    padding: 2px 8px; background: #e53935; color: #fff;
    font-size: 10px; font-weight: 700; border-radius: 4px;
    letter-spacing: .5px; z-index: 2;
}

/* Provider cards */
.v4mbc {
    flex: 0 0 calc((100% - 60px) / 6);
    scroll-snap-align: start;
    background: var(--bg-card); border: 1px solid var(--edge);
    border-radius: var(--rds-s); padding: 16px 20px;
    display: flex; align-items: center; justify-content: center;
    min-height: 80px;
}
.v4mbc img { max-height: 40px; width: auto; object-fit: contain; filter: brightness(.9); transition: filter var(--speed); }
.v4mbc:hover img { filter: brightness(1.1); }

/* ====== CONTENT SECTIONS (Bonus, Registration, Withdrawal, FAQ) ====== */
.block {
    margin-bottom: 40px; padding: 0 24px; max-width: 1200px; margin-left: auto; margin-right: auto;
}
.block h2 {
    font-size: 22px; font-weight: 700; color: var(--text-white);
    margin-bottom: 16px;
}
.block p {
    color: var(--text-light); margin-bottom: 14px;
}
.block a { color: var(--accent); text-decoration: underline; }

/* Info grid (bonus steps, payment methods) */
.vbhb {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px; margin: 20px 0;
}
.vag0h {
    background: var(--bg-card); border: 1px solid var(--edge);
    border-radius: var(--rds); padding: 24px;
    text-align: center;
}
.vi6eu { font-size: 36px; margin-bottom: 12px; }
.vag0h h3 { font-size: 16px; color: var(--text-white); margin-bottom: 8px; }
.vag0h p { font-size: 13px; color: var(--text-muted); margin: 0; }

/* ====== FEATURES ====== */
.vd7ax {
    display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px;
    padding: 0 24px; margin-bottom: 40px; max-width: 70%; margin-left: auto; margin-right: auto;
}
.vjdb2 {
    background: var(--bg-card); border: 1px solid var(--edge);
    border-radius: var(--rds); padding: 28px 20px;
    text-align: center;
}
.v5ab1 { font-size: 32px; margin-bottom: 14px; }
.vjdb2 h3 { font-size: 15px; font-weight: 700; color: var(--text-white); margin-bottom: 8px; }
.vjdb2 p { font-size: 13px; color: var(--text-muted); line-height: 1.5; }

/* ====== FAQ ====== */
.v78vl { max-width: 1100px; margin-left: auto; margin-right: auto; }
.viroj {
    border: 1px solid var(--edge); border-radius: var(--rds-s);
    margin-bottom: 10px; overflow: hidden;
    background: var(--bg-card);
    transition: border-color .25s ease;
}
.viroj[open] { border-color: var(--accent); }
.v4m8w {
    width: 100%; background: var(--bg-card); border: none;
    color: var(--text-white); font-family: var(--font);
    font-size: 15px; font-weight: 700; text-align: left;
    padding: 18px 22px; cursor: pointer;
    display: flex; justify-content: space-between; align-items: center;
    gap: 16px;
    list-style: none;
}
.v4m8w::-webkit-details-marker { display: none; }
.v4m8w::after {
    content: '+'; font-size: 24px; line-height: 1; color: var(--accent);
    font-weight: 300; transition: transform .25s ease;
    flex-shrink: 0;
}
.viroj[open] .v4m8w::after { transform: rotate(45deg); }
.v22cw {
    padding: 0 22px 18px;
    font-size: 14px; color: var(--text-light); line-height: 1.7;
    font-weight: 500;
}
.v22cw p { margin: 0; }

/* ====== CTA BLOCK ====== */
.vf6ff {
    text-align: center; padding: 48px 24px;
    background: linear-gradient(135deg, rgba(245,166,35,.08), rgba(76,217,100,.05));
    border-radius: var(--rds); margin: 0 auto 40px;
    border: 1px solid var(--edge); max-width: 900px;
}
.vf6ff h2 { font-size: 26px; color: var(--text-white); margin-bottom: 12px; }
.vf6ff p { color: var(--text-muted); margin-bottom: 24px; }

/* ====== FOOTER ====== */
.vefi0 {
    background: var(--bg-topbar); border-top: 1px solid var(--edge);
    padding: 40px 24px 20px; font-family: var(--font);
}
.v2fbt {
    display: flex; justify-content: space-between; align-items: flex-start;
    gap: 40px; margin-bottom: 28px; max-width: 70%; margin-left: auto; margin-right: auto;
}
.v568j { max-width: 400px; flex-shrink: 0; }
.v7o81 { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; margin-bottom: 16px; }
.vdkmz { height: 46px; width: auto; display: block; }
.vhncj { font-family: var(--font-display); font-size: 22px; font-weight: 700; color: var(--accent); }
.v5jrj { font-size: 13px; color: var(--text-muted); line-height: 1.6; }
.vd9wv {
    display: flex; gap: 64px; flex: 1; justify-content: flex-start; flex-wrap: wrap;
}
.vlcm7 ul { list-style: none; padding: 0; margin: 0; }
.v575c {
    font-size: 13px; font-weight: 700; color: var(--accent);
    text-transform: uppercase; letter-spacing: .5px; display: block; margin-bottom: 12px;
}
.vlcm7 li a {
    display: block; font-size: 13px; color: var(--text-muted);
    text-decoration: none; padding: 3px 0; transition: color var(--speed);
}
.vlcm7 li a:hover { color: var(--text-white); }
.vfpns {
    display: flex; flex-wrap: wrap; gap: 8px 20px; padding: 20px 0;
    border-top: 1px solid var(--edge); max-width: 70%; margin: 0 auto;
}
.vfpns span {
    font-size: 11px; font-weight: 600; color: var(--text-muted);
    text-transform: uppercase; letter-spacing: .5px;
}
.vanbl {
    display: flex; flex-wrap: wrap; gap: 10px; padding: 20px 0;
    border-top: 1px solid var(--edge); max-width: 70%; margin: 0 auto;
}
.vdhfa {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 6px 12px; background: var(--bg-card);
    border: 1px solid var(--edge); border-radius: 6px;
}
.v8jx1 {
    border-top: 1px solid var(--edge); padding-top: 20px;
    max-width: 70%; margin: 0 auto;
}
.vhia2 { display: flex; gap: 12px; align-items: center; justify-content: center; margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--edge); max-width: 70%; margin-left: auto; margin-right: auto; }
.vb3sx {
    display: inline-flex; align-items: center; justify-content: center;
    width: 32px; height: 32px; border-radius: 50%;
    border: 2px solid #e53935; color: #e53935; font-size: 12px; font-weight: 700;
}
.v58ad {
    font-size: 11px; color: var(--text-muted); background: var(--bg-card);
    padding: 4px 10px; border-radius: 4px; border: 1px solid var(--edge);
}
.v8wq1 {
    font-size: 12px; color: var(--text-muted); line-height: 1.6; margin-bottom: 16px;
}
.v8wq1 a { color: var(--accent); text-decoration: underline; }
.vgdlf { font-size: 11px; color: var(--text-muted); opacity: .5; }

/* ====== PROMO BANNER ====== */
.va74n {
    padding: 0 24px; margin-bottom: 32px; max-width: 1100px; margin-left: auto; margin-right: auto;
}
.vabqz {
    display: flex; align-items: center; justify-content: flex-start;
    background:
        linear-gradient(to right, rgba(10,6,16,.94) 0%, rgba(10,6,16,.72) 32%, rgba(10,6,16,.30) 56%, rgba(10,6,16,0) 78%),
        url("../gfx/promo-hero.webp") right center / cover no-repeat,
        linear-gradient(135deg, #241309 0%, #140b06 70%, #0a0610 100%);
    border: 2px solid rgba(212,175,55,.4); border-radius: var(--rds);
    overflow: hidden; text-decoration: none; color: #fff;
    min-height: 360px; position: relative;
    transition: all var(--speed);
}
.vabqz:hover {
    border-color: var(--accent); box-shadow: 0 4px 30px rgba(212,175,55,.3);
    transform: translateY(-2px);
}
.vjo9e {
    padding: 36px 40px 36px 56px; flex: 1; position: relative; z-index: 2;
    text-align: left;
}
.vd34h {
    font-size: 19px; color: var(--text-light); margin-bottom: 8px; font-weight: 600;
    font-style: italic;
}
.v8ip1 {
    font-size: 48px; font-weight: 900; color: #d4af37; line-height: 1.05;
    margin-bottom: 12px; font-family: var(--font-display); font-style: italic;
    text-shadow: 0 3px 10px rgba(0,0,0,.55);
}
.v1pzt {
    font-size: 17px; color: var(--text-light); margin-bottom: 24px; font-weight: 500;
    line-height: 1.5; max-width: 480px; font-style: italic;
}
.v2yz7 {
    display: inline-block; padding: 14px 36px;
    background: linear-gradient(135deg, #e85a0c, #c4881c);
    color: #1a0e05; font-weight: 800; font-size: 15px; letter-spacing: 1.2px;
    border-radius: 30px; text-transform: uppercase;
    box-shadow: 0 4px 16px rgba(232,90,12,.4);
    transition: background .25s ease, box-shadow .25s ease;
    animation: ctaPulseBrand 2s ease-in-out infinite;
}
.vabqz:hover .v2yz7 {
    background: linear-gradient(135deg, #ff7022, #e85a0c);
    box-shadow: 0 6px 28px rgba(232,90,12,.6);
    animation: none;
}
@keyframes ctaPulseBrand {
    0%, 100% { transform: scale(1); box-shadow: 0 4px 16px rgba(232,90,12,.4); }
    50%      { transform: scale(1.06); box-shadow: 0 8px 32px rgba(232,90,12,.65); }
}
.vh146 {
    height: 300px; width: 300px; object-fit: contain; object-position: center;
    position: relative; z-index: 2; margin-right: 24px; flex-shrink: 0;
    filter: drop-shadow(0 8px 30px rgba(212,175,55,.35));
}

@media (max-width: 600px) {
    .vabqz {
        flex-direction: column; text-align: center;
        justify-content: flex-end; min-height: 320px;
        background:
            linear-gradient(to bottom, rgba(10,6,16,.10) 0%, rgba(10,6,16,.30) 42%, rgba(10,6,16,.88) 100%),
            url("../gfx/promo-hero.webp") right center / cover no-repeat,
            linear-gradient(135deg, #241309 0%, #0a0610 100%);
    }
    .vjo9e { padding: 24px 20px 22px; }
    .v8ip1 { font-size: 28px; }
    .vh146 { height: 140px; margin: 0 0 16px; }
    .va74n { padding: 0 16px; }
}

/*      full-width  70%     */
@media (max-width: 968px) {
    .v3ags,
    .v25xr,
    .va74n {
        max-width: 100%;
    }
}

/* ====== BONUS TIERS (Explore block) ====== */
.vbs3q {
    display: grid; grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px; margin: 20px 0;
}
.v1g3w {
    background: var(--bg-card); border: 1px solid var(--edge);
    border-radius: var(--rds-s); padding: 18px 10px;
    text-align: center; display: flex; flex-direction: column;
    align-items: center; gap: 6px; transition: all var(--speed);
    box-shadow: 0 2px 8px rgba(0,0,0,.3); text-decoration: none; cursor: pointer;
}
.v1g3w:hover { border-color: var(--accent); box-shadow: 0 4px 16px rgba(0,0,0,.4); }
.vsia { color: var(--accent); }
.vsia svg { width: 28px; height: 28px; }
.v7er5 { font-size: 18px; font-weight: 700; color: var(--text-white); line-height: 1.2; text-transform: uppercase; }
.v40l0 { font-size: 12px; color: var(--text-muted); }

/* ====== BREADCRUMBS ====== */
.vgcpt {
    padding: 16px 24px 0; font-size: 13px; color: var(--text-muted);
    max-width: 900px; margin-left: auto; margin-right: auto;
}
.vgcpt a { color: var(--accent); text-decoration: none; }
.vgcpt a:hover { text-decoration: underline; }
.vgcpt span { margin: 0 6px; opacity: .5; }

/* ====== BONUS GRID ====== */
.v30s9 {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px; margin: 24px 0;
}
.vjppa {
    background: var(--bg-card); border: 1px solid var(--edge);
    border-radius: var(--rds); padding: 24px; text-align: center;
}
.vdui5 { font-size: 32px; margin-bottom: 10px; }
.vjppa h3 { font-size: 15px; color: var(--text-white); margin-bottom: 6px; }
.vjppa p { font-size: 13px; color: var(--text-muted); margin: 0; }
.v1gz0 { border-color: var(--accent); background: rgba(245,166,35,.05); }

/* ====== RATING BOX ====== */
.v352b {
    background: var(--bg-card); border: 1px solid var(--edge);
    border-radius: var(--rds); padding: 28px; text-align: center;
    margin: 24px 0; max-width: 400px;
}
.vgwbt {
    font-size: 48px; font-weight: 800; color: var(--accent);
    line-height: 1;
}
.vdgsq { color: var(--accent); font-size: 22px; margin: 8px 0; letter-spacing: 2px; }
.vdx2i { font-size: 13px; color: var(--text-muted); }

/* ====== PROS / CONS ====== */
.v1mi0 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
    margin: 24px 0; max-width: 800px;
}
.v2xww, .vkvgt {
    background: var(--bg-card); border-radius: var(--rds);
    padding: 20px; border: 1px solid var(--edge);
}
.v2xww h3 { color: var(--green); margin-bottom: 12px; font-size: 15px; }
.vkvgt h3 { color: #e53935; margin-bottom: 12px; font-size: 15px; }
.v2xww ul, .vkvgt ul { list-style: none; padding: 0; }
.v2xww li, .vkvgt li {
    font-size: 13px; color: var(--text-light); padding: 6px 0;
    padding-left: 20px; position: relative;
}
.v2xww li::before { content: '✓'; position: absolute; left: 0; color: var(--green); font-weight: 700; }
.vkvgt li::before { content: '✗'; position: absolute; left: 0; color: #e53935; font-weight: 700; }

/* ====== REVIEW CARDS ====== */
.ve4cs {
    background: var(--bg-card); border: 1px solid var(--edge);
    border-radius: var(--rds); padding: 20px; margin-bottom: 16px;
    max-width: 800px;
}
.v2upn {
    display: flex; align-items: center; gap: 12px; margin-bottom: 10px;
}
.vbr0j {
    width: 40px; height: 40px; border-radius: 50%;
    background: rgba(245,166,35,.15); color: var(--accent);
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 16px; flex-shrink: 0;
}
.v41zd { font-size: 14px; font-weight: 600; color: var(--text-white); }
.v1rcu { font-size: 11px; color: var(--text-muted); }
.v3suz { color: var(--accent); font-size: 14px; margin-bottom: 8px; letter-spacing: 1px; }
.v2q21 { font-size: 13px; color: var(--text-light); line-height: 1.6; }

/* ====== INFO TABLE ====== */
.vp0w {
    width: 100%; border-collapse: collapse; margin: 20px 0;
    max-width: 800px;
}
.vp0w th, .vp0w td {
    padding: 12px 16px; text-align: left; font-size: 13px;
    border-bottom: 1px solid var(--edge);
}
.vp0w th {
    background: var(--bg-card); color: var(--accent);
    font-weight: 700; font-size: 12px; text-transform: uppercase;
    letter-spacing: .5px;
}
.vp0w td { color: var(--text-light); }
.vp0w tr:hover td { background: rgba(255,255,255,.02); }

/* ====== SEO BLOCK ====== */
.vfn60 {
    max-width: 1200px; margin-left: auto; margin-right: auto;
    font-family: var(--font);
}
.vfn60 h2 {
    font-family: var(--font-display);
    font-size: 32px; font-weight: 800; color: #fff;
    text-align: left; letter-spacing: .2px;
    margin: 36px 0 22px;
    padding-left: 18px;
    border-left: 5px solid var(--accent);
    line-height: 1.15;
    text-shadow: none;
}
.vfn60 h3 {
    font-family: var(--font-display);
    font-size: 22px; font-weight: 800; color: #fff;
    text-align: left; letter-spacing: .2px;
    margin: 32px 0 18px;
    padding-left: 14px;
    border-left: 4px solid var(--accent);
    line-height: 1.2;
    text-shadow: none;
}
.vfn60 p { text-align: left; }
.vfn60 p {
    font-size: 15px; line-height: 1.75; color: #dfe6f3;
    font-weight: 500;
    margin-bottom: 14px;
}
.vfn60 a { color: var(--accent); text-decoration: underline; }
.vfn60 hr {
    border: 0; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent);
    margin: 36px auto;
    max-width: 1080px;
}

@media (max-width: 600px) {
    .vfn60 h2 { font-size: 24px; margin: 28px 0 18px; }
    .vfn60 h3 { font-size: 19px; margin: 24px 0 14px; }
    .vfn60 hr { margin: 28px auto; }
}

/* ====== ARTICLE SUBTITLE ( H2) ====== */
.vc43x {
    text-align: center;
    color: var(--text-muted);
    font-size: 16px;
    margin: -10px 0 30px;
    font-style: italic;
}

/* ====== INTRO LAYOUT   +quick-cards /  info-card ====== */
.vfx5s {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 32px;
    align-items: stretch;
    margin-bottom: 36px;
}
.v3xn1 {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.vy1e p { text-align: left; }

/* ====== INFO CARD v2 () ====== */
.v6xxh {
    position: relative;
    background:
        radial-gradient(circle at top right, rgba(245,166,35,.08), transparent 60%),
        linear-gradient(180deg, #161f3d, #0e1630);
    border: 1px solid rgba(245,166,35,.18);
    border-radius: 16px;
    padding: 36px 22px 22px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    box-shadow:
        0 10px 40px rgba(0,0,0,.4),
        inset 0 1px 0 rgba(255,255,255,.05);
}
/*    */
.v4sei {
    position: absolute;
    top: 14px; left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--accent), #d18014);
    color: #0e1630;
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 10px;
    letter-spacing: 1.5px;
    padding: 5px 14px;
    border-radius: 4px;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(245,166,35,.4);
}

/* Head: brand + tag (,   ) */
.vinix {
    display: flex; flex-direction: column; align-items: center;
    gap: 4px;
    padding: 8px 0 4px;
}
.v5a50 {
    font-family: var(--font-display);
    font-size: 36px;
    font-weight: 900;
    color: var(--accent);
    letter-spacing: .5px;
    line-height: 1;
}
.vif2p {
    font-size: 11px;
    color: var(--text-muted);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 600;
}

/* Score:   , +label  */
.vapbz {
    display: flex; align-items: center; gap: 14px;
    padding: 14px 16px;
    background: rgba(255,255,255,.03);
    border-radius: 10px;
    border-left: 3px solid var(--accent);
}
.vbp1i {
    font-family: var(--font-display);
    font-size: 38px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    flex-shrink: 0;
}
.va4i3 { display: flex; flex-direction: column; gap: 4px; }
.va4i3 .stars {
    color: #ffd740; letter-spacing: 1.5px; font-size: 14px;
}
.vi8n0 {
    font-size: 11px; color: var(--text-muted); font-weight: 500;
}

/* Stats grid 2x2   */
.vdu2v {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 14px;
}
.venka {
    display: flex; align-items: center; gap: 10px;
    padding: 10px 8px;
    background: rgba(255,255,255,.025);
    border-radius: 8px;
}
.v4eax {
    width: 22px; height: 22px;
    color: var(--accent);
    flex-shrink: 0;
}
.v7x0e {
    font-size: 10.5px;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
    margin-bottom: 1px;
}
.vfqeh {
    font-family: var(--font-display);
    font-size: 14px;
    color: #fff;
    font-weight: 800;
    line-height: 1.1;
}

/* Highlights (  info-card) */
.v2diu {
    padding: 14px 14px 12px;
    background: rgba(76,217,100,.05);
    border-radius: 10px;
    border-left: 3px solid var(--green);
}
.v6vkl {
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 800;
    color: var(--green);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
.v2diu ul {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-direction: column; gap: 6px;
}
.v2diu li {
    display: flex; align-items: flex-start; gap: 8px;
    font-size: 12.5px;
    color: var(--text-light);
    line-height: 1.4;
    font-weight: 500;
}
.v2diu li::before {
    content: '✓';
    color: var(--green);
    font-weight: 800;
    flex-shrink: 0;
    margin-top: 1px;
}

/* Payments (-  ) */
.v3kh8 {
    padding: 12px 14px;
    background: rgba(255,255,255,.025);
    border-radius: 10px;
}
.v91ir {
    font-family: var(--font-display);
    font-size: 10.5px;
    font-weight: 700;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
.v40o3 {
    display: flex; flex-wrap: wrap; gap: 6px;
}
.v40o3 span {
    font-size: 10px;
    font-weight: 800;
    padding: 4px 8px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 4px;
    color: var(--text-light);
    letter-spacing: .5px;
}

/* Rating breakdown (--  ) */
.vj6jq {
    padding: 14px 14px 12px;
    background: rgba(255,255,255,.025);
    border-radius: 10px;
}
.v5dxh {
    font-family: var(--font-display);
    font-size: 10.5px;
    font-weight: 700;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.vl2ka {
    display: grid;
    grid-template-columns: 70px 1fr 30px;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.vl2ka:last-child { margin-bottom: 0; }
.vgtf2 {
    font-size: 12px;
    color: var(--text-light);
    font-weight: 600;
}
.vb30v {
    height: 6px;
    background: rgba(255,255,255,.06);
    border-radius: 3px;
    overflow: hidden;
}
.vfogp {
    height: 100%;
    background: linear-gradient(90deg, var(--accent), #d18014);
    border-radius: 3px;
    box-shadow: 0 0 6px rgba(245,166,35,.4);
}
.v1r3t {
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 800;
    color: var(--text-white);
    text-align: right;
}
/*  Rating Breakdown    (   ) */
@media (max-width: 600px) {
    .vj6jq { display: none; }
}

/* CTA    arrow icon ( pill) */
.v7smv {
    display: flex; align-items: center; justify-content: center;
    gap: 10px;
    margin-top: auto;
    padding: 16px 20px;
    background: linear-gradient(135deg, var(--accent) 0%, #e6951a 50%, var(--accent) 100%);
    background-size: 200% 100%;
    color: #fff !important;
    text-decoration: none !important;
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 10px;
    box-shadow:
        0 8px 28px rgba(245,166,35,.45),
        inset 0 -2px 0 rgba(0,0,0,.15);
    transition: all .3s ease;
}
.v7smv svg {
    width: 18px; height: 18px;
    transition: transform .3s ease;
}
.v7smv:hover {
    background-position: 100% 0;
    box-shadow: 0 12px 36px rgba(245,166,35,.6), inset 0 -2px 0 rgba(0,0,0,.15);
}
.v7smv:hover svg { transform: translateX(4px); }

/* Foot      */
.veyyj {
    text-align: center;
    font-size: 11px;
    color: var(--text-muted);
    font-weight: 500;
    letter-spacing: .3px;
}

/* ====== QUICK CARDS (4 -     ) ====== */
.v3vj {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: auto 0 0;
}
.v9yxb {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 8px;
    padding: 22px 14px;
    background: var(--bg-card);
    border: 1px solid var(--edge);
    border-radius: 14px;
    text-decoration: none !important;
    text-align: center;
    transition: all .25s ease;
}
.v9yxb:hover {
    transform: translateY(-4px);
    border-color: var(--accent);
    box-shadow: 0 12px 32px rgba(245,166,35,.15);
}
.v93x4 {
    width: 30px; height: 30px; color: var(--accent);
    margin-bottom: 2px;
}
.v95j5 {
    color: var(--accent);
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.vjgew {
    color: var(--text-muted);
    font-size: 12px;
    line-height: 1.45;
}

@media (max-width: 968px) {
    .vfx5s {
        grid-template-columns: 1fr;
    }
    .v6xxh { max-width: 480px; margin: 0 auto; width: 100%; }
    .v3vj { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* ====== MOBILE SECTION ====== */
.v2uwy {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 48px;
    align-items: center;
    max-width: 1200px;
    margin: 60px auto 40px;
    padding: 0 24px;
}
.vb153 h2 {
    font-family: var(--font-display);
    font-size: 32px; font-weight: 800; color: #fff;
    text-align: left;
    margin: 0 0 18px;
    padding-left: 16px;
    border-left: 4px solid var(--accent);
    line-height: 1.15;
    text-shadow: none;
}
.vb153 p {
    font-size: 15px; line-height: 1.75; color: #dfe6f3;
    font-weight: 500;
    margin-bottom: 24px;
}
.vem0s {
    list-style: none; margin: 0 0 28px; padding: 0;
    display: flex; flex-direction: column; gap: 12px;
}
.vem0s li {
    display: flex; align-items: center; gap: 12px;
    color: var(--text-light); font-size: 14px; font-weight: 500;
}
.vem0s li::before {
    content: '✓';
    width: 22px; height: 22px;
    background: rgba(245,166,35,.12);
    color: var(--accent);
    border-radius: 50%;
    display: inline-flex;
    align-items: center; justify-content: center;
    font-weight: 800; font-size: 13px;
    flex-shrink: 0;
}
.va58r {
    display: flex; gap: 12px; flex-wrap: wrap;
}
.vfyf1 {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 10px 18px;
    background: var(--bg-card);
    border: 1px solid var(--edge);
    border-radius: 10px;
    color: var(--text-white);
    font-weight: 700; font-size: 14px;
    text-decoration: none !important;
    transition: all .2s ease;
}
.vfyf1:hover {
    border-color: var(--accent);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,.3);
}
.vfyf1 svg { width: 18px; height: 18px; }
.vi06c svg { fill: #fff; }
.v2r9q svg { fill: #3ddc84; }

/* ====== PHONE MOCKUP ====== */
.vdy1f {
    width: 280px; height: 560px;
    background: linear-gradient(145deg, #1a1d2e, #0e1119);
    border-radius: 38px;
    padding: 10px;
    border: 2px solid #2a2f44;
    box-shadow:
        0 40px 80px rgba(0,0,0,.55),
        0 0 0 1px rgba(255,255,255,.05),
        inset 0 1px 0 rgba(255,255,255,.08);
    position: relative;
    margin: 0 auto;
}
.vdy1f::before {
    content: '';
    width: 110px; height: 22px;
    background: #000;
    border-radius: 0 0 14px 14px;
    position: absolute;
    top: 10px; left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.vbcjy {
    background: #0e1630;
    border-radius: 30px;
    width: 100%; height: 100%;
    overflow: hidden;
    display: flex; flex-direction: column;
    position: relative;
}
.vanv7 {
    height: 50px; display: flex; align-items: center; justify-content: center;
    background: #0a1028;
    padding: 12px 0 8px;
    flex-shrink: 0;
}
.vanv7 img {
    height: 22px; width: auto;
}
.vfm4 {
    flex: 1;
    background: url('../gfx/sweet-bonanza.webp') center/cover no-repeat;
    position: relative;
}
.v3qty {
    position: absolute; bottom: 10px; left: 10px; right: 10px;
    display: flex; gap: 8px;
}
.v3qty button {
    flex: 1; padding: 8px 6px;
    border: none; border-radius: 6px;
    font-family: var(--font-display); font-weight: 800;
    font-size: 10px; text-transform: uppercase;
    cursor: pointer;
}
.v3qty button:first-child {
    background: var(--accent); color: #000;
}
.v3qty button:last-child {
    background: #ff3a3a; color: #fff;
}
.vbsa9 {
    display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 4px;
    padding: 8px;
    background: #0a1028;
    flex-shrink: 0;
}
.v3kmg {
    aspect-ratio: 1;
    background-size: cover; background-position: center;
    border-radius: 4px;
    position: relative;
}
.v3kmg span {
    position: absolute; bottom: 0; left: 0; right: 0;
    background: rgba(0,0,0,.75);
    color: #fff; font-size: 6px;
    text-align: center; padding: 1px 2px;
    border-radius: 0 0 4px 4px;
    line-height: 1.2;
}
.ve7t {
    display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
    background: linear-gradient(180deg, var(--accent), #d18014);
    padding: 6px 0;
    flex-shrink: 0;
}
.ve7t span {
    text-align: center; font-size: 8px;
    color: #fff; font-weight: 700;
}

@media (max-width: 968px) {
    .v2uwy {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .vdy1f { width: 240px; height: 480px; }
    .vb153 h2 { font-size: 26px; }
}

/* ====== REVIEWS GRID (3  ) ====== */
.vh6ll {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 24px 0 8px;
}
.ve4cs {
    background: var(--bg-card);
    border: 1px solid var(--edge);
    border-radius: 14px;
    padding: 22px;
    transition: all .25s ease;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.ve4cs:hover {
    border-color: var(--accent);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,.3);
}
.v9hgs {
    display: flex; align-items: center; gap: 12px;
}
.vbr0j {
    width: 42px; height: 42px; border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), #d18014);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-weight: 800; font-size: 17px;
    font-family: var(--font-display);
    flex-shrink: 0;
}
.v41zd {
    font-weight: 700; font-size: 14px; color: var(--text-white);
}
.v1rcu {
    font-size: 12px; color: var(--text-muted); margin-top: 2px;
}
.v3suz {
    color: #ffd740; letter-spacing: 2px; font-size: 15px;
}
.vhgg6 {
    color: var(--text-light); font-size: 14px; line-height: 1.6;
    font-style: italic;
    margin: 0; text-align: left;
    position: relative;
    padding-left: 14px;
    border-left: 3px solid rgba(245,166,35,.3);
}

@media (max-width: 968px) {
    .vh6ll { grid-template-columns: 1fr; }
}

/* ====== STEPPER (4  ) ====== */
.vdp7f {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    margin: 28px 0 8px;
    padding: 20px 0;
}
.vk46v {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 200px;
    position: relative;
}
.vfbt {
    width: 64px; height: 64px; border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), #d18014);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-display); font-weight: 800; font-size: 22px;
    box-shadow: 0 8px 24px rgba(245,166,35,.35);
    margin-bottom: 14px;
    position: relative; z-index: 2;
}
.vfbt svg {
    width: 28px; height: 28px;
    stroke: #fff; stroke-width: 2.2; fill: none;
}
.v6vrt {
    font-family: var(--font-display);
    font-size: 14px; font-weight: 800; color: var(--accent);
    text-transform: uppercase; letter-spacing: 1px;
    margin-bottom: 6px;
}
.v77xc {
    font-size: 13px; color: var(--text-light); line-height: 1.45;
    font-weight: 500;
}
.vef7r {
    flex: 0 0 auto;
    align-self: flex-start;
    width: 30px; height: 30px;
    margin-top: 18px;
    background: none;
    min-width: 0;
    position: relative;
}
.vef7r::before {
    content: '';
    position: absolute; top: 50%; left: 50%;
    width: 13px; height: 13px;
    border-top: 3px solid var(--accent);
    border-right: 3px solid var(--accent);
    border-radius: 2px;
    transform: translate(-50%, -50%) rotate(45deg);
}

@media (max-width: 768px) {
    .vdp7f {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
    .vk46v { max-width: 320px; margin-bottom: 16px; }
    .vef7r {
        align-self: center;
        width: 30px; height: 26px;
        margin-top: 4px; margin-bottom: 4px;
        flex: none;
    }
    .vef7r::before {
        display: block;
        transform: translate(-50%, -60%) rotate(135deg);
    }
}

/* ====== SPEED BARS (Withdrawal  - ) ====== */
.vjx49 {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 28px 0 12px;
    padding: 24px;
    background: var(--bg-card);
    border: 1px solid var(--edge);
    border-radius: 14px;
}
.v92u7 { display: flex; flex-direction: column; gap: 8px; }
.v6u1n {
    display: flex; justify-content: space-between; align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.vcnpk {
    display: flex; align-items: center; gap: 10px;
    color: var(--text-white);
    font-weight: 700; font-size: 14px;
}
.vcnpk svg {
    width: 22px; height: 22px;
    fill: var(--accent);
}
.v5498 {
    font-family: var(--font-display);
    font-weight: 800; font-size: 14px;
    padding: 4px 12px;
    border-radius: 20px;
}
.vemfk {
    background: rgba(76,217,100,.15);
    color: #4cd964;
}
.v4cd5 {
    background: rgba(245,166,35,.15);
    color: var(--accent);
}
.vf8q3 {
    background: rgba(255,107,107,.12);
    color: #ff8c8c;
}
.v5spg {
    height: 10px;
    background: rgba(255,255,255,.06);
    border-radius: 20px;
    overflow: hidden;
}
.v3nsg {
    height: 100%;
    border-radius: 20px;
    transition: width .6s ease;
    position: relative;
}
.vjr4k {
    background: linear-gradient(90deg, #4cd964, #2ea44f);
    box-shadow: 0 0 12px rgba(76,217,100,.4);
}
.v3umd {
    background: linear-gradient(90deg, var(--accent), #d18014);
    box-shadow: 0 0 12px rgba(245,166,35,.35);
}
.v9jfr {
    background: linear-gradient(90deg, #ff8c8c, #d65555);
    box-shadow: 0 0 12px rgba(255,107,107,.3);
}
.vh2ta {
    display: flex; gap: 18px; justify-content: center;
    margin-top: 6px; padding-top: 16px;
    border-top: 1px solid var(--edge);
    font-size: 12px; color: var(--text-muted);
    flex-wrap: wrap;
}
.vh2ta span {
    display: inline-flex; align-items: center; gap: 6px;
}
.vh2ta span::before {
    content: ''; width: 10px; height: 10px; border-radius: 50%;
    display: inline-block;
}
.vh2ta .v1nki::before { background: #4cd964; }
.vh2ta .v3a32::before { background: var(--accent); }
.vh2ta .vk6g7::before { background: #ff8c8c; }

@media (max-width: 600px) {
    .vjx49 { padding: 18px; }
    .v6u1n { flex-direction: column; align-items: flex-start; gap: 6px; }
}

/* ====== TRUST BADGES (Security) ====== */
.v6vys {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin: 28px 0 12px;
}
.vh0qy {
    background: var(--bg-card);
    border: 1px solid var(--edge);
    border-radius: 14px;
    padding: 24px 18px;
    text-align: center;
    transition: all .25s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.vh0qy:hover {
    border-color: var(--accent);
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,.3);
}
.v2t49 {
    width: 64px; height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(245,166,35,.2), rgba(245,166,35,.05));
    border: 1.5px solid rgba(245,166,35,.3);
    display: flex; align-items: center; justify-content: center;
}
.v2t49 svg {
    width: 30px; height: 30px;
    stroke: var(--accent); stroke-width: 2; fill: none;
    stroke-linecap: round; stroke-linejoin: round;
}
.v2yyu {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.viirt {
    font-size: 12.5px;
    color: var(--text-muted);
    line-height: 1.5;
    font-weight: 500;
}

@media (max-width: 1100px) {
    .v6vys { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* ====== CTA-BLOCK (  ) ====== */
.vc18s {
    position: relative;
    margin: 48px 0 32px;
    padding: 44px 32px 28px;
    text-align: center;
    background:
        linear-gradient(180deg, rgba(8,5,14,.84) 0%, rgba(8,5,14,.62) 50%, rgba(8,5,14,.5) 100%),
        url("../gfx/promo-hero.webp") center right / cover no-repeat,
        linear-gradient(135deg, #241309 0%, #140b06 60%, #0a0610 100%);
    border: 1px solid rgba(212,175,55,.30);
    border-radius: 18px;
    overflow: hidden;
    box-shadow:
        0 18px 50px rgba(0,0,0,.5),
        inset 0 1px 0 rgba(255,255,255,.05);
}
/*     (  "article" ) */
.vc18s::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--accent), #e85a0c, var(--accent), transparent);
}
/*  .vfn60 h2 (  ) */
.vc18s h2 {
    font-family: var(--font-display);
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    text-align: center !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    border-left: none !important;
    text-shadow: 0 2px 16px rgba(0,0,0,.4);
    line-height: 1.15;
}
.vc18s p {
    font-size: 16px;
    color: var(--text-light);
    text-align: center !important;
    margin: 0 auto 28px;
    max-width: 540px;
    font-weight: 500;
}
.vc18s p strong { color: #fff; font-weight: 800; }
.vc18s .v3827 {
    margin: 0 auto;
    color: #fff !important;
    text-decoration: none !important;
}
/* Trust-stripe  CTA-block */
.vc18s .veyyj {
    margin-top: 28px !important;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.08);
    color: var(--text-muted);
    font-size: 12px;
    letter-spacing: .3px;
}

@media (max-width: 600px) {
    .vc18s { padding: 32px 20px 22px; }
    .vc18s h2 { font-size: 24px; }
    .vc18s p { font-size: 14px; }
}

/* ====== COOKIE CONSENT BANNER (GDPR) ====== */
.v6rcm {
    position: fixed;
    max-height: calc(100vh - 24px);
    max-height: calc(100svh - 24px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    bottom: 20px; left: 20px; right: 20px;
    max-width: 560px;
    margin: 0 auto;
    background: linear-gradient(180deg, #1a2547, #0e1630);
    border: 1px solid rgba(245,166,35,.3);
    border-radius: 14px;
    padding: 22px 24px;
    box-shadow: 0 20px 60px rgba(0,0,0,.6);
    z-index: 9999;
    transform: translateY(120%);
    transition: transform .4s cubic-bezier(.2,.8,.2,1);
}
.v6rcm.is-visible { transform: translateY(0); }
.vkf4q {
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 8px;
    display: flex; align-items: center; gap: 8px;
}
.vkf4q::before { content: '🍪'; font-size: 18px; }
.vhwoj {
    font-size: 13px;
    color: var(--text-light);
    line-height: 1.55;
    margin: 0 0 16px;
    font-weight: 500;
}
.vhwoj a {
    color: var(--accent);
    text-decoration: underline;
}
.v9sov {
    display: flex; gap: 10px; flex-wrap: wrap;
}
.viil0 {
    flex: 1; min-width: 130px;
    padding: 10px 16px;
    font-family: var(--font-display);
    font-weight: 800; font-size: 12px;
    text-transform: uppercase; letter-spacing: .8px;
    border: none; border-radius: 8px;
    cursor: pointer;
    transition: all .2s ease;
}
.vbge2 {
    background: linear-gradient(135deg, var(--accent), #d18014);
    color: #fff;
    box-shadow: 0 4px 16px rgba(245,166,35,.4);
}
.vbge2:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(245,166,35,.55);
}
.veibt {
    background: transparent;
    color: var(--text-light);
    border: 1px solid rgba(255,255,255,.18);
}
.veibt:hover {
    background: rgba(255,255,255,.05);
    color: #fff;
}
@media (max-width: 600px) {
    .v6rcm { left: 12px; right: 12px; bottom: 12px; padding: 18px 18px 16px; }
    .viil0 { flex: 1 1 100%; min-width: 0; }
}

/* ====== SUPER BONUS WIDGET (   ) ====== */
.vbfpi {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 999;
    display: flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #1a1040, #2d1b69);
    border: 2px solid #00e5a0;
    border-radius: 50px;
    padding: 14px 28px 14px 18px;
    cursor: pointer;
    box-shadow: 0 4px 24px rgba(0, 229, 160, 0.3), 0 0 12px rgba(0, 229, 160, 0.15);
    transition: transform 0.2s, box-shadow 0.2s;
    animation: superBonusPulse 2s ease-in-out infinite;
}
.vbfpi:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 32px rgba(0, 229, 160, 0.45), 0 0 20px rgba(0, 229, 160, 0.25);
}
.vi5t1 {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #e67e22, #f1c40f);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}
.vhof7 {
    font-family: var(--font);
    font-weight: 700;
    font-size: 20px;
    font-style: italic;
    color: #00e5a0;
    text-shadow: 0 0 8px rgba(0, 229, 160, 0.4);
}
@keyframes superBonusPulse {
    0%, 100% { transform: scale(1); box-shadow: 0 4px 24px rgba(0, 229, 160, 0.3), 0 0 12px rgba(0, 229, 160, 0.15); }
    50% { transform: scale(1.08); box-shadow: 0 4px 40px rgba(0, 229, 160, 0.7), 0 0 30px rgba(0, 229, 160, 0.5); }
}

/* Super Bonus Popup */
.vebte {
    position: fixed;
    bottom: 90px;
    right: 24px;
    z-index: 998;
    width: 340px;
    background: linear-gradient(180deg, #1a1040 0%, #130c30 100%);
    border: 2px solid #2d1b69;
    border-radius: 16px;
    padding: 24px 20px;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.95);
    transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
}
.vebte.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}
.v6t7o {
    position: absolute;
    top: 10px;
    right: 14px;
    background: none;
    border: none;
    color: var(--text-muted);
    font-size: 20px;
    cursor: pointer;
    transition: color 0.2s;
}
.v6t7o:hover { color: var(--text-white); }

.vhake {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-white);
    margin-bottom: 16px;
    line-height: 1.4;
}
.vhake span { color: #f1c40f; }

.vc1lx {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 18px;
}
.veu9k {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 10px 14px;
}
.van6l {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--text-white);
}
.van6l strong { font-size: 18px; color: var(--text-white); }
.van6l span { color: #f1c40f; font-weight: 600; font-size: 13px; }
.v5ybl { font-size: 15px; font-weight: 700; color: var(--text-white); }

.vdygx {
    text-align: center;
    margin-bottom: 10px;
    font-size: 13px;
    color: #f1c40f;
}
.vdygx::before,
.vdygx::after { content: '✦ '; }
.vab9v {
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    color: var(--text-white);
    margin-bottom: 16px;
}
.v218q {
    display: block;
    width: 100%;
    padding: 12px;
    background: linear-gradient(135deg, #e74c3c, #e67e22);
    border: none;
    border-radius: 30px;
    color: var(--text-white) !important;
    font-family: var(--font);
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}
.v218q:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 20px rgba(230, 126, 34, 0.4);
}
.vgqi5 {
    display: block;
    text-align: right;
    margin-top: 8px;
    font-size: 11px;
    color: var(--text-muted);
    text-decoration: underline;
}

@media (max-width: 480px) {
    .vbfpi { bottom: 16px; right: 16px; padding: 8px 16px 8px 10px; }
    .vi5t1 { width: 30px; height: 30px; font-size: 16px; }
    .vhof7 { font-size: 14px; }
    .vebte { right: 10px; left: 10px; width: auto; bottom: 80px; }
}

/* ====== LUCKY WHEEL (   bonus.html) ====== */
.v8mxg {
    margin: 40px 0;
    padding: 36px 28px;
    background:
        radial-gradient(ellipse at top, rgba(245,166,35,.12), transparent 60%),
        linear-gradient(180deg, #1a2547, #0e1630);
    border: 1px solid rgba(245,166,35,.25);
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(0,0,0,.5);
}
.v61iq {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 32px;
    align-items: center;
}
.vje1t h2 {
    font-family: var(--font-display);
    font-size: 30px; font-weight: 800; color: #fff;
    text-align: left;
    padding-left: 18px;
    border-left: 5px solid var(--accent);
    line-height: 1.15;
    margin: 0 0 16px;
}
.vje1t p {
    font-size: 15px; color: var(--text-light); line-height: 1.6;
    margin: 0 0 14px; font-weight: 500;
}
.v7q4u {
    list-style: none; padding: 0; margin: 18px 0 0;
    display: flex; flex-direction: column; gap: 10px;
}
.v7q4u li {
    display: flex; align-items: center; gap: 10px;
    color: var(--text-light); font-size: 14px; font-weight: 500;
}
.v7q4u li::before {
    content: '★'; color: var(--accent); font-size: 16px;
}

.v879v {
    position: relative; width: 100%; aspect-ratio: 1; max-width: 380px;
    margin: 0 auto;
    animation: wheelPulse 2.5s ease-in-out infinite;
}
@keyframes wheelPulse {
    0%, 100% { transform: scale(1); filter: drop-shadow(0 0 8px rgba(245,166,35,0.2)); }
    50% { transform: scale(1.03); filter: drop-shadow(0 0 20px rgba(245,166,35,0.5)); }
}
.vg6ue {
    position: absolute; top: -18px; left: 50%; transform: translateX(-50%);
    width: 0; height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 30px solid var(--accent);
    z-index: 10; filter: drop-shadow(0 2px 4px rgba(0,0,0,.5));
}
#wheelCanvas {
    width: 100%; height: 100%;
    filter: drop-shadow(0 0 30px rgba(245,166,35,.3));
}
.v4l63 {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 80px; height: 80px; border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), #d18014);
    border: 3px solid #fff; color: #fff;
    font-family: var(--font-display); font-weight: 800;
    font-size: 14px; letter-spacing: 1.5px;
    cursor: pointer; z-index: 10;
    box-shadow: 0 4px 15px rgba(245,166,35,.5);
    transition: transform .2s, box-shadow .2s;
}
.v4l63:hover {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 6px 25px rgba(245,166,35,.7);
}
.v4l63:disabled {
    opacity: .6; cursor: not-allowed;
    transform: translate(-50%, -50%);
}

/* Spin result popup */
.vea9x {
    display: none; position: fixed; inset: 0;
    background: rgba(0,0,0,.85); z-index: 9999;
    align-items: center; justify-content: center;
    backdrop-filter: blur(8px);
}
.vea9x.active { display: flex; }
.v780k {
    position: relative; overflow: visible;
    background: linear-gradient(170deg, #1c2547 0%, #0e1630 50%, #1a2244 100%);
    border: 2px solid var(--accent);
    border-radius: 20px; padding: 110px 32px 28px;
    text-align: center; max-width: 420px; width: 90%;
    margin-top: 80px;
    box-shadow: 0 0 60px rgba(245,166,35,.25), 0 0 120px rgba(245,166,35,.1);
    animation: popIn .4s cubic-bezier(.34,1.56,.64,1);
}
@keyframes popIn { from { transform: scale(.7) translateY(30px); opacity: 0; } to { transform: scale(1) translateY(0); opacity: 1; } }
.v7zgy {
    width: 180px; height: auto; display: block;
    position: absolute; top: -100px; left: 50%; transform: translateX(-50%);
    z-index: 2;
}
.vgz7d {
    position: absolute; top: 12px; right: 14px;
    background: none; border: none; color: var(--text-muted);
    font-size: 28px; cursor: pointer; line-height: 1;
    transition: color .2s; z-index: 2;
}
.vgz7d:hover { color: #fff; }
.v3ap2 {
    position: absolute; top: -60px; left: 50%; transform: translateX(-50%);
    width: 200px; height: 200px;
    background: radial-gradient(circle, rgba(245,166,35,.3) 0%, transparent 70%);
    pointer-events: none;
}
.vd8yq {
    font-family: var(--font-display); font-size: 16px;
    color: var(--text-muted); letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 4px;
}
.v3x8v {
    font-family: var(--font-display); font-size: 28px;
    color: var(--accent); letter-spacing: 1px;
    text-shadow: 0 2px 10px rgba(245,166,35,.4);
    margin: 0 0 24px;
}
.v9fk6 {
    display: flex; align-items: flex-start; justify-content: center;
    gap: 14px; margin-bottom: 28px;
}
.v1np1 {
    display: flex; flex-direction: column; align-items: center;
}
.vggrg {
    font-family: var(--font-display); font-size: 52px;
    color: var(--accent); line-height: 1; font-weight: 900;
    text-shadow: 0 0 20px rgba(245,166,35,.4);
}
.v18y {
    font-size: 12px; color: var(--text-muted);
    text-transform: uppercase; letter-spacing: 1px; margin-top: 6px;
}
.vhxl3 {
    font-size: 32px; color: var(--accent); font-weight: 700;
    margin-top: 10px;
}
.vlebb {
    display: block; width: 100%;
    padding: 16px 0; border-radius: 12px;
    background: linear-gradient(135deg, var(--accent), #d18014);
    color: #fff !important; font-weight: 800; font-size: 16px;
    text-decoration: none !important; text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 20px rgba(245,166,35,.4);
    transition: transform .2s, box-shadow .2s;
}
.vlebb:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 30px rgba(245,166,35,.6);
}

@media (max-width: 968px) {
    .v61iq { grid-template-columns: 1fr; gap: 28px; }
    .vje1t h2 { text-align: center; border-left: none; padding-left: 0; }
    .v879v { max-width: 320px; }
}
@media (max-width: 480px) {
    .v879v { max-width: 280px; }
    .v4l63 { width: 64px; height: 64px; font-size: 12px; }
    .v780k { padding: 90px 22px 22px; }
    .vggrg { font-size: 42px; }
    .v3x8v { font-size: 22px; }
}
@media (max-width: 600px) {
    .v6vys { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
    .v3vj { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .v9yxb { padding: 16px 10px; }
    .v95j5 { font-size: 14px; }
}

/* ====== FAQ SECTION WRAPPER ====== */
.v4ci2 { max-width: 1200px; margin-left: auto; margin-right: auto; padding: 0 24px; margin-bottom: 40px; }

/* ====== DETAILS/SUMMARY FAQ (subpages) ====== */
.vidk0 { max-width: 1100px; margin: 24px auto; padding: 0 24px; }
.vidk0 h2 {
    font-family: var(--font-display);
    text-align: left;
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    letter-spacing: .2px;
    margin: 36px 0 22px;
    padding-left: 18px;
    border-left: 5px solid var(--accent);
    line-height: 1.15;
}
.vidk0 details {
    border: 1px solid var(--edge); border-radius: var(--rds-s);
    margin-bottom: 8px; overflow: hidden;
}
.vidk0 summary {
    background: var(--bg-card); color: var(--text-white);
    font-size: 14px; font-weight: 600; padding: 16px 20px;
    cursor: pointer; list-style: none;
    display: flex; justify-content: space-between; align-items: center;
}
.vidk0 summary::-webkit-details-marker { display: none; }
.vidk0 summary::after { content: '+'; font-size: 20px; color: var(--accent); transition: transform var(--speed); }
.vidk0 details[open] summary::after { transform: rotate(45deg); }
.vidk0 details > div,
.vidk0 details > p {
    padding: 0 20px 16px; font-size: 13px;
    color: var(--text-muted); line-height: 1.6;
    font-family: var(--font);
}
.vidk0 details a { color: var(--accent); text-decoration: underline; }

/* ====== LEGAL PAGES ====== */
.v1lw1 { padding: 0 24px; max-width: 800px; margin: 0 auto 40px; font-family: var(--font); }
.v1lw1 h1 {
    font-size: 24px; color: var(--text-white); margin-bottom: 8px;
}
.v1lw1 .vdj6v {
    font-size: 12px; color: var(--text-muted); margin-bottom: 24px;
}
.v1lw1 h2 {
    font-size: 18px; color: var(--text-white); margin: 24px 0 10px;
}
.v1lw1 p, .v1lw1 li {
    font-size: 14px; color: var(--text-light); line-height: 1.7;
    margin-bottom: 10px;
}
.v1lw1 ul { padding-left: 20px; margin-bottom: 14px; }
.v1lw1 a { color: var(--accent); text-decoration: underline; }

/* ====== 404 PAGE ====== */
.vjawt {
    text-align: center; padding: 80px 24px 60px;
    min-height: 60vh; display: flex; flex-direction: column;
    align-items: center; justify-content: center;
}
.v9le2 {
    font-size: 120px; font-weight: 900; line-height: 1;
    background: linear-gradient(135deg, var(--accent), var(--green));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text; margin-bottom: 16px;
}
.vjawt h1 { font-size: 24px; color: var(--text-white); margin-bottom: 12px; }
.vjawt p { font-size: 15px; color: var(--text-muted); margin-bottom: 28px; max-width: 500px; }
.v8c5g {
    display: flex; gap: 16px; flex-wrap: wrap; justify-content: center;
    margin-top: 20px;
}
.v8c5g a { color: var(--accent); text-decoration: underline; font-size: 14px; }

/* ====== RESPONSIVE ====== */
@media (max-width: 1080px) {
    .vb7he { display: none; }
    .v3yqw { display: flex; }
    .v2k2e { display: none; }
    .layout { display: block; grid-template-columns: 1fr; }
    main { padding-top: 56px; }
    .vj68t { min-height: 300px; }
    .v33gj { padding: 40px 20px 40px 40px; }
    .vpj3 { font-size: 36px; }
    .v77fb { flex: 0 0 calc((100% - 36px) / 4); }
    .v4mbc { flex: 0 0 calc((100% - 36px) / 4); }
    .vd7ax { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .v2fbt { flex-direction: column; }
    .v1mi0 { grid-template-columns: 1fr; }
    .v30s9 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .vbs3q { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
    .v77fb { flex: 0 0 calc((100% - 12px) / 2.2); }
    .v4mbc { flex: 0 0 calc((100% - 12px) / 2.2); }
    .vj68t { display: flex; flex-direction: column; justify-content: flex-end; align-items: center; text-align: center; height: min(108vw, calc(100svh - var(--topbar-h, 64px))); padding: 0 14px 22px; background: #000; }
    .vj68t::after { top: 0; bottom: 0; height: auto; background: url('../gfx/hero-bg-mobile.webp') top center/cover no-repeat; }
    .vj68t::before { display: block; top: 0; bottom: 0; height: auto; background: linear-gradient(to bottom, rgba(0,0,0,0) 42%, rgba(0,0,0,.72) 100%); }
    .vj68t .v33gj { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; text-align: center; max-width: 600px; margin: 0 auto; padding: 0 6px 4px; }
    .v33gj { padding: 40px 16px 34px 24px; max-width: 100%; }
    .v2n3t { font-size: 11px; padding: 5px 14px; background: rgba(245,166,35,.3); margin-bottom: 12px; }
    .vpj3 { font-size: 28px; }
    .vdv6n { font-size: 14px; }
    .v5gd8 { width: 140px; }
    .vd7ax { grid-template-columns: 1fr; }
    .v25xr, .v3ags, .block { padding: 0 16px; }
    .vf6ff { margin: 0 16px 32px; padding: 32px 16px; }
    .vefi0 { padding: 32px 16px 16px; }
    .v2fbt { max-width: 100%; }
    
    
    .vfpns { max-width: 100%; }
    .vbhb { grid-template-columns: 1fr; }
    .v30s9 { grid-template-columns: 1fr; }
    .vbs3q { grid-template-columns: 1fr 1fr; }
    .vgcpt { padding: 12px 16px 0; }
    .v1lw1 { padding: 0 16px; }
    .vjawt { padding: 60px 16px 40px; }
    .v9le2 { font-size: 80px; }
    .vp0w { font-size: 12px; }
    .vp0w th, .vp0w td { padding: 8px 10px; }
    .v352b { max-width: 100%; }
}

/* footer-mobile-fix */
@media (max-width: 900px){
  .v2fbt{max-width:100%;}
  .vhia2, .vfpns{max-width:100%;}
}
@media (max-width: 600px){
  
  
}

/* ===== FOOTER — раскладка как casinova (centered desktop, logo hidden mobile) ===== */
.vefi0{background:var(--bg-topbar);border-top:1px solid var(--edge);padding:40px 24px 20px;font-family:var(--font)}
.v2fbt{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;margin-bottom:28px;max-width:100%;margin-left:0;margin-right:0}
.v568j{max-width:400px;flex-shrink:0}
.v7o81{display:inline-block;text-decoration:none;margin-bottom:0}
.vdkmz{height:46px;width:auto;display:block;margin-bottom:16px}
.v5jrj{font-size:13px;color:var(--text-muted);line-height:1.6}
.vd9wv{display:flex;gap:48px;flex:1;justify-content:flex-end}
.vlcm7 ul{list-style:none;padding:0;margin:0}
.v575c{font-size:13px;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.5px;display:block;margin-bottom:12px}
.vlcm7 li a{display:block;font-size:13px;color:var(--text-muted);text-decoration:none;padding:3px 0;transition:color var(--speed)}
.vlcm7 li a:hover{color:var(--text-white)}
.vanbl{display:flex;flex-wrap:wrap;gap:10px;padding:20px 0;justify-content:flex-start;border-top:1px solid var(--edge);max-width:100%;margin:0}
.vdhfa{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;background:var(--bg-card);border:1px solid var(--edge);border-radius:6px}
.v8jx1{border-top:1px solid var(--edge);padding-top:20px;max-width:100%;margin:0}
.v8wq1{font-size:12px;color:var(--text-muted);line-height:1.6;margin-bottom:16px}
.v8wq1 a{color:var(--accent);text-decoration:underline}
.vgdlf{font-size:11px;color:var(--text-muted);opacity:.5}
@media (max-width:1080px){.v2fbt{flex-direction:column}}
@media (max-width:768px){.vdkmz{display:none}}
@media (max-width:600px){.vefi0{padding:32px 16px 16px}}
@media (min-width:601px){.v2fbt,.vanbl,.v8jx1{max-width:1100px;margin-left:auto;margin-right:auto}.v2fbt{justify-content:center}.vanbl{justify-content:center}.v8jx1{text-align:center}}

@media(max-width:768px){.vd9wv{flex-wrap:nowrap;gap:24px;justify-content:space-between}.vlcm7{flex:1 1 0;min-width:0}.v575c{font-size:12px}}

/* expressive-hero-text */
.vj68t h1 { font-weight: 900; letter-spacing: -0.5px; }
.vj68t .v33gj p { font-weight: 700; }
.vj68t .v33gj p strong { font-weight: 900; }

/* bigger-hero-text-mobile */
@media (max-width: 600px) {
    .vj68t h1, .vj68t .v33gj p:first-of-type { -webkit-text-stroke: 6px #000; paint-order: stroke fill; text-shadow: 0 4px 16px rgba(0,0,0,.5); }
    .vj68t .v33gj p:not(:first-of-type) { -webkit-text-stroke: 3px #000; paint-order: stroke fill; text-shadow: 0 2px 8px rgba(0,0,0,.7); }
    .vj68t h1 { font-size: 50px; line-height: 1.04; }
    .vj68t .v33gj p:first-of-type { font-size: 40px; line-height: 1.08; }
}

/* desktop-hero-full-image */
@media (min-width: 601px) {
    .vj68t {
        min-height: 940px; aspect-ratio: auto;
        -webkit-mask: linear-gradient(to bottom, #000 0%, #000 calc(100% - 150px), rgba(0,0,0,0) 100%);
        mask: linear-gradient(to bottom, #000 0%, #000 calc(100% - 150px), rgba(0,0,0,0) 100%);
    }
    .vj68t::after { background: url('../gfx/hero-bg.webp') center center / cover no-repeat; }
    .vj68t::before { background: none; }
    .vj68t h1, .vj68t .v33gj p:first-of-type { -webkit-text-stroke: 6px #000; paint-order: stroke fill; text-shadow: 0 4px 16px rgba(0,0,0,.5); }
    .vj68t .v33gj p:not(:first-of-type) { -webkit-text-stroke: 3px #000; paint-order: stroke fill; text-shadow: 0 2px 8px rgba(0,0,0,.7); }
}

/* desktop-hero-text-size */
@media (min-width: 601px) {
    .vj68t h1 { font-size: 64px; font-weight: 900; letter-spacing: -0.5px; }
    .vj68t .v33gj { max-width: 900px; }
    .vj68t .v33gj p:first-of-type { font-size: 68px; font-weight: 900; }
}
