@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;background:#1e2226}
body{font-family:'Manrope',sans-serif;background:#1e2226;color:#e8e0d6;line-height:1.6;font-size:16px;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:#5fe1fa;text-decoration:none;transition:color .2s}
a:hover{color:#8fedfc}
button{cursor:pointer;font-family:'Manrope',sans-serif}
::-webkit-scrollbar{width:7px;height:7px}
::-webkit-scrollbar-track{background:#1e2226}
::-webkit-scrollbar-thumb{background:#453127;border-radius:4px}

.wrapper{min-height:100vh;display:flex;flex-direction:column}
.container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 22px;border-radius:8px;font-weight:700;font-size:14px;border:none;cursor:pointer;transition:all .2s;text-decoration:none;white-space:nowrap;letter-spacing:.3px}
.btn--play{background:#fa781d;color:#fff}
.btn--play:hover{background:#fb8f3d;color:#fff;transform:translateY(-1px);box-shadow:0 4px 16px rgba(250,120,29,.4)}
.btn--bonus{background:#5fe1fa;color:#0d1a20}
.btn--bonus:hover{background:#7de7fb;color:#0d1a20;transform:translateY(-1px);box-shadow:0 4px 16px rgba(95,225,250,.35)}
.btn--demo{background:transparent;color:#5fe1fa;border:1.5px solid #5fe1fa;padding:8px 18px}
.btn--demo:hover{background:rgba(95,225,250,.1);color:#5fe1fa}
.btn--sm{padding:7px 16px;font-size:13px}
.btn--md{padding:11px 26px;font-size:15px}
.btn--lg{padding:14px 34px;font-size:16px}
.btn--strategy{background:rgba(95,225,250,.08);color:#5fe1fa;border:1.5px solid rgba(95,225,250,.3)}
.btn--strategy:hover{background:rgba(95,225,250,.15)}

.xb2a4{display:none}
.qr7m9{visibility:hidden;height:0;overflow:hidden}

.site-header{background:#453127;position:sticky;top:0;z-index:1000;box-shadow:0 2px 12px rgba(0,0,0,.4)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 0;flex-wrap:wrap}
.header-logo{flex-shrink:0}
.header-logo img{height:48px;width:auto;object-fit:contain}
.header-logo-text{font-size:20px;font-weight:800;color:#5fe1fa;letter-spacing:.5px;text-decoration:none}
.header-logo-text span{color:#fa781d}
.jackpot-bar{background:rgba(0,0,0,.25);border:1px solid rgba(95,225,250,.2);border-radius:8px;padding:5px 14px;font-size:13px;color:#e8e0d6;display:flex;align-items:center;gap:8px}
.jackpot-bar strong{color:#fa781d;font-size:15px;font-weight:800}
.jackpot-label{color:#5fe1fa;font-size:11px;text-transform:uppercase;letter-spacing:.8px}
.header-nav ul{list-style:none;display:flex;align-items:center;gap:4px;flex-wrap:wrap}
.header-nav ul li a{display:flex;align-items:center;gap:6px;color:#e8e0d6;font-size:13px;font-weight:600;padding:6px 12px;border-radius:6px;transition:background .2s,color .2s}
.header-nav ul li a:hover{background:rgba(95,225,250,.1);color:#5fe1fa}
.header-nav ul li a svg{width:16px;height:16px;flex-shrink:0}
.header-buttons{display:flex;align-items:center;gap:8px;flex-shrink:0}
.burger{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:6px;cursor:pointer}
.burger span{display:block;width:24px;height:2px;background:#e8e0d6;border-radius:2px;transition:all .3s}
.burger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.burger.active span:nth-child(2){opacity:0}
.burger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}
.mobile-menu{display:none;background:#3a2820;padding:14px 0;border-top:1px solid rgba(95,225,250,.1)}
.mobile-menu.active{display:block}
.mobile-menu ul{list-style:none;padding:0 20px}
.mobile-menu ul li a{display:flex;align-items:center;gap:8px;color:#e8e0d6;font-size:14px;font-weight:600;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.06)}
.mobile-menu ul li a svg{width:18px;height:18px}

.hero{position:relative;overflow:hidden;background:#141819}
.hero-bg{position:absolute;inset:0;background-image:url('/mine-slot-hero.webp');background-size:cover;background-position:center;z-index:0}
.hero-bg::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(30,34,38,.92) 0%,rgba(30,34,38,.6) 60%,rgba(30,34,38,.3) 100%)}
.hero-inner{position:relative;z-index:1;display:flex;align-items:center;min-height:480px;padding:60px 0}
.hero-content{max-width:580px}
.hero-tag{display:inline-flex;align-items:center;gap:6px;background:rgba(95,225,250,.12);border:1px solid rgba(95,225,250,.3);border-radius:20px;padding:5px 14px;font-size:12px;color:#5fe1fa;font-weight:600;text-transform:uppercase;letter-spacing:.8px;margin-bottom:18px}
.hero h1{font-size:clamp(26px,4vw,46px);font-weight:800;line-height:1.15;margin-bottom:16px;color:#fff}
.hero h1 span{color:#fa781d}
.hero-desc{font-size:16px;color:#bdb0a8;margin-bottom:28px;line-height:1.65;max-width:500px}
.hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:28px}
.hero-rating{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.hero-stars{display:flex;gap:3px}
.hero-stars svg{width:18px;height:18px;fill:#fa781d}
.hero-rating-text{font-size:14px;color:#bdb0a8}
.hero-rating-text strong{color:#fff}
.hero-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}
.hero-badge{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:6px;padding:5px 12px;font-size:12px;color:#c8bdb7;font-weight:600}

.section{padding:56px 0}
.section-title{font-size:clamp(20px,2.8vw,30px);font-weight:800;color:#fff;margin-bottom:8px}
.section-sub{font-size:15px;color:#9a8f88;margin-bottom:32px}
.section-header{margin-bottom:32px}

.game-layout{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}
.game-frame-wrap{position:relative;background:#0d1015;border-radius:14px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.5)}
.game-frame-wrap iframe{width:100%;aspect-ratio:4/3;border:none;display:block}
.frame-overlay{position:absolute;inset:0;background:rgba(13,16,21,.85);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;z-index:2;transition:opacity .3s}
.frame-overlay.hidden{opacity:0;pointer-events:none}
.frame-overlay img{width:80px;height:80px;object-fit:contain;border-radius:12px}
.frame-overlay-title{color:#fff;font-size:18px;font-weight:700}
.frame-overlay-sub{color:#9a8f88;font-size:13px}
.game-table-wrap{overflow-x:auto;border-radius:12px}
.game-table{width:100%;border-collapse:collapse;font-size:14px;min-width:320px}
.game-table th,.game-table td{padding:10px 14px;text-align:left;border-bottom:1px solid rgba(255,255,255,.07)}
.game-table th{background:#312217;color:#9a8f88;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.6px}
.game-table tr:last-child td{border-bottom:none}
.game-table tr:hover td{background:rgba(95,225,250,.04)}
.game-table td:first-child{color:#9a8f88;white-space:nowrap;display:flex;align-items:center;gap:8px}
.game-table td:first-child svg{width:15px;height:15px;flex-shrink:0;color:#5fe1fa}
.game-table td:last-child{color:#e8e0d6;font-weight:600}
.tbl-rtp{color:#5fe1fa !important}
.tbl-maxwin{color:#fa781d !important}

.adv-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px}
.adv-card{background:#2a1f19;border:1px solid rgba(95,225,250,.12);border-radius:14px;padding:22px 20px;transition:transform .2s,border-color .2s}
.adv-card:hover{transform:translateY(-3px);border-color:rgba(95,225,250,.3)}
.adv-icon{width:44px;height:44px;background:rgba(95,225,250,.1);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.adv-icon svg{width:22px;height:22px;color:#5fe1fa}
.adv-card h3{font-size:15px;font-weight:700;color:#fff;margin-bottom:6px}
.adv-card p{font-size:13px;color:#9a8f88;line-height:1.55}

.strategies-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.strategy-card{background:#2a1f19;border:1px solid rgba(250,120,29,.15);border-radius:14px;overflow:hidden;transition:transform .2s,border-color .2s;display:flex;flex-direction:column}
.strategy-card:hover{transform:translateY(-4px);border-color:rgba(250,120,29,.4)}
.strategy-img{width:100%;aspect-ratio:16/9;object-fit:cover;background:#1a110c}
.strategy-body{padding:18px;flex:1;display:flex;flex-direction:column}
.strategy-card h3{font-size:16px;font-weight:700;color:#fff;margin-bottom:8px}
.strategy-card p{font-size:13px;color:#9a8f88;line-height:1.55;flex:1;margin-bottom:16px}

.demo-section{background:#171b1e}
.demo-inner{display:flex;flex-direction:column;align-items:center;gap:24px}
.demo-frame-main{width:100%;max-width:860px;aspect-ratio:16/9;border-radius:14px;overflow:hidden;background:#0d1015;box-shadow:0 6px 32px rgba(0,0,0,.6);border:1px solid rgba(95,225,250,.1)}
.demo-frame-main iframe{width:100%;height:100%;border:none;display:block}
.demo-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;justify-content:center}
.demo-note{font-size:13px;color:#6e6560;text-align:center;max-width:600px}

.similar-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:18px}
.similar-card{background:#2a1f19;border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:18px;display:flex;flex-direction:column;gap:10px;transition:border-color .2s,transform .2s}
.similar-card:hover{border-color:rgba(95,225,250,.25);transform:translateY(-3px)}
.similar-card img{width:auto;height:100px;object-fit:cover;border-radius:10px;background:#1a1f24;padding:4px}
.similar-card h3{font-size:14px;font-weight:700;color:#fff}
.similar-card p{font-size:12px;color:#9a8f88;line-height:1.5;flex:1}
.similar-card-actions{display:flex;gap:8px;flex-wrap:wrap}

.review-block{background:#1a1f24;border-radius:16px;padding:36px;border:1px solid rgba(255,255,255,.06)}
.review-block .content-area h2{font-size:22px;font-weight:700;color:#fff;margin:24px 0 12px}
.review-block .content-area h3{font-size:18px;font-weight:700;color:#e8e0d6;margin:20px 0 10px}
.review-block .content-area p{color:#bdb0a8;line-height:1.7;margin-bottom:14px}
.review-block .content-area ul,.review-block .content-area ol{margin:0 0 14px 20px;color:#bdb0a8}
.review-block .content-area li{margin-bottom:6px;line-height:1.65}
.review-block .content-area a{color:#5fe1fa;text-decoration:underline}
.review-block .content-area table{width:auto;max-width:100%;border-collapse:collapse;margin:16px 0;font-size:14px}
.review-block .content-area table th,.review-block .content-area table td{padding:9px 14px;border:1px solid rgba(255,255,255,.12);text-align:left}
.review-block .content-area table th{background:#312217;color:#9a8f88;font-size:12px;text-transform:uppercase}
.review-block .content-area table tr:hover td{background:rgba(95,225,250,.04)}
.review-block .content-area strong{color:#e8e0d6}

.faq-list{display:flex;flex-direction:column;gap:10px}
.faq-item{background:#2a1f19;border:1px solid rgba(255,255,255,.07);border-radius:12px;overflow:hidden}
.faq-q{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;cursor:pointer;color:#fff;font-weight:600;font-size:15px;transition:background .2s;gap:12px}
.faq-q:hover{background:rgba(95,225,250,.05)}
.faq-q.open{background:rgba(95,225,250,.08)}
.faq-icon{width:22px;height:22px;flex-shrink:0;background:rgba(95,225,250,.12);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .3s}
.faq-icon svg{width:12px;height:12px;color:#5fe1fa}
.faq-q.open .faq-icon{transform:rotate(180deg);background:rgba(95,225,250,.25)}
.faq-a{display:none;padding:10px 20px 18px;color:#bdb0a8;font-size:14px;line-height:1.65}
.faq-a.open{display:block}

.author-block{background:#2a1f19;border-radius:16px;padding:28px;border:1px solid rgba(255,255,255,.07);display:flex;gap:24px;align-items:flex-start}
.author-photo{width:88px;height:88px;border-radius:50%;object-fit:cover;flex-shrink:0;border:3px solid rgba(95,225,250,.25);background:#1a1f24}
.author-info{flex:1}
.author-name{font-size:18px;font-weight:800;color:#fff;margin-bottom:4px}
.author-title{font-size:13px;color:#5fe1fa;font-weight:600;margin-bottom:10px}
.author-bio{font-size:14px;color:#9a8f88;line-height:1.65;margin-bottom:12px}
.author-meta{display:flex;flex-wrap:wrap;gap:10px;font-size:12px;color:#6e6560;margin-bottom:14px}
.author-meta span{display:flex;align-items:center;gap:4px}
.author-meta svg{width:13px;height:13px}
.author-links{display:flex;gap:8px;flex-wrap:wrap}
.author-links a{display:flex;align-items:center;gap:5px;background:rgba(95,225,250,.08);border:1px solid rgba(95,225,250,.2);border-radius:6px;padding:5px 12px;font-size:12px;color:#5fe1fa;font-weight:600}
.author-links a:hover{background:rgba(95,225,250,.15)}
.author-links a svg{width:14px;height:14px}
.article-date{margin-top:10px;font-size:12px;color:#6e6560}

.site-footer{background:#453127;margin-top:auto}
.footer-top{padding:40px 0 24px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:32px}
.footer-logo{height:48px;width:auto;margin-bottom:14px}
.footer-logo-text{font-size:18px;font-weight:800;color:#5fe1fa;margin-bottom:12px;display:block;width: fit-content;}
.footer-desc{font-size:13px;color:#bdb0a8;line-height:1.6;margin-bottom:16px}
.footer-col h4{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.7px;color:#9a8f88;margin-bottom:12px}
.footer-col ul{list-style:none}
.footer-col ul li{margin-bottom:7px}
.footer-col ul li a{font-size:13px;color:#bdb0a8;transition:color .2s}
.footer-col ul li a:hover{color:#5fe1fa}
.footer-payments{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}
.footer-payment-item{background:rgba(255,255,255,.08);border-radius:6px;padding:5px 10px;font-size:11px;color:#bdb0a8;font-weight:600}
.footer-socials{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}
.footer-socials a{width:34px;height:34px;background:rgba(255,255,255,.08);border-radius:8px;display:flex;align-items:center;justify-content:center;transition:background .2s}
.footer-socials a:hover{background:rgba(95,225,250,.2)}
.footer-socials a svg{width:16px;height:16px;color:#bdb0a8}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:20px 0}
.footer-bottom-inner{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;flex-wrap:wrap}
.footer-trust{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.trust-badge{background:rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.1);border-radius:6px;padding:4px 10px;font-size:11px;color:#9a8f88;font-weight:700}
.trust-badge.age{background:rgba(250,120,29,.2);border-color:rgba(250,120,29,.3);color:#fa781d}
.footer-legal{font-size:11px;color:#6e6560;line-height:1.6;max-width:650px}
.footer-copy{font-size:12px;color:#7a6f68;margin-top:8px}
.footer-provider{display:flex;align-items:center;gap:10px;margin-top:10px}
.footer-provider img{height:28px;opacity:.7;filter:grayscale(1)}
.footer-flag{height: 20px;width: auto;}

.sticky-widget{position:fixed;bottom:20px;left:20px;z-index:999;display:flex;flex-direction:column;gap:0;background:#3a2418;border:1px solid rgba(250,120,29,.35);border-radius:14px;overflow:hidden;box-shadow:0 6px 28px rgba(0,0,0,.5);max-width:280px;animation:widgetSlideIn .5s ease forwards}
@keyframes widgetSlideIn{from{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}
.sticky-widget-header{background:#453127;padding:10px 16px;display:flex;align-items:center;gap:10px;cursor:pointer;justify-content: space-between;}
.sticky-widget-header img{width:auto;height:32px;border-radius:8px;object-fit:contain}
.sticky-widget-title{font-size:13px;font-weight:700;color:#fff;flex:1}
.sticky-widget-toggle{width:22px;height:22px;background:rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center}
.sticky-widget-toggle svg{width:12px;height:12px;color:#fff;transition:transform .3s}
.sticky-widget.collapsed .sticky-widget-toggle svg{transform:rotate(180deg)}
.sticky-widget-body{padding:12px 16px 14px}
.sticky-widget.collapsed .sticky-widget-body{display:none}
.widget-bonus-text{font-size:13px;color:#bdb0a8;margin-bottom:4px}
.widget-bonus-val{font-size:17px;font-weight:800;color:#fa781d;margin-bottom:12px}
.widget-cta{display:block;text-align:center}

.bg-darker{background:#171b1e}

.pill{display:inline-block;padding:2px 10px;border-radius:20px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}
.pill--high{background:rgba(250,120,29,.15);color:#fa781d;border:1px solid rgba(250,120,29,.3)}
.pill--medium{background:rgba(95,225,250,.1);color:#5fe1fa;border:1px solid rgba(95,225,250,.2)}

.breadcrumb{display:flex;align-items:center;gap:6px;font-size:13px;color:#6e6560;padding:12px 0;flex-wrap:wrap}
.breadcrumb a{color:#9a8f88}
.breadcrumb a:hover{color:#5fe1fa}
.breadcrumb svg{width:12px;height:12px;flex-shrink:0}

.wp-content{display:none}
.elementor-placeholder{visibility:hidden;height:0}
.post-meta{display:none}
.wp-block-spacer{display:none}

@media(max-width:1024px){
  .game-layout{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .strategies-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:970px){
.header-buttons .btn--demo {display: none;}
}
@media(max-width:900px){
.jackpot-bar {display: none;}
.game-frame-wrap {display: none;}
}
@media(max-width:768px){
  .header-nav{display:none}
  .burger{display:flex}
  .footer-grid{grid-template-columns:1fr}
  .strategies-grid{grid-template-columns:1fr}
  .hero-inner{min-height:360px;padding:40px 0}
  .author-block{flex-direction:column;align-items:center;text-align:center}
  .author-links{justify-content:center}
  .author-meta{justify-content:center}
  .section{padding:36px 0}
  .review-block{padding:20px}
  .author-block{padding:20px}
  .footer-top{padding:28px 0 16px}
  .adv-grid{grid-template-columns:1fr 1fr}
  .similar-grid{grid-template-columns:1fr 1fr}
  .sticky-widget{left:10px;bottom:10px;max-width:240px}
  .jackpot-bar{display:none}
}
@media(max-width:480px){
  .hero h1{font-size:22px}
  .adv-grid{grid-template-columns:1fr}
  .similar-grid{grid-template-columns:1fr 1fr}
  .hero-actions{flex-direction:column;align-items:flex-start}
  .game-table-wrap{font-size:13px}
  .review-block{padding:16px}
  .author-block{padding:16px}

}
