*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'DM Sans',sans-serif;font-size:16px;color:#111;background:#fff;line-height:1.6}
a{color:#8867ff;text-decoration:none}
.container{max-width:1080px;margin:0 auto;padding:0 20px}
h1,h2,h3{font-family:'Syne',sans-serif;font-weight:700;line-height:1.15;color:#1e293b}
h1{font-size:clamp(1.6rem,3.5vw,2.6rem)}
h2{font-size:clamp(1.2rem,2.5vw,1.75rem);margin-bottom:.5rem}
h3{font-size:1rem;margin-bottom:.3rem}
p{margin-bottom:.9rem}
.section-sub{color:#555;margin-bottom:1.8rem;font-size:.97rem}
.btn-primary{display:inline-block;background:#f59e0b;color:#111;font-family:'Syne',sans-serif;font-weight:700;font-size:.95rem;padding:13px 26px;border-radius:8px;border:none;cursor:pointer;min-height:44px;text-align:center}
.btn-primary:hover{background:#d97706;color:#111}

/* HEADER */
.site-header{
  background:#1e293b url('img/general-banners/banner1.webp') center/cover no-repeat;
  position:relative;width:100%;
}
.site-header::after{content:'';position:absolute;inset:0;background:rgba(15,20,35,.72)}

.header-nav{position:relative;z-index:2;height:52px;display:flex;align-items:center;width:100%;padding:0 20px}
.header-nav-inner{max-width:1080px;margin:0 auto;display:flex;align-items:center;gap:20px;width:100%}
.logo{font-family:'Syne',sans-serif;font-weight:700;font-size:1.25rem;color:#fff;flex-shrink:0}
.logo span{color:#8867ff}
.nav-links{display:flex;gap:18px;flex:1}
.nav-links a{color:rgba(255,255,255,.75);font-size:.88rem}
.nav-links a:hover{color:#fff}
.header-actions{display:flex;gap:8px;flex-shrink:0}
.btn-login{color:#fff;border:1.5px solid rgba(255,255,255,.3);padding:8px 16px;border-radius:7px;font-size:.85rem;min-height:44px;display:flex;align-items:center}
.btn-login:hover{border-color:#a98fff;color:#a98fff}
.btn-register{background:#8867ff;color:#fff;padding:8px 16px;border-radius:7px;font-size:.85rem;min-height:44px;display:flex;align-items:center}
.btn-register:hover{background:#6d4fe0;color:#fff}

/* HERO */
.hero-wrap{position:relative;z-index:2;width:100%;padding:0 20px;background:#003d2b url(img/general-banners/banner1.webp) center / cover no-repeat;}
.hero{display:grid;grid-template-columns:1fr 240px;gap:40px;align-items:center;padding:56px 0;max-width:1080px;margin:0 auto}
.hero-label{font-family:'Syne',sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#a98fff;margin-bottom:.8rem}
.hero h1{color:#fff;margin-bottom:1rem}
.hero-sub{color:rgba(255,255,255,.82);font-size:1rem;margin-bottom:1.8rem}
.hero-cta-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:2.2rem}
.hero-note{color:rgba(255,255,255,.5);font-size:.76rem}
.hero-stats{display:flex;gap:36px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.13);padding-top:1.4rem}
.stat{display:flex;flex-direction:column}
.stat strong{font-family:'Syne',sans-serif;font-size:1.35rem;color:#fff;font-weight:700}
.stat span{font-size:.72rem;color:rgba(255,255,255,.5)}

/* GAME SLIDER */
.game-slider{position:relative;width:214px;flex-shrink:0}
.game-slider-track{overflow:hidden;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.4)}
.game-slider-track img{display:block;width:214px;height:288px;object-fit:cover;border-radius:12px}
.slider-dots{display:flex;justify-content:center;gap:6px;margin-top:10px}
.slider-dot{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.3);border:none;cursor:pointer;padding:0;transition:background .2s}
.slider-dot.active{background:#8867ff}
.slider-arrows{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:flex;justify-content:space-between;pointer-events:none}
.slider-arrow{pointer-events:all;background:rgba(15,20,35,.7);border:1px solid rgba(255,255,255,.2);color:#fff;width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:.85rem;display:flex;align-items:center;justify-content:center;transition:background .2s}
.slider-arrow:hover{background:#8867ff}

/* SECTIONS */
.section{padding:56px 0}
.section.alt{background:#fafafa}
.section p,.section li{color:#333;font-size:.95rem;line-height:1.65}

/* FEATURES — prose list */
.features-list{display:flex;flex-direction:column}
.feature-item{padding:1rem 0;border-bottom:1px solid #e8e8e8}
.feature-item:last-child{border-bottom:none}
.feature-item h3{margin-bottom:.25rem;font-size:.97rem;color:#1e293b}
.feature-item p{color:#444;font-size:.92rem;margin-bottom:0}

/* GAMES — compact list */
.games-list{display:grid;grid-template-columns:1fr 1fr;gap:0}
.game-row{display:flex;align-items:baseline;gap:10px;padding:.75rem 0;border-bottom:1px solid #ebebeb;flex-wrap:wrap}
.game-row:nth-child(odd){padding-right:24px}
.game-name{font-weight:600;font-size:.93rem;color:#1e293b;min-width:150px}
.game-meta{font-size:.8rem;color:#555}
.game-rtp-badge{display:inline-block;background:#f0ebff;color:#6d4fe0;font-size:.7rem;font-weight:700;padding:1px 7px;border-radius:4px;margin-left:6px;vertical-align:middle}

/* BONUS */
.terms-list{list-style:none;padding:0;margin:1rem 0 1.6rem;display:flex;flex-direction:column;gap:.35rem}
.terms-list li{font-size:.9rem;color:#333;padding:.05rem 0}
.terms-list li strong{color:#1e293b}
.bonus-table{width:100%;border-collapse:collapse;font-size:.9rem;margin-top:1rem}
.bonus-table th{background:#1e293b;color:#fff;padding:9px 14px;text-align:left;font-weight:600}
.bonus-table td{padding:9px 14px;border-bottom:1px solid #e8e8e8}
.bonus-table tr.hl td{background:#f0ebff;font-weight:700;color:#1e293b}

/* PAYMENTS — prose list */
.payments-prose{display:flex;flex-direction:column}
.pay-row{padding:.85rem 0;border-bottom:1px solid #ebebeb;display:grid;grid-template-columns:130px 1fr;gap:12px;align-items:baseline}
.pay-row:last-child{border-bottom:none}
.pay-name{font-weight:700;font-size:.93rem;color:#1e293b}
.pay-info{font-size:.87rem;color:#444}

/* REVIEWS */
.review-item{padding:1rem 0;border-bottom:1px solid #ebebeb}
.review-item:last-child{border-bottom:none}
.review-meta{display:flex;align-items:center;gap:10px;margin-bottom:.4rem}
.review-meta strong{font-size:.9rem;color:#1e293b}
.review-meta span{font-size:.78rem;color:#888}
.review-stars{color:#f59e0b;font-size:.85rem;margin-left:auto}
.review-item p{font-size:.9rem;color:#444;margin-bottom:0;font-style:italic}

/* FAQ */
.faq-list{display:flex;flex-direction:column;gap:0}
.faq-item{border-bottom:1px solid #e8e8e8}
.faq-item summary{padding:.9rem 0;font-weight:600;font-size:.93rem;cursor:pointer;color:#1e293b;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:10px}
.faq-item summary::after{content:'+';font-size:1.1rem;color:#8867ff;font-weight:700;flex-shrink:0}
.faq-item[open] summary::after{content:'−'}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item p{padding:.1rem 0 .9rem;font-size:.9rem;color:#555;margin-bottom:0}

/* DISCLAIMER */
.disclaimer{background:#f2f2f2;border-top:1px solid #e0e0e0;padding:18px 0}
.disclaimer p{font-size:.73rem;color:#666;text-align:center;margin-bottom:0;line-height:1.65}
.disclaimer a{color:#888;text-decoration:underline}

/* FOOTER */
.site-footer{background:#1e293b;padding:36px 0 24px;text-align:center}
.footer-inner{display:flex;flex-direction:column;align-items:center;gap:20px}
.footer-logo{font-family:'Syne',sans-serif;font-weight:700;font-size:1.2rem;color:#fff}
.footer-logo span{color:#8867ff}
.footer-tagline{color:rgba(255,255,255,.45);font-size:.82rem;margin-top:5px}
.footer-links{display:flex;gap:18px;flex-wrap:wrap;justify-content:center}
.footer-links a{color:rgba(255,255,255,.6);font-size:.85rem}
.footer-links a:hover{color:#fff}
.footer-payments{display:flex;gap:14px;flex-wrap:wrap;justify-content:center;align-items:center;padding:16px 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);width:100%}
.footer-payments .pay-label{font-size:.68rem;color:rgba(255,255,255,.35);letter-spacing:.08em;text-transform:uppercase;width:100%;text-align:center;margin-bottom:4px}
.footer-payments img{height:50px;opacity:.55;filter:brightness(0) invert(1);transition:opacity .2s}
.footer-payments img:hover{opacity:1}
.footer-legal{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}
.footer-legal span{color:rgba(255,255,255,.3);font-size:.73rem}

/* STICKY CTA — mobile only */
.sticky-cta{display:none}

/* BACK TO TOP */
.back-to-top{
  position:fixed;bottom:20px;right:20px;
  width:42px;height:42px;
  background:#8867ff;color:#fff;
  border:none;cursor:pointer;
  border-radius:8px;
  font-size:1.2rem;line-height:1;
  display:flex;align-items:center;justify-content:center;
  z-index:150;
  opacity:0;transition:opacity .25s;
  font-family:sans-serif;
}
.back-to-top.visible{opacity:1}

/* RESPONSIVE */
@media(max-width:768px){
  .hero{grid-template-columns:1fr;padding:36px 0 40px;gap:24px}
  .game-slider{width:100%;display:flex;flex-direction:column;align-items:center}
  .game-slider-track img{width:180px;height:242px}
  .hero-cta-row{flex-direction:column;align-items:center}
  .hero-cta-row .btn-primary{width:100%;display:block}
  .hero-note{text-align:center}
  .hero-stats{gap:20px;justify-content:center}
  .games-list{grid-template-columns:1fr}
  .game-row{padding-right:0}
  .pay-row{grid-template-columns:110px 1fr}
  .sticky-cta{
    display:block;
    position:fixed;bottom:0;left:0;right:0;
    background:#1e293b;
    border-top:2px solid #8867ff;
    padding:10px 16px;
    z-index:200;
  }
  .sticky-inner{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap}
  .sticky-text{color:#fff;font-size:.85rem}
  .sticky-text strong{color:#f59e0b}
  .back-to-top{bottom:72px}
  .site-footer{padding-bottom:74px}
}
@media(max-width:480px){
  .nav-links{display:none}
  .bonus-table{font-size:.8rem}
  .bonus-table th,.bonus-table td{padding:7px 8px}
  /*.header-actions .btn-login{display:none}*/
}
/* STEPS */
.steps-list{display:flex;flex-direction:column;gap:0}
.step-item{display:flex;gap:20px;padding:1rem 0;border-bottom:1px solid #ebebeb;align-items:flex-start}
.step-item:last-child{border-bottom:none}
.step-num{flex-shrink:0;width:32px;height:32px;background:#8867ff;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Syne',sans-serif;font-weight:700;font-size:.9rem;margin-top:2px}
.step-body h3{margin-bottom:.25rem;font-size:.97rem;color:#1e293b}
.step-body p{color:#444;font-size:.92rem;margin-bottom:0}

/* PROS & CONS */
.proscons-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:1.2rem}
.pros-head{color:#16a34a;margin-bottom:.8rem;font-size:1rem}
.cons-head{color:#dc2626;margin-bottom:.8rem;font-size:1rem}
.proscons-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.5rem}
.proscons-list li{font-size:.9rem;color:#333;padding-left:1.2rem;position:relative}
.proscons-list.pros li::before{content:'✓';position:absolute;left:0;color:#16a34a;font-weight:700}
.proscons-list.cons li::before{content:'✗';position:absolute;left:0;color:#dc2626;font-weight:700}

@media(max-width:768px){
  .proscons-grid{grid-template-columns:1fr}
}
