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

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'Montserrat',sans-serif;background-color:#1F1F1F;color:#E8E8E6;line-height:1.7;font-size:16px;overflow-x:hidden}
body.fixed{overflow:hidden}
img{max-width:100%;height:auto;display:block}
a{color:#FDFDFB;text-decoration:none;transition:color .25s ease}
a:hover{color:#B8BDB9}
ul{list-style:none}
button{cursor:pointer;font-family:inherit}

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

.row{display:flex;flex-wrap:wrap;align-items:center}
.col{flex:1}

.mt1{margin-top:1rem}
.mt2{margin-top:2rem}
.mb1{margin-bottom:1rem}
.mb2{margin-bottom:2rem}
.text-center{text-align:center}
.text-left{text-align:left}

.box{border-radius:12px}
.box--sm{border-radius:8px}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 22px;border-radius:8px;font-weight:600;font-size:14px;letter-spacing:.3px;border:2px solid transparent;transition:all .25s ease;cursor:pointer;text-decoration:none;white-space:nowrap}
.btn--primary{background:#FDFDFB;color:#1F1F1F;border-color:#FDFDFB}
.btn--primary:hover{background:transparent;color:#FDFDFB;border-color:#FDFDFB}
.btn--secondary{background:#2a2a2a;color:#FDFDFB;border-color:#3a3a3a}
.btn--secondary:hover{background:#3a3a3a;border-color:#B8BDB9}
.btn--green{background:#2ecc71;color:#fff;border-color:#2ecc71}
.btn--green:hover{background:transparent;color:#2ecc71;border-color:#2ecc71}
.btn--red{background:#e74c3c;color:#fff;border-color:#e74c3c}
.btn--red:hover{background:transparent;color:#e74c3c;border-color:#e74c3c}
.btn--gold{background:linear-gradient(135deg,#f5c842 0%,#e0a800 100%);color:#1F1F1F;border-color:#f5c842}
.btn--gold:hover{opacity:.88;transform:translateY(-1px)}
.btn--bonus{background:linear-gradient(135deg,#f5c842 0%,#e0a800 100%);color:#1F1F1F;border-color:#f5c842}
.btn--bonus:hover{opacity:.88}
.btn--lg{padding:14px 32px;font-size:16px;border-radius:10px}
.btn--md{padding:9px 18px;font-size:13px}
.btn--sm{padding:7px 14px;font-size:12px}
.btn--block{display:flex;width:100%}

.header{background:#B8BDB9;position:sticky;top:0;z-index:1000;box-shadow:0 2px 20px rgba(0,0,0,.4);border-radius:0}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 0;flex-wrap:nowrap}
.header-logo img{height:48px;width:auto;object-fit:contain}
.header-nav{display:flex;align-items:center;gap:4px}
.header-nav__list{display:flex;align-items:center;gap:2px;flex-wrap:wrap}
.header-nav__item a{display:flex;align-items:center;gap:6px;padding:7px 12px;border-radius:6px;color:#1F1F1F;font-size:13px;font-weight:500;transition:background .2s,color .2s}
.header-nav__item a:hover{background:rgba(0,0,0,.1);color:#1F1F1F}
.header-nav__item svg{width:16px;height:16px;flex-shrink:0}
.header-buttons{display:flex;align-items:center;gap:8px}
.header-online{display:flex;align-items:center;gap:6px;font-size:12px;color:#1F1F1F;font-weight:500;padding:5px 10px;background:rgba(0,0,0,.1);border-radius:20px}
.header-online__dot{width:8px;height:8px;background:#2ecc71;border-radius:50%;animation:pulse-dot 1.5s ease-in-out infinite}
.burger{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:6px;cursor:pointer}
.burger__line{width:24px;height:2px;background:#1F1F1F;border-radius:2px;transition:all .3s ease}
.burger.active .burger__line:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger.active .burger__line:nth-child(2){opacity:0}
.burger.active .burger__line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.hero{position:relative;min-height:420px;display:flex;align-items:center;overflow:hidden;margin:0 0 32px}
.hero__bg{position:absolute;inset:0;z-index:0}
.hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(31,31,31,.92) 0%,rgba(31,31,31,.6) 60%,rgba(31,31,31,.1) 100%);z-index:1}
.hero__content{position:relative;z-index:2;padding:48px 0}
.hero__badge{display:inline-flex;align-items:center;gap:6px;background:rgba(245,200,66,.15);border:1px solid #f5c842;color:#f5c842;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:16px;text-transform:uppercase}
.hero__title{font-size:clamp(24px,4vw,44px);font-weight:800;line-height:1.15;margin-bottom:12px;color:#FDFDFB}
.hero__title span{color:#f5c842}
.hero__subtitle{font-size:clamp(14px,2vw,18px);color:#B8BDB9;margin-bottom:24px;max-width:520px}
.hero__promo{display:flex;align-items:center;gap:12px;margin-bottom:24px;flex-wrap:wrap}
.promo-code{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.06);border:1.5px dashed #f5c842;border-radius:8px;padding:10px 16px}
.promo-code__label{font-size:11px;color:#B8BDB9;font-weight:500;text-transform:uppercase;letter-spacing:.5px}
.promo-code__value{font-size:18px;font-weight:800;color:#f5c842;letter-spacing:2px}
.promo-code__copy{background:none;border:1px solid #f5c842;color:#f5c842;border-radius:5px;padding:4px 10px;font-size:11px;font-weight:600;cursor:pointer;transition:all .2s}
.promo-code__copy:hover{background:#f5c842;color:#1F1F1F}
.hero__ctas{display:flex;gap:12px;flex-wrap:wrap}

.section{padding:40px 0;margin:0 16px 32px;background:#252525;border-radius:16px}
.section--alt{background:#212121}
.section--gold{background:linear-gradient(135deg,#2a2418 0%,#1e1c10 100%);border:1px solid rgba(245,200,66,.2)}
.section__header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:28px;padding:0 32px}
.section__title{font-size:clamp(18px,3vw,26px);font-weight:700;color:#FDFDFB;display:flex;align-items:center;gap:10px}
.section__title-icon{width:28px;height:28px;flex-shrink:0}
.section__subtitle{color:#B8BDB9;font-size:14px;margin-top:4px}
.section__body{padding:0 32px}

.advantages-grid{display:flex;flex-wrap:wrap;gap:16px}
.advantage-tile{flex:1;min-width:180px;background:#2a2a2a;border-radius:12px;padding:20px 16px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;border:1px solid rgba(184,189,185,.1);transition:transform .25s,border-color .25s}
.advantage-tile:hover{transform:translateY(-4px);border-color:rgba(245,200,66,.4)}
.advantage-tile__icon{width:48px;height:48px;background:linear-gradient(135deg,rgba(245,200,66,.15),rgba(245,200,66,.05));border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.advantage-tile__icon svg{width:26px;height:26px;fill:#f5c842}
.advantage-tile__title{font-size:14px;font-weight:700;color:#FDFDFB}
.advantage-tile__desc{font-size:12px;color:#B8BDB9;line-height:1.5}

.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:10px}
.table-payments{width:100%;border-collapse:collapse;min-width:640px;font-size:13px}
.table-payments th{background:#2a2a2a;color:#B8BDB9;font-weight:600;padding:12px 14px;text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid rgba(184,189,185,.15)}
.table-payments td{padding:12px 14px;border-bottom:1px solid rgba(184,189,185,.08);color:#E8E8E6;vertical-align:middle}
.table-payments tr:last-child td{border-bottom:none}
.table-payments tr:hover td{background:rgba(255,255,255,.03)}
.table-payments .method-logo{display:flex;align-items:center;gap:8px;font-weight:600}
.table-payments .method-logo span{font-size:18px}
.badge{display:inline-flex;align-items:center;padding:3px 8px;border-radius:4px;font-size:11px;font-weight:600}
.badge--green{background:rgba(46,204,113,.15);color:#2ecc71}
.badge--blue{background:rgba(52,152,219,.15);color:#3498db}
.badge--gold{background:rgba(245,200,66,.15);color:#f5c842}

.winners-grid{display:flex;flex-direction:column;gap:6px;counter-reset:winner-counter}
.winner-item{display:flex;align-items:center;gap:12px;padding:10px 14px;background:#2a2a2a;border-radius:8px;border:1px solid rgba(184,189,185,.07);transition:background .2s}
.winner-item:hover{background:#303030}
.winner-item__rank{font-size:13px;font-weight:700;color:#B8BDB9;width:26px;flex-shrink:0;text-align:center}
.winner-item:nth-child(1) .winner-item__rank{color:#f5c842;font-size:16px}
.winner-item:nth-child(2) .winner-item__rank{color:#B8BDB9;font-size:15px}
.winner-item:nth-child(3) .winner-item__rank{color:#cd7f32;font-size:14px}
.winner-item__avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#B8BDB9,#6b7280);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;color:#1F1F1F;flex-shrink:0}
.winner-item__name{flex:1;font-size:13px;font-weight:600;color:#E8E8E6}
.winner-item__game{font-size:11px;color:#B8BDB9;margin-top:2px}
.winner-item__amount{font-size:14px;font-weight:700;color:#2ecc71;flex-shrink:0}
.winners-col{display:flex;gap:12px;flex-wrap:wrap}
.winners-col > div{flex:1;min-width:280px}

.bonuses-grid{display:flex;gap:20px;flex-wrap:wrap}
.bonus-card{flex:1;min-width:260px;background:linear-gradient(145deg,#2a2a2a,#222);border-radius:14px;padding:24px;border:1px solid rgba(245,200,66,.15);display:flex;flex-direction:column;gap:14px;transition:transform .25s,box-shadow .25s}
.bonus-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(0,0,0,.4)}
.bonus-card__tag{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#f5c842;background:rgba(245,200,66,.1);padding:4px 10px;border-radius:4px;width:fit-content}
.bonus-card__amount{font-size:clamp(22px,3vw,34px);font-weight:800;color:#FDFDFB}
.bonus-card__amount span{font-size:16px;font-weight:600;color:#f5c842}
.bonus-card__desc{font-size:13px;color:#B8BDB9;line-height:1.6;flex:1}
.bonus-card__terms{font-size:11px;color:#6b7280;border-top:1px solid rgba(255,255,255,.06);padding-top:10px;margin-top:auto}

.games-grid{display:flex;gap:16px;flex-wrap:wrap}
.game-card{flex:1;min-width:150px;max-width:200px;background:#2a2a2a;border-radius:12px;overflow:hidden;border:1px solid rgba(184,189,185,.08);transition:transform .25s,border-color .25s;display:flex;flex-direction:column}
.game-card:hover{transform:translateY(-4px);border-color:rgba(245,200,66,.3)}
.game-card__thumb{width:100%;height:130px;background:linear-gradient(135deg,#333,#252525);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.game-card__thumb::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.7))}
.game-card__icon{font-size:40px;z-index:1}
.game-card__body{padding:12px;flex:1;display:flex;flex-direction:column;gap:8px}
.game-card__name{font-size:13px;font-weight:700;color:#FDFDFB}
.game-card__provider{font-size:11px;color:#B8BDB9;flex:1}

.wheel-wrapper{display:flex;flex-direction:column;align-items:center;gap:24px;padding:8px 0}
.wheel-container{position:relative;width:300px;height:300px;flex-shrink:0}
.wheel-canvas{border-radius:50%;box-shadow:0 0 30px rgba(245,200,66,.3)}
.wheel-pointer{position:absolute;top:-14px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:24px solid #f5c842;filter:drop-shadow(0 2px 4px rgba(0,0,0,.5))}
.wheel-spin-btn{margin-top:12px}
.wheel-result{padding:16px 24px;background:rgba(46,204,113,.1);border:1px solid #2ecc71;border-radius:10px;text-align:center;animation:fadeInUp .4s ease}
.wheel-result__title{font-size:18px;font-weight:700;color:#2ecc71;margin-bottom:6px}
.wheel-result__text{font-size:14px;color:#E8E8E6;margin-bottom:14px}
.wheel-result--loss{background:rgba(231,76,60,.08);border-color:#e74c3c}
.wheel-result--loss .wheel-result__title{color:#e74c3c}
.wheel-info{max-width:360px;text-align:center}
.wheel-info p{font-size:14px;color:#B8BDB9;line-height:1.6}

.review-block{padding:0 32px}
.review-block h1{font-size:clamp(20px,3vw,28px);font-weight:700;margin-bottom:20px;color:#FDFDFB}
.review-block h2{font-size:clamp(17px,2.5vw,22px);font-weight:600;margin:28px 0 12px;color:#FDFDFB}
.review-block h3{font-size:clamp(15px,2vw,18px);font-weight:600;margin:20px 0 10px;color:#B8BDB9}
.review-block p{color:#C8C8C6;margin-bottom:14px;line-height:1.8}
.review-block ul,.review-block ol{margin:0 0 16px 20px;color:#C8C8C6}
.review-block li{margin-bottom:6px;line-height:1.7}
.review-block table{width:100%;border-collapse:collapse;margin:16px 0;font-size:14px}
.review-block th{background:#2a2a2a;padding:10px 12px;text-align:left;color:#B8BDB9;font-weight:600;border:1px solid rgba(184,189,185,.15)}
.review-block td{padding:10px 12px;border:1px solid rgba(184,189,185,.08);color:#C8C8C6;vertical-align:top}
.review-block strong{color:#FDFDFB}
.review-block a{color:#f5c842;text-decoration:underline}

.responsible-grid{display:flex;gap:16px;flex-wrap:wrap}
.responsible-card{flex:1;min-width:200px;background:#2a2a2a;border-radius:10px;padding:18px;border-left:3px solid #2ecc71;display:flex;flex-direction:column;gap:8px}
.responsible-card__icon{font-size:24px}
.responsible-card__title{font-size:14px;font-weight:700;color:#FDFDFB}
.responsible-card__desc{font-size:12px;color:#B8BDB9;line-height:1.5}
.responsible-card a{font-size:12px;color:#2ecc71;text-decoration:underline;font-weight:600}
.responsible-card a:hover{color:#27ae60}

.faq-list{display:flex;flex-direction:column;gap:8px}
.faq-item{background:#2a2a2a;border-radius:10px;border:1px solid rgba(184,189,185,.08);overflow:hidden}
.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;background:none;border:none;color:#FDFDFB;font-size:14px;font-weight:600;text-align:left;cursor:pointer;font-family:inherit;transition:background .2s}
.faq-question:hover{background:rgba(255,255,255,.03)}
.faq-question svg{width:18px;height:18px;flex-shrink:0;transition:transform .3s ease;fill:#B8BDB9}
.faq-item.active .faq-question svg{transform:rotate(180deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}
.faq-answer p{padding:0 20px 16px;font-size:14px;color:#B8BDB9;line-height:1.7}
.faq-item.active .faq-answer{max-height:500px}

.author-block{display:flex;gap:24px;align-items:flex-start;background:#2a2a2a;border-radius:12px;padding:24px;border:1px solid rgba(184,189,185,.1);margin-bottom:16px}
.author-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#B8BDB9,#6b7280);display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:#1F1F1F;flex-shrink:0}
.author-info{flex:1}
.author-name{font-size:18px;font-weight:700;color:#FDFDFB;margin-bottom:4px}
.author-role{font-size:13px;color:#f5c842;font-weight:600;margin-bottom:8px}
.author-bio{font-size:13px;color:#B8BDB9;line-height:1.6;margin-bottom:12px}
.author-meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap;font-size:12px;color:#6b7280}
.author-meta a{color:#B8BDB9;text-decoration:underline}
.author-links{display:flex;gap:10px;margin-top:10px}
.author-links a{display:flex;align-items:center;gap:5px;font-size:12px;color:#B8BDB9;text-decoration:underline}

.footer{background:#B8BDB9;padding:40px 0 20px;margin-top:auto}
.footer-inner{display:flex;flex-wrap:wrap;gap:32px;margin-bottom:32px}
.footer-col{flex:1;min-width:180px}
.footer-col__title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#1F1F1F;margin-bottom:12px}
.footer-nav{display:flex;flex-direction:column;gap:6px}
.footer-nav a{font-size:13px;color:#2a2a2a;transition:color .2s}
.footer-nav a:hover{color:#1F1F1F}
.footer-logo img{height:40px;width:auto;object-fit:contain;margin-bottom:10px}
.footer-country{display:flex;align-items:center;gap:6px;font-size:13px;color:#2a2a2a;font-weight:600;margin-bottom:8px}
.footer-desc{font-size:12px;color:#3a3a3a;line-height:1.6}
.footer-payments{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-top:8px}
.footer-payment-badge{background:rgba(31,31,31,.12);border:1px solid rgba(31,31,31,.15);border-radius:6px;padding:5px 10px;font-size:11px;font-weight:600;color:#1F1F1F;display:flex;align-items:center;gap:4px}
.footer-providers{display:flex;gap:6px;flex-wrap:wrap;align-items:center}
.footer-provider-badge{background:rgba(31,31,31,.08);border-radius:4px;padding:4px 8px;font-size:10px;font-weight:600;color:#2a2a2a;border:1px solid rgba(31,31,31,.1)}
.footer-socials{display:flex;gap:10px;margin-top:8px}
.footer-socials a{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;background:rgba(31,31,31,.12);color:#1F1F1F;transition:background .2s}
.footer-socials a:hover{background:rgba(31,31,31,.25)}
.footer-socials svg{width:16px;height:16px;fill:currentColor}
.footer-license{display:flex;align-items:center;gap:8px;padding:10px 14px;background:rgba(31,31,31,.1);border-radius:8px;font-size:11px;color:#2a2a2a;font-weight:600}
.footer-responsible{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-top:8px}
.footer-responsible-badge{background:rgba(46,204,113,.15);border:1px solid rgba(46,204,113,.3);border-radius:6px;padding:5px 10px;font-size:10px;font-weight:600;color:#1a5c36;display:flex;align-items:center;gap:4px}
.footer-bottom{border-top:1px solid rgba(31,31,31,.15);padding-top:20px}
.footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}
.footer-copyright{font-size:12px;color:#3a3a3a}
.footer-legal{font-size:11px;color:#4a4a4a;max-width:600px;line-height:1.5}

.widget-sticky{position:fixed;bottom:0;left:0;right:0;z-index:999;background:linear-gradient(90deg,#1a1a1a,#232323);border-top:2px solid rgba(245,200,66,.3);padding:10px 0;box-shadow:0 -4px 20px rgba(0,0,0,.5)}
.widget-sticky-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.widget-sticky__text{font-size:13px;color:#FDFDFB;font-weight:600}
.widget-sticky__text span{color:#f5c842}
.widget-sticky__close{background:none;border:none;color:#6b7280;font-size:20px;cursor:pointer;line-height:1;padding:4px}
.widget-sticky__close:hover{color:#B8BDB9}

.base-info-content{padding:40px 0;flex:1}
.base-info-content h1{font-size:clamp(22px,3vw,32px);font-weight:700;margin-bottom:24px;color:#FDFDFB}
.base-info-content h2{font-size:clamp(17px,2.5vw,22px);font-weight:600;margin:24px 0 12px;color:#FDFDFB}
.base-info-content h3{font-size:15px;font-weight:600;margin:16px 0 8px;color:#B8BDB9}
.base-info-content p{color:#C8C8C6;margin-bottom:14px;line-height:1.8}
.base-info-content ul,.base-info-content ol{margin:0 0 16px 20px;color:#C8C8C6}
.base-info-content li{margin-bottom:6px;line-height:1.7}
.base-info-content a{color:#f5c842;text-decoration:underline}
.base-info-content strong{color:#FDFDFB}
.base-info-breadcrumb{display:flex;align-items:center;gap:6px;font-size:13px;color:#6b7280;margin-bottom:20px}
.base-info-breadcrumb a{color:#B8BDB9}
.base-info-breadcrumb span{color:#6b7280}

@keyframes pulse-dot{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}
@keyframes fadeInUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
@keyframes spin{to{transform:rotate(360deg)}}

.fade-in{animation:fadeIn .5s ease forwards}
.fade-in-up{animation:fadeInUp .5s ease forwards}

.slider-wrapper{position:relative}
.slider-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}
.slider-track::-webkit-scrollbar{display:none}
.slider-track > *{scroll-snap-align:start;flex-shrink:0}

.rating-stars{display:flex;gap:2px;color:#f5c842}
.rating-value{font-size:14px;font-weight:700;color:#FDFDFB;margin-left:6px}
.rating-count{font-size:12px;color:#6b7280;margin-left:4px}

.wp-theme-placeholder{display:none!important}
.elementor-hidden-el{visibility:hidden;height:0;overflow:hidden;position:absolute;pointer-events:none}

.divider{height:1px;background:linear-gradient(90deg,transparent,rgba(184,189,185,.15),transparent);margin:0 32px}

.scroll-to-top{position:fixed;bottom:80px;right:20px;z-index:998;width:40px;height:40px;border-radius:50%;background:#B8BDB9;color:#1F1F1F;border:none;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.4);cursor:pointer;opacity:0;pointer-events:none;transition:opacity .3s}
.scroll-to-top.visible{opacity:1;pointer-events:auto}
.scroll-to-top svg{width:18px;height:18px;fill:currentColor}

@media (max-width:1024px){
    .section__header,.section__body,.review-block{padding-left:20px;padding-right:20px}
    .section{margin-left:10px;margin-right:10px}
}

@media (max-width:768px){
    .header-nav{display:none;position:fixed;inset:0;background:#B8BDB9;z-index:999;flex-direction:column;justify-content:center;align-items:center;padding:80px 20px 20px}
    .header-nav.active{display:flex}
    .header-nav__list{flex-direction:column;gap:8px;width:100%;max-width:320px}
    .header-nav__item a{padding:12px 20px;font-size:15px;border-radius:8px;width:100%;justify-content:center;background:rgba(0,0,0,.05)}
    .burger{display:flex;z-index:1000;order:4}
    .header-logo{order:1}
    .header-buttons{order:3;gap:6px;flex-shrink:0}
    .header-buttons .btn--md{padding:6px 10px;font-size:11px}
    .header-buttons .btn--bonus{display:none}
    .header-online{display:none}
    .header-logo img{height:36px;width:auto}
    .header-inner{gap:8px}
    .hero{min-height:340px}
    .hero__content{padding:32px 20px}
    .hero__overlay{background:linear-gradient(180deg,rgba(31,31,31,.9) 0%,rgba(31,31,31,.75) 100%)}
    .advantages-grid{gap:10px}
    .advantage-tile{min-width:140px;padding:14px 12px}
    .bonuses-grid,.games-grid{flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:8px;scrollbar-width:none}
    .bonuses-grid::-webkit-scrollbar,.games-grid::-webkit-scrollbar{display:none}
    .bonus-card,.game-card{scroll-snap-align:start;min-width:260px}
    .game-card{min-width:160px}
    .winners-col{flex-direction:column}
    .winners-col > div{min-width:auto}
    .author-block{flex-direction:column;align-items:center;text-align:center}
    .author-links{justify-content:center}
    .footer-inner{gap:20px}
    .footer-col{min-width:140px}
    .widget-sticky__text span{display:block;font-size:11px}
    .section{padding:28px 0;margin:0 8px 20px}
    .section__header,.section__body,.review-block{padding-left:16px;padding-right:16px}
    .wheel-container{width:240px;height:240px}
    .wheel-canvas{width:240px!important;height:240px!important}
    .footer-bottom-inner{flex-direction:column;gap:8px;text-align:center}
    .footer-legal{max-width:100%}
}

@media (max-width:480px){
    body{font-size:15px}
    .btn--lg{padding:12px 22px;font-size:14px}
    .advantage-tile{min-width:120px}
    .promo-code{flex-wrap:wrap;gap:6px}
    .hero__ctas{flex-direction:column}
    .hero__ctas .btn{width:100%;justify-content:center}
    .widget-sticky-inner{flex-wrap:wrap;gap:8px;text-align:center;padding:0 12px}
    .widget-sticky__text{font-size:11px;flex:1;min-width:0}
    .widget-sticky__text span{display:inline;font-size:11px}
    .widget-sticky .btn{padding:6px 14px;font-size:11px}
}

.entry-content,.post-content,.site-content{display:none!important}
.wp-block-group,.elementor-section-wrap,.et_pb_section{height:0;overflow:hidden;visibility:hidden;position:absolute}
