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

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;background:#13161C}
body{font-family:'Arboria',sans-serif;background:#13161C;color:#e8e0d4;line-height:1.6;min-height:100vh;overflow-x:hidden}
a{color:#A18254;text-decoration:none}
a:hover{color:#c4a06a;text-decoration:underline}
img{max-width:100%;height:auto;display:block}
h1,h2,h3,h4,h5,h6{line-height:1.3;color:#f0e8dc}
p{margin-bottom:1rem}
ul,ol{padding-left:1.5rem;margin-bottom:1rem}
li{margin-bottom:.4rem}
table{width:100%;border-collapse:collapse;margin-bottom:1.5rem}
th,td{padding:.75rem 1rem;text-align:left;border:1px solid #2a2f3a}
th{background:#1c2029;color:#A18254;font-weight:700}
tr:nth-child(even){background:#191d26}
tr:hover{background:#1f2430}

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

.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.55rem 1.2rem;border-radius:6px;font-family:'Arboria',sans-serif;font-size:.9rem;font-weight:700;cursor:pointer;border:none;text-decoration:none;transition:transform .2s ease,opacity .2s ease,box-shadow .2s ease;white-space:nowrap}
.btn:hover{transform:translateY(-2px);opacity:.92;text-decoration:none}
.btn:active{transform:translateY(0)}
.btn--primary{background:#A18254;color:#fff;box-shadow:0 4px 14px rgba(161,130,84,.35)}
.btn--primary:hover{box-shadow:0 6px 20px rgba(161,130,84,.5);color:#fff}
.btn--secondary{background:#464B55;color:#e8e0d4}
.btn--secondary:hover{background:#555b67;color:#e8e0d4}
.btn--outline{background:transparent;border:2px solid #A18254;color:#A18254}
.btn--outline:hover{background:#A18254;color:#fff}
.btn--sm{padding:.35rem .85rem;font-size:.8rem}
.btn--lg{padding:.8rem 2rem;font-size:1.05rem}
.btn--full{width:100%}

.site-header{position:sticky;top:0;z-index:1000;background:#13161C;border-bottom:1px solid #1e2330;box-shadow:0 2px 12px rgba(0,0,0,.5)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.7rem 0;flex-wrap:nowrap}
.header-logo{flex-shrink:0}
.header-logo img{height:44px;width:auto}
.header-nav{display:flex;align-items:center;gap:1.5rem}
.header-nav a{color:#bfb8ad;font-size:.88rem;font-weight:500;transition:color .2s;display:flex;align-items:center;gap:.3rem}
.header-nav a:hover{color:#A18254;text-decoration:none}
.header-nav svg{width:15px;height:15px;flex-shrink:0}
.header-actions{display:flex;align-items:center;gap:.6rem;flex-shrink:0}
.online-badge{display:flex;align-items:center;gap:.35rem;background:#1a1f2b;border:1px solid #2a3044;border-radius:20px;padding:.25rem .65rem;font-size:.75rem;color:#9ba3b5;white-space:nowrap}
.online-badge__dot{width:7px;height:7px;border-radius:50%;background:#2fc86a;box-shadow:0 0 6px #2fc86a;animation:pulse-green 2s infinite}
@keyframes pulse-green{0%,100%{opacity:1}50%{opacity:.5}}

.burger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:6px;background:none;border:none}
.burger span{display:block;width:22px;height:2px;background:#e8e0d4;border-radius:2px;transition:transform .3s ease,opacity .3s ease}
.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-menu{display:none;flex-direction:column;gap:0;background:#16191f;border-top:1px solid #1e2330}
.mobile-menu.open{display:flex}
.mobile-menu a{padding:.85rem 1rem;color:#bfb8ad;font-size:.9rem;border-bottom:1px solid #1e2330;display:flex;align-items:center;gap:.5rem;transition:background .2s,color .2s}
.mobile-menu a:hover{background:#1c2029;color:#A18254;text-decoration:none}
.mobile-menu svg{width:16px;height:16px}

.hero{position:relative;min-height:480px;display:flex;align-items:center;overflow:hidden;background:#0e1016}
.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(13,16,22,.92) 40%,rgba(13,16,22,.45) 100%);z-index:1}
.hero__content{position:relative;z-index:2;max-width:600px;padding:3rem 0}
.hero__label{display:inline-flex;align-items:center;gap:.4rem;background:rgba(161,130,84,.15);border:1px solid rgba(161,130,84,.4);border-radius:20px;padding:.3rem .9rem;font-size:.78rem;color:#A18254;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1.2rem}
.hero__title{font-size:2.4rem;font-weight:700;line-height:1.2;color:#f0e8dc;margin-bottom:1rem;text-shadow:0 2px 8px rgba(0,0,0,.5)}
.hero__title span{color:#A18254}
.hero__desc{font-size:1.05rem;color:#c8bfb3;margin-bottom:1.8rem;line-height:1.65}
.hero__cta{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}
.hero__badge{display:flex;align-items:center;gap:.5rem;background:rgba(47,200,106,.1);border:1px solid rgba(47,200,106,.3);border-radius:6px;padding:.5rem 1rem;font-size:.82rem;color:#2fc86a}
.hero__badge svg{width:16px;height:16px}

.breadcrumbs{padding:.7rem 0;border-bottom:1px solid #1e2330}
.breadcrumbs__list{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;list-style:none;padding:0;margin:0}
.breadcrumbs__list li{display:flex;align-items:center;gap:.4rem;font-size:.82rem}
.breadcrumbs__list a{color:#9ba3b5;transition:color .2s}
.breadcrumbs__list a:hover{color:#A18254;text-decoration:none}
.breadcrumbs__sep{color:#464B55}
.breadcrumbs__current{color:#A18254;font-weight:600}

.section{padding:3.5rem 0}
.section--alt{background:#111419}
.section__header{text-align:center;margin-bottom:2.5rem}
.section__label{display:inline-block;background:rgba(161,130,84,.12);color:#A18254;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.3rem .85rem;border-radius:20px;margin-bottom:.8rem}
.section__title{font-size:1.8rem;font-weight:700;color:#f0e8dc;margin-bottom:.7rem}
.section__subtitle{color:#9ba3b5;font-size:1rem;max-width:560px;margin:0 auto}

.jackpots-grid{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}
.jackpot-card{background:linear-gradient(135deg,#1a1f2b 0%,#16191f 100%);border:1px solid #2a3044;border-radius:12px;padding:1.5rem 1.8rem;text-align:center;flex:1;min-width:160px;max-width:220px;position:relative;overflow:hidden;transition:transform .25s,box-shadow .25s}
.jackpot-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(161,130,84,.18)}
.jackpot-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#A18254,#c4a06a)}
.jackpot-card__icon{font-size:1.8rem;margin-bottom:.6rem}
.jackpot-card__label{font-size:.78rem;color:#9ba3b5;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.4rem}
.jackpot-card__amount{font-size:1.35rem;font-weight:700;color:#A18254;font-variant-numeric:tabular-nums}
.jackpot-card__ticker{font-size:.72rem;color:#5a6070;margin-top:.2rem}

.winners-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}
.winners-table{min-width:540px}
.winners-table .rank-badge{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;font-size:.75rem;font-weight:700;background:#464B55;color:#e8e0d4}
.winners-table .rank-badge--gold{background:#A18254;color:#fff}
.winners-table .rank-badge--silver{background:#8a9399;color:#fff}
.winners-table .rank-badge--bronze{background:#a3704a;color:#fff}
.winners-table .win-amount{color:#2fc86a;font-weight:700}
.winners-table .game-name{color:#9ba3b5;font-size:.85rem}

.games-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.game-card{background:#16191f;border:1px solid #1e2330;border-radius:12px;overflow:hidden;transition:transform .25s,box-shadow .25s;cursor:pointer}
.game-card:hover{transform:translateY(-5px);box-shadow:0 14px 36px rgba(0,0,0,.4)}
.game-card__thumb{position:relative;aspect-ratio:4/3;background:#0e1016;overflow:hidden}
.game-card__thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.game-card:hover .game-card__thumb img{transform:scale(1.06)}
.game-card__overlay{position:absolute;inset:0;background:rgba(13,16,22,.7);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}
.game-card:hover .game-card__overlay{opacity:1}
.game-card__body{padding:1rem}
.game-card__name{font-weight:700;color:#f0e8dc;font-size:.95rem;margin-bottom:.25rem}
.game-card__provider{font-size:.78rem;color:#9ba3b5;margin-bottom:.7rem}
.game-card__actions{display:flex;gap:.5rem}

.modal-backdrop{display:none;position:fixed;inset:0;background:rgba(0,0,0,.85);z-index:2000;align-items:center;justify-content:center;padding:1rem}
.modal-backdrop.open{display:flex}
.modal{background:#16191f;border:1px solid #2a3044;border-radius:14px;overflow:hidden;width:100%;max-width:860px;max-height:90vh;display:flex;flex-direction:column;animation:modal-in .25s ease}
@keyframes modal-in{from{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}
.modal__header{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.2rem;border-bottom:1px solid #1e2330;background:#13161C}
.modal__title{font-weight:700;color:#f0e8dc;font-size:1rem}
.modal__close{background:none;border:none;color:#9ba3b5;cursor:pointer;padding:.2rem;font-size:1.3rem;line-height:1;transition:color .2s}
.modal__close:hover{color:#e8e0d4}
.modal__frame{flex:1;position:relative;background:#000}
.modal__frame iframe{width:100%;height:520px;border:none;display:block}
.modal__footer{padding:.8rem 1.2rem;border-top:1px solid #1e2330;display:flex;align-items:center;justify-content:space-between;gap:.8rem;background:#13161C;flex-wrap:wrap}
.modal__footer p{font-size:.82rem;color:#9ba3b5;margin:0}

.review-block{background:#16191f;border:1px solid #1e2330;border-radius:12px;padding:2rem}
.review-block h2,
.review-block h3{color:#f0e8dc;margin-bottom:.8rem}
.review-block h2{font-size:1.5rem;border-bottom:1px solid #1e2330;padding-bottom:.7rem;margin-bottom:1.2rem}
.review-block h3{font-size:1.15rem}
.review-block p{color:#c8bfb3;line-height:1.7}
.review-block ul,.review-block ol{color:#c8bfb3}
.review-block a{color:#A18254}
.review-block a:hover{color:#c4a06a}
.review-block table{margin-bottom:1.5rem}
.review-block th{background:#1a1f2b;color:#A18254}
.review-block td{color:#c8bfb3}
.review-block blockquote{border-left:3px solid #A18254;padding:.7rem 1.2rem;background:#1a1f2b;border-radius:0 6px 6px 0;margin-bottom:1rem;color:#c8bfb3;font-style:italic}
.review-block img{border-radius:8px;margin-bottom:1rem}
.review-block strong{color:#e8e0d4}

.faq-list{display:flex;flex-direction:column;gap:.7rem}
.faq-item{background:#16191f;border:1px solid #1e2330;border-radius:10px;overflow:hidden;transition:border-color .2s}
.faq-item.open{border-color:#A18254}
.faq-item__question{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.3rem;cursor:pointer;font-weight:600;color:#f0e8dc;gap:1rem;user-select:none}
.faq-item__question svg{flex-shrink:0;transition:transform .3s;color:#A18254}
.faq-item.open .faq-item__question svg{transform:rotate(180deg)}
.faq-item__answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .3s ease}
.faq-item.open .faq-item__answer{max-height:600px;padding:0 1.3rem 1.2rem}
.faq-item__answer p{color:#c8bfb3;margin:0}

.author-card{background:#16191f;border:1px solid #1e2330;border-radius:12px;padding:1.8rem;display:flex;gap:1.5rem;align-items:flex-start}
.author-card__photo{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #A18254;flex-shrink:0}
.author-card__name{font-size:1.1rem;font-weight:700;color:#f0e8dc;margin-bottom:.15rem}
.author-card__role{font-size:.82rem;color:#A18254;margin-bottom:.6rem}
.author-card__bio{font-size:.88rem;color:#9ba3b5;line-height:1.6;margin-bottom:.9rem}
.author-card__meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:.8rem;font-size:.78rem;color:#5a6070}
.author-card__meta span{display:flex;align-items:center;gap:.3rem}
.author-card__socials{display:flex;gap:.5rem}
.author-card__socials a{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#464B55;border-radius:50%;color:#e8e0d4;transition:background .2s,transform .2s}
.author-card__socials a:hover{background:#A18254;transform:scale(1.1);text-decoration:none}
.author-card__socials svg{width:15px;height:15px}

.site-footer{background:#13161C;border-top:1px solid #1e2330;padding:3rem 0 1.5rem}
.footer-top{display:grid;grid-template-columns:200px 1fr 1fr;gap:2rem;margin-bottom:2.5rem}
.footer-logo {display: block;width: fit-content;}
.footer-logo img{height:40px;width:auto;margin-bottom:.8rem}
.footer-tagline{font-size:.82rem;color:#5a6070;line-height:1.6}
.footer-nav-title{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#9ba3b5;margin-bottom:.9rem}
.footer-nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}
.footer-nav-list a{font-size:.85rem;color:#5a6070;transition:color .2s}
.footer-nav-list a:hover{color:#A18254;text-decoration:none}
.footer-divider{border:none;border-top:1px solid #1e2330;margin:1.5rem 0}
.footer-logos-row{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap;margin-bottom:1.2rem}
.footer-logos-row__label{font-size:.72rem;color:#464B55;text-transform:uppercase;letter-spacing:.06em;margin-right:.3rem;flex-shrink:0}
.footer-badge{display:inline-flex;align-items:center;justify-content:center;background:#1a1f2b;border:1px solid #2a3044;border-radius:6px;padding:.3rem .7rem;font-size:.72rem;color:#9ba3b5;font-weight:600;transition:border-color .2s}
.footer-badge:hover{border-color:#A18254}
.footer-socials{display:flex;gap:.5rem;margin-bottom:1rem}
.footer-socials a{display:flex;align-items:center;justify-content:center;width:34px;height:34px;background:#1a1f2b;border:1px solid #2a3044;border-radius:50%;color:#9ba3b5;transition:background .2s,border-color .2s}
.footer-socials a:hover{background:#A18254;border-color:#A18254;color:#fff;text-decoration:none}
.footer-socials svg{width:15px;height:15px}
.footer-flag{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;color:#5a6070}
.footer-flag img{height: 20px; width: auto;}
.footer-flag span{font-size:0.9rem}
.footer-bottom{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.footer-copy{font-size:.75rem;color:#3a404e;line-height:1.65;max-width:660px}
.footer-copy a{color:#464B55}
.footer-copy a:hover{color:#A18254}
.footer-country{display:flex;align-items:center;gap:.4rem}

.sticky-widget{position:fixed;bottom:0;left:0;right:0;z-index:900;background:linear-gradient(90deg,#0e1016,#13161C);border-top:2px solid #A18254;padding:.65rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;box-shadow:0 -4px 24px rgba(0,0,0,.5)}
.sticky-widget__text{font-size:.85rem;color:#c8bfb3;display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}
.sticky-widget__text strong{color:#A18254}
.sticky-widget__promo{display:inline-flex;align-items:center;gap:.5rem;background:#1a1f2b;border:1px dashed #A18254;border-radius:6px;padding:.3rem .8rem;font-size:.8rem;font-weight:700;color:#f0e8dc;cursor:pointer;transition:background .2s}
.sticky-widget__promo:hover{background:#252b3a}
.sticky-widget__close{background:none;border:none;color:#464B55;cursor:pointer;font-size:1.2rem;padding:.1rem .3rem;line-height:1;transition:color .2s;flex-shrink:0}
.sticky-widget__close:hover{color:#e8e0d4}

.wp-content-area{display:none}
.elementor-hidden{visibility:hidden;height:0;overflow:hidden}
@media(max-width:1024px){
.jackpot-card__amount {font-size: 1.15rem;}
}
@media(max-width:900px){
.games-grid{grid-template-columns:repeat(2,1fr)}
.footer-top{grid-template-columns:1fr 1fr}
.footer-top > *:first-child{grid-column:1/-1}
.review-block {padding: 28px;}
.author-card {padding: 28px;}
}
@media(max-width:768px){
.header-nav{display:none}
.burger{display:flex}
.hero__title{font-size:1.75rem}
.hero{min-height:360px}
.footer-top{grid-template-columns:1fr}
.footer-top > *:first-child{grid-column:auto}
.author-card{flex-direction:column;align-items:center;text-align:center}
.author-card__socials{justify-content:center}
.sticky-widget__text{font-size:.78rem}
.review-block {padding: 24px;}
.author-card {padding: 24px;}
}
@media(max-width:480px){
.games-grid{grid-template-columns:1fr}
.jackpots-grid{flex-direction:column;align-items:center}
.jackpot-card{min-width:100%;max-width:100%}
.hero__cta{flex-direction:column;align-items:flex-start}
.modal__frame iframe{height:340px}
.sticky-widget{flex-wrap:wrap;padding:.65rem 1rem}
.sticky-widget__text{flex:100%}
.header-logo img {height: 36px;}
.review-block {padding: 20px;}
.author-card {padding: 20px;}
}
@media(max-width:380px){
.header-actions .btn--secondary {display: none;}
.review-block {padding:16px;}
}

.x7f2a3{display:none}
.kw9d1c{visibility:hidden;position:absolute;width:0;height:0;overflow:hidden}
.lp4z8v{color:inherit}
.mg3n5q{margin:0}
@keyframes b2r9kx{0%{opacity:.85}50%{opacity:1}100%{opacity:.85}}
.qh7s1j:not(.open){animation:b2r9kx 3s infinite}
.c4m8vt{pointer-events:none;opacity:0}
.fn2l6r{position:relative;z-index:0}
