*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Segoe UI',Roboto,Arial,sans-serif;background:#fff2d5;color:#2a2a2a;line-height:1.6;overflow-x:hidden}
.wrap{width:100%;max-width:1100px;margin:0 auto;padding:0 16px}
a{text-decoration:none}
img{max-width:100%;display:block}

.btn-primary{display:inline-block;background:linear-gradient(180deg,#ffd54a,#f4a600);color:#5a2a00;font-weight:800;padding:14px 34px;border-radius:40px;box-shadow:0 6px 18px rgba(196,120,0,.4);border:2px solid #fff3c4;transition:transform .15s}
.btn-primary:hover{transform:translateY(-2px)}
.btn-primary.big{padding:16px 60px;font-size:18px}

.site-header{position:sticky;top:0;z-index:50;background:#f7a800}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding-top:12px;padding-bottom:12px}
.brand{font-size:26px;font-weight:900;color:#1a1a1a;letter-spacing:-1px}
.brand span{color:#fff}
.btn-support{display:flex;align-items:center;gap:6px;background:#fff4d0;color:#7a4a00;padding:8px 14px;border-radius:30px;font-weight:700;font-size:14px}

.hero{background-color:#f7a800;background-size:cover;background-position:center;padding:40px 0 60px;text-align:center}
.hero-content{display:flex;flex-direction:column;align-items:center}
.hero-logo{font-size:34px;font-weight:900;color:#111;margin-bottom:16px;text-shadow:0 2px 6px rgba(0,0,0,.15)}
.hero-logo span{color:#fff}
.hero-heading{font-size:26px;font-weight:900;color:#fff;text-shadow:0 3px 8px rgba(0,0,0,.25);max-width:640px;margin-bottom:14px}
.hero-sub{color:#fff;max-width:560px;font-size:16px;margin-bottom:24px;text-shadow:0 1px 4px rgba(0,0,0,.2)}

.breadcrumbs{padding:14px 16px;font-size:13px;color:#7a5200;display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.breadcrumbs a{color:#b06e00;font-weight:600}

.games{background:linear-gradient(180deg,#e58f00,#c96b00);padding:36px 0 46px}
.section-title{text-align:center;font-size:28px;font-weight:900;color:#fff;text-shadow:0 2px 6px rgba(0,0,0,.3)}
.section-title em{color:#ffe27a;font-style:normal}
.section-sub{text-align:center;color:#ffe6b0;letter-spacing:3px;font-size:12px;margin:8px 0 26px}
.slots-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.slot-card{background:#5a2c00;border-radius:14px;overflow:hidden;text-align:center;padding-bottom:10px;box-shadow:0 4px 12px rgba(0,0,0,.25);transition:transform .15s}
.slot-card:hover{transform:translateY(-4px)}
.slot-card img{width:100%;aspect-ratio:1/1;object-fit:cover}
.slot-card span{display:block;color:#ffe27a;font-weight:700;font-size:13px;margin-top:8px;padding:0 6px}
.cta-center{text-align:center;margin-top:30px}

.seo-content{padding:40px 16px 60px;background:#fff}
.seo-content h1{font-size:28px;color:#c26200;margin-bottom:20px;line-height:1.3}
.seo-content h2{font-size:22px;color:#c26200;margin:32px 0 12px;line-height:1.35}
.seo-content h3{font-size:18px;color:#a35300;margin:20px 0 10px}
.seo-content p{margin-bottom:14px}
.seo-content ul{margin:0 0 16px 20px}
.seo-content li{margin-bottom:8px}
.seo-content strong{color:#8a4a00}
.seo-content table{width:100%;border-collapse:collapse;margin:16px 0;font-size:14px;display:block;overflow-x:auto}
.seo-content th,.seo-content td{border:1px solid #f0d8a0;padding:10px 12px;text-align:left}
.seo-content th{background:#f7a800;color:#fff}
.seo-content tr:nth-child(even) td{background:#fff6e0}

.faq details{border:1px solid #f0d8a0;border-radius:10px;margin-bottom:10px;background:#fffaf0;overflow:hidden}
.faq summary{cursor:pointer;font-weight:700;padding:14px 16px;color:#a35300;list-style:none}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:'+';float:right;font-size:20px;color:#f7a800}
.faq details[open] summary::after{content:'\2013'}
.faq details p{padding:0 16px 16px}

.site-footer{background:#3a1c00;color:#e8d3a8;padding:34px 0 90px;text-align:center}
.foot-brand{font-size:22px;font-weight:900;color:#ffd54a;margin-bottom:12px}
.foot-brand span{color:#fff}
.site-footer p{font-size:13px;max-width:720px;margin:0 auto 14px}
.age-badge{display:inline-block;border:2px solid #ffd54a;color:#ffd54a;border-radius:50%;width:40px;height:40px;line-height:36px;font-weight:800}

.sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:60;background:#c96b00;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 14px;box-shadow:0 -4px 14px rgba(0,0,0,.3)}
.sticky-note{color:#fff;font-weight:800;font-size:14px}
.sticky-btn{padding:12px 26px}

@media(max-width:640px){
.hero-heading{font-size:22px}
.hero-logo{font-size:28px}
.section-title{font-size:22px}
.slots-grid{grid-template-columns:repeat(2,1fr)}
.seo-content h1{font-size:23px}
.seo-content h2{font-size:19px}
.sticky-note{font-size:12px}
.sticky-btn{padding:11px 18px;font-size:14px}
.btn-primary.big{padding:14px 40px}
}
@media(max-width:360px){
.slots-grid{gap:10px}
.slot-card span{font-size:12px}
}