/* ============================================================
   SpinBetter España — hoja de estilos editorial independiente
   Paleta: azul noche #0E1424 / azul #0B5FFF / naranja #FFB400 / blanco
   Stack de fuentes del sistema (sin webfont) para PageSpeed. Prefijo: spe
   ============================================================ */

:root {
    --spe-bg:        #0E1424;
    --spe-bg-2:      #141d31;
    --spe-card:      #18233b;
    --spe-bar:       #0a101e;
    --spe-blue:      #0B5FFF;
    --spe-blue-soft: #4d8bff;
    --spe-orange:    #FFB400;
    --spe-orange-2:  #ffca4d;
    --spe-white:     #ffffff;
    --spe-mute:      #9aabc4;
    --spe-line:      rgba(255,255,255,.08);
    --spe-r:         12px;
    --spe-r-s:       8px;
    --spe-bar-h:     64px;
    --spe-font:      "Segoe UI",Tahoma,system-ui,sans-serif;
    --spe-ease:      .22s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: clip; max-width: 100%; }
body {
    font-family: var(--spe-font);
    background: #0E1424;
    color: #e6edf8;
    line-height: 1.64;
    font-size: 15.5px;
    overflow-x: clip;
    max-width: 100%;
    -webkit-font-smoothing: antialiased;
}
body::before { content: ""; position: fixed; inset: 0; background: url('../img/body-bg.webp') center/cover no-repeat; opacity: .55; z-index: -1; pointer-events: none; }
h1, h2, h3 { font-family: var(--spe-font); font-weight: 800; line-height: 1.2; color: var(--spe-white); }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
strong, b { font-weight: 700; color: #fff; }
hr { border: 0; border-top: 1px solid var(--spe-line); margin: 34px 0; }

/* ===== Botones ===== */
.spe-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-weight: 800; letter-spacing: .3px; text-transform: uppercase;
    border: none; cursor: pointer; border-radius: 10px;
    padding: 13px 26px; font-size: 14px; transition: transform var(--spe-ease), box-shadow var(--spe-ease), background var(--spe-ease);
    white-space: nowrap;
}
.spe-btn-main {
    background: linear-gradient(135deg, var(--spe-orange), var(--spe-orange-2));
    color: #1a1300;
    box-shadow: 0 6px 22px rgba(255,180,0,.30);
}
.spe-btn-main:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(255,180,0,.42); }
.spe-btn-blue { background: var(--spe-blue); color: #fff; box-shadow: 0 6px 22px rgba(11,95,255,.32); }
.spe-btn-blue:hover { background: #0a52e0; transform: translateY(-2px); }
.spe-btn-ghost { background: rgba(255,255,255,.06); color: #fff; border: 1px solid var(--spe-line); }
.spe-btn-ghost:hover { background: rgba(255,255,255,.12); }
.spe-btn-sm { padding: 9px 18px; font-size: 12.5px; }

/* ===== Barra superior (escritorio) ===== */
.spe-top {
    display: flex; align-items: center; justify-content: space-between; gap: 18px;
    height: var(--spe-bar-h); padding: 0 30px;
    background: var(--spe-bar);
    border-bottom: 1px solid var(--spe-line);
    position: sticky; top: 0; z-index: 60;
}
.spe-logo { display: inline-flex; align-items: center; }
.spe-logo img { height: 47px; width: auto; display: block; }
.spe-nav { display: flex; gap: 6px; align-items: center; }
.spe-nav a {
    padding: 8px 13px; border-radius: 8px; font-size: 14px; font-weight: 600; color: #c7d3e6;
    transition: background var(--spe-ease), color var(--spe-ease);
}
.spe-nav a:hover { background: rgba(255,255,255,.07); color: #fff; }
.spe-nav a.spe-on { color: var(--spe-orange); }
.spe-top-cta { display: flex; align-items: center; }

/* ===== Cabecera móvil ===== */
.spe-mtop {
    display: none; align-items: center; justify-content: space-between; gap: 12px;
    height: 56px; padding: 0 16px; background: var(--spe-bar);
    border-bottom: 1px solid var(--spe-line); position: sticky; top: 0; z-index: 60;
}
.spe-burger { width: 40px; height: 40px; background: transparent; border: 1px solid var(--spe-line); border-radius: 8px; display: flex; flex-direction: column; gap: 4px; align-items: center; justify-content: center; cursor: pointer; }
.spe-burger span { width: 18px; height: 2px; background: #fff; border-radius: 2px; }
.spe-mlogo { display: inline-flex; align-items: center; }
.spe-mlogo img { height: 47px; width: auto; display: block; }
.spe-mnav {
    position: fixed; top: 0; left: -300px; width: 280px; height: 100%; z-index: 80;
    background: var(--spe-bg-2); border-right: 1px solid var(--spe-line);
    padding: 22px 16px; display: flex; flex-direction: column; gap: 4px;
    transition: left .28s ease;
}
.spe-mnav.spe-open { left: 0; }
.spe-mnav a { padding: 13px 12px; border-radius: 8px; font-weight: 600; color: #d2dcec; }
.spe-mnav a:hover, .spe-mnav a.spe-hot { background: rgba(11,95,255,.16); color: var(--spe-blue-soft); }
.spe-ovl { position: fixed; inset: 0; background: rgba(4,8,16,.6); z-index: 70; opacity: 0; visibility: hidden; transition: opacity .28s; }
.spe-ovl.spe-show { opacity: 1; visibility: visible; }

/* ===== Hero ===== */
.spe-hero {
    position: relative;
    background:
        linear-gradient(180deg, rgba(14,20,36,.52) 0%, rgba(14,20,36,.86) 70%, var(--spe-bg) 100%),
        radial-gradient(1100px 540px at 72% 16%, rgba(11,95,255,.26), transparent 60%),
        var(--spe-bg);
    overflow: hidden;
}
.spe-hero-img {
    position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: .5;
}

.spe-hero-inner {
    position: relative; z-index: 2; max-width: 1180px; margin: 0 auto;
    padding: 84px 30px 76px; text-align: center;
}
.spe-hero-badge {
    display: inline-flex; align-items: center; gap: 7px;
    background: rgba(11,95,255,.18); border: 1px solid rgba(11,95,255,.55);
    color: #8fb6ff; padding: 6px 15px; border-radius: 999px; font-size: 12.5px; font-weight: 700;
    text-transform: uppercase; letter-spacing: .6px; margin-bottom: 20px;
}
.spe-hero h1 {
    font-size: clamp(40px, 8vw, 74px); letter-spacing: .5px; margin-bottom: 6px;
    text-shadow: 0 3px 18px rgba(0,0,0,.5);
}
.spe-hero h1 b { color: var(--spe-orange); font-weight: 900; }
.spe-hero-off { font-size: clamp(20px, 4vw, 30px); font-weight: 800; color: #fff; margin-bottom: 6px; }
.spe-hero-off b { color: var(--spe-orange); }
.spe-hero-sub { color: #d2deee; font-size: 16px; margin-bottom: 28px; }
.spe-hero-cta { display: inline-flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.spe-hero-trust { margin-top: 22px; color: var(--spe-mute); font-size: 13px; }
.spe-hero-trust b { color: #fff; }

/* ===== Marco de sección ===== */
.spe-sec { max-width: 1180px; margin: 0 auto; padding: 56px 30px; }
.spe-sec h2 { font-size: clamp(25px, 4vw, 33px); margin-bottom: 14px; }
.spe-sec h3 { font-size: 20px; margin: 26px 0 9px; color: #fff; }
.spe-sec p { margin-bottom: 14px; color: #ccd8e8; }
.spe-sec a.spe-link { color: var(--spe-orange); font-weight: 600; }
.spe-sec a.spe-link:hover { text-decoration: underline; }
.spe-head { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.spe-head h2 { margin: 0; }

/* ===== Carrusel de juegos ===== */
.spe-games {    }
.spe-games-bar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; margin-bottom: 22px; }
.spe-arrows { display: flex; gap: 8px; }
.spe-arrow { width: 42px; height: 42px; border-radius: 50%; background: var(--spe-card); border: 1px solid var(--spe-line); color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background var(--spe-ease); }
.spe-arrow:hover:not(:disabled) { background: var(--spe-blue); color: #fff; }
.spe-arrow:disabled { opacity: .35; cursor: default; }
.spe-arrow svg { width: 15px; height: 15px; fill: currentColor; }
.spe-rail { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; scrollbar-width: none; }
.spe-rail::-webkit-scrollbar { display: none; }
.spe-card {
    flex: 0 0 200px; scroll-snap-align: start;
    background: var(--spe-card); border: 1px solid var(--spe-line); border-radius: var(--spe-r);
    overflow: hidden; transition: transform var(--spe-ease), border-color var(--spe-ease);
}
.spe-card:hover { transform: translateY(-4px); border-color: rgba(11,95,255,.55); }
.spe-card-img { position: relative; aspect-ratio: 1/1; background: linear-gradient(135deg, var(--spe-bg-2), var(--spe-bar)); }
.spe-card-img img { width: 100%; height: 100%; object-fit: cover; }
.spe-card-play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity var(--spe-ease); }
.spe-card:hover .spe-card-play { opacity: 1; }
.spe-card-play span { width: 48px; height: 48px; border-radius: 50%; background: rgba(11,95,255,.92); display: flex; align-items: center; justify-content: center; }
.spe-card-play svg { width: 20px; height: 20px; fill: #fff; }
.spe-card-meta { padding: 11px 13px; }
.spe-card-meta strong { display: block; font-size: 14px; color: #fff; }
.spe-card-meta small { color: var(--spe-mute); font-size: 12px; }

/* ===== Maquetación reseña ===== */
.spe-grid { display: grid; grid-template-columns: 1fr 340px; gap: 34px; align-items: start; }
.spe-prose p { margin-bottom: 14px; color: #ccd8e8; }
.spe-stats { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin: 24px 0; }
.spe-stat { background: var(--spe-card); border: 1px solid var(--spe-line); border-radius: var(--spe-r-s); padding: 14px; display: flex; flex-direction: column; gap: 3px; }
.spe-stat .spe-k { font-size: 11px; text-transform: uppercase; letter-spacing: .8px; color: var(--spe-mute); font-weight: 700; }
.spe-stat .spe-v { font-size: 17px; font-weight: 800; color: var(--spe-orange); }

/* tarjeta lateral */
.spe-aside { background: var(--spe-card); border: 1px solid var(--spe-line); border-radius: var(--spe-r); padding: 20px; position: sticky; top: 82px; }
.spe-aside-tag { display: inline-block; background: linear-gradient(135deg, var(--spe-blue), var(--spe-blue-soft)); color: #fff; font-weight: 800; font-size: 11px; text-transform: uppercase; letter-spacing: .6px; padding: 5px 12px; border-radius: 999px; margin-bottom: 14px; }
.spe-aside-name { font-size: 24px; font-weight: 900; }
.spe-aside-name span { color: var(--spe-blue-soft); }
.spe-aside-name em { color: var(--spe-orange); font-style: normal; }
.spe-aside-lic { color: var(--spe-mute); font-size: 13px; margin-bottom: 14px; }
.spe-score { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-top: 1px solid var(--spe-line); border-bottom: 1px solid var(--spe-line); margin-bottom: 14px; }
.spe-score .spe-num { font-size: 34px; font-weight: 900; color: var(--spe-orange); }
.spe-stars { color: var(--spe-orange); letter-spacing: 2px; }
.spe-score small { display: block; color: var(--spe-mute); font-size: 11.5px; }
.spe-facts { list-style: none; display: flex; flex-direction: column; gap: 9px; margin-bottom: 16px; }
.spe-facts li { display: flex; justify-content: space-between; font-size: 13.5px; border-bottom: 1px dashed var(--spe-line); padding-bottom: 8px; }
.spe-facts li span:first-child { color: var(--spe-mute); }
.spe-facts li span:last-child { color: #fff; font-weight: 700; }
.spe-pros { margin-bottom: 16px; }
.spe-pros .spe-k { font-size: 12px; font-weight: 800; text-transform: uppercase; color: var(--spe-blue-soft); margin-bottom: 8px; letter-spacing: .6px; }
.spe-pros ul { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.spe-pros li { font-size: 13.5px; padding-left: 22px; position: relative; color: #ccd8e8; }
.spe-pros li::before { content: "✓"; position: absolute; left: 0; color: var(--spe-blue-soft); font-weight: 800; }

/* ===== Banner de bono ===== */
.spe-bonus {    }
.spe-bonus-box {
    max-width: 880px; margin: 0 auto; text-align: center;
    border: 2px solid var(--spe-orange); border-radius: var(--spe-r);
    padding: 34px 26px; position: relative; overflow: hidden;
    background: linear-gradient(to right, #0E1424 0%, #0E1424 35%, transparent 75%), url('../img/promo-hero.webp') right center/cover no-repeat, #0E1424;
    min-height: 340px;
}
.spe-bonus-box::after { content: ""; position: absolute; inset: 0; box-shadow: 0 0 60px rgba(255,180,0,.22) inset; pointer-events: none; }
.spe-bonus-box .spe-pre { text-transform: uppercase; letter-spacing: 1px; color: var(--spe-orange); font-weight: 800; font-size: 13px; }
.spe-bonus-box .spe-big { font-size: clamp(26px, 5vw, 40px); font-weight: 900; color: #fff; margin: 6px 0; }
.spe-bonus-box .spe-min { color: var(--spe-mute); margin-bottom: 18px; }

/* ===== Split móvil/app ===== */
.spe-app {  }
.spe-app-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 36px; align-items: center; }
.spe-app ul.spe-feat { list-style: none; display: flex; flex-direction: column; gap: 9px; margin: 18px 0; }
.spe-app ul.spe-feat li { padding-left: 26px; position: relative; color: #ccd8e8; }
.spe-app ul.spe-feat li::before { content: "▸"; position: absolute; left: 4px; color: var(--spe-orange); }
.spe-os { display: flex; gap: 12px; flex-wrap: wrap; }
.spe-phone img { max-width: 420px; margin: 0 auto; }

/* ===== Pasos ===== */
.spe-steps { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin: 24px 0; }
.spe-step { flex: 1 1 200px; max-width: 240px; background: var(--spe-card); border: 1px solid var(--spe-line); border-radius: var(--spe-r); padding: 20px; text-align: center; }
.spe-step .spe-n { width: 38px; height: 38px; border-radius: 50%; background: var(--spe-blue); color: #fff; font-weight: 900; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; }
.spe-step strong { display: block; color: #fff; margin-bottom: 4px; }
.spe-step small { color: var(--spe-mute); font-size: 12.5px; }

/* ===== Barras de retirada ===== */
.spe-pay { display: flex; flex-direction: column; gap: 14px; margin: 22px 0; }
.spe-pay-row { background: var(--spe-card); border: 1px solid var(--spe-line); border-radius: var(--spe-r-s); padding: 14px 16px; }
.spe-pay-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; font-size: 14px; }
.spe-pay-top strong { color: #fff; }
.spe-pill { font-size: 12px; font-weight: 700; padding: 3px 11px; border-radius: 999px; }
.spe-pill-fast { background: #27c24c; color: #8fb6ff; }
.spe-pill-mid { background: rgba(255,180,0,.16); color: var(--spe-orange-2); }
.spe-pill-slow { background: rgba(255,255,255,.08); color: var(--spe-mute); }
.spe-track { height: 8px; border-radius: 6px; background: rgba(255,255,255,.07); overflow: hidden; }
.spe-track i { display: block; height: 100%; border-radius: 6px; }
.spe-fill-fast { background: #27c24c; }
.spe-fill-mid { background: var(--spe-orange); }
.spe-fill-slow { background: #b9556e; }

/* ===== Cuadrícula de confianza ===== */
.spe-trust { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px,1fr)); gap: 14px; margin: 24px 0; }
.spe-trust-c { background: var(--spe-card); border: 1px solid var(--spe-line); border-radius: var(--spe-r); padding: 18px; text-align: center; }
.spe-trust-c .spe-ic { width: 44px; height: 44px; margin: 0 auto 10px; color: var(--spe-orange); }
.spe-trust-c .spe-ic svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2; }
.spe-trust-c strong { display: block; color: #fff; margin-bottom: 5px; }
.spe-trust-c small { color: var(--spe-mute); font-size: 12.5px; }

/* ===== Reseñas ===== */
.spe-revs { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 16px; margin-top: 22px; }
.spe-rev { background: var(--spe-card); border: 1px solid var(--spe-line); border-radius: var(--spe-r); padding: 18px; }
.spe-rev-h { display: flex; align-items: center; gap: 11px; margin-bottom: 10px; }
.spe-av { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--spe-blue), var(--spe-orange)); color: #fff; font-weight: 900; display: flex; align-items: center; justify-content: center; }
.spe-rev-h .spe-who { font-weight: 700; color: #fff; }
.spe-rev-h .spe-when { font-size: 12px; color: var(--spe-mute); }
.spe-rev .spe-rs { color: var(--spe-orange); letter-spacing: 2px; margin-bottom: 8px; }
.spe-rev p { font-size: 13.5px; color: #ccd8e8; }

/* ===== FAQ ===== */
.spe-faq { max-width:1180px; margin: 0 auto; padding: 56px 30px; }
.spe-faq h2 { font-size: clamp(25px,4vw,33px); margin-bottom: 20px; text-align: center; }
.spe-q { background: var(--spe-card); border: 1px solid var(--spe-line); border-radius: var(--spe-r-s); margin-bottom: 10px; overflow: hidden; }
.spe-q summary { padding: 16px 18px; font-weight: 700; color: #fff; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.spe-q summary::-webkit-details-marker { display: none; }
.spe-q summary::after { content: "+"; color: var(--spe-orange); font-weight: 900; }
.spe-q[open] summary::after { content: "–"; }
.spe-q .spe-a { padding: 0 18px 16px; color: #c7d3e6; font-size: 14px; }

/* ===== Pie ===== */
.spe-foot { background: var(--spe-bar); border-top: 1px solid var(--spe-line); padding: 44px 30px 26px; }
.spe-foot-top { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px; }
.spe-foot-brand .spe-logo { margin-bottom: 12px; }
.spe-foot-brand .spe-logo img { height: 56px; width: auto; display: block; }
.spe-foot-brand p { color: var(--spe-mute); font-size: 12.5px; line-height: 1.7; }
.spe-foot-col span.spe-ct { display: block; font-weight: 800; color: #fff; text-transform: uppercase; font-size: 12px; letter-spacing: .8px; margin-bottom: 12px; }
.spe-foot-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.spe-foot-col a { color: var(--spe-mute); font-size: 13.5px; }
.spe-foot-col a:hover { color: var(--spe-orange); }
.spe-pays { max-width: 1180px; margin: 26px auto 0; padding-top: 22px; border-top: 1px solid var(--spe-line); display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.spe-pays span { background: rgba(255,255,255,.06); border: 1px solid var(--spe-line); border-radius: 7px; padding: 6px 12px; font-size: 12px; font-weight: 700; color: #c7d3e6; }
.spe-foot-bottom { max-width: 1180px; margin: 22px auto 0; padding-top: 20px; border-top: 1px solid var(--spe-line); text-align: center; }
.spe-foot-bottom p { color: var(--spe-mute); font-size: 12px; line-height: 1.7; margin-bottom: 10px; }
.spe-foot-bottom .spe-cr { color: #7e91a8; }

/* ===== Banner de cookies ===== */
.spe-cookie {
    position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 90;
    max-width: 560px; margin: 0 auto;
    background: var(--spe-bg-2); border: 1px solid var(--spe-orange); border-radius: var(--spe-r);
    padding: 18px 20px; box-shadow: 0 16px 40px rgba(0,0,0,.5);
    transform: translateY(140%); transition: transform .35s ease;
}
.spe-cookie.spe-vis { transform: translateY(0); }
.spe-cookie .spe-ct { font-weight: 800; color: #fff; margin-bottom: 6px; }
.spe-cookie .spe-cx { font-size: 13px; color: #c7d3e6; margin-bottom: 14px; }
.spe-cookie .spe-cx a { color: var(--spe-orange); }
.spe-cookie-btns { display: flex; gap: 10px; }

/* ===== Páginas legales / genéricas ===== */
.spe-legal { max-width: 820px; margin: 0 auto; padding: 50px 30px 60px; }
.spe-legal h1 { font-size: 30px; margin-bottom: 8px; }
.spe-legal .spe-upd { color: var(--spe-mute); font-size: 13px; margin-bottom: 26px; }
.spe-legal h2 { font-size: 20px; margin: 26px 0 10px; color: var(--spe-orange); }
.spe-legal p, .spe-legal li { color: #c7d3e6; margin-bottom: 12px; font-size: 14.5px; }
.spe-legal ul { padding-left: 22px; margin-bottom: 12px; }
.spe-bc { font-size: 13px; color: var(--spe-mute); margin-bottom: 18px; }
.spe-bc a { color: var(--spe-orange); }

/* ===== 404 ===== */
.spe-404 { min-height: 70vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 60px 24px; }
.spe-404 h1 { font-size: clamp(70px, 18vw, 140px); color: var(--spe-orange); line-height: 1; }
.spe-404 p { color: #c7d3e6; margin: 12px 0 24px; max-width: 460px; }

/* ===== Interstitial de redirección ===== */
.spe-redir { min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 24px; }
.spe-redir-box { max-width: 420px; }
.spe-spin { width: 54px; height: 54px; border: 5px solid rgba(11,95,255,.2); border-top-color: var(--spe-blue); border-radius: 50%; margin: 0 auto 22px; animation: spe-rot 1s linear infinite; }
@keyframes spe-rot { to { transform: rotate(360deg); } }
.spe-redir h1 { font-size: 26px; margin-bottom: 8px; }
.spe-redir p { color: var(--spe-mute); }
.spe-redir a { color: var(--spe-orange); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
    .spe-grid { grid-template-columns: 1fr; }
    .spe-aside { position: static; }
    .spe-app-grid { grid-template-columns: 1fr; }
    .spe-phone { order: -1; }
    .spe-foot-top { grid-template-columns: 1fr 1fr; }
    .spe-foot-brand { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
    .spe-top { display: none; }
    .spe-mtop { display: flex; }
    /* hero dvh-fit: todo el bloque + botón caben en una pantalla */
    .spe-hero-inner {
        min-height: calc(100svh - 56px);
        display: flex; flex-direction: column; align-items: center; justify-content: center;
        padding: 30px 20px;
    }
    .spe-sec, .spe-faq { padding: 40px 18px; }
    .spe-stats { grid-template-columns: 1fr; }
    .spe-foot-top { grid-template-columns: 1fr; gap: 22px; text-align: center; }
    .spe-foot-col ul { align-items: center; }
}

@media (min-width: 761px) {
    .spe-foot-top { text-align: center; }
    .spe-foot-col ul { align-items: center; }
    .spe-foot-brand { text-align: left; }
}

/*HEROFIX*/
@media (min-width:761px){ .spe-hero{ min-height:940px; display:flex; align-items:center; } .spe-hero-inner{ width:100%; } }

/*HEROLEFT*/
@media (min-width:761px){ .spe-hero > div{ text-align:left; align-items:flex-start; } .spe-hero > div h1, .spe-hero > div p{ max-width:640px; } }

/*BONUSLEFT*/
@media (min-width:761px){ .spe-bonus-box{ text-align:left; align-items:flex-start; justify-content:center; } .spe-bonus-box > *{ max-width:62%; margin-left:0; margin-right:auto; } }

/*PAYBRAND*/
.spe-pay span, .spe-pays span{ border:none !important; color:#fff !important; font-weight:700 !important; }
.pay-visa{background:#1A1F71 !important}
.pay-mastercard{background:linear-gradient(90deg,#EB001B,#F79E1B) !important}
.pay-maestro{background:linear-gradient(90deg,#0099DF,#ED0006) !important}
.pay-skrill{background:#862165 !important}
.pay-neteller{background:#6FBF4F !important}
.pay-payz,.pay-ecopayz{background:#1F6FC4 !important}
.pay-usdt,.pay-tether{background:#26A17B !important}
.pay-bitcoin{background:#F7931A !important}
.pay-ethereum{background:#627EEA !important}
.pay-litecoin{background:#345D9D !important}
.pay-ideal{background:#C9216B !important}
.pay-bancontact{background:#005498 !important}
.pay-interac{background:#F6A01A !important;color:#1a1a1a !important}
.pay-upi{background:#0B6E4F !important}
.pay-paytm{background:#00BAF2 !important}
.pay-phonepe{background:#5F259F !important}
.pay-imps,.pay-netbanking,.pay-rupay{background:#1565C0 !important}
.pay-paysafecard,.pay-paysafe{background:#00A3E0 !important}
.pay-trustly{background:#14805E !important}
.pay-sofort{background:#EF809F !important}
.pay-applepay{background:#000 !important}
.pay-googlepay{background:#4285F4 !important}
.pay-mifinity{background:#0E2A57 !important}
.pay-jeton{background:#E2231A !important}

/*HEROLEFT2*/
@media (min-width:761px){ .spe-hero > div{ text-align:left !important; align-items:flex-start !important; max-width:760px !important; margin-left:clamp(24px,6vw,150px) !important; margin-right:auto !important; } .spe-hero > div > *{ margin-left:0 !important; } }

/*HEROFADE*/
@media (min-width:761px){ .spe-hero{ -webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 calc(100% - 170px),transparent 100%); mask-image:linear-gradient(to bottom,#000 0%,#000 calc(100% - 170px),transparent 100%); } }

/*CARDCENTER*/
.spe-aside-name,.spe-aside-lic{ text-align:center; }
.spe-aside-tag{ display:block; width:fit-content; margin-left:auto; margin-right:auto; }

/*HBAR*/
.spe-sec h2{ border-left:4px solid #FFB400; padding-left:15px; }
.spe-sec h3,.spe-sec h4{ border-left:3px solid #FFB400; padding-left:12px; }

/*BONUSPULSE*/
.spe-hero-off{ font-size:clamp(26px,4.6vw,42px) !important; line-height:1.1 !important; }
@keyframes spepulse{ 0%,100%{ transform:scale(1); box-shadow:0 0 0 0 rgba(255,180,0,.5);} 50%{ transform:scale(1.05); box-shadow:0 0 24px 5px rgba(255,180,0,.45);} }
.spe-hero-cta a{ animation:spepulse 1.7s ease-in-out infinite; }
.spe-hero-cta a:hover{ animation-play-state:paused; }

/*HEROTEXT*/
.spe-hero h1{ line-height:1.08 !important; margin-bottom:12px !important; }
.spe-hero-off{ line-height:1.12 !important; margin-bottom:10px !important; }
.spe-hero-off2{ font-size:clamp(16px,2.3vw,21px); font-weight:700; line-height:1.5; color:#fff; opacity:.92; margin-bottom:26px; max-width:560px; }
@media (min-width:761px){ .spe-hero > div h1, .spe-hero > div p{ max-width:720px !important; } }

/*BONUSBIG*/
@media (min-width:761px){ .spe-hero h1{ font-size:clamp(34px,5.2vw,50px) !important; } .spe-hero-off{ font-size:clamp(40px,6.6vw,64px) !important; } }
@media (max-width:760px){ .spe-hero h1{ font-size:42px !important; } .spe-hero-off{ font-size:48px !important; } }

/*NAVFIX*/
.spe-nav{ flex:1; justify-content:center; }
.spe-logo{ flex-shrink:0; }
.spe-top-cta{ flex-shrink:0; }

/*STATSFACTS*/
.spe-stats{ grid-template-columns:repeat(4,1fr) !important; }
@media (max-width:760px){ .spe-stats{ grid-template-columns:repeat(2,1fr) !important; } }
.spe-stat{ text-align:center; align-items:center !important; gap:5px !important; padding:18px 12px !important; }
.spe-stat .stat-ic{ width:26px; height:26px; color:#FFB400; margin-bottom:5px; }
.spe-stat .spe-k{ color:#FFB400 !important; font-size:13px !important; }
.spe-stat .spe-v{ color:#e8eef7 !important; font-size:13.5px !important; font-weight:700 !important; }
.spe-stat:first-child{ border-color:#FFB400 !important; box-shadow:inset 0 0 0 1px #FFB40055; }

/*HEROPOLISH*/
@media (min-width:761px){ .spe-hero-off{ white-space:nowrap; } }
.spe-hero-cta a{ border-radius:999px !important; }
.spe-hero h1, .spe-hero-off{ -webkit-text-stroke:6px #000; paint-order:stroke fill; text-shadow:0 4px 16px rgba(0,0,0,.55); }
.spe-hero-off2, .spe-hero-badge{ -webkit-text-stroke:4px #000; paint-order:stroke fill; text-shadow:0 2px 9px rgba(0,0,0,.7); }

/*TOPGLOW*/
.spe-nav a.spe-on{ color:#FFB400 !important; text-shadow:0 0 16px rgba(255,180,0,0.85), 0 0 6px rgba(255,180,0,0.6); }
.spe-nav a:not([href*="#"]):not(.spe-on){ color:#0a0a0a !important; background:#FFB400; border-radius:999px; padding:7px 17px !important; font-weight:800; box-shadow:0 0 18px rgba(255,180,0,0.7); }
.spe-nav a:not([href*="#"]):not(.spe-on):hover{ filter:brightness(1.08); background:#FFB400 !important; }

/*HEROLLB*/
@media (min-width:761px){ .spe-hero > div{ margin-left:clamp(16px,3vw,60px) !important; margin-top:11vh !important; } .spe-hero h1, .spe-hero-off, .spe-hero-off2{ font-weight:900 !important; } }

/*PHONESAFE*/
.spe-phone{ display:block; } .spe-phone img{ display:block !important; max-width:420px; width:100%; height:auto; margin:0 auto; }

/*BONUSWIDE*/
.spe-bonus .spe-sec{ max-width:1120px !important; }

/*BOXWIDE*/
@media (min-width:761px){ .spe-bonus-box{ max-width:1080px !important; } }

/*BONUSBB*/
.spe-bonus-box{ transition:box-shadow .35s ease, border-color .35s ease; }
.spe-bonus-box:hover{ box-shadow:0 0 50px rgba(255,180,0,0.5), inset 0 0 70px rgba(255,180,0,0.16); border-color:#FFB400 !important; }
.spe-bonus-box .spe-big{ color:#FFB400 !important; text-transform:uppercase; letter-spacing:.5px; }
.spe-bonus-box a{ animation:spepulse 1.7s ease-in-out infinite; }
.spe-bonus-box a:hover{ animation-play-state:paused; }

/*TIGHTEN*/
.spe-sec, .spe-faq{ padding-top:30px !important; padding-bottom:30px !important; }
.spe-stats{ margin:16px 0 !important; }
.spe-bonus, .spe-games, .spe-app{ padding-top:6px; padding-bottom:6px; }

/*RADVAR*/
.spe-card, .spe-tile, .spe-tile-c, .spe-stat, .spe-aside, .spe-rev, .spe-card-img, .spe-tile-img{ border-radius:10px !important; }

/*BTNPULSE*/
.spe-bonus-box [class*="btn"]{ animation:spepulse 1.7s ease-in-out infinite; }
.spe-bonus-box:hover [class*="btn"]{ animation-play-state:paused; }

/*PAYLOGO*/
span[class^="pay-"]{ background:#fff !important; padding:8px 12px !important; border-radius:7px !important; display:inline-flex !important; align-items:center; border:none !important; vertical-align:middle; box-shadow:0 1px 3px rgba(0,0,0,.25); }
span[class^="pay-"] svg{ height:20px; width:auto; display:block; }

/*MOBHERO*/
@media (max-width:760px){
  .spe-hero-inner, .spe-hero > div{ min-height:calc(75svh - 42px) !important; justify-content:flex-end !important; padding-bottom:40px !important; }
  .spe-hero-img{ object-position:top center !important; }
}

/*MOBTEXT*/
@media (max-width:760px){
  .spe-hero h1{ font-size:clamp(46px,14vw,56px) !important; }
  .spe-hero-off{ font-size:clamp(48px,15vw,60px) !important; }
  .spe-hero-off2{ font-size:19px !important; }
}

/*MOBREV*/
@media (max-width:760px){
  .spe-grid{ display:flex !important; flex-direction:column !important; }
  .spe-aside{ order:-1 !important; margin-bottom:8px; }
}

/*MOBFOOT*/
@media (max-width:760px){
  .spe-foot-top{ grid-template-columns:repeat(3,1fr) !important; text-align:left !important; gap:22px 14px !important; }
  .spe-foot-top > :first-child{ grid-column:1 / -1 !important; margin-bottom:4px; }
  .spe-foot-top ul{ align-items:flex-start !important; }
  .spe-foot-top h3, .spe-foot-top h4, .spe-foot-top li, .spe-foot-top a, .spe-foot-top p{ text-align:left !important; }
}

/*STEPSBB*/
.spe-steps{ display:flex !important; flex-wrap:nowrap !important; justify-content:space-between !important; align-items:flex-start !important; gap:22px !important; }
.spe-step{ flex:1 1 0 !important; max-width:200px !important; background:none !important; border:none !important; box-shadow:none !important; padding:10px 4px !important; position:relative !important; }
.spe-step > :first-child{ width:64px !important; height:64px !important; min-width:64px !important; border-radius:50% !important; display:flex !important; align-items:center !important; justify-content:center !important; font-size:22px !important; font-weight:800 !important; color:#fff !important; background:linear-gradient(135deg, #FFB400, #9e7000) !important; box-shadow:0 8px 24px rgba(255,180,0,0.38) !important; margin:0 auto 14px !important; }
.spe-step strong{ text-transform:uppercase !important; color:#FFB400 !important; letter-spacing:1px !important; font-size:14px !important; }
.spe-step:not(:last-child)::after{ content:''; position:absolute; top:32px; right:-16px; width:13px; height:13px; border-top:3px solid #FFB400; border-right:3px solid #FFB400; border-radius:2px; transform:rotate(45deg); }
@media (max-width:760px){
  .spe-steps{ flex-direction:column !important; align-items:center !important; gap:22px !important; }
  .spe-step{ max-width:320px !important; }
  .spe-step:not(:last-child)::after{ top:auto !important; bottom:-16px !important; right:50% !important; transform:translateX(50%) rotate(135deg) !important; }
}

/*STEPICON*/
.spe-step > :first-child svg{ width:30px !important; height:30px !important; stroke:#fff !important; fill:none !important; }

/*STEPNEUTRAL*/
.spe-step > :first-child{ background:linear-gradient(150deg, #333c4f, #1e2431) !important; border:2px solid #FFB400 !important; box-shadow:0 6px 18px rgba(0,0,0,.32), inset 0 0 14px rgba(255,180,0,0.12) !important; }
.spe-step > :first-child svg{ stroke:#FFB400 !important; }

/*MOBH2*/
@media (max-width:760px){
  section:has(> .spe-grid){ display:flex !important; flex-direction:column !important; }
  .spe-grid{ display:contents !important; }
  .spe-aside{ order:1 !important; }
  section:has(> .spe-grid) > h2{ order:2 !important; margin-top:14px !important; margin-bottom:10px !important; }
  .spe-grid > :not(.spe-aside){ order:3 !important; }
}

/*MOBCARD*/
@media (max-width:760px){
  .spe-aside{ align-self:center !important; max-width:430px !important; width:100% !important; margin-left:auto !important; margin-right:auto !important; }
}

/*MOBH2FIX*/
@media (max-width:760px){
  section:has(> .spe-grid) > :not(h2):not(.spe-grid){ order:4 !important; }
}

/*CARDNAME*/
.spe-aside-name{ font-size:33px !important; font-weight:900 !important; letter-spacing:.3px !important; line-height:1.08 !important; text-shadow:0 1px 2px rgba(0,0,0,.28); }

/*HOMEPILL*/
.spe-nav a.spe-on{ color:#0a0a0a !important; background:#FFB400; border-radius:999px; padding:7px 17px !important; font-weight:800; box-shadow:0 0 18px rgba(255,180,0,0.7); text-shadow:none !important; }
.spe-nav a.spe-on:hover{ filter:brightness(1.08); }

/*BONUSIMG*/
.spe-bonus-box{ background:linear-gradient(180deg, rgba(8,12,20,.30), rgba(8,12,20,.50)), url('../img/promo-hero.webp') right center/cover no-repeat !important; }

/*HOMECLR*/
.spe-nav a.spe-on{ background:#2F6FED !important; color:#fff !important; box-shadow:0 0 16px rgba(47,111,237,.55) !important; }
.spe-nav a.spe-on:hover{ filter:brightness(1.08); background:#2F6FED !important; }

/*BONUSIMG2*/
.spe-bonus-box{ background:linear-gradient(180deg, rgba(8,12,20,.10), rgba(8,12,20,.24)), url('../img/promo-hero.webp') right center/cover no-repeat !important; }
@media (max-width:760px){
  .spe-bonus-box{ background:url('../img/promo-hero.webp') center center/cover no-repeat !important; }
  .spe-bonus-box p{ text-shadow:0 2px 10px rgba(0,0,0,.95), 0 1px 4px rgba(0,0,0,.88) !important; }
}

/*MENUPRETTY*/
.spe-mnav{ width:min(82vw,322px) !important; padding:20px 14px !important; gap:5px !important; border-right:none !important; box-shadow:10px 0 44px rgba(0,0,0,.55), inset 0 80px 80px -80px rgba(255,180,0,0.1) !important; transition:left .34s cubic-bezier(.4,0,.2,1) !important; }
.spe-mnav a{ padding:14px 16px !important; border-radius:12px !important; font-weight:700 !important; position:relative !important; transition:background .2s ease, color .2s ease, padding-left .2s ease !important; }
.spe-mnav a::before{ content:''; position:absolute; left:7px; top:50%; transform:translateY(-50%) scaleY(0); width:3px; height:56%; background:#FFB400; border-radius:3px; transition:transform .2s ease; }
.spe-mnav a:hover{ background:rgba(255,180,0,0.16) !important; color:#fff !important; padding-left:23px !important; }
.spe-mnav a:hover::before{ transform:translateY(-50%) scaleY(1); }
.spe-mnav a.spe-hot{ background:#FFB400 !important; color:#0a0a0a !important; font-weight:800 !important; box-shadow:0 6px 18px rgba(255,180,0,0.5) !important; margin-top:8px; padding-left:16px !important; }
.spe-mnav a.spe-hot::before{ display:none; }
.spe-mnav a.spe-hot:hover{ filter:brightness(1.08); padding-left:16px !important; }
.spe-ovl{ background:rgba(4,8,16,.5) !important; backdrop-filter:blur(4px) !important; -webkit-backdrop-filter:blur(4px) !important; transition:opacity .3s ease, visibility .3s ease !important; }

/*MENUHIDE*/
.spe-mnav{ left:-360px; }
.spe-mnav.spe-open{ left:0; }

/*HEROBRIGHT*/
.spe-hero-img{ opacity:.88 !important; }
.spe-hero-bg{ opacity:1 !important; filter:none !important; }
.spe-hero h1, .spe-hero-off, .spe-hero-off2{ text-shadow:0 2px 13px rgba(0,0,0,.7), 0 0 34px rgba(0,0,0,.45) !important; }

/*NAVCOLORS*/
.spe-nav a:not([href*="#"]):not(.spe-logo):nth-child(2){ background:#E0566A !important; color:#fff !important; box-shadow:0 0 14px rgba(224,86,106,0.5) !important; }
.spe-nav a:not([href*="#"]):not(.spe-logo):nth-child(3){ background:#2EBF7E !important; color:#06301f !important; box-shadow:0 0 14px rgba(46,191,126,0.5) !important; }
.spe-nav a:not([href*="#"]):not(.spe-logo):nth-child(4){ background:#F5A623 !important; color:#211500 !important; box-shadow:0 0 14px rgba(245,166,35,0.5) !important; }
.spe-nav a:not([href*="#"]):not(.spe-logo):nth-child(5){ background:#9B7BFF !important; color:#fff !important; box-shadow:0 0 14px rgba(155,123,255,0.5) !important; }
.spe-nav a:not([href*="#"]):not(.spe-logo):nth-child(6){ background:#17B6C9 !important; color:#04313a !important; box-shadow:0 0 14px rgba(23,182,201,0.5) !important; }

/*HEROBIG*/
.spe-hero h1{ font-size:clamp(52px,7.6vw,88px) !important; line-height:1.04 !important; }
.spe-hero-off{ font-size:clamp(42px,6vw,70px) !important; line-height:1.08 !important; }
@media (max-width:760px){ .spe-hero h1{ font-size:clamp(46px,14vw,66px) !important; } .spe-hero-off{ font-size:clamp(38px,12vw,58px) !important; } }

/*CARDCTR2*/
.spe-aside-name{ justify-content:center !important; text-align:center !important; }
.spe-aside-lic, .spe-aside-sub{ text-align:center !important; justify-content:center !important; }
