*{box-sizing:border-box;margin:0;padding:0}body{font-family:Arial,sans-serif;line-height:1.6;background:#f7f8fc;color:#333;min-height:100vh;display:flex;flex-direction:column}header{position:sticky;top:0;width:100%;background:#fff;z-index:1000;box-shadow:0 2px 4px #0000001a}.nav-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:10px 20px}.nav-logo{font-size:1.5rem;font-weight:700;color:#842edc;text-decoration:none}.nav-menu{display:flex;list-style:none}.nav-menu li{margin-left:20px}.nav-menu a{color:#333;text-decoration:none;font-weight:500;transition:color .2s ease}.nav-menu a:hover{color:#842edc}.nav-toggle{display:none;flex-direction:column;cursor:pointer}.nav-toggle span{width:25px;height:3px;background:#333;margin:4px 0;transition:transform .3s ease}.hero{position:relative;text-align:center;color:#fff;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../images/hero.webp);background-size:cover;background-position:center;filter:brightness(.6);z-index:-2}.hero:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#833ab4cc,#fd1d1d66,#fcb04566);z-index:-1}.hero-content{padding:120px 20px;max-width:700px;margin:0 auto}.hero h1{font-size:3rem;margin-bottom:20px}@media only screen and (max-width: 500px){.hero h1{font-size:1rem}}.hero p{font-size:1.2rem;margin-bottom:30px}.btn-primary{display:inline-block;padding:12px 30px;background:#842edc;color:#fff;border-radius:30px;text-decoration:none;font-weight:600;transition:background .3s ease}.btn-primary:hover{background:#6a1bb8}section{padding:60px 20px;max-width:1200px;margin:0 auto}section h2{font-size:2rem;margin-bottom:20px;color:#842edc}section p{margin-bottom:15px}.games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:30px}.game-card{background:#fff;border-radius:8px;box-shadow:0 2px 6px #0000001a;overflow:hidden;display:flex;flex-direction:column}.game-card img{width:100%;height:160px;object-fit:cover}.game-card .card-content{padding:20px;flex-grow:1;display:flex;flex-direction:column}.game-card h3{font-size:1.4rem;margin-bottom:10px;color:#842edc}.game-card p{flex-grow:1}.game-card a{align-self:flex-start;margin-top:15px}.testimonials{background:#f5f1fb}.testimonial-item{margin-bottom:20px}.testimonial-item p{font-style:italic}.testimonial-item span{display:block;font-weight:600;margin-top:10px;color:#842edc}.contact-info{display:flex;flex-wrap:wrap;gap:40px;margin-top:30px}.contact-info div{flex:1}.contact-info a{color:#842edc;text-decoration:none;word-break:break-all}.contact-info a:hover{text-decoration:underline}form{display:flex;flex-direction:column}form label{margin-bottom:5px;font-weight:600}form input,form textarea{padding:10px;margin-bottom:15px;border:1px solid #ccc;border-radius:4px;font-size:1rem}form textarea{resize:vertical;min-height:120px}form button{padding:12px 30px;border:none;background:#842edc;color:#fff;border-radius:30px;font-size:1rem;cursor:pointer;transition:background .3s ease}form button:hover{background:#6a1bb8}footer{background:#2f184b;color:#ddd;padding:30px 20px;margin-top:auto}footer .footer-content{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}footer a{color:#bda3e6;text-decoration:none;margin-right:15px}footer a:hover{text-decoration:underline}footer p{margin:10px 0;font-size:.9rem}.disclaimer{background:#fdf7fa;border-top:3px solid #842edc;padding:20px;margin-top:40px}.disclaimer h3{font-size:1.3rem;margin-bottom:10px;color:#842edc}.disclaimer p{font-size:.9rem;line-height:1.4}.cookie-banner{position:fixed;bottom:20px;left:20px;right:20px;background:#fff;border:1px solid #ccc;padding:15px 20px;border-radius:8px;box-shadow:0 2px 8px #0003;display:none;z-index:2000}.cookie-banner p{margin-bottom:10px}.cookie-banner button{background:#842edc;color:#fff;border:none;padding:8px 20px;border-radius:20px;cursor:pointer}.cookie-banner button:hover{background:#6a1bb8}.age-badge{font-size:1.2rem;font-weight:700;color:#842edc;border:2px solid #842edc;display:inline-block;padding:5px 10px;border-radius:4px;margin-top:15px}.game-hero{background-size:cover;background-position:center;color:#fff;padding:80px 20px;text-align:center;position:relative}.game-hero:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;z-index:-1}.game-content{max-width:800px;margin:0 auto;padding:40px 20px}.game-content h2{color:#842edc;margin-bottom:15px}.game-content p{margin-bottom:15px}.game-action{margin-top:20px}#roulette-result,#slot-result,#card-result{font-size:1.5rem;font-weight:600;color:#842edc;margin-top:15px}@media (max-width: 768px){.nav-menu{position:absolute;top:60px;right:0;background:#fff;flex-direction:column;width:200px;border:1px solid #eee;box-shadow:0 4px 6px #0000001a;display:none}.nav-menu.show{display:flex}.nav-menu li{margin:10px 0;text-align:center}.nav-toggle{display:flex}}
