/* ==========================================================
   FOCHERT.ES — Dragobet España — Global Theme
   Prefix: fces-
   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 --- */
.fces-accent{color:#e5a530}
.fces-green{color:#4ade80}
.fces-gold{color:#e5a530}
.fces-hl{color:#4ade80;font-weight:600}
.fces-brand{color:#e5a530;font-weight:700}

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

/* --- SIDEBAR --- */
.fces-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}
.fces-sidebar::-webkit-scrollbar{width:4px}
.fces-sidebar::-webkit-scrollbar-thumb{background:#333;border-radius:2px}

.fces-search{padding:16px 14px 12px;position:relative}
.fces-search svg{position:absolute;left:26px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#666;pointer-events:none}
.fces-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}
.fces-search input:focus{border-color:#e5a530}
.fces-search input::placeholder{color:#555}

.fces-nav{flex:1;padding:0 8px}
.fces-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}
.fces-nav-item:hover{color:#fff;background:#1a1a1a}
.fces-nav-item svg{width:18px;height:18px;flex-shrink:0}
.fces-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)}
.fces-nav-highlight:hover{background:linear-gradient(135deg,rgba(229,165,48,.2),rgba(229,165,48,.08));color:#e5a530}
.fces-nav-divider{height:1px;background:#1a1a1a;margin:8px 12px}

.fces-sidebar-footer{padding:14px;border-top:1px solid #1a1a1a;display:flex;gap:8px;flex-wrap:wrap}
.fces-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 */
.fces-lang-toggle{cursor:pointer;position:relative}
.fces-lang-arrow{width:14px;height:14px;margin-left:auto;transition:transform .2s}
.fces-lang-toggle.open .fces-lang-arrow{transform:rotate(180deg)}
.fces-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}
.fces-lang-dropdown.show{display:block}
.fces-lang-option{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:6px;font-size:.82rem;color:#aaa;transition:background .15s}
.fces-lang-option:hover{background:#1a1a1a;color:#fff}
.fces-lang-option svg{width:22px;height:16px;flex-shrink:0}
.fces-lang-active{color:#e5a530;background:rgba(229,165,48,.06)}
.fces-check-icon{width:14px;height:14px;margin-left:auto;display:none}
.fces-lang-active .fces-check-icon{display:block;color:#e5a530}

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

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

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

/* --- HERO --- */
.fces-hero{position:relative;padding:80px 28px 60px;text-align:center;background:radial-gradient(ellipse at 50% 0%,rgba(229,165,48,.06) 0%,transparent 60%),#0b0b0b;overflow:hidden}
.fces-hero-inner{max-width:800px;margin:0 auto;position:relative;z-index:2}
.fces-hero-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 16px;border-radius:20px;background:rgba(229,165,48,.08);border:1px solid rgba(229,165,48,.2);color:#e5a530;font-size:.78rem;font-weight:600;margin-bottom:24px}
.fces-hero-badge svg{width:14px;height:14px}
.fces-hero-h1{font-size:clamp(2rem,5vw,3.2rem);margin-bottom:16px;line-height:1.2}
.fces-hero-desc{font-size:1.05rem;color:#a0a0a0;max-width:640px;margin:0 auto 32px;line-height:1.8}
.fces-hero-bonus{background:linear-gradient(135deg,rgba(229,165,48,.1),rgba(229,165,48,.03));border:1px solid rgba(229,165,48,.2);border-radius:16px;padding:28px;margin-bottom:32px}
.fces-bonus-up{display:block;font-size:.85rem;color:#888;text-transform:uppercase;letter-spacing:2px}
.fces-bonus-value{display:block;font-family:'Cinzel',serif;font-size:clamp(2.5rem,6vw,4rem);font-weight:800;color:#e5a530;line-height:1}
.fces-bonus-plus{display:block;font-size:1.1rem;color:#4ade80;font-weight:600;margin-top:8px}
.fces-bonus-note{font-size:.82rem;color:#777;margin-top:10px}
.fces-hero-ctas{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:36px}
.fces-cta-primary{display:inline-flex;align-items:center;gap:8px;padding:14px 36px;border-radius:10px;font-size:1rem;font-weight:700;background:linear-gradient(135deg,#e5a530,#d4941f);color:#0b0b0b;transition:transform .15s,box-shadow .15s}
.fces-cta-primary:hover{transform:translateY(-2px);box-shadow:0 6px 24px rgba(229,165,48,.35)}
.fces-cta-primary svg{width:18px;height:18px}
.fces-cta-secondary{display:inline-flex;align-items:center;padding:14px 32px;border-radius:10px;font-size:1rem;font-weight:600;color:#e5a530;border:1px solid rgba(229,165,48,.3);transition:all .15s}
.fces-cta-secondary:hover{background:rgba(229,165,48,.06);border-color:#e5a530}
.fces-cta-green{background:linear-gradient(135deg,#4ade80,#22c55e);color:#0b0b0b}
.fces-cta-green:hover{box-shadow:0 6px 24px rgba(74,222,128,.3)}

.fces-hero-stats{display:flex;justify-content:center;gap:40px;margin-bottom:28px}
.fces-stat{text-align:center}
.fces-stat-value{display:block;font-family:'Cinzel',serif;font-size:1.6rem;font-weight:700;color:#fff}
.fces-stat-label{display:block;font-size:.78rem;color:#777;margin-top:2px}
.fces-hero-trust{font-size:.92rem;color:#888;max-width:580px;margin:0 auto}

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

/* --- GAMES SLIDER --- */
.fces-games-slider{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:8px;scrollbar-width:none}
.fces-games-slider::-webkit-scrollbar{display:none}
.fces-game-card-img{scroll-snap-align:start;flex:0 0 180px;position:relative;border-radius:12px;overflow:hidden;background:#151515;border:1px solid #1e1e1e;transition:transform .15s,border-color .15s}
.fces-game-card-img:hover{transform:translateY(-3px);border-color:#333}
.fces-game-image{aspect-ratio:3/4;overflow:hidden;background:#111}
.fces-game-image img{width:100%;height:100%;object-fit:cover}
.fces-game-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,transparent 50%);display:flex;flex-direction:column;justify-content:flex-end;padding:12px;opacity:0;transition:opacity .2s}
.fces-game-card-img:hover .fces-game-overlay{opacity:1}
.fces-game-title{font-size:.82rem;font-weight:600;color:#fff}
.fces-game-provider{font-size:.72rem;color:#888;margin-bottom:8px}
.fces-btn-play{padding:6px 0;border-radius:6px;font-size:.78rem;font-weight:700;background:linear-gradient(135deg,#e5a530,#d4941f);color:#0b0b0b;width:100%;margin-bottom:4px}
.fces-btn-demo{padding:4px 0;border-radius:6px;font-size:.72rem;color:#888;border:1px solid #444;width:100%}
.fces-game-favorite{position:absolute;top:8px;right:8px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(0,0,0,.5);color:#888;font-size:.9rem;z-index:5;transition:color .15s}
.fces-game-favorite:hover{color:#e5a530}
.fces-game-badge{position:absolute;top:8px;left:8px;padding:3px 8px;border-radius:4px;font-size:.65rem;font-weight:700;background:rgba(0,0,0,.6);color:#aaa;z-index:5;backdrop-filter:blur(4px)}
.fces-badge-hot{color:#ff6b35;border:1px solid rgba(255,107,53,.3)}
.fces-badge-new{color:#4ade80;border:1px solid rgba(74,222,128,.3)}

/* --- RECENT WINS SLIDER --- */
.fces-wins-slider{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:6px;scrollbar-width:none}
.fces-wins-slider::-webkit-scrollbar{display:none}
.fces-win-card-img{scroll-snap-align:start;flex:0 0 160px;background:#151515;border:1px solid #1e1e1e;border-radius:12px;padding:12px;display:flex;flex-direction:column;align-items:center;gap:8px}
.fces-win-game-img{width:60px;height:60px;border-radius:10px;overflow:hidden;background:#111}
.fces-win-game-img img{width:100%;height:100%;object-fit:cover}
.fces-win-info{text-align:center}
.fces-win-amount-sm{display:block;font-family:'Cinzel',serif;font-size:1rem;font-weight:700;color:#4ade80}
.fces-win-game-name{display:block;font-size:.75rem;color:#bbb;margin:2px 0}
.fces-win-time{display:block;font-size:.68rem;color:#666}
.fces-wins-title{font-size:clamp(1.2rem,3vw,1.6rem);text-align:center;margin-bottom:24px}

/* --- SECTION PADDINGS --- */
.fces-popular,.fces-new-games,.fces-recent-wins{padding:48px 28px}
.fces-popular-inner,.fces-new-games-inner,.fces-recent-wins-inner{max-width:1400px;margin:0 auto}

/* --- TOP 10 --- */
.fces-top10{padding:60px 28px;background:#0e0e0e}
.fces-top10-inner{max-width:1100px;margin:0 auto}
.fces-top10-header{text-align:center;margin-bottom:40px}
.fces-top10-h2{font-size:clamp(1.4rem,3vw,2rem);margin-bottom:10px}
.fces-top10-subtitle{color:#888;font-size:.95rem}
.fces-top10-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px;margin-bottom:32px}
.fces-game-card{background:#151515;border:1px solid #1e1e1e;border-radius:12px;padding:18px 14px;text-align:center;position:relative;transition:border-color .15s,transform .15s}
.fces-game-card:hover{border-color:#333;transform:translateY(-2px)}
.fces-game-card.fces-featured{border-color:rgba(229,165,48,.3);background:linear-gradient(135deg,rgba(229,165,48,.06),transparent)}
.fces-rank{position:absolute;top:10px;left:10px;font-family:'Cinzel',serif;font-size:.75rem;font-weight:700;color:#e5a530}
.fces-game-thumb{font-size:1.8rem;margin-bottom:8px}
.fces-game-thumb svg{width:32px;height:32px;color:#e5a530}
.fces-game-name{font-size:.88rem;margin-bottom:4px;font-family:'Geologica',sans-serif}
.fces-game-card .fces-game-provider{font-size:.75rem;color:#666;margin-bottom:6px}
.fces-game-tag{display:inline-block;font-size:.65rem;padding:2px 8px;border-radius:4px;background:rgba(229,165,48,.08);color:#e5a530;font-weight:600}
.fces-top10-text{color:#999;font-size:.92rem;margin-bottom:24px;font-family:'Geologica',sans-serif;line-height:1.8}
.fces-top10-cta{display:inline-flex;align-items:center;gap:8px;padding:14px 36px;border-radius:10px;font-size:1rem;font-weight:700;background:linear-gradient(135deg,#e5a530,#d4941f);color:#0b0b0b;margin:0 auto;text-align:center}
.fces-top10-inner .fces-top10-cta{display:flex;width:fit-content;margin:0 auto}

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

/* --- LIVE CASINO --- */
.fces-live{padding:60px 28px;background:#0e0e0e}
.fces-live-inner{max-width:1100px;margin:0 auto}
.fces-live-header{text-align:center;margin-bottom:40px}
.fces-live-h2{font-size:clamp(1.3rem,3vw,1.9rem);margin-bottom:10px}
.fces-live-subtitle{color:#888;font-size:.92rem}
.fces-live-games{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin-bottom:32px}
.fces-live-game{background:#151515;border:1px solid #1e1e1e;border-radius:12px;padding:24px 20px;transition:border-color .15s}
.fces-live-game:hover{border-color:#333}
.fces-live-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background:rgba(229,165,48,.08);margin-bottom:12px}
.fces-live-icon svg{width:22px;height:22px;color:#e5a530}
.fces-live-game h3{font-size:1rem;font-family:'Geologica',sans-serif;margin-bottom:6px}
.fces-live-game p{font-size:.85rem;color:#888;margin-bottom:0}
.fces-live-content{color:#999;font-size:.92rem;font-family:'Geologica',sans-serif;line-height:1.8;margin-bottom:28px}
.fces-live-cta{display:inline-flex;align-items:center;gap:8px;padding:14px 36px;border-radius:10px;font-weight:700;background:linear-gradient(135deg,#e5a530,#d4941f);color:#0b0b0b}

/* --- WHY CHOOSE --- */
.fces-why{padding:60px 28px;background:#0b0b0b}
.fces-why-inner{max-width:1100px;margin:0 auto}
.fces-why-header{text-align:center;margin-bottom:36px}
.fces-why-h2{font-size:clamp(1.3rem,3vw,1.9rem);margin-bottom:10px}
.fces-why-h3{text-align:center;color:#e5a530;font-size:1.1rem;margin-bottom:28px;font-family:'Geologica',sans-serif}
.fces-why-subtitle{color:#888;font-size:.92rem}
.fces-features{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px;margin-bottom:32px}
.fces-feature{background:#151515;border:1px solid #1e1e1e;border-radius:12px;padding:24px 20px;transition:border-color .15s}
.fces-feature:hover{border-color:#333}
.fces-feature-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background:rgba(74,222,128,.08);margin-bottom:12px}
.fces-feature-icon svg{width:22px;height:22px;color:#4ade80}
.fces-feature h4{font-size:.95rem;font-family:'Geologica',sans-serif;margin-bottom:6px}
.fces-feature p{font-size:.85rem;color:#888;margin-bottom:0}
.fces-why-content{color:#999;font-size:.92rem;font-family:'Geologica',sans-serif;line-height:1.8}

/* --- WELCOME BONUS --- */
.fces-welcome{padding:60px 28px;background:#0e0e0e}
.fces-welcome-inner{max-width:1100px;margin:0 auto}
.fces-welcome-header{text-align:center;margin-bottom:40px}
.fces-welcome-h2{font-size:clamp(1.3rem,3vw,2rem);margin-bottom:12px}
.fces-amount{color:#e5a530}
.fces-welcome-intro{color:#888;font-size:.95rem}
.fces-deposits-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;margin-bottom:32px}
.fces-deposit-card{background:#151515;border:1px solid #1e1e1e;border-radius:14px;padding:24px 20px;position:relative;text-align:center;transition:border-color .15s}
.fces-deposit-card.fces-featured{border-color:rgba(229,165,48,.3);background:linear-gradient(135deg,rgba(229,165,48,.06),transparent)}
.fces-deposit-card.fces-highlight{border-color:rgba(74,222,128,.3);background:linear-gradient(135deg,rgba(74,222,128,.06),transparent)}
.fces-deposit-num{display:inline-block;font-family:'Cinzel',serif;font-size:.78rem;font-weight:700;color:#e5a530;background:rgba(229,165,48,.1);padding:3px 10px;border-radius:12px;margin-bottom:10px}
.fces-deposit-card h3{font-size:.95rem;font-family:'Geologica',sans-serif;margin-bottom:10px}
.fces-deposit-bonus{font-family:'Cinzel',serif;font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:4px}
.fces-deposit-spins{color:#4ade80;font-size:.88rem;font-weight:600;margin-bottom:12px}
.fces-deposit-terms{text-align:left;font-size:.78rem;color:#777}
.fces-deposit-terms li{padding:3px 0;border-bottom:1px solid #1e1e1e}
.fces-deposit-terms li:last-child{border:none}
.fces-welcome-content{color:#999;font-size:.92rem;font-family:'Geologica',sans-serif;line-height:1.8;margin-bottom:28px}
.fces-high-roller{background:linear-gradient(135deg,rgba(229,165,48,.06),rgba(74,222,128,.03));border:1px solid rgba(229,165,48,.15);border-radius:14px;padding:28px;text-align:center;margin-bottom:28px}
.fces-hr-title{font-size:1.1rem;color:#e5a530;margin-bottom:8px;font-family:'Geologica',sans-serif}
.fces-hr-desc{font-size:.9rem;color:#bbb;margin-bottom:8px}
.fces-hr-terms{font-size:.78rem;color:#777}
.fces-welcome-cta{display:inline-flex;align-items:center;gap:8px;padding:14px 36px;border-radius:10px;font-weight:700;background:linear-gradient(135deg,#4ade80,#22c55e);color:#0b0b0b}

/* --- STATS BAR --- */
.fces-stats{padding:48px 28px;background:linear-gradient(135deg,#111,#0e0e0e)}
.fces-stats-inner{max-width:1100px;margin:0 auto;text-align:center}
.fces-stats-h2{font-size:clamp(1.2rem,3vw,1.8rem);margin-bottom:32px}
.fces-stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;margin-bottom:24px}
.fces-stat-box{background:#151515;border:1px solid #1e1e1e;border-radius:12px;padding:24px 16px;text-align:center}
.fces-stat-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:rgba(229,165,48,.08);margin:0 auto 10px}
.fces-stat-icon svg{width:20px;height:20px;color:#e5a530}
.fces-stat-num{display:block;font-family:'Cinzel',serif;font-size:1.5rem;font-weight:700;color:#e5a530}
.fces-stat-text{display:block;font-size:.8rem;color:#888;margin-top:4px}
.fces-stats-note{color:#777;font-size:.88rem;font-family:'Geologica',sans-serif}

/* --- SECURITY --- */
.fces-security{padding:60px 28px;background:#0b0b0b}
.fces-security-inner{max-width:1100px;margin:0 auto}
.fces-security-header{text-align:center;margin-bottom:36px}
.fces-security-h2{font-size:clamp(1.3rem,3vw,1.9rem);margin-bottom:10px}
.fces-security-subtitle{color:#888;font-size:.92rem}
.fces-security-features{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px;margin-bottom:28px}
.fces-sec-item{background:#151515;border:1px solid #1e1e1e;border-radius:12px;padding:24px 20px}
.fces-sec-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background:rgba(74,222,128,.08);margin-bottom:12px}
.fces-sec-icon svg{width:22px;height:22px;color:#4ade80}
.fces-sec-item h4{font-size:.95rem;font-family:'Geologica',sans-serif;margin-bottom:6px}
.fces-sec-item p{font-size:.85rem;color:#888;margin-bottom:0}
.fces-security-content{color:#999;font-size:.92rem;font-family:'Geologica',sans-serif;line-height:1.8}

/* --- MOBILE SECTION --- */
.fces-mobile{padding:60px 28px;background:#0e0e0e}
.fces-mobile-inner{max-width:1100px;margin:0 auto}
.fces-mobile-header{text-align:center;margin-bottom:36px}
.fces-mobile-h2{font-size:clamp(1.3rem,3vw,1.9rem);margin-bottom:10px}
.fces-mobile-subtitle{color:#888;font-size:.92rem}
.fces-mobile-features{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;margin-bottom:28px}
.fces-mob-feat{background:#151515;border:1px solid #1e1e1e;border-radius:12px;padding:24px 20px}
.fces-mob-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background:rgba(229,165,48,.08);margin-bottom:12px}
.fces-mob-icon svg{width:22px;height:22px;color:#e5a530}
.fces-mob-feat h4{font-size:.95rem;font-family:'Geologica',sans-serif;margin-bottom:6px}
.fces-mob-feat p{font-size:.85rem;color:#888;margin-bottom:0}
.fces-mobile-content{color:#999;font-size:.92rem;font-family:'Geologica',sans-serif;line-height:1.8}

/* --- GAMES LIBRARY --- */
.fces-games{padding:60px 28px;background:#0b0b0b}
.fces-games-inner{max-width:1100px;margin:0 auto}
.fces-games-header{text-align:center;margin-bottom:36px}
.fces-games-h2{font-size:clamp(1.3rem,3vw,1.9rem);margin-bottom:10px}
.fces-games-subtitle{color:#888;font-size:.92rem}
.fces-games-categories{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin-bottom:28px}
.fces-game-cat{background:#151515;border:1px solid #1e1e1e;border-radius:12px;padding:24px 20px;transition:border-color .15s}
.fces-game-cat:hover{border-color:#333}
.fces-cat-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background:rgba(229,165,48,.08);margin-bottom:12px}
.fces-cat-icon svg{width:22px;height:22px;color:#e5a530}
.fces-game-cat h3{font-size:1rem;font-family:'Geologica',sans-serif;margin-bottom:6px}
.fces-game-cat p{font-size:.85rem;color:#888;margin-bottom:8px}
.fces-cat-count{font-size:.75rem;color:#e5a530;font-weight:600}
.fces-games-content{color:#999;font-size:.92rem;font-family:'Geologica',sans-serif;line-height:1.8}

/* --- WINS --- */
.fces-wins{padding:60px 28px;background:#0e0e0e}
.fces-wins-inner{max-width:1100px;margin:0 auto}
.fces-wins-header{text-align:center;margin-bottom:36px}
.fces-wins-h2{font-size:clamp(1.3rem,3vw,1.9rem);margin-bottom:10px}
.fces-wins-subtitle{color:#888;font-size:.92rem}
.fces-wins-showcase{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin-bottom:28px}
.fces-win-card{background:#151515;border:1px solid #1e1e1e;border-radius:14px;padding:24px;text-align:center;transition:border-color .15s}
.fces-win-card:hover{border-color:#333}
.fces-win-card.fces-big{grid-column:span 2;border-color:rgba(229,165,48,.3);background:linear-gradient(135deg,rgba(229,165,48,.06),transparent)}
.fces-win-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin:0 auto 10px}
.fces-win-icon svg{width:28px;height:28px;color:#e5a530}
.fces-win-amount{display:block;font-family:'Cinzel',serif;font-size:1.6rem;font-weight:700;color:#4ade80}
.fces-big .fces-win-amount{font-size:2.2rem}
.fces-win-game{display:block;font-size:.85rem;color:#bbb;margin:4px 0}
.fces-win-label{display:block;font-size:.72rem;color:#777;font-weight:600;text-transform:uppercase;letter-spacing:1px}
.fces-wins-content{color:#999;font-size:.92rem;font-family:'Geologica',sans-serif;line-height:1.8}

/* --- CRYPTO --- */
.fces-crypto{padding:60px 28px;background:#0b0b0b}
.fces-crypto-inner{max-width:1100px;margin:0 auto}
.fces-crypto-header{text-align:center;margin-bottom:36px}
.fces-crypto-h2{font-size:clamp(1.3rem,3vw,1.9rem);margin-bottom:10px}
.fces-crypto-subtitle{color:#888;font-size:.92rem}
.fces-crypto-coins{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:28px}
.fces-coin{padding:8px 16px;border-radius:8px;background:#151515;border:1px solid #1e1e1e;font-size:.85rem;color:#bbb;font-weight:500}
.fces-crypto-benefits{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:16px;margin-bottom:28px}
.fces-crypto-benefit{background:#151515;border:1px solid #1e1e1e;border-radius:12px;padding:24px 20px}
.fces-cb-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:rgba(229,165,48,.08);margin-bottom:10px}
.fces-cb-icon svg{width:20px;height:20px;color:#e5a530}
.fces-crypto-benefit h4{font-size:.92rem;font-family:'Geologica',sans-serif;margin-bottom:4px}
.fces-crypto-benefit p{font-size:.82rem;color:#888;margin-bottom:0}
.fces-crypto-content{color:#999;font-size:.92rem;font-family:'Geologica',sans-serif;line-height:1.8}

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

/* --- CATEGORIES QUICK NAV --- */
.fces-categories{padding:48px 28px;background:#0e0e0e}
.fces-categories-inner{max-width:1100px;margin:0 auto}
.fces-categories-header{text-align:center;margin-bottom:28px}
.fces-categories-h2{font-size:clamp(1.2rem,3vw,1.7rem);margin-bottom:8px}
.fces-categories-subtitle{color:#888;font-size:.9rem}
.fces-cat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;margin-bottom:20px}
.fces-cat-link{display:flex;flex-direction:column;align-items:center;gap:8px;padding:18px 12px;border-radius:12px;background:#151515;border:1px solid #1e1e1e;color:#bbb;font-size:.82rem;font-weight:500;transition:all .15s}
.fces-cat-link:hover{border-color:#e5a530;color:#e5a530}
.fces-cat-emoji{display:flex;align-items:center;justify-content:center;width:36px;height:36px}
.fces-cat-emoji svg{width:24px;height:24px;color:#e5a530}
.fces-categories-text{color:#888;font-size:.88rem;text-align:center;font-family:'Geologica',sans-serif}

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

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

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

/* --- JOURNEY / STEPS --- */
.fces-journey{padding:60px 28px;background:#0e0e0e}
.fces-journey-inner{max-width:1000px;margin:0 auto;text-align:center}
.fces-journey-header{margin-bottom:36px}
.fces-journey-h2{font-size:clamp(1.3rem,3vw,1.9rem);margin-bottom:10px}
.fces-journey-subtitle{color:#888;font-size:.92rem}
.fces-steps{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-bottom:32px}
.fces-step{background:#151515;border:1px solid #1e1e1e;border-radius:14px;padding:24px;text-align:center}
.fces-step-num{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#e5a530,#d4941f);color:#0b0b0b;font-family:'Cinzel',serif;font-weight:700;font-size:1.1rem;margin:0 auto 12px}
.fces-step h3{font-size:.92rem;font-family:'Geologica',sans-serif;margin-bottom:6px}
.fces-step p{font-size:.82rem;color:#888;margin-bottom:0}
.fces-journey-bonus{display:flex;align-items:center;gap:24px;background:linear-gradient(135deg,rgba(229,165,48,.08),rgba(74,222,128,.03));border:1px solid rgba(229,165,48,.15);border-radius:14px;padding:28px;text-align:left;margin-bottom:28px}
.fces-jb-visual{text-align:center;flex-shrink:0}
.fces-jb-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin:0 auto 6px}
.fces-jb-icon svg{width:32px;height:32px;color:#e5a530}
.fces-jb-amount{display:block;font-family:'Cinzel',serif;font-size:1.8rem;font-weight:700;color:#e5a530}
.fces-jb-spins{display:block;font-size:.85rem;color:#4ade80;font-weight:600}
.fces-jb-text h3{font-size:1rem;font-family:'Geologica',sans-serif;margin-bottom:6px}
.fces-jb-text p{font-size:.88rem;color:#999;margin-bottom:6px}
.fces-jb-terms{font-size:.78rem;color:#666}
.fces-journey-cta{display:inline-flex;align-items:center;gap:8px;padding:14px 36px;border-radius:10px;font-weight:700;background:linear-gradient(135deg,#e5a530,#d4941f);color:#0b0b0b}

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

/* --- BONUSES OVERVIEW --- */
.fces-bonuses-overview{padding:60px 28px;background:#0e0e0e}
.fces-bonuses-inner{max-width:1100px;margin:0 auto}
.fces-bonuses-header{text-align:center;margin-bottom:36px}
.fces-bonuses-h2{font-size:clamp(1.3rem,3vw,1.9rem);margin-bottom:10px}
.fces-bonuses-subtitle{color:#888;font-size:.92rem}
.fces-bonuses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin-bottom:20px}
.fces-bonus-card{background:#151515;border:1px solid #1e1e1e;border-radius:14px;padding:24px;text-align:center;transition:border-color .15s}
.fces-bonus-card:hover{border-color:#333}
.fces-bonus-card h3{font-size:.95rem;font-family:'Geologica',sans-serif;margin-bottom:8px}
.fces-bc-value{font-family:'Cinzel',serif;font-size:1.2rem;font-weight:700;color:#e5a530;margin-bottom:6px}
.fces-bonus-card p{font-size:.82rem;color:#888;margin-bottom:0}
.fces-bonuses-note{text-align:center;font-size:.82rem;color:#666;font-family:'Geologica',sans-serif}

/* --- CITIES SECTION --- */
.fces-cities{padding:60px 28px;background:#0e0e0e}
.fces-cities-inner{max-width:1100px;margin:0 auto}
.fces-cities-header{text-align:center;margin-bottom:36px}
.fces-cities-h2{font-size:clamp(1.3rem,3vw,1.9rem);margin-bottom:10px}
.fces-cities-subtitle{color:#888;font-size:.92rem}
.fces-cities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;margin-bottom:28px}
.fces-city-card{background:#151515;border:1px solid #1e1e1e;border-radius:12px;padding:24px;transition:border-color .15s}
.fces-city-card:hover{border-color:#e5a530}
.fces-city-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background:rgba(229,165,48,.08);margin-bottom:12px}
.fces-city-icon svg{width:22px;height:22px;color:#e5a530}
.fces-city-card h3{font-size:1rem;font-family:'Geologica',sans-serif;margin-bottom:6px}
.fces-city-card p{font-size:.85rem;color:#888;margin-bottom:0}
.fces-cities-content{color:#999;font-size:.92rem;font-family:'Geologica',sans-serif;line-height:1.8}

/* --- TOURNAMENTS --- */
.fces-tournaments{padding:60px 28px;background:#0b0b0b}
.fces-tournaments-inner{max-width:1100px;margin:0 auto}
.fces-tournaments-header{text-align:center;margin-bottom:36px}
.fces-tournaments-h2{font-size:clamp(1.3rem,3vw,1.9rem);margin-bottom:10px}
.fces-tournaments-subtitle{color:#888;font-size:.92rem}
.fces-tournaments-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;margin-bottom:28px}
.fces-tournament-card{background:#151515;border:1px solid #1e1e1e;border-radius:14px;padding:28px;text-align:center;transition:border-color .15s}
.fces-tournament-card:hover{border-color:#333}
.fces-tournament-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:rgba(229,165,48,.08);margin:0 auto 14px}
.fces-tournament-icon svg{width:24px;height:24px;color:#e5a530}
.fces-tournament-card h3{font-size:1.05rem;font-family:'Geologica',sans-serif;margin-bottom:6px}
.fces-tournament-prize{font-family:'Cinzel',serif;font-size:1.3rem;font-weight:700;color:#4ade80;margin-bottom:6px}
.fces-tournament-card p{font-size:.85rem;color:#888;margin-bottom:0}
.fces-tournaments-content{color:#999;font-size:.92rem;font-family:'Geologica',sans-serif;line-height:1.8}

/* --- SPEED / TECH --- */
.fces-speed{padding:60px 28px;background:#0e0e0e}
.fces-speed-inner{max-width:1100px;margin:0 auto}
.fces-speed-header{text-align:center;margin-bottom:36px}
.fces-speed-h2{font-size:clamp(1.3rem,3vw,1.9rem);margin-bottom:10px}
.fces-speed-subtitle{color:#888;font-size:.92rem}
.fces-speed-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin-bottom:28px}
.fces-speed-item{background:#151515;border:1px solid #1e1e1e;border-radius:12px;padding:24px 20px;text-align:center}
.fces-speed-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background:rgba(74,222,128,.08);margin:0 auto 10px}
.fces-speed-icon svg{width:22px;height:22px;color:#4ade80}
.fces-speed-item h4{font-size:.92rem;font-family:'Geologica',sans-serif;margin-bottom:4px}
.fces-speed-item p{font-size:.82rem;color:#888;margin-bottom:0}
.fces-speed-content{color:#999;font-size:.92rem;font-family:'Geologica',sans-serif;line-height:1.8}

/* --- COMMUNITY --- */
.fces-community{padding:60px 28px;background:#0b0b0b}
.fces-community-inner{max-width:1100px;margin:0 auto}
.fces-community-header{text-align:center;margin-bottom:36px}
.fces-community-h2{font-size:clamp(1.3rem,3vw,1.9rem);margin-bottom:10px}
.fces-community-subtitle{color:#888;font-size:.92rem}
.fces-community-features{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin-bottom:28px}
.fces-comm-feat{background:#151515;border:1px solid #1e1e1e;border-radius:12px;padding:24px 20px}
.fces-comm-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background:rgba(229,165,48,.08);margin-bottom:12px}
.fces-comm-icon svg{width:22px;height:22px;color:#e5a530}
.fces-comm-feat h4{font-size:.95rem;font-family:'Geologica',sans-serif;margin-bottom:6px}
.fces-comm-feat p{font-size:.85rem;color:#888;margin-bottom:0}
.fces-community-content{color:#999;font-size:.92rem;font-family:'Geologica',sans-serif;line-height:1.8}

/* --- FOOTER --- */
.fces-footer{background:#080808;border-top:1px solid #1a1a1a;padding:48px 28px 24px}
.fces-footer-inner{max-width:1200px;margin:0 auto}
.fces-footer-top{display:grid;grid-template-columns:1.2fr 2fr;gap:40px;margin-bottom:32px}
.fces-footer-brand{max-width:320px}
.fces-footer-logo{height:32px;margin-bottom:12px}
.fces-footer-brand p{font-size:.85rem;color:#777;line-height:1.7}
.fces-footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.fces-footer-col h4{font-size:.85rem;color:#e5a530;margin-bottom:12px;font-family:'Geologica',sans-serif}
.fces-footer-col a{display:block;font-size:.82rem;color:#777;padding:3px 0;transition:color .15s}
.fces-footer-col a:hover{color:#e5a530}
.fces-footer-payments{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:20px;padding:16px 0;border-top:1px solid #151515;border-bottom:1px solid #151515}
.fces-footer-payments span{padding:5px 14px;border-radius:6px;background:#111;border:1px solid #1a1a1a;font-size:.78rem;color:#888}
.fces-footer-badges{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:20px}
.fces-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;border-radius:6px;background:#111;border:1px solid #1a1a1a;font-size:.72rem;color:#777}
.fces-badge svg{width:12px;height:12px}
.fces-footer-bottom{text-align:center;padding-top:16px;border-top:1px solid #151515}
.fces-footer-bottom p{font-size:.78rem;color:#555;margin-bottom:6px}
.fces-footer-legal{font-size:.72rem;color:#444}

/* --- INNER PAGE STYLES --- */
.fces-page{padding:48px 28px}
.fces-page-inner{max-width:900px;margin:0 auto}
.fces-page-h1{font-size:clamp(1.6rem,4vw,2.4rem);margin-bottom:12px;text-align:center}
.fces-page-subtitle{text-align:center;color:#888;font-size:.95rem;margin-bottom:40px}
.fces-page-content{font-family:'Geologica',sans-serif;color:#bbb;font-size:.95rem;line-height:1.9}
.fces-page-content h2{font-size:1.3rem;margin:32px 0 12px;color:#e5a530;font-family:'Geologica',sans-serif}
.fces-page-content h3{font-size:1.1rem;margin:24px 0 10px;color:#fff;font-family:'Geologica',sans-serif}
.fces-page-content p{margin-bottom:16px;color:#999}
.fces-page-content strong{color:#ccc}
.fces-page-content a{color:#e5a530;text-decoration:underline}
.fces-page-content a:hover{color:#f0b840}
.fces-page-content ul,.fces-page-content ol{margin:12px 0 20px 20px}
.fces-page-content li{margin-bottom:8px;padding-left:8px;color:#999;font-size:.9rem}
.fces-page-content ul li::marker{color:#e5a530}
.fces-page-content ol li::marker{color:#e5a530;font-weight:600}
.fces-page-box{background:#151515;border:1px solid #1e1e1e;border-radius:12px;padding:24px;margin:20px 0}

/* --- BREADCRUMB --- */
.fces-breadcrumb{padding:16px 28px 0;font-size:.78rem;color:#666}
.fces-breadcrumb a{color:#888;transition:color .15s}
.fces-breadcrumb a:hover{color:#e5a530}
.fces-breadcrumb span{margin:0 6px}

/* ==========================================================
   RESPONSIVE
   ========================================================== */
@media(max-width:1024px){
  .fces-sidebar{transform:translateX(-100%)}
  .fces-sidebar.open{transform:translateX(0)}
  .fces-overlay.active{display:block}
  .fces-main{margin-left:0}
  .fces-menu-btn{display:flex}
  .fces-footer-top{grid-template-columns:1fr}
  .fces-footer-links{grid-template-columns:repeat(2,1fr)}
  .fces-banking-blocks{grid-template-columns:1fr}
  .fces-win-card.fces-big{grid-column:span 1}
  .fces-journey-bonus{flex-direction:column;text-align:center}
  .fces-jb-text{text-align:center}
}

@media(max-width:640px){
  .fces-hero{padding:48px 20px 36px}
  .fces-hero-h1{font-size:1.8rem}
  .fces-hero-stats{gap:20px}
  .fces-hero-ctas{flex-direction:column;align-items:center}
  .fces-cta-primary,.fces-cta-secondary{width:100%;justify-content:center}
  .fces-popular,.fces-new-games,.fces-recent-wins{padding:32px 16px}
  .fces-top10,.fces-providers,.fces-live,.fces-why,.fces-welcome,.fces-stats,.fces-security,.fces-mobile,.fces-games,.fces-wins,.fces-crypto,.fces-vip,.fces-categories,.fces-banking,.fces-faq,.fces-testimonials,.fces-journey,.fces-responsible,.fces-bonuses-overview,.fces-cities,.fces-tournaments,.fces-speed,.fces-community{padding:36px 16px}
  .fces-top10-grid{grid-template-columns:repeat(2,1fr)}
  .fces-deposits-grid{grid-template-columns:1fr}
  .fces-footer-links{grid-template-columns:1fr}
  .fces-header-inner{padding:0 16px}
  .fces-page{padding:32px 16px}
}

@media(max-width:400px){
  .fces-top10-grid{grid-template-columns:1fr}
  .fces-steps{grid-template-columns:1fr}
}
