/* ==========================================================
   ENSUSZAPATOS.ES — DragoBet España — Global Theme
   Prefix: esz-
   Brand: #e5a530 (gold), #4ade80 (green), #0b0b0b (dark)
   ========================================================== */

/* --- RESET & BASE --- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'Inter',system-ui,-apple-system,sans-serif;background:#0b0b0b;color:#d4d4d4;line-height:1.7;overflow-x:hidden;min-height:100vh}
a{color:inherit;text-decoration:none;transition:color .2s}
img{max-width:100%;height:auto;display:block}
ul,ol{list-style:none}
h1,h2,h3,h4,h5,h6{font-family:'Cinzel',serif;color:#fff;line-height:1.3;font-weight:700}
p{margin-bottom:1rem}
button{cursor:pointer;font-family:inherit;border:none;background:none}
input{font-family:inherit}

/* --- UTILITY --- */
.esz-accent{color:#e5a530}
.esz-green{color:#4ade80}
.esz-gold{color:#e5a530}
.esz-hl{color:#4ade80;font-weight:600}
.esz-brand{color:#e5a530;font-weight:700}

/* --- WRAPPER --- */
.esz-wrapper{display:flex;min-height:100vh;width:100%}
.esz-wrapper-inner{display:flex;width:100%;position:relative}

/* --- SIDEBAR --- */
.esz-sidebar{width:240px;background:#0f0f0f;border-right:1px solid #1a1a1a;position:fixed;top:0;left:0;bottom:0;z-index:100;display:flex;flex-direction:column;overflow-y:auto;transition:transform .25s ease}
.esz-sidebar::-webkit-scrollbar{width:4px}
.esz-sidebar::-webkit-scrollbar-thumb{background:#333;border-radius:2px}

.esz-search{padding:16px 14px 12px;position:relative}
.esz-search svg{position:absolute;left:26px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#666;pointer-events:none}
.esz-search input{width:100%;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:8px;padding:10px 12px 10px 38px;color:#fff;font-size:.85rem;outline:none;transition:border-color .2s}
.esz-search input:focus{border-color:#e5a530}
.esz-search input::placeholder{color:#555}

.esz-nav{flex:1;padding:0 8px}
.esz-nav-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;color:#999;font-size:.88rem;font-weight:500;transition:all .15s}
.esz-nav-item:hover{color:#fff;background:#1a1a1a}
.esz-nav-item svg{width:18px;height:18px;flex-shrink:0}
.esz-nav-highlight{background:linear-gradient(135deg,rgba(229,165,48,.12),rgba(229,165,48,.04));color:#e5a530;border:1px solid rgba(229,165,48,.2)}
.esz-nav-highlight:hover{background:linear-gradient(135deg,rgba(229,165,48,.2),rgba(229,165,48,.08));color:#e5a530}
.esz-nav-divider{height:1px;background:#1a1a1a;margin:8px 12px}

.esz-sidebar-footer{padding:14px;border-top:1px solid #1a1a1a;display:flex;gap:8px;flex-wrap:wrap}
.esz-sidebar-badge{display:inline-flex;align-items:center;gap:4px;background:#1a1a1a;border:1px solid #222;border-radius:6px;padding:4px 10px;font-size:.72rem;color:#888}

/* Lang toggle */
.esz-lang-toggle{cursor:pointer;position:relative}
.esz-lang-arrow{width:14px;height:14px;margin-left:auto;transition:transform .2s}
.esz-lang-toggle.open .esz-lang-arrow{transform:rotate(180deg)}
.esz-lang-dropdown{display:none;position:absolute;bottom:100%;left:8px;right:8px;background:#151515;border:1px solid #2a2a2a;border-radius:10px;padding:6px;z-index:200;margin-bottom:4px}
.esz-lang-dropdown.show{display:block}
.esz-lang-option{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:6px;font-size:.82rem;color:#aaa;transition:background .15s}
.esz-lang-option:hover{background:#1a1a1a;color:#fff}
.esz-lang-option svg{width:22px;height:16px;flex-shrink:0}
.esz-lang-active{color:#e5a530;background:rgba(229,165,48,.06)}
.esz-check-icon{width:14px;height:14px;margin-left:auto;display:none}
.esz-lang-active .esz-check-icon{display:block;color:#e5a530}

/* --- OVERLAY (mobile) --- */
.esz-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.65);z-index:90}

/* --- MAIN --- */
.esz-main{flex:1;margin-left:240px;min-height:100vh}
.esz-main-inner{max-width:100%;overflow:hidden}

/* --- HEADER --- */
.esz-header{background:#0b0b0b;border-bottom:1px solid #1a1a1a;position:sticky;top:0;z-index:80;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.esz-header-inner{display:flex;align-items:center;justify-content:space-between;padding:0 28px;height:64px;max-width:1400px;margin:0 auto}
.esz-header-left{display:flex;align-items:center;gap:14px}
.esz-menu-btn{display:none;width:40px;height:40px;align-items:center;justify-content:center;border-radius:8px;color:#999;transition:color .15s}
.esz-menu-btn:hover{color:#fff}
.esz-menu-btn svg{width:22px;height:22px}
.esz-logo{font-family:'Cinzel',serif;font-size:1.3rem;font-weight:800;color:#e5a530;letter-spacing:1px}
.esz-logo img{height:36px}
.esz-header-right{display:flex;align-items:center;gap:10px}
.esz-btn-login{padding:8px 20px;border-radius:8px;font-size:.88rem;font-weight:600;color:#ccc;border:1px solid #333;transition:all .15s}
.esz-btn-login:hover{border-color:#e5a530;color:#e5a530}
.esz-btn-register{padding:8px 22px;border-radius:8px;font-size:.88rem;font-weight:700;color:#0b0b0b;background:linear-gradient(135deg,#e5a530,#f4c35a);transition:all .15s;display:inline-flex;align-items:center;gap:6px}
.esz-btn-register:hover{box-shadow:0 4px 18px rgba(229,165,48,.35);transform:translateY(-1px)}

/* --- HERO --- */
.esz-hero{padding:80px 28px 60px;text-align:center;background:linear-gradient(180deg,#111 0%,#0b0b0b 100%);position:relative;overflow:hidden}
.esz-hero::before{content:'';position:absolute;top:-80px;left:50%;transform:translateX(-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(229,165,48,.06) 0%,transparent 70%);pointer-events:none}
.esz-hero-inner{max-width:900px;margin:0 auto;position:relative;z-index:1}
.esz-hero-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(229,165,48,.08);border:1px solid rgba(229,165,48,.2);border-radius:20px;padding:6px 16px;font-size:.78rem;color:#e5a530;margin-bottom:20px}
.esz-hero-badge svg{width:14px;height:14px;fill:#e5a530}
.esz-hero-h1{font-size:clamp(1.6rem,4.5vw,2.8rem);color:#fff;margin-bottom:16px;letter-spacing:.5px}
.esz-hero-desc{font-size:1rem;color:#aaa;max-width:700px;margin:0 auto 28px;font-family:'Geologica',sans-serif;line-height:1.8}
.esz-hero-bonus{background:#151515;border:1px solid #222;border-radius:16px;padding:28px;margin-bottom:28px;display:inline-block}
.esz-bonus-amount{text-align:center}
.esz-bonus-up{display:block;font-size:.75rem;color:#888;text-transform:uppercase;letter-spacing:2px;margin-bottom:4px}
.esz-bonus-value{display:block;font-family:'Cinzel',serif;font-size:clamp(2rem,5vw,3.2rem);font-weight:800;color:#e5a530;line-height:1.1}
.esz-bonus-plus{display:block;font-size:1rem;color:#4ade80;font-weight:600;margin-top:6px}
.esz-bonus-note{font-size:.82rem;color:#777;margin-top:12px}
.esz-hero-ctas{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:32px}
.esz-cta-primary{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;border-radius:10px;font-weight:700;font-size:.95rem;color:#0b0b0b;background:linear-gradient(135deg,#e5a530,#f4c35a);transition:all .15s}
.esz-cta-primary:hover{box-shadow:0 6px 24px rgba(229,165,48,.4);transform:translateY(-2px)}
.esz-cta-primary svg{width:18px;height:18px}
.esz-cta-secondary{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:10px;font-weight:600;font-size:.92rem;color:#ccc;border:1px solid #333;transition:all .15s}
.esz-cta-secondary:hover{border-color:#e5a530;color:#e5a530}
.esz-hero-stats{display:flex;gap:32px;justify-content:center;flex-wrap:wrap;margin-bottom:24px}
.esz-stat{text-align:center}
.esz-stat-value{display:block;font-family:'Cinzel',serif;font-size:1.4rem;font-weight:800;color:#fff}
.esz-stat-label{font-size:.75rem;color:#777;text-transform:uppercase;letter-spacing:1px}
.esz-hero-trust{font-size:.88rem;color:#888;max-width:650px;margin:0 auto;font-family:'Geologica',sans-serif}

/* --- SECTION HEADERS --- */
.esz-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;flex-wrap:wrap;gap:12px}
.esz-section-title{font-size:clamp(1.2rem,3vw,1.7rem)}
.esz-section-controls{display:flex;align-items:center;gap:12px}
.esz-nav-arrows{display:flex;gap:6px}
.esz-arrow{width:36px;height:36px;border-radius:8px;background:#1a1a1a;border:1px solid #222;display:flex;align-items:center;justify-content:center;color:#888;transition:all .15s}
.esz-arrow:hover{border-color:#e5a530;color:#e5a530}
.esz-arrow svg{width:16px;height:16px}
.esz-btn-view-all{padding:8px 18px;border-radius:8px;font-size:.82rem;font-weight:600;color:#e5a530;border:1px solid rgba(229,165,48,.25);transition:all .15s}
.esz-btn-view-all:hover{background:rgba(229,165,48,.08)}

/* --- GAME CARDS (with images) --- */
.esz-games-slider{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:8px;scrollbar-width:none}
.esz-games-slider::-webkit-scrollbar{display:none}
.esz-game-card-img{flex:0 0 180px;scroll-snap-align:start;border-radius:12px;overflow:hidden;position:relative;display:block;background:#151515;border:1px solid #1e1e1e;transition:transform .15s,border-color .15s}
.esz-game-card-img:hover{transform:translateY(-4px);border-color:#e5a530}
.esz-game-image{width:180px;height:240px;overflow:hidden}
.esz-game-image img{width:100%;height:100%;object-fit:cover}
.esz-game-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.85) 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:14px;opacity:0;transition:opacity .2s}
.esz-game-card-img:hover .esz-game-overlay{opacity:1}
.esz-game-title{font-size:.82rem;font-weight:700;color:#fff}
.esz-game-provider{font-size:.72rem;color:#999;margin-bottom:8px}
.esz-btn-play{padding:6px 14px;border-radius:6px;font-size:.78rem;font-weight:700;color:#0b0b0b;background:#e5a530;margin-bottom:4px;text-align:center}
.esz-btn-demo{padding:4px 12px;border-radius:6px;font-size:.72rem;color:#999;border:1px solid #444;text-align:center}
.esz-game-favorite{position:absolute;top:8px;right:8px;color:#666;font-size:1rem;background:rgba(0,0,0,.5);border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center}
.esz-game-badge{position:absolute;top:8px;left:8px;padding:3px 8px;border-radius:4px;font-size:.65rem;font-weight:700;color:#fff;background:rgba(229,165,48,.85)}
.esz-badge-hot{background:rgba(239,68,68,.85)}
.esz-badge-new{background:rgba(74,222,128,.85);color:#0b0b0b}

/* --- TOP 10 --- */
.esz-top10{padding:60px 28px;background:#111}
.esz-top10-inner{max-width:1100px;margin:0 auto}
.esz-top10-header{text-align:center;margin-bottom:32px}
.esz-top10-h2{font-size:clamp(1.3rem,3vw,1.9rem);margin-bottom:10px}
.esz-top10-subtitle{color:#888;font-size:.92rem}
.esz-top10-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;margin-bottom:28px}
.esz-game-card{background:#1a1a1a;border:1px solid #222;border-radius:12px;padding:18px 14px;text-align:center;position:relative;transition:border-color .15s,transform .15s}
.esz-game-card:hover{border-color:#e5a530;transform:translateY(-3px)}
.esz-game-card.esz-featured{border-color:#e5a530;background:linear-gradient(135deg,rgba(229,165,48,.06),#1a1a1a)}
.esz-rank{position:absolute;top:10px;left:12px;font-size:.72rem;font-weight:800;color:#e5a530;font-family:'Cinzel',serif}
.esz-game-thumb{font-size:2rem;margin-bottom:8px}
.esz-game-name{font-size:.85rem;font-weight:700;color:#fff;margin-bottom:4px;font-family:'Geologica',sans-serif}
.esz-game-provider-sm{font-size:.72rem;color:#777;margin-bottom:6px}
.esz-game-tag{display:inline-block;padding:2px 8px;border-radius:4px;font-size:.65rem;font-weight:600;background:rgba(229,165,48,.1);color:#e5a530}
.esz-top10-text{color:#999;font-size:.92rem;font-family:'Geologica',sans-serif;line-height:1.8;margin-bottom:24px}
.esz-top10-cta{display:inline-flex;align-items:center;gap:8px;padding:14px 30px;border-radius:10px;font-weight:700;font-size:.92rem;color:#0b0b0b;background:linear-gradient(135deg,#e5a530,#f4c35a);transition:all .15s}
.esz-top10-cta:hover{box-shadow:0 6px 24px rgba(229,165,48,.4);transform:translateY(-2px)}
.esz-top10-cta svg{width:16px;height:16px}

/* --- PROVIDERS --- */
.esz-providers{padding:60px 28px;background:#0e0e0e}
.esz-providers-inner{max-width:1100px;margin:0 auto}
.esz-providers-header{text-align:center;margin-bottom:28px}
.esz-providers-h2{font-size:clamp(1.3rem,3vw,1.9rem);margin-bottom:10px}
.esz-providers-subtitle{color:#888;font-size:.92rem}
.esz-providers-showcase{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:28px}
.esz-provider-tag{padding:8px 18px;border-radius:20px;background:#1a1a1a;border:1px solid #222;font-size:.82rem;font-weight:600;color:#ccc;transition:all .15s}
.esz-provider-tag:hover{border-color:#e5a530;color:#e5a530}
.esz-providers-content{color:#999;font-size:.92rem;font-family:'Geologica',sans-serif;line-height:1.8}

/* --- LIVE CASINO --- */
.esz-live{padding:60px 28px;background:#111}
.esz-live-inner{max-width:1100px;margin:0 auto}
.esz-live-header{text-align:center;margin-bottom:32px}
.esz-live-h2{font-size:clamp(1.3rem,3vw,1.9rem);margin-bottom:10px}
.esz-live-subtitle{color:#888;font-size:.92rem}
.esz-live-games{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px;margin-bottom:28px}
.esz-live-game{background:#1a1a1a;border:1px solid #222;border-radius:12px;padding:22px 18px;text-align:center;transition:border-color .15s}
.esz-live-game:hover{border-color:#e5a530}
.esz-live-icon{font-size:2rem;margin-bottom:10px;display:block}
.esz-live-game h3{font-size:.95rem;margin-bottom:6px;font-family:'Geologica',sans-serif}
.esz-live-game p{font-size:.82rem;color:#888;margin:0}
.esz-live-content{color:#999;font-size:.92rem;font-family:'Geologica',sans-serif;line-height:1.8;margin-bottom:24px}
.esz-live-cta{display:inline-flex;align-items:center;gap:8px;padding:14px 30px;border-radius:10px;font-weight:700;font-size:.92rem;color:#0b0b0b;background:linear-gradient(135deg,#e5a530,#f4c35a);transition:all .15s}
.esz-live-cta:hover{box-shadow:0 6px 24px rgba(229,165,48,.4);transform:translateY(-2px)}
.esz-live-cta svg{width:16px;height:16px}

/* --- WHY CHOOSE --- */
.esz-why{padding:60px 28px;background:#0e0e0e}
.esz-why-inner{max-width:1100px;margin:0 auto}
.esz-why-header{text-align:center;margin-bottom:32px}
.esz-why-h2{font-size:clamp(1.3rem,3vw,1.9rem);margin-bottom:10px}
.esz-why-subtitle{color:#888;font-size:.92rem}
.esz-why-h3{font-size:1.1rem;color:#e5a530;margin-bottom:22px;text-align:center;font-family:'Geologica',sans-serif}
.esz-features{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px;margin-bottom:28px}
.esz-feature{background:#1a1a1a;border:1px solid #222;border-radius:12px;padding:22px 18px;transition:border-color .15s}
.esz-feature:hover{border-color:#e5a530}
.esz-feature-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:10px;background:rgba(229,165,48,.08);margin-bottom:12px}
.esz-feature-icon svg{width:22px;height:22px;color:#e5a530}
.esz-feature h4{font-size:.92rem;margin-bottom:6px;font-family:'Geologica',sans-serif;color:#fff}
.esz-feature p{font-size:.82rem;color:#888;margin:0}
.esz-why-content{color:#999;font-size:.92rem;font-family:'Geologica',sans-serif;line-height:1.8}

/* --- WELCOME BONUS --- */
.esz-welcome{padding:60px 28px;background:#111}
.esz-welcome-inner{max-width:1100px;margin:0 auto}
.esz-welcome-header{text-align:center;margin-bottom:32px}
.esz-welcome-h2{font-size:clamp(1.3rem,3vw,1.9rem);margin-bottom:10px}
.esz-welcome-intro{color:#888;font-size:.92rem}
.esz-amount{color:#e5a530}
.esz-deposits-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px;margin-bottom:28px}
.esz-deposit-card{background:#1a1a1a;border:1px solid #222;border-radius:14px;padding:24px 20px;text-align:center;transition:border-color .15s}
.esz-deposit-card:hover{border-color:#e5a530}
.esz-deposit-card.esz-featured{border-color:#e5a530;background:linear-gradient(135deg,rgba(229,165,48,.06),#1a1a1a)}
.esz-deposit-card.esz-highlight{border-color:#4ade80;background:linear-gradient(135deg,rgba(74,222,128,.06),#1a1a1a)}
.esz-deposit-num{display:inline-block;width:32px;height:32px;line-height:32px;border-radius:50%;background:rgba(229,165,48,.1);color:#e5a530;font-weight:800;font-size:.82rem;margin-bottom:10px}
.esz-deposit-card h3{font-size:.92rem;margin-bottom:8px;font-family:'Geologica',sans-serif}
.esz-deposit-bonus{font-size:1.1rem;font-weight:800;color:#fff;margin-bottom:4px}
.esz-deposit-spins{font-size:.88rem;color:#4ade80;font-weight:600;margin-bottom:10px}
.esz-deposit-terms li{font-size:.78rem;color:#888;padding:3px 0}
.esz-welcome-content{color:#999;font-size:.92rem;font-family:'Geologica',sans-serif;line-height:1.8;margin-bottom:24px}
.esz-high-roller{background:#151515;border:1px solid #222;border-radius:14px;padding:24px;margin-bottom:24px}
.esz-hr-title{font-size:1.05rem;color:#fff;margin-bottom:8px;font-family:'Geologica',sans-serif}
.esz-hr-desc{font-size:.88rem;color:#999;margin-bottom:10px}
.esz-hr-terms{font-size:.78rem;color:#777}
.esz-welcome-cta{display:inline-flex;align-items:center;gap:8px;padding:14px 30px;border-radius:10px;font-weight:700;font-size:.92rem;color:#0b0b0b;background:linear-gradient(135deg,#e5a530,#f4c35a);transition:all .15s}
.esz-welcome-cta:hover{box-shadow:0 6px 24px rgba(229,165,48,.4);transform:translateY(-2px)}
.esz-welcome-cta svg{width:16px;height:16px}

/* --- STATS --- */
.esz-stats{padding:60px 28px;background:#0e0e0e}
.esz-stats-inner{max-width:1100px;margin:0 auto;text-align:center}
.esz-stats-h2{font-size:clamp(1.3rem,3vw,1.9rem);margin-bottom:28px}
.esz-stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px;margin-bottom:24px}
.esz-stat-box{background:#1a1a1a;border:1px solid #222;border-radius:12px;padding:24px 18px;text-align:center}
.esz-stat-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;margin:0 auto 12px;border-radius:10px;background:rgba(229,165,48,.08)}
.esz-stat-icon svg{width:22px;height:22px;color:#e5a530}
.esz-stat-num{display:block;font-family:'Cinzel',serif;font-size:1.6rem;font-weight:800;color:#fff;margin-bottom:4px}
.esz-stat-text{font-size:.78rem;color:#888}
.esz-stats-note{color:#999;font-size:.88rem;font-family:'Geologica',sans-serif}

/* --- SECURITY --- */
.esz-security{padding:60px 28px;background:#111}
.esz-security-inner{max-width:1100px;margin:0 auto}
.esz-security-header{text-align:center;margin-bottom:32px}
.esz-security-h2{font-size:clamp(1.3rem,3vw,1.9rem);margin-bottom:10px}
.esz-security-subtitle{color:#888;font-size:.92rem}
.esz-security-features{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px;margin-bottom:24px}
.esz-sec-item{background:#1a1a1a;border:1px solid #222;border-radius:12px;padding:22px 18px}
.esz-sec-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:10px;background:rgba(229,165,48,.08);margin-bottom:12px}
.esz-sec-icon svg{width:22px;height:22px;color:#e5a530}
.esz-sec-item h4{font-size:.92rem;margin-bottom:6px;font-family:'Geologica',sans-serif;color:#fff}
.esz-sec-item p{font-size:.82rem;color:#888;margin:0}
.esz-security-content{color:#999;font-size:.92rem;font-family:'Geologica',sans-serif;line-height:1.8}

/* --- MOBILE --- */
.esz-mobile{padding:60px 28px;background:#0e0e0e}
.esz-mobile-inner{max-width:1100px;margin:0 auto}
.esz-mobile-header{text-align:center;margin-bottom:32px}
.esz-mobile-h2{font-size:clamp(1.3rem,3vw,1.9rem);margin-bottom:10px}
.esz-mobile-subtitle{color:#888;font-size:.92rem}
.esz-mobile-features{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px;margin-bottom:24px}
.esz-mob-feat{background:#1a1a1a;border:1px solid #222;border-radius:12px;padding:22px 18px}
.esz-mob-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:10px;background:rgba(74,222,128,.08);margin-bottom:12px}
.esz-mob-icon svg{width:22px;height:22px;color:#4ade80}
.esz-mob-feat h4{font-size:.92rem;margin-bottom:6px;font-family:'Geologica',sans-serif;color:#fff}
.esz-mob-feat p{font-size:.82rem;color:#888;margin:0}
.esz-mobile-content{color:#999;font-size:.92rem;font-family:'Geologica',sans-serif;line-height:1.8}

/* --- GAMES CATEGORIES --- */
.esz-games{padding:60px 28px;background:#111}
.esz-games-inner{max-width:1100px;margin:0 auto}
.esz-games-header{text-align:center;margin-bottom:32px}
.esz-games-h2{font-size:clamp(1.3rem,3vw,1.9rem);margin-bottom:10px}
.esz-games-subtitle{color:#888;font-size:.92rem}
.esz-games-categories{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px;margin-bottom:24px}
.esz-game-cat{background:#1a1a1a;border:1px solid #222;border-radius:12px;padding:22px 18px;transition:border-color .15s}
.esz-game-cat:hover{border-color:#e5a530}
.esz-cat-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:10px;background:rgba(229,165,48,.08);margin-bottom:12px}
.esz-cat-icon svg{width:22px;height:22px;color:#e5a530}
.esz-game-cat h3{font-size:.92rem;margin-bottom:6px;font-family:'Geologica',sans-serif;color:#fff}
.esz-game-cat p{font-size:.82rem;color:#888;margin-bottom:8px}
.esz-cat-count{font-size:.72rem;color:#e5a530;font-weight:600}
.esz-games-content{color:#999;font-size:.92rem;font-family:'Geologica',sans-serif;line-height:1.8}

/* --- CATEGORIES QUICK NAV --- */
.esz-categories{padding:50px 28px;background:#0e0e0e}
.esz-categories-inner{max-width:1100px;margin:0 auto}
.esz-categories-header{text-align:center;margin-bottom:24px}
.esz-categories-h2{font-size:clamp(1.3rem,3vw,1.7rem);margin-bottom:10px}
.esz-categories-subtitle{color:#888;font-size:.92rem}
.esz-cat-grid{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:20px}
.esz-cat-link{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:10px;background:#1a1a1a;border:1px solid #222;font-size:.85rem;font-weight:600;color:#ccc;transition:all .15s}
.esz-cat-link:hover{border-color:#e5a530;color:#e5a530}
.esz-cat-link svg{width:18px;height:18px}
.esz-categories-text{text-align:center;color:#999;font-size:.88rem;font-family:'Geologica',sans-serif}

/* --- WINS --- */
.esz-wins{padding:60px 28px;background:#111}
.esz-wins-inner{max-width:1100px;margin:0 auto}
.esz-wins-header{text-align:center;margin-bottom:32px}
.esz-wins-h2{font-size:clamp(1.3rem,3vw,1.9rem);margin-bottom:10px}
.esz-wins-subtitle{color:#888;font-size:.92rem}
.esz-wins-showcase{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;margin-bottom:24px}
.esz-win-card{background:#1a1a1a;border:1px solid #222;border-radius:14px;padding:24px;text-align:center}
.esz-win-card.esz-big{border-color:#e5a530;background:linear-gradient(135deg,rgba(229,165,48,.06),#1a1a1a)}
.esz-win-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;margin:0 auto 12px;border-radius:10px;background:rgba(229,165,48,.08)}
.esz-win-icon svg{width:22px;height:22px;color:#e5a530}
.esz-win-amount{display:block;font-family:'Cinzel',serif;font-size:1.5rem;font-weight:800;color:#4ade80;margin-bottom:4px}
.esz-win-game{font-size:.82rem;color:#999;margin-bottom:4px}
.esz-win-label{font-size:.72rem;color:#777}
.esz-wins-content{color:#999;font-size:.92rem;font-family:'Geologica',sans-serif;line-height:1.8}

/* --- CRYPTO --- */
.esz-crypto{padding:60px 28px;background:#0e0e0e}
.esz-crypto-inner{max-width:1100px;margin:0 auto}
.esz-crypto-header{text-align:center;margin-bottom:28px}
.esz-crypto-h2{font-size:clamp(1.3rem,3vw,1.9rem);margin-bottom:10px}
.esz-crypto-subtitle{color:#888;font-size:.92rem}
.esz-crypto-coins{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:24px}
.esz-coin{padding:8px 16px;border-radius:20px;background:#1a1a1a;border:1px solid #222;font-size:.82rem;color:#ccc;font-weight:600}
.esz-crypto-benefits{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;margin-bottom:24px}
.esz-crypto-benefit{background:#1a1a1a;border:1px solid #222;border-radius:12px;padding:22px 18px}
.esz-cb-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:10px;background:rgba(229,165,48,.08);margin-bottom:12px}
.esz-cb-icon svg{width:22px;height:22px;color:#e5a530}
.esz-crypto-benefit h4{font-size:.92rem;margin-bottom:6px;font-family:'Geologica',sans-serif;color:#fff}
.esz-crypto-benefit p{font-size:.82rem;color:#888;margin:0}
.esz-crypto-content{color:#999;font-size:.92rem;font-family:'Geologica',sans-serif;line-height:1.8}

/* --- VIP --- */
.esz-vip{padding:60px 28px;background:#111}
.esz-vip-inner{max-width:1100px;margin:0 auto}
.esz-vip-header{text-align:center;margin-bottom:32px}
.esz-vip-h2{font-size:clamp(1.3rem,3vw,1.9rem);margin-bottom:10px}
.esz-vip-subtitle{color:#888;font-size:.92rem}
.esz-vip-tiers{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px;margin-bottom:28px}
.esz-tier{background:#1a1a1a;border:1px solid #222;border-radius:12px;padding:22px 18px;text-align:center}
.esz-tier.esz-tier-top{border-color:#e5a530;background:linear-gradient(135deg,rgba(229,165,48,.06),#1a1a1a)}
.esz-tier-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;margin:0 auto 10px;border-radius:50%;background:rgba(229,165,48,.08)}
.esz-tier-icon svg{width:22px;height:22px;color:#e5a530}
.esz-tier h4{font-size:.92rem;margin-bottom:6px;font-family:'Geologica',sans-serif;color:#fff}
.esz-tier p{font-size:.78rem;color:#888;margin-bottom:2px}
.esz-prize{color:#4ade80;font-weight:700;font-size:.82rem}
.esz-vip-perks{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;margin-bottom:24px}
.esz-perk{background:#1a1a1a;border:1px solid #222;border-radius:12px;padding:22px 18px}
.esz-perk-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:10px;background:rgba(229,165,48,.08);margin-bottom:12px}
.esz-perk-icon svg{width:22px;height:22px;color:#e5a530}
.esz-perk h4{font-size:.92rem;margin-bottom:6px;font-family:'Geologica',sans-serif;color:#fff}
.esz-perk p{font-size:.82rem;color:#888;margin:0}
.esz-vip-content{color:#999;font-size:.92rem;font-family:'Geologica',sans-serif;line-height:1.8}

/* --- BANKING --- */
.esz-banking{padding:60px 28px;background:#0e0e0e}
.esz-banking-inner{max-width:1100px;margin:0 auto}
.esz-banking-header{text-align:center;margin-bottom:32px}
.esz-banking-h2{font-size:clamp(1.3rem,3vw,1.9rem);margin-bottom:10px}
.esz-banking-subtitle{color:#888;font-size:.92rem}
.esz-banking-blocks{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px;margin-bottom:24px}
.esz-bank-block{background:#1a1a1a;border:1px solid #222;border-radius:14px;padding:24px}
.esz-bank-title{font-size:1rem;font-family:'Geologica',sans-serif;color:#fff;margin-bottom:14px;display:flex;align-items:center;gap:8px}
.esz-bank-icon svg{width:20px;height:20px;color:#e5a530}
.esz-bank-block p{font-size:.88rem;color:#999;margin-bottom:14px}
.esz-methods{display:flex;flex-wrap:wrap;gap:8px}
.esz-method{padding:6px 14px;border-radius:6px;background:#151515;border:1px solid #222;font-size:.78rem;color:#bbb}
.esz-bank-list li{font-size:.85rem;color:#999;padding:4px 0;padding-left:14px;position:relative}
.esz-bank-list li::before{content:'';position:absolute;left:0;top:50%;width:5px;height:5px;border-radius:50%;background:#e5a530;transform:translateY(-50%)}
.esz-banking-content{color:#999;font-size:.92rem;font-family:'Geologica',sans-serif;line-height:1.8}

/* --- FAQ --- */
.esz-faq{padding:60px 28px;background:#0e0e0e}
.esz-faq-inner{max-width:900px;margin:0 auto}
.esz-faq-header{text-align:center;margin-bottom:36px}
.esz-faq-h2{font-size:clamp(1.3rem,3vw,1.9rem);margin-bottom:10px}
.esz-faq-subtitle{color:#888;font-size:.92rem}
.esz-faq-list{display:flex;flex-direction:column;gap:8px}
.esz-faq-item{background:#151515;border:1px solid #1e1e1e;border-radius:10px;overflow:hidden}
.esz-faq-q{font-size:.92rem;font-family:'Geologica',sans-serif;padding:18px 48px 18px 20px;cursor:pointer;position:relative;color:#ccc;transition:color .15s}
.esz-faq-q:hover{color:#fff}
.esz-faq-q::after{content:'';position:absolute;right:18px;top:50%;width:10px;height:10px;border-right:2px solid #666;border-bottom:2px solid #666;transform:translateY(-50%) rotate(45deg);transition:transform .2s}
.esz-faq-item.active .esz-faq-q::after{transform:translateY(-50%) rotate(-135deg)}
.esz-faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}
.esz-faq-item.active .esz-faq-a{max-height:500px}
.esz-faq-a p{padding:0 20px 18px;font-size:.88rem;color:#999;font-family:'Geologica',sans-serif;line-height:1.7}

/* --- TESTIMONIALS --- */
.esz-testimonials{padding:60px 28px;background:#0b0b0b}
.esz-testimonials-inner{max-width:1100px;margin:0 auto}
.esz-testimonials-header{text-align:center;margin-bottom:36px}
.esz-testimonials-h2{font-size:clamp(1.3rem,3vw,1.9rem);margin-bottom:10px}
.esz-testimonials-subtitle{color:#888;font-size:.92rem}
.esz-testimonials-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}
.esz-testimonial{background:#151515;border:1px solid #1e1e1e;border-radius:14px;padding:24px}
.esz-test-stars{color:#e5a530;display:flex;gap:2px;margin-bottom:10px}
.esz-test-stars svg{width:16px;height:16px;fill:#e5a530}
.esz-test-text{font-size:.88rem;color:#bbb;font-style:italic;margin-bottom:14px;line-height:1.7}
.esz-test-author{display:flex;justify-content:space-between;align-items:center}
.esz-test-name{font-size:.85rem;font-weight:600;color:#fff}
.esz-test-location{font-size:.78rem;color:#666}

/* --- JOURNEY --- */
.esz-journey{padding:60px 28px;background:#111}
.esz-journey-inner{max-width:1100px;margin:0 auto}
.esz-journey-header{text-align:center;margin-bottom:32px}
.esz-journey-h2{font-size:clamp(1.3rem,3vw,1.9rem);margin-bottom:10px}
.esz-journey-subtitle{color:#888;font-size:.92rem}
.esz-steps{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px;margin-bottom:28px}
.esz-step{background:#1a1a1a;border:1px solid #222;border-radius:12px;padding:22px 18px;text-align:center}
.esz-step-num{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border-radius:50%;background:rgba(229,165,48,.1);color:#e5a530;font-weight:800;font-size:.92rem;margin-bottom:10px;font-family:'Cinzel',serif}
.esz-step h3{font-size:.92rem;margin-bottom:6px;font-family:'Geologica',sans-serif;color:#fff}
.esz-step p{font-size:.78rem;color:#888;margin:0}
.esz-journey-bonus{display:flex;gap:24px;align-items:center;background:#151515;border:1px solid #222;border-radius:14px;padding:24px;margin-bottom:24px;flex-wrap:wrap}
.esz-jb-visual{text-align:center;flex:0 0 140px}
.esz-jb-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin:0 auto 8px;border-radius:12px;background:rgba(229,165,48,.1)}
.esz-jb-icon svg{width:26px;height:26px;color:#e5a530}
.esz-jb-amount{display:block;font-family:'Cinzel',serif;font-size:1.6rem;font-weight:800;color:#e5a530}
.esz-jb-spins{display:block;font-size:.82rem;color:#4ade80;font-weight:600}
.esz-jb-text{flex:1;min-width:240px}
.esz-jb-text h3{font-size:1rem;margin-bottom:6px;font-family:'Geologica',sans-serif;color:#fff}
.esz-jb-text p{font-size:.88rem;color:#999;margin-bottom:8px}
.esz-jb-terms{font-size:.75rem;color:#777}
.esz-journey-cta{display:inline-flex;align-items:center;gap:8px;padding:14px 30px;border-radius:10px;font-weight:700;font-size:.92rem;color:#0b0b0b;background:linear-gradient(135deg,#e5a530,#f4c35a);transition:all .15s}
.esz-journey-cta:hover{box-shadow:0 6px 24px rgba(229,165,48,.4);transform:translateY(-2px)}
.esz-journey-cta svg{width:16px;height:16px}

/* --- RESPONSIBLE --- */
.esz-responsible{padding:60px 28px;background:#0e0e0e}
.esz-responsible-inner{max-width:900px;margin:0 auto}
.esz-responsible-header{text-align:center;margin-bottom:28px}
.esz-responsible-h2{font-size:clamp(1.3rem,3vw,1.7rem);margin-bottom:10px}
.esz-responsible-subtitle{color:#888;font-size:.92rem}
.esz-responsible-content{color:#999;font-size:.88rem;font-family:'Geologica',sans-serif;line-height:1.8}
.esz-rg-tools{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;margin:20px 0}
.esz-rg-tool{background:#1a1a1a;border:1px solid #222;border-radius:10px;padding:18px 14px;text-align:center}
.esz-rg-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;margin:0 auto 8px;border-radius:8px;background:rgba(239,68,68,.08)}
.esz-rg-icon svg{width:20px;height:20px;color:#ef4444}
.esz-rg-tool h4{font-size:.85rem;color:#fff;margin-bottom:4px;font-family:'Geologica',sans-serif}
.esz-rg-tool p{font-size:.78rem;color:#888;margin:0}
.esz-rg-help{background:#151515;border:1px solid #222;border-radius:12px;padding:18px;margin:20px 0}
.esz-rg-help p{font-size:.88rem;color:#ccc;margin-bottom:10px}
.esz-rg-links{display:flex;gap:12px;flex-wrap:wrap}
.esz-rg-links a{padding:6px 14px;border-radius:6px;font-size:.82rem;font-weight:600;color:#e5a530;border:1px solid rgba(229,165,48,.2);transition:all .15s}
.esz-rg-links a:hover{background:rgba(229,165,48,.08)}
.esz-rg-age{font-size:.88rem;color:#ef4444;font-weight:700;margin-top:16px;text-align:center}

/* --- BONUSES OVERVIEW --- */
.esz-bonuses-overview{padding:60px 28px;background:#111}
.esz-bonuses-inner{max-width:1100px;margin:0 auto}
.esz-bonuses-header{text-align:center;margin-bottom:32px}
.esz-bonuses-h2{font-size:clamp(1.3rem,3vw,1.9rem);margin-bottom:10px}
.esz-bonuses-subtitle{color:#888;font-size:.92rem}
.esz-bonuses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;margin-bottom:20px}
.esz-bonus-card{background:#1a1a1a;border:1px solid #222;border-radius:14px;padding:22px 18px;text-align:center;transition:border-color .15s}
.esz-bonus-card:hover{border-color:#e5a530}
.esz-bonus-card h3{font-size:.92rem;margin-bottom:8px;font-family:'Geologica',sans-serif;color:#fff}
.esz-bc-value{font-size:1.1rem;font-weight:800;color:#e5a530;margin-bottom:6px}
.esz-bonus-card>p:last-child{font-size:.78rem;color:#888;margin:0}
.esz-bonuses-note{text-align:center;font-size:.78rem;color:#777;margin-top:14px}

/* --- RECENT WINS SLIDER --- */
.esz-recent-wins{padding:50px 28px;background:#0e0e0e}
.esz-recent-wins-inner{max-width:1100px;margin:0 auto}
.esz-wins-title{font-size:clamp(1.2rem,3vw,1.6rem);text-align:center;margin-bottom:24px}
.esz-wins-slider{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:8px;scrollbar-width:none}
.esz-wins-slider::-webkit-scrollbar{display:none}
.esz-win-card-img{flex:0 0 160px;scroll-snap-align:start;background:#1a1a1a;border:1px solid #222;border-radius:12px;overflow:hidden}
.esz-win-game-img{width:160px;height:100px;overflow:hidden}
.esz-win-game-img img{width:100%;height:100%;object-fit:cover}
.esz-style-gold{border-bottom:2px solid #e5a530}
.esz-style-pink{border-bottom:2px solid #ec4899}
.esz-style-green{border-bottom:2px solid #4ade80}
.esz-style-purple{border-bottom:2px solid #a855f7}
.esz-style-blue{border-bottom:2px solid #3b82f6}
.esz-style-orange{border-bottom:2px solid #f97316}
.esz-win-info{padding:10px 12px}
.esz-win-amount-sm{display:block;font-family:'Cinzel',serif;font-size:1rem;font-weight:800;color:#4ade80;margin-bottom:2px}
.esz-win-game-name{display:block;font-size:.75rem;color:#ccc;margin-bottom:2px}
.esz-win-time{font-size:.68rem;color:#777}

/* --- POPULAR GAMES --- */
.esz-popular{padding:60px 28px;background:#111}
.esz-popular-inner{max-width:1100px;margin:0 auto}

/* --- NEW GAMES --- */
.esz-new-games{padding:60px 28px;background:#0e0e0e}
.esz-new-games-inner{max-width:1100px;margin:0 auto}

/* --- FOOTER --- */
.esz-footer{background:#080808;border-top:1px solid #1a1a1a;padding:48px 28px 24px}
.esz-footer-inner{max-width:1100px;margin:0 auto}
.esz-footer-top{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:32px;margin-bottom:32px}
.esz-footer-brand{display:flex;flex-direction:column;gap:12px}
.esz-footer-logo{height:32px}
.esz-footer-brand p{font-size:.82rem;color:#777;line-height:1.6}
.esz-footer-col{display:flex;flex-direction:column;gap:8px}
.esz-footer-col h4{font-size:.82rem;color:#999;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:4px;font-family:'Geologica',sans-serif}
.esz-footer-col a{font-size:.82rem;color:#666;transition:color .15s}
.esz-footer-col a:hover{color:#e5a530}
.esz-footer-payments{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;padding:20px 0;border-top:1px solid #1a1a1a;border-bottom:1px solid #1a1a1a;margin-bottom:20px}
.esz-footer-payments span{padding:6px 14px;border-radius:6px;background:#111;border:1px solid #1a1a1a;font-size:.75rem;color:#888}
.esz-footer-badges{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:20px}
.esz-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:6px;background:rgba(229,165,48,.04);border:1px solid rgba(229,165,48,.1);font-size:.72rem;color:#999}
.esz-footer-bottom{text-align:center}
.esz-footer-bottom p{font-size:.75rem;color:#666;margin-bottom:6px}
.esz-footer-legal{font-size:.72rem;color:#555}

/* --- INTERNAL PAGE STYLES --- */
.esz-page{padding:40px 28px 60px;min-height:60vh}
.esz-page-inner{max-width:900px;margin:0 auto}
.esz-page-header{margin-bottom:32px;text-align:center}
.esz-page-h1{font-size:clamp(1.4rem,3.5vw,2.2rem);margin-bottom:12px}
.esz-page-subtitle{color:#888;font-size:.92rem}
.esz-page-content{color:#ccc;font-size:.92rem;font-family:'Geologica',sans-serif;line-height:1.85}
.esz-page-content h2{font-size:1.2rem;color:#fff;margin:32px 0 12px;font-family:'Cinzel',serif}
.esz-page-content h3{font-size:1rem;color:#e5a530;margin:24px 0 10px;font-family:'Geologica',sans-serif}
.esz-page-content p{margin-bottom:14px}
.esz-page-content ul,.esz-page-content ol{margin:14px 0;padding-left:20px}
.esz-page-content ul li{position:relative;padding-left:14px;margin-bottom:8px;font-size:.88rem;color:#999}
.esz-page-content ul li::before{content:'';position:absolute;left:0;top:10px;width:5px;height:5px;border-radius:50%;background:#e5a530}
.esz-page-content ol li{margin-bottom:8px;font-size:.88rem;color:#999;list-style:decimal}
.esz-page-content strong{color:#fff}
.esz-page-content a{color:#e5a530;text-decoration:underline}
.esz-page-content a:hover{color:#f4c35a}

/* Info boxes */
.esz-info-box{background:#151515;border:1px solid #222;border-radius:12px;padding:20px;margin:20px 0}
.esz-info-box h4{font-size:.92rem;color:#e5a530;margin-bottom:8px;font-family:'Geologica',sans-serif}
.esz-info-box p{font-size:.85rem;color:#999;margin-bottom:0}

/* Tables */
.esz-table-wrap{overflow-x:auto;margin:20px 0}
.esz-table{width:100%;border-collapse:collapse;background:#151515;border-radius:10px;overflow:hidden}
.esz-table th{background:#1a1a1a;padding:12px 16px;font-size:.82rem;color:#e5a530;font-weight:600;text-align:left;font-family:'Geologica',sans-serif;border-bottom:1px solid #222}
.esz-table td{padding:10px 16px;font-size:.82rem;color:#999;border-bottom:1px solid #1a1a1a}
.esz-table tr:last-child td{border-bottom:none}
.esz-table tr:hover td{background:rgba(229,165,48,.03)}

/* CTA block */
.esz-page-cta{display:flex;align-items:center;justify-content:center;gap:12px;margin:32px 0;padding:24px;background:linear-gradient(135deg,rgba(229,165,48,.08),rgba(229,165,48,.02));border:1px solid rgba(229,165,48,.15);border-radius:14px}
.esz-page-cta a{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border-radius:10px;font-weight:700;font-size:.92rem;color:#0b0b0b;background:linear-gradient(135deg,#e5a530,#f4c35a);transition:all .15s}
.esz-page-cta a:hover{box-shadow:0 6px 24px rgba(229,165,48,.4);transform:translateY(-2px);text-decoration:none}
.esz-page-cta a svg{width:16px;height:16px}

/* Steps */
.esz-page-steps{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px;margin:24px 0}
.esz-page-step{background:#1a1a1a;border:1px solid #222;border-radius:12px;padding:20px 16px;text-align:center}
.esz-page-step-num{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border-radius:50%;background:rgba(229,165,48,.1);color:#e5a530;font-weight:800;font-family:'Cinzel',serif;margin-bottom:10px}
.esz-page-step h4{font-size:.88rem;color:#fff;margin-bottom:4px;font-family:'Geologica',sans-serif}
.esz-page-step p{font-size:.78rem;color:#888;margin:0}

/* Feature cards for internal pages */
.esz-page-features{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px;margin:24px 0}
.esz-page-feat{background:#1a1a1a;border:1px solid #222;border-radius:12px;padding:22px 18px}
.esz-page-feat-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:10px;background:rgba(229,165,48,.08);margin-bottom:12px}
.esz-page-feat-icon svg{width:22px;height:22px;color:#e5a530}
.esz-page-feat h4{font-size:.92rem;margin-bottom:6px;font-family:'Geologica',sans-serif;color:#fff}
.esz-page-feat p{font-size:.82rem;color:#888;margin:0}

/* Bonus cards for internal pages */
.esz-page-bonuses{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;margin:24px 0}
.esz-page-bonus{background:#1a1a1a;border:1px solid #222;border-radius:14px;padding:22px 18px;text-align:center;transition:border-color .15s}
.esz-page-bonus:hover{border-color:#e5a530}
.esz-page-bonus h4{font-size:.92rem;color:#fff;margin-bottom:8px;font-family:'Geologica',sans-serif}
.esz-page-bonus-value{font-size:1.1rem;font-weight:800;color:#e5a530;margin-bottom:6px}
.esz-page-bonus p{font-size:.78rem;color:#888;margin:0}

/* --- RESPONSIVE --- */
@media(max-width:1024px){
  .esz-sidebar{transform:translateX(-100%)}
  .esz-sidebar.open{transform:translateX(0)}
  .esz-overlay.active{display:block}
  .esz-main{margin-left:0}
  .esz-menu-btn{display:flex}
  .esz-footer-top{grid-template-columns:1fr 1fr}
}

@media(max-width:768px){
  .esz-hero{padding:60px 20px 40px}
  .esz-hero-h1{font-size:clamp(1.4rem,5vw,2rem)}
  .esz-hero-ctas{flex-direction:column;align-items:center}
  .esz-hero-stats{gap:20px}
  .esz-deposits-grid{grid-template-columns:1fr}
  .esz-footer-top{grid-template-columns:1fr}
  .esz-banking-blocks{grid-template-columns:1fr}
  .esz-journey-bonus{flex-direction:column;text-align:center}
  .esz-jb-text{text-align:center}
  section[class*="esz-"]{padding-left:20px;padding-right:20px}
}

@media(max-width:480px){
  .esz-hero{padding:50px 16px 30px}
  .esz-bonus-value{font-size:2rem}
  .esz-game-card-img{flex:0 0 150px}
  .esz-game-image{width:150px;height:200px}
  .esz-win-card-img{flex:0 0 140px}
  .esz-top10-grid{grid-template-columns:repeat(2,1fr)}
  .esz-vip-tiers{grid-template-columns:1fr 1fr}
  .esz-steps{grid-template-columns:1fr 1fr}
}