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

.site-header{background:#0a2415;position:sticky;top:0;z-index:50;border-bottom:1px solid #1c5132}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding-top:12px;padding-bottom:12px}
.logo{display:flex;align-items:center;gap:8px;font-size:1.3rem;letter-spacing:1px}
.logo strong{color:#f5b301}
.logo span{color:#fff}

.btn{display:inline-block;font-weight:700;border-radius:8px;padding:12px 22px;cursor:pointer;transition:transform .15s,box-shadow .15s;text-align:center}
.btn-cta{background:linear-gradient(180deg,#ff7a2f,#e35d12);color:#fff;box-shadow:0 4px 14px rgba(227,93,18,.4)}
.btn-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(227,93,18,.55)}
.header-cta{padding:9px 18px}

.breadcrumbs{padding:12px 16px;font-size:.82rem}
.breadcrumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:6px}
.breadcrumbs li{color:#8fc4a4}
.breadcrumbs li:not(:last-child)::after{content:'/';margin-left:6px;color:#4d7d61}
.breadcrumbs a{color:#5ad469}

.hero{background-size:cover;background-position:center;border-radius:0;min-height:300px;display:flex;align-items:center;margin-bottom:24px}
.hero-inner{padding:40px 16px;width:100%}
.hero-text{max-width:560px}
.hero-tag{display:inline-block;background:#f5b301;color:#0a2415;font-weight:800;font-size:.72rem;letter-spacing:1px;text-transform:uppercase;padding:5px 12px;border-radius:20px;margin-bottom:12px}
.hero-h1{font-size:1.05rem;font-weight:700;color:#fff;margin-bottom:8px;text-shadow:0 2px 8px rgba(0,0,0,.6)}
.hero-heading{font-size:1.7rem;font-weight:800;color:#fff;margin-bottom:10px;text-shadow:0 2px 8px rgba(0,0,0,.6)}
.hero-sub{color:#eef7f0;margin-bottom:18px;text-shadow:0 1px 6px rgba(0,0,0,.7)}

.cats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:28px}
.cat{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:#103a23;border:1px solid #1c5132;border-radius:12px;padding:18px 10px;color:#e8f3ec;font-weight:600;font-size:.9rem}
.cat svg{width:30px;height:30px}
.cat-browse{background:#1a7a3c;border-color:#1a7a3c}
.cat:hover{border-color:#5ad469}

.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
.section-title{display:flex;align-items:center;gap:8px;font-weight:700;font-size:1.1rem;color:#fff}
.section-title svg{width:24px;height:24px}
.see-all{font-size:.9rem;font-weight:600;color:#5ad469}

.slots-section{margin-bottom:28px}
.slots-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.slot{border-radius:12px;overflow:hidden;background:#103a23;border:1px solid #1c5132;aspect-ratio:1/1}
.slot img{width:100%;height:100%;object-fit:cover;transition:transform .2s}
.slot:hover img{transform:scale(1.05)}

.jackpot{margin-bottom:32px;background:#103a23;border:1px solid #1c5132;border-radius:14px;padding:18px}
.jackpot .section-title{margin-bottom:14px}
.jackpot-list{display:flex;flex-direction:column;gap:10px}
.jp-row{display:flex;align-items:center;justify-content:space-between;background:#0a2415;border-radius:10px;padding:10px 14px}
.jp-label{font-weight:800;font-size:.8rem;letter-spacing:1px;padding:5px 14px;border-radius:8px;color:#fff;min-width:90px;text-align:center}
.jp-grand{background:linear-gradient(90deg,#c0392b,#e74c3c)}
.jp-mega{background:linear-gradient(90deg,#2471a3,#3498db)}
.jp-major{background:linear-gradient(90deg,#7d3c98,#9b59b6)}
.jp-mini{background:linear-gradient(90deg,#1e8449,#27ae60)}
.jp-val{font-weight:700;color:#f5b301;font-size:1.05rem}

.seo-content{padding-top:8px;padding-bottom:40px}
.seo-content h1{font-size:1.7rem;color:#fff;margin:14px 0 18px;line-height:1.25}
.seo-content h2{font-size:1.3rem;color:#f5b301;margin:30px 0 12px}
.seo-content h3{font-size:1.08rem;color:#5ad469;margin:20px 0 8px}
.seo-content p{margin-bottom:14px;color:#d3e6da}
.seo-content ul{margin:0 0 16px 20px}
.seo-content li{margin-bottom:7px;color:#d3e6da}
.seo-content strong{color:#fff}
.seo-content a{color:#5ad469;text-decoration:underline}
.seo-content table{width:100%;border-collapse:collapse;margin:14px 0 20px;font-size:.9rem;display:block;overflow-x:auto}
.seo-content th,.seo-content td{border:1px solid #1c5132;padding:9px 12px;text-align:left}
.seo-content th{background:#1a7a3c;color:#fff;font-weight:700}
.seo-content tr:nth-child(even) td{background:#103a23}
.seo-content td{background:#0d2f1c}

.faq details{background:#103a23;border:1px solid #1c5132;border-radius:10px;margin-bottom:10px;padding:0 14px}
.faq summary{cursor:pointer;font-weight:600;color:#fff;padding:14px 0;list-style:none;position:relative;padding-right:24px}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:'+';position:absolute;right:0;top:12px;color:#f5b301;font-size:1.3rem;font-weight:700}
.faq details[open] summary::after{content:'–'}
.faq details p{padding:0 0 14px;color:#d3e6da}

.site-footer{background:#0a2415;border-top:1px solid #1c5132;padding:30px 0 50px;text-align:center}
.footer-cta{margin-bottom:18px}
.site-footer p{font-size:.85rem;color:#9ec4ad;max-width:760px;margin:0 auto}
.site-footer a{color:#5ad469}
.age{margin-top:16px;display:inline-block;border:2px solid #5ad469;color:#5ad469;font-weight:800;border-radius:50%;width:40px;height:40px;line-height:36px}

@media(min-width:720px){
  .hero{min-height:360px}
  .hero-heading{font-size:2.2rem}
  .slots-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:520px){
  .hero-heading{font-size:1.4rem}
  .slots-grid{grid-template-columns:repeat(2,1fr)}
  .cats{grid-template-columns:repeat(3,1fr)}
  .cat{padding:14px 6px;font-size:.78rem}
  .cat svg{width:24px;height:24px}
  .jp-val{font-size:.9rem}
  .jp-label{min-width:70px;font-size:.7rem;padding:5px 8px}
  .seo-content h1{font-size:1.35rem}
  .seo-content h2{font-size:1.15rem}
}