*{margin:0;padding:0;box-sizing:border-box;font-family:'Segoe UI',Tahoma,Arial,sans-serif}
body{background:#b30000;color:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}
.top-bar{background:#000;padding:8px 0;text-align:right;padding-right:20px}
.btn-login,.btn-register{display:inline-block;padding:6px 18px;border-radius:20px;font-weight:bold;font-size:13px;margin-left:8px}
.btn-login{background:#ffcc00;color:#000}
.btn-register{background:linear-gradient(45deg,#ff8800,#ffcc00);color:#000}
header{background:#cc0000;border-bottom:3px solid #ffcc00}
.header-wrap{max-width:1200px;margin:0 auto;display:flex;align-items:center;padding:15px 20px;flex-wrap:wrap}
.logo{font-size:32px;font-weight:900;color:#ffcc00;font-style:italic;letter-spacing:1px;margin-right:30px}
.logo span{color:#fff}
nav ul{list-style:none;display:flex;flex-wrap:wrap}
nav ul li{margin:0 12px}
nav ul li a{color:#fff;font-weight:600;font-size:14px;padding:8px 4px;text-transform:uppercase;display:block}
nav ul li a:hover,nav ul li a.active{color:#ffcc00;border-bottom:2px solid #ffcc00}
.hero{background:linear-gradient(135deg,#990000,#cc0000);padding:30px 20px;text-align:center;border-bottom:4px solid #ffcc00}
.hero-inner{max-width:1100px;margin:0 auto}
.hero img{max-width:100%;height:auto;border-radius:10px;box-shadow:0 6px 20px rgba(0,0,0,0.4)}
.hero h1{font-size:36px;color:#ffcc00;margin:20px 0 12px;text-shadow:2px 2px 4px #000}
.hero p{font-size:17px;color:#fff;max-width:800px;margin:0 auto 18px}
.hero .cta{display:inline-block;background:#ffcc00;color:#990000;padding:12px 36px;border-radius:30px;font-weight:bold;font-size:16px;margin-top:10px}
.feature-bar{background:#a30000;padding:30px 20px}
.feature-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.feature-item{text-align:center;padding:15px}
.feature-item h3{color:#ffcc00;font-size:15px;margin-bottom:8px;text-transform:uppercase}
.feature-item p{font-size:13px;color:#f5d6d6;line-height:1.5}
.section{padding:40px 20px;max-width:1200px;margin:0 auto}
.section h2{color:#ffcc00;font-size:26px;margin-bottom:18px;border-left:5px solid #ffcc00;padding-left:12px}
.section h3{color:#ffd633;font-size:20px;margin:22px 0 10px}
.section p{margin-bottom:14px;color:#f5e6e6;font-size:15px}
.intro-text{background:rgba(0,0,0,0.2);padding:25px;border-radius:8px;border-left:4px solid #ffcc00}
.games-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:20px}
.game-card{background:#7a0000;border-radius:8px;overflow:hidden;border:2px solid #ffcc00;transition:transform .3s}
.game-card:hover{transform:translateY(-5px)}
.game-card img{width:100%;height:auto;display:block}
.game-card-body{padding:12px;text-align:center}
.game-card h4{color:#ffcc00;font-size:14px;margin-bottom:6px}
.game-card p{font-size:12px;color:#f5e6e6;margin:0}
.news-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:20px}
.news-card{background:#7a0000;border-radius:8px;overflow:hidden}
.news-card img{width:100%;height:170px;object-fit:cover}
.news-card-body{padding:14px}
.news-card h4{color:#ffcc00;font-size:14px;margin-bottom:8px;min-height:40px}
.news-card p{font-size:12px;color:#ddd}
.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin:25px 0;text-align:center}
.stat-box{background:rgba(0,0,0,0.3);padding:20px;border-radius:8px;border:1px solid #ffcc00}
.stat-num{font-size:28px;color:#ffcc00;font-weight:bold;display:block}
.stat-label{font-size:13px;color:#fff;margin-top:5px}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center;margin:25px 0}
.two-col img{width:100%;height:auto;border-radius:8px}
.faq-item{background:rgba(0,0,0,0.25);margin-bottom:14px;padding:18px;border-radius:6px;border-left:3px solid #ffcc00}
.faq-item h4{color:#ffcc00;font-size:16px;margin-bottom:8px}
.faq-item p{color:#f5e6e6;font-size:14px;margin:0}
.faq-item ul{margin:8px 0 0 20px;color:#f5e6e6;font-size:14px}
.testimonial{background:linear-gradient(135deg,#660000,#990000);padding:25px;border-radius:10px;margin:25px 0;font-style:italic;border:2px solid #ffcc00}
.testimonial strong{color:#ffcc00;font-style:normal}
footer{background:#000;padding:40px 20px 20px;margin-top:40px}
.footer-wrap{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:30px}
.footer-col h4{color:#ffcc00;margin-bottom:14px;font-size:16px;text-transform:uppercase}
.footer-col ul{list-style:none}
.footer-col ul li{padding:5px 0;font-size:13px;color:#ccc}
.footer-col ul li a:hover{color:#ffcc00}
.footer-col p{font-size:13px;color:#ccc;margin-bottom:8px}
.footer-bottom{max-width:1200px;margin:30px auto 0;padding-top:20px;border-top:1px solid #333;text-align:center;font-size:12px;color:#888}
.footer-bottom span{color:#ffcc00;font-weight:bold}
@media(max-width:768px){
.header-wrap{flex-direction:column;align-items:flex-start}
nav ul{flex-direction:column;width:100%}
nav ul li{margin:5px 0}
.feature-grid,.games-grid,.news-grid,.stats-row{grid-template-columns:repeat(2,1fr)}
.two-col,.footer-wrap{grid-template-columns:1fr}
.hero h1{font-size:24px}
.section h2{font-size:20px}
}