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

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Oswald',sans-serif;background-color:#8c5f52;color:#fff2e8;line-height:1.6;min-height:100vh}
a{color:#fdffc4;text-decoration:none}
a:hover{color:#10ad0b;text-decoration:underline}
img{max-width:100%;height:auto;display:block}
h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:600;color:#fdffc4}
h1{font-size:2.4rem;font-weight:700}
h2{font-size:1.9rem}
h3{font-size:1.4rem}
p{margin-bottom:1rem;line-height:1.65}
ul,ol{padding-left:1.4rem;margin-bottom:1rem}
li{line-height:1.7}

.wrapper{display:flex;flex-direction:column;min-height:100vh}
.container{width:100%;max-width:1280px;margin:0 auto;padding:0 16px}
.f7x2k9{display:none}
.wp-content-loader{visibility:hidden;position:absolute}

.site-header{background-color:#353821;position:sticky;top:0;z-index:1000;box-shadow:0 2px 12px rgba(0,0,0,.45)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;flex-wrap:wrap}
.header-logo img{height:52px;width:auto;object-fit:contain}
.header-nav{display:flex;align-items:center;gap:8px;flex:1;justify-content:center;flex-wrap:wrap}
.header-nav a{color:#fdffc4;font-size:.9rem;font-weight:500;padding:6px 10px;border-radius:5px;transition:background .2s,color .2s;display:flex;align-items:center;gap:5px;white-space:nowrap}
.header-nav a:hover{background:rgba(253,255,196,.12);text-decoration:none;color:#10ad0b}
.header-nav svg{width:16px;height:16px;flex-shrink:0;fill:currentColor}
.header-buttons{display:flex;align-items:center;gap:8px;flex-shrink:0}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 20px;border-radius:6px;font-family:'Oswald',sans-serif;font-weight:600;font-size:.92rem;cursor:pointer;border:none;transition:transform .15s,box-shadow .15s,filter .15s;text-decoration:none!important;white-space:nowrap;letter-spacing:.4px}
.btn:hover{transform:translateY(-2px);filter:brightness(1.08);text-decoration:none}
.btn-play{background:#fdffc4;color:#1a1a00 !important;box-shadow:0 3px 10px rgba(253,255,196,.3)}
.btn-play:hover{color:#1a1a00}
.btn-bonus{background:#10ad0b;color:#fff;box-shadow:0 3px 10px rgba(16,173,11,.35)}
.btn-bonus:hover{color:#fff}
.btn-secondary{background:#353821;color:#fdffc4;border:1px solid #fdffc4}
.btn-secondary:hover{color:#fdffc4}
.btn-lg{padding:14px 32px;font-size:1.05rem;border-radius:8px}
.btn-sm{padding:6px 14px;font-size:.82rem}

.burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px}
.burger span{display:block;width:24px;height:2px;background:#fdffc4;border-radius:2px;transition:transform .25s,opacity .25s}
.burger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger.active span:nth-child(2){opacity:0}
.burger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-nav{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(29,29,13,.97);z-index:999;overflow-y:auto;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:80px}
.mobile-nav.active{display:flex}
.mobile-nav a{color:#fdffc4;font-size:1.15rem;font-weight:500;padding:14px 20px;width:100%;text-align:center;border-bottom:1px solid rgba(253,255,196,.08);display:flex;align-items:center;justify-content:center;gap:8px;transition:background .2s}
.mobile-nav a:hover{background:rgba(253,255,196,.07);text-decoration:none;color:#10ad0b}
.mobile-nav svg{width:18px;height:18px;fill:currentColor}
.mobile-nav-buttons{display:flex;gap:10px;padding:20px;flex-wrap:wrap;justify-content:center}
.burger-close{position:absolute;top:16px;right:16px;background:none;border:none;color:#fdffc4;font-size:1.7rem;cursor:pointer;line-height:1}

.hero{position:relative;min-height:500px;display:flex;align-items:center;overflow:hidden;background:#1a0f0b}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;opacity:.55}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,12,8,.88) 40%,rgba(20,12,8,.2) 100%)}
.hero-content{position:relative;z-index:2;max-width:600px;padding:60px 0}
.hero-badge{display:inline-block;background:#10ad0b;color:#fff;font-size:.78rem;font-weight:600;padding:4px 12px;border-radius:20px;letter-spacing:.8px;text-transform:uppercase;margin-bottom:16px}
.hero-content h1{font-size:3rem;font-weight:700;line-height:1.1;margin-bottom:14px;text-shadow:0 2px 12px rgba(0,0,0,.6);color:#fdffc4}
.hero-content h1 span{color:#10ad0b}
.hero-desc{font-size:1.08rem;color:#ffe0c8;margin-bottom:28px;text-shadow:0 1px 6px rgba(0,0,0,.5);max-width:480px;line-height:1.65}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;align-items:center}
.hero-rtp{display:flex;align-items:center;gap:8px;margin-top:22px;font-size:.9rem;color:#fdffc4;opacity:.85;flex-wrap: wrap;}
.hero-rtp span{background:rgba(253,255,196,.15);border-radius:4px;padding:3px 10px;font-weight:600}

.section{padding:56px 0}
.section-dark{background:#353821}
.section-mid{background:#6b473c}
.section-alt{background:#7a5248}
.section-title{text-align:center;margin-bottom:36px}
.section-title h2{font-size:2rem;margin-bottom:8px;color:#fdffc4}
.section-title p{color:#f0d5c8;font-size:1.02rem;max-width:600px;margin:0 auto}

.game-section{padding:56px 0;background:#6b473c}
.game-grid{display:flex;gap:28px;align-items:flex-start;flex-wrap:wrap}
.game-frame-wrap{flex:1;min-width:300px;max-width:560px}
.game-iframe-container{position:relative;background:#0d0d0d;border-radius:12px;overflow:hidden;aspect-ratio:16/10;border:2px solid rgba(253,255,196,.15)}
.game-iframe-container iframe{width:100%;height:100%;border:none;display:block}
.game-play-btn{display:block;margin-top:14px;text-align:center}
.game-details-wrap{flex:1;min-width:280px}
.game-details-table{width:100%;border-collapse:collapse;background:#353821;border-radius:10px;overflow:hidden;font-size:.88rem}
.game-details-table caption{font-size:1.1rem;font-weight:700;color:#fdffc4;padding:14px 16px;background:#2a2c15;text-align:left;letter-spacing:.3px}
.game-details-table tr{border-bottom:1px solid rgba(253,255,196,.08)}
.game-details-table tr:last-child{border-bottom:none}
.game-details-table tr:hover{background:rgba(253,255,196,.04)}
.game-details-table td{padding:9px 14px;vertical-align:middle;line-height:1.4}
.game-details-table td:first-child{color:#fdffc4;font-weight:500;width:50%;display:flex;align-items:center;gap:8px}
.game-details-table td:last-child{color:#f0d5c8}
.gdt-icon{width:18px;height:18px;flex-shrink:0;fill:#10ad0b}
.tbl-rtp{color:#10ad0b!important;font-weight:700}
.tbl-no{color:#ff7b7b!important}
.tbl-yes{color:#10ad0b!important;font-weight:600}
.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:10px}

.features-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}
.feature-card{background:#353821;border-radius:12px;padding:28px 22px;flex:1;min-width:200px;max-width:240px;text-align:center;transition:transform .2s,box-shadow .2s;border:1px solid rgba(253,255,196,.08)}
.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px rgba(0,0,0,.3)}
.feature-icon{width:48px;height:48px;margin:0 auto 14px;fill:#10ad0b;display:block}
.feature-card h3{font-size:1rem;margin-bottom:8px;color:#fdffc4;font-weight:600}
.feature-card p{font-size:.86rem;color:#d9bfb4;line-height:1.55;margin-bottom:0}

.bonuses-grid{display:flex;gap:22px;flex-wrap:wrap}
.bonus-card{background:#353821;border-radius:12px;flex:1;min-width:260px;max-width:360px;overflow:hidden;border:1px solid rgba(253,255,196,.1);display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}
.bonus-card:hover{transform:translateY(-4px);box-shadow:0 10px 28px rgba(0,0,0,.35)}
.bonus-card-header{background:#2a2c15;padding:18px 20px;display:flex;align-items:center;gap:14px}
.bonus-casino-logo{width:80px;height:36px;object-fit:contain;background:#fff;border-radius:5px;padding:4px 6px}
.bonus-casino-name{font-size:1rem;font-weight:700;color:#fdffc4}
.bonus-card-body{padding:18px 20px;flex:1;display:flex;flex-direction:column;gap:10px}
.bonus-amount{font-size:1.6rem;font-weight:700;color:#10ad0b;line-height:1.1}
.bonus-label{font-size:.82rem;color:#c9a898;letter-spacing:.5px;text-transform:uppercase}
.bonus-terms{font-size:.8rem;color:#a89088;line-height:1.5;margin-top:4px}
.bonus-card-footer{padding:14px 20px;border-top:1px solid rgba(253,255,196,.08)}
.bonus-stars{color:#fdffc4;font-size:.85rem;display:flex;align-items:center;gap:4px;margin-bottom:10px}
.star-fill{fill:#fdffc4}
.star-empty{fill:#5a4840}

.bonuses-slider{position:relative}
.slider-track{display:flex;gap:22px;transition:transform .35s ease}
.slider-controls{display:none;justify-content:center;gap:12px;margin-top:18px}
.slider-btn{background:#353821;border:1px solid rgba(253,255,196,.2);color:#fdffc4;border-radius:50%;width:40px;height:40px;cursor:pointer;font-size:1.1rem;display:flex;align-items:center;justify-content:center;transition:background .2s}
.slider-btn:hover{background:#4a4e25}

.content-block{padding:48px 0;background:#7a5248}
.content-inner{margin:0 auto;background:#353821;border-radius:14px;padding:36px 40px}
.content-inner h2{font-size:1.7rem;margin-bottom:16px;color:#fdffc4}
.content-inner h3{font-size:1.3rem;margin:20px 0 10px;color:#fdffc4}
.content-inner p{color:#e8cfc4;line-height:1.7;margin-bottom:14px}
.content-inner ul{padding-left:1.6rem;margin-bottom:14px}
.content-inner ul li{color:#e8cfc4;line-height:1.7;margin-bottom:4px}
.content-inner ul li::marker{color:#10ad0b}
.content-inner ol{padding-left:1.6rem;margin-bottom:14px}
.content-inner ol li{color:#e8cfc4;line-height:1.7;margin-bottom:4px}
.content-inner ol li::marker{color:#fdffc4}
.content-inner a{color:#fdffc4;text-decoration:underline}
.content-inner a:hover{color:#10ad0b}
.content-inner table{width:100%;border-collapse:collapse;margin:16px 0;font-size:.9rem}
.content-inner table th{background:#2a2c15;color:#fdffc4;padding:10px 12px;text-align:left;border:1px solid rgba(253,255,196,.15)}
.content-inner table td{padding:9px 12px;border:1px solid rgba(253,255,196,.1);color:#e8cfc4;background:#353821}
.content-inner table tr:nth-child(even) td{background:#3d4020}
.content-inner strong{color:#fdffc4;font-weight:600}
.content-inner em{color:#fdffc4}
.content-inner blockquote{border-left:3px solid #10ad0b;padding:10px 16px;margin:16px 0;background:rgba(16,173,11,.07);border-radius:0 6px 6px 0;color:#e8cfc4;font-style:italic}
.content-inner img{max-width:100%;border-radius:8px;margin:14px 0}
.content-inner h4,
.content-inner h5,
.content-inner h6{color:#fdffc4;margin:16px 0 8px;line-height:1.3}

.faq-section{padding:56px 0;background:#353821}
.faq-list{margin:0 auto;display:flex;flex-direction:column;gap:10px}
.faq-item{background:#2e300d;border-radius:10px;overflow:hidden;border:1px solid rgba(253,255,196,.08)}
.faq-question{width:100%;background:none;border:none;text-align:left;padding:18px 22px;color:#fdffc4;font-family:'Oswald',sans-serif;font-size:1rem;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:12px;transition:background .2s}
.faq-question:hover{background:rgba(253,255,196,.05)}
.faq-question.open{background:rgba(16,173,11,.1);color:#10ad0b}
.faq-chevron{width:20px;height:20px;flex-shrink:0;fill:currentColor;transition:transform .25s}
.faq-question.open .faq-chevron{transform:rotate(180deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .25s}
.faq-answer.open{max-height:600px}
.faq-answer p{padding:10px 22px 18px;color:#d9bfb4;line-height:1.7;margin:0;font-size:.95rem}
.faq-answer a{color:#fdffc4}

.author-section{padding:48px 0;background:#6b473c}
.author-card{margin:0 auto;background:#353821;border-radius:14px;padding:36px;display:flex;gap:30px;align-items:flex-start;flex-wrap:wrap;border:1px solid rgba(253,255,196,.08)}
.author-photo{width:120px;height:120px;border-radius:50%;object-fit:cover;flex-shrink:0;border:3px solid #10ad0b}
.author-info{flex:1;min-width:200px}
.author-name{font-size:1.4rem;font-weight:700;color:#fdffc4;margin-bottom:4px}
.author-title{font-size:.9rem;color:#10ad0b;font-weight:600;margin-bottom:6px;letter-spacing:.4px}
.author-meta{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:14px;font-size:.82rem;color:#c9a898}
.author-meta span{display:flex;align-items:center;gap:5px}
.author-meta svg{width:14px;height:14px;fill:#10ad0b}
.author-bio{color:#e8cfc4;line-height:1.7;font-size:.93rem;margin-bottom:14px}
.author-social{display:flex;gap:10px;flex-wrap:wrap}
.author-social a{display:flex;align-items:center;gap:6px;background:#2a2c15;color:#fdffc4;border-radius:6px;padding:7px 14px;font-size:.82rem;transition:background .2s}
.author-social a:hover{background:#4a4e25;color:#10ad0b;text-decoration:none}
.author-social svg{width:16px;height:16px;fill:currentColor}
.author-dates{margin-top:14px;font-size:.8rem;color:#9a7c72;display:flex;gap:16px;flex-wrap:wrap}
.author-dates span{display:flex;align-items:center;gap:5px}
.author-dates svg{width:13px;height:13px;fill:#9a7c72}

.site-footer{background:#353821;padding:44px 0 24px}
.footer-inner{display:flex;gap:36px;flex-wrap:wrap;margin-bottom:36px}
.footer-col{flex:1;min-width:180px}
.footer-logo img{height:46px;object-fit:contain;margin-bottom:14px}
.footer-desc{font-size:.82rem;color:#b09888;line-height:1.6;margin-bottom:14px}
.footer-col h4{font-size:.95rem;font-weight:700;color:#fdffc4;margin-bottom:12px;letter-spacing:.4px;text-transform:uppercase}
.footer-col ul{list-style:none;padding:0}
.footer-col ul li{margin-bottom:8px}
.footer-col ul li a{color:#b09888;font-size:.85rem;transition:color .2s}
.footer-col ul li a:hover{color:#10ad0b;text-decoration:none}
.footer-payments{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}
.footer-payments img{height:30px;object-fit:contain;background:#fff;border-radius:4px;padding:3px 8px;filter:grayscale(20%)}
.footer-trust{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:20px}
.footer-trust-badge{background:#2a2c15;border-radius:6px;padding:6px 12px;font-size:.76rem;color:#b09888;font-weight:600;border:1px solid rgba(253,255,196,.08);transition:border-color .2s}
.footer-trust-badge:hover{border-color:rgba(253,255,196,.3)}
.footer-trust-badge a{color:#b09888}
.footer-trust-badge a:hover{color:#fdffc4;text-decoration:none}
.footer-social{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:8px}
.footer-social a{width:36px;height:36px;background:#2a2c15;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s}
.footer-social a:hover{background:#10ad0b}
.footer-social svg{width:17px;height:17px;fill:#fdffc4}
.footer-divider{border:none;border-top:1px solid rgba(253,255,196,.08);margin:24px 0}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.footer-copyright{font-size:.78rem;color:#7a6058;line-height:1.5}
.footer-legal{font-size:.75rem;color:#7a6058;line-height:1.6;margin-top:10px;max-width:860px}
.footer-flag{font-size:1.4rem;vertical-align:middle}
.footer-18plus{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#c00;color:#fff;font-size:.78rem;font-weight:700;flex-shrink:0}
.footer-provider{display:flex;align-items:center;gap:8px}
.footer-provider img{height:28px;object-fit:contain;background:#fff;border-radius:4px;padding:3px 8px}
.footer-license{font-size:.78rem;color:#7a6058;display:flex;align-items:center;gap:8px}
.footer-flag {height: 20px; width: auto;}

.bonus-widget{position:fixed;bottom:0;left:0;right:0;z-index:998;background:linear-gradient(90deg,#2a2c15 0%,#353821 100%);border-top:2px solid #10ad0b;padding:10px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;box-shadow:0 -4px 18px rgba(0,0,0,.4)}
.bonus-widget-text{font-size:.88rem;color:#fdffc4;font-weight:500}
.bonus-widget-text strong{color:#10ad0b;font-size:1rem}
.bonus-widget-close{background:none;border:none;color:#b09888;font-size:1.2rem;cursor:pointer;padding:4px 6px;line-height:1;transition:color .2s;flex-shrink:0}
.bonus-widget-close:hover{color:#fdffc4}
.bonus-widget a{text-decoration:none!important}

.breadcrumb{padding:12px 0;font-size:.82rem;color:#b09888;display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.breadcrumb a{color:#b09888;transition:color .2s}
.breadcrumb a:hover{color:#fdffc4;text-decoration:none}
.breadcrumb-sep{color:#6a5248}

.demo-notice{text-align:center;padding:12px;background:rgba(16,173,11,.12);border-radius:8px;font-size:.85rem;color:#fdffc4;margin-top:10px;border:1px solid rgba(16,173,11,.25)}
.rtp-highlight{display:inline-block;background:#10ad0b;color:#fff;font-weight:700;padding:2px 8px;border-radius:4px;font-size:.88rem}

.x4r8m2{width:0;height:0;position:absolute;left:-9999px;overflow:hidden}
.wp-block-group{display:block}
.wp-block-columns{display:flex;gap:16px;flex-wrap:wrap}
.wp-block-column{flex:1;min-width:160px}

.fade-in{opacity:0;transform:translateY(22px);transition:opacity .55s ease,transform .55s ease}
.fade-in.visible{opacity:1;transform:none}
.slide-up{opacity:0;transform:translateY(40px);transition:opacity .6s ease,transform .6s ease}
.slide-up.visible{opacity:1;transform:none}

@media(max-width:900px){
  .game-grid{flex-direction:column}
  .game-frame-wrap,.game-details-wrap{max-width:100%;min-width:auto;width:100%}
  .content-inner{padding:24px 18px}
  .author-card{padding:24px 18px}
  .footer-inner{flex-direction:column;gap:24px}
}
@media(max-width:768px){
  .header-nav{display:none}
  .burger{display:flex}
  h1{font-size:2rem}
  .hero-content h1{font-size:2.2rem}
  .hero-content{padding:40px 0}
  .section{padding:40px 0}
  .section-title h2{font-size:1.6rem}
  .bonuses-grid{flex-direction:column;align-items:center}
  .bonus-card{max-width:100%;width:100%}
  .features-grid{gap:14px}
  .feature-card{min-width:140px;padding:20px 14px}
  .slider-controls{display:flex}
  .bonuses-slider{overflow:hidden}
  .slider-track{width:max-content}
  .slider-track .bonus-card{min-width:290px}
  .author-card{flex-direction:column}
  .author-photo{width:90px;height:90px}
  .footer-bottom{flex-direction:column;align-items:flex-start}
  .bonus-widget{flex-direction:column;gap:8px;text-align:center}
  .hero-actions{flex-direction:column;align-items:flex-start}
  .header-buttons .btn{padding:7px 13px;font-size:.82rem}
}
@media(max-width:480px){
  .hero-content h1{font-size:1.7rem}
  .hero-desc{font-size:.93rem}
  .btn-lg{padding:12px 22px;font-size:.95rem}
  .bonus-widget-text{font-size:.82rem}
}
@media(max-width:375px){
.header-buttons .btn-bonus{display: none;}
}
.info-page{max-width:860px;margin:0 auto;padding:40px 20px}
.info-page h1{font-size:2rem;margin-bottom:20px;color:#fdffc4}
.info-page h2{font-size:1.5rem;margin:24px 0 12px;color:#fdffc4}
.info-page h3{font-size:1.2rem;margin:18px 0 8px;color:#fdffc4}
.info-page p{color:#e8cfc4;line-height:1.7;margin-bottom:14px}
.info-page ul,.info-page ol{padding-left:1.5rem;margin-bottom:14px}
.info-page li{color:#e8cfc4;line-height:1.7;margin-bottom:4px}
.info-page a{color:#fdffc4;text-decoration:underline}
.info-page a:hover{color:#10ad0b}

.wp-embed-share{display:none}
.nf-form-cont{visibility:hidden;position:absolute;pointer-events:none}
.ql8v3z{color:transparent;font-size:0;height:0;overflow:hidden}
