*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:"Segoe UI",Roboto,Arial,sans-serif;background:#0a0e1a;color:#e8e8e8;line-height:1.6;overflow-x:hidden;padding-bottom:70px}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}

.top-bar{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;background:#10141f;border-bottom:2px solid #f7d417}
.menu-toggle{width:40px;height:40px;border:1px solid #f7d417;background:#171d2f;color:#f7d417;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer}
.menu-toggle svg{fill:#f7d417}
.brand{display:flex;align-items:center;gap:8px;font-weight:800;color:#fff;font-size:22px;letter-spacing:-.4px}
.brand-ico{flex-shrink:0}
.partners-btn{display:flex;align-items:center;gap:6px;background:#171d2f;border:1px solid #3d465f;color:#f7d417;padding:8px 12px;border-radius:8px;font-size:12px;font-weight:700}

.strip{height:4px;background:linear-gradient(90deg,#f7d417,#f4a81f)}
.side-menu{display:none;background:#10141f;border-bottom:1px solid #262f45}
.side-menu.open{display:flex;flex-direction:column}
.side-menu a{padding:12px 16px;border-bottom:1px solid #1c2438;color:#f7d417;font-weight:700;font-size:14px}

.crumbs{display:flex;flex-wrap:wrap;gap:6px;padding:8px 14px;color:#8e9abb;font-size:12px}
.crumbs a{color:#f7d417}

main{max-width:1100px;margin:0 auto}
.hero{margin:8px 12px;border-radius:12px;overflow:hidden;min-height:310px;background-size:cover;background-position:center;display:flex;align-items:flex-end}
.hero-inner{width:100%;padding:20px;background:linear-gradient(0deg,rgba(8,10,18,.88),rgba(8,10,18,.25))}
.hero-tag{font-size:13px;font-weight:700;color:#f7d417;text-transform:uppercase;letter-spacing:.5px}
.hero-title{margin-top:6px;font-size:24px;line-height:1.2;font-weight:800;color:#fff}
.hero-sub{margin-top:8px;font-size:14px;color:#d5deee;max-width:760px}
.hero-cta{display:inline-block;margin-top:14px;background:linear-gradient(180deg,#ffe14d,#f7b417);color:#10141f;font-weight:800;padding:12px 22px;border-radius:28px;font-size:14px;box-shadow:0 6px 20px rgba(247,180,23,.35)}

.certified{margin:12px;padding:14px;background:linear-gradient(135deg,#11172b,#1e2a4a);border:1px solid #395287;border-radius:12px;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}
.cert-left{display:flex;align-items:center;gap:10px}
.cert-left b{display:block;color:#fff;font-size:13px}
.cert-left span{display:block;color:#9fb0d4;font-size:11px}
.cert-badge{padding:6px 12px;border-radius:999px;background:#0f1424;color:#f7d417;font-size:11px;font-weight:700}

.block-head{margin:0 0 12px;font-size:18px;color:#fff;font-weight:800}
.slots-block,.transactions,.cta-banner,.invite,.faq,.foot-text{margin:18px 12px}
.slots-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.slot{position:relative;overflow:hidden;border-radius:10px;border:1px solid #2a3045;background:#161b2c}
.slot img{width:100%;aspect-ratio:1/1;object-fit:cover}
.slot span{position:absolute;left:8px;right:8px;bottom:8px;text-align:center;background:rgba(10,14,26,.82);color:#f7d417;font-weight:700;font-size:13px;padding:6px;border-radius:7px}

.transactions{background:#10141f;border:1px solid #2a3045;border-radius:12px;overflow:hidden}
.tx-head{display:flex;justify-content:space-between;align-items:center;background:#1a2238;padding:10px 14px;color:#f7d417;font-weight:700;font-size:14px}
.live{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:12px;background:#e63946;color:#fff;font-size:11px}
.live i{width:7px;height:7px;border-radius:50%;background:#fff}
.tx-table-wrap{overflow-x:auto}
.tx-table{width:100%;min-width:560px;border-collapse:collapse;font-size:12px}
.tx-table th{background:#161b2c;color:#9fb0d4;padding:8px 10px;text-align:left;font-weight:700}
.tx-table td{padding:9px 10px;border-bottom:1px solid #1d2538;color:#d7dfef}
.tx-table tr:last-child td{border-bottom:none}
.tx-table .amt{color:#f7d417;font-weight:700}
.tx-table .prov{color:#9fb0d4;font-size:11px;font-weight:700}

.cta-banner{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;padding:14px;background:linear-gradient(135deg,#11172b,#1e2a4a);border:1px solid #395287;border-radius:12px}
.cta-left{display:flex;align-items:center;gap:10px}
.cta-left b{display:block;color:#fff;font-size:13px}
.cta-left span{display:block;color:#9fb0d4;font-size:11px}
.cta-save{background:#f7d417;color:#0f1424;font-weight:800;font-size:13px;padding:10px 14px;border-radius:8px}

.invite{border:1px solid #5a3a8a;border-radius:12px;background-size:cover;background-position:center;overflow:hidden}
.invite-inner{padding:20px;background:linear-gradient(0deg,rgba(14,8,30,.8),rgba(14,8,30,.5));text-align:center}
.invite-big{font-size:36px;line-height:1;color:#f7d417;font-weight:900}
.invite-big.small{margin-top:6px;font-size:24px}
.invite-mid{margin-top:8px;color:#fff;font-size:13px;font-weight:700}
.socials{margin:16px 0 12px;display:flex;justify-content:center;gap:10px;flex-wrap:wrap}
.socials a{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#0f1424}
.invite-foot{font-size:14px;font-weight:800;color:#fff;text-transform:uppercase}

.seo-content{max-width:900px;margin:24px auto;padding:0 14px}
.seo-content h1{font-size:24px;line-height:1.3;color:#f7d417;margin-bottom:18px}
.seo-content h2{margin:24px 0 12px;padding-left:10px;border-left:4px solid #f7d417;font-size:20px;color:#fff}
.seo-content h3{margin:18px 0 8px;font-size:16px;color:#f7d417}
.seo-content p{margin-bottom:12px;font-size:15px;color:#cfd5e3}
.seo-content strong{color:#fff}
.seo-content ul{list-style:none;margin:0 0 14px;border:1px solid #2a3045;border-radius:10px;background:#10141f;overflow:hidden}
.seo-content ul li{padding:10px 14px;border-bottom:1px solid #1c2030;font-size:14px;color:#cfd5e3}
.seo-content ul li:last-child{border-bottom:none}
.seo-content ul li strong{color:#f7d417}

.faq{max-width:900px}
.faq-item{background:#10141f;border:1px solid #2a3045;border-radius:10px;margin-bottom:10px;overflow:hidden}
.faq-q{width:100%;border:none;background:none;cursor:pointer;padding:14px;color:#fff;font-size:15px;font-weight:700;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left}
.faq-q span{color:#f7d417;font-size:22px;line-height:1;transition:transform .2s ease}
.faq-a{max-height:0;overflow:hidden;padding:0 14px;transition:max-height .25s ease}
.faq-a p{padding-bottom:14px;font-size:14px;color:#cfd5e3}
.faq-item.open .faq-a{max-height:260px}
.faq-item.open .faq-q span{transform:rotate(45deg)}

.foot-text{padding:18px 14px;text-align:center;border-top:1px solid #222;background:#10141f;font-size:12px;color:#9fa8bc}

.bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:120;background:#10141f;border-top:2px solid #f7d417;display:flex;justify-content:space-around;padding:6px 0}
.bottom-nav a{display:flex;flex-direction:column;align-items:center;gap:2px;color:#9fb0d4;font-size:10px;font-weight:700}
.bottom-nav a.badge{color:#f7d417}

@media (min-width:600px){
  .slots-grid{grid-template-columns:repeat(3,1fr)}
  .hero{min-height:380px}
  .hero-title{font-size:30px}
}

@media (min-width:900px){
  .slots-grid{grid-template-columns:repeat(6,1fr)}
  .tx-table{font-size:13px}
}