*{margin:0;padding:0;box-sizing:border-box}html{font-size:100%;scroll-behavior:smooth}body{font-family:Arial,sans-serif;line-height:1.6;color:#222;background-color:#f9f9f9}.container{width:90%;max-width:1200px;margin:0 auto}header{background:#000;padding:1rem 0}header .logo img{height:40px}nav ul{list-style:none;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1rem}nav a{color:#fff;text-decoration:none;font-weight:700;transition:color .3s}nav a:hover{color:#fc0}.hero{background:linear-gradient(to right,#000,#444);color:#fff;text-align:center;padding:3rem 1rem}.hero h1{font-size:2rem;margin-bottom:1rem}.hero p{font-size:1.1rem;margin-bottom:2rem}.btn-primary{background:#fc0;color:#000;padding:.75rem 1.5rem;text-decoration:none;font-weight:700;border-radius:6px;transition:background .3s}.btn-primary:hover{background:#e6b800}.features{padding:2rem 0;background-color:#fff}.features h2{text-align:center;margin-bottom:1rem;font-size:1.5rem}.features ul{max-width:700px;margin:auto;list-style:disc;padding-left:2rem}.games{padding:2rem 0}.games h2{text-align:center;margin-bottom:2rem;font-size:1.5rem}.grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.grid article{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 5px rgba(0,0,0,.1);transition:transform .3s}.grid article:hover{transform:translateY(-5px)}.grid img{width:100%;height:auto;display:block}.grid h3{text-align:center;padding:1rem;font-size:1.1rem}.cta{background:#222;color:#fff;text-align:center;padding:2rem 1rem}.cta h2{font-size:1.4rem;margin-bottom:1rem}.cta .btn-secondary{background:#fc0;color:#000;padding:.75rem 1.5rem;text-decoration:none;font-weight:700;border-radius:6px}.cta .btn-secondary:hover{background:#e6b800}footer{background:#000;color:#ccc;text-align:center;padding:1.5rem 0;font-size:.9rem}footer a{color:#fc0;text-decoration:none;margin:0 .5rem}footer a:hover{text-decoration:underline}@media (min-width:768px){nav ul{justify-content:flex-end}.grid{grid-template-columns:repeat(3,1fr)}.hero h1{font-size:2.5rem}.cta h2{font-size:1.8rem}}