*{box-sizing:border-box}body{font-family:'Hind Siliguri',sans-serif;background-color:var(--bg-light);color:#1e3a5f;font-size:16px;line-height:1.8}.hero-section{background:linear-gradient(135deg,var(--bg-dark) 0%,var(--primary-deeper,var(--primary)) 50%,#0e7490 100%);color:var(--text-light);padding:80px 0 60px;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,color-mix(in srgb,var(--primary) 20%,transparent) 0%,transparent 70%);border-radius:50%}.hero-section::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,rgba(34,197,94,0.15) 0%,transparent 70%);border-radius:50%}.hero-section h1{font-size:2.4rem;font-weight:700;line-height:1.4;margin-bottom:20px}.hero-section h1 span{color:#7dd3fc}.hero-section p{font-size:1.1rem;color:color-mix(in srgb,var(--bg-light) 75%,var(--primary) 25%);margin-bottom:30px}.hero-badge{display:inline-block;background:rgba(34,197,94,0.2);border:1px solid var(--secondary);color:#86efac;padding:4px 14px;border-radius:20px;font-size:13px;font-weight:600;margin-bottom:16px}.hero-img{border-radius:16px;box-shadow:0 8px 40px rgba(0,0,0,0.3);width:100%;max-height:380px;object-fit:cover}.btn-hero-primary{background:linear-gradient(135deg,var(--secondary),var(--secondary-dark,var(--secondary)));color:var(--text-light);border:none;padding:14px 36px;border-radius:30px;font-size:1.1rem;font-weight:700;text-decoration:none;display:inline-block;box-shadow:0 4px 20px rgba(34,197,94,0.4);transition:all 0.3s}.btn-hero-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(34,197,94,0.5);color:var(--text-light)}.btn-hero-secondary{background:transparent;color:#7dd3fc;border:2px solid #7dd3fc;padding:12px 32px;border-radius:30px;font-size:1rem;font-weight:600;text-decoration:none;display:inline-block;transition:all 0.3s;margin-left:12px}.btn-hero-secondary:hover{background:var(--primary);border-color:var(--primary);color:var(--text-light)}.stats-bar{background:linear-gradient(90deg,var(--primary-deeper,var(--primary)),#0e7490);padding:20px 0;border-bottom:2px solid var(--secondary)}.stat-item{text-align:center;color:var(--text-light)}.stat-item .stat-num{font-size:1.8rem;font-weight:700;color:#7dd3fc}.stat-item .stat-label{font-size:13px;color:color-mix(in srgb,var(--bg-light) 75%,var(--primary) 25%)}.section-title{font-size:1.9rem;font-weight:700;color:var(--text-dark);margin-bottom:10px}.section-subtitle{color:var(--primary-deeper,var(--primary));font-size:1rem;margin-bottom:40px}.title-line{width:60px;height:4px;background:linear-gradient(90deg,var(--primary),var(--secondary));border-radius:4px;margin:10px auto 16px}.games-section{background:var(--bg-light);padding:70px 0}.game-card{background:var(--text-light);border-radius:16px;overflow:hidden;box-shadow:var(--card-shadow);transition:all 0.3s;border:1px solid color-mix(in srgb,var(--bg-light) 75%,var(--primary) 25%);height:100%}.game-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px color-mix(in srgb,var(--primary) 25%,transparent)}.game-card img{width:100%;height:200px;object-fit:cover}.game-card-body{padding:20px}.game-card-body h5{color:var(--text-dark);font-weight:700;font-size:1rem;margin-bottom:8px}.game-card-body p{color:#4b7ba8;font-size:14px;margin-bottom:14px}.btn-play{background:linear-gradient(135deg,var(--primary),var(--primary-dark,var(--primary)));color:var(--text-light);border:none;padding:8px 22px;border-radius:20px;font-size:14px;font-weight:600;text-decoration:none;display:inline-block;transition:all 0.3s}.btn-play:hover{background:linear-gradient(135deg,var(--primary-dark,var(--primary)),var(--bg-dark));color:var(--text-light)}.advantages-section{background:color-mix(in srgb,var(--bg-light) 65%,#fff 35%);padding:70px 0}.adv-card{background:var(--text-light);border-radius:14px;padding:30px 24px;text-align:center;box-shadow:var(--card-shadow);border-top:4px solid var(--primary);transition:all 0.3s;height:100%}.adv-card:hover{border-top-color:var(--secondary);transform:translateY(-4px)}.adv-icon{width:64px;height:64px;background:linear-gradient(135deg,var(--bg-light),color-mix(in srgb,var(--bg-light) 75%,var(--primary) 25%));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:26px;color:var(--primary)}.adv-card h5{color:var(--text-dark);font-weight:700;margin-bottom:10px}.adv-card p{color:#4b7ba8;font-size:14px;line-height:1.7}.howto-section{background:linear-gradient(135deg,var(--bg-dark),var(--primary-deeper,var(--primary)));padding:70px 0;color:var(--text-light)}.step-card{background:rgba(255,255,255,0.08);border:1px solid rgba(125,211,252,0.3);border-radius:16px;padding:30px 20px;text-align:center;position:relative;transition:all 0.3s}.step-card:hover{background:rgba(255,255,255,0.14)}.step-num{width:52px;height:52px;background:linear-gradient(135deg,var(--secondary),var(--secondary-dark,var(--secondary)));border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;color:var(--text-light);margin:0 auto 16px;box-shadow:0 4px 16px rgba(34,197,94,0.4)}.step-card h5{color:#7dd3fc;font-weight:700;margin-bottom:10px}.step-card p{color:color-mix(in srgb,var(--bg-light) 75%,var(--primary) 25%);font-size:14px}.compare-section{background:var(--bg-light);padding:70px 0}.compare-table{border-radius:14px;overflow:hidden;box-shadow:var(--card-shadow)}.compare-table thead th{background:linear-gradient(135deg,var(--primary),var(--primary-deeper,var(--primary)));color:var(--text-light);font-weight:700;padding:16px;text-align:center}.compare-table tbody tr:nth-child(even){background:color-mix(in srgb,var(--bg-light) 65%,#fff 35%)}.compare-table tbody td{padding:14px 16px;vertical-align:middle;color:#1e3a5f}.compare-table tbody td:first-child{font-weight:600;color:var(--text-dark)}.check-yes{color:var(--secondary);font-size:1.2rem}.check-no{color:#f87171;font-size:1.2rem}.testimonials-section{background:color-mix(in srgb,var(--bg-light) 65%,#fff 35%);padding:70px 0}.testi-card{background:var(--text-light);border-radius:16px;padding:28px 24px;box-shadow:var(--card-shadow);border-left:5px solid var(--primary);position:relative;height:100%}.testi-card::before{content:'\201C';font-size:5rem;color:color-mix(in srgb,var(--bg-light) 75%,var(--primary) 25%);position:absolute;top:10px;right:20px;line-height:1;font-family:serif}.testi-text{color:#1e3a5f;font-size:15px;line-height:1.8;margin-bottom:16px}.testi-author{display:flex;align-items:center;gap:12px}.testi-avatar{width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--secondary));display:flex;align-items:center;justify-content:center;color:var(--text-light);font-weight:700;font-size:1.1rem;flex-shrink:0}.testi-name{font-weight:700;color:var(--text-dark);font-size:15px}.testi-city{color:#64a7c8;font-size:13px}.testi-stars{color:#f59e0b;font-size:14px}.privacy-notice{background:linear-gradient(135deg,color-mix(in srgb,var(--bg-light) 65%,#fff 35%),#e0f7ef);border:1px solid #86efac;border-radius:14px;padding:28px 30px;margin:40px 0;position:relative;border-left:5px solid var(--secondary)}.privacy-notice .notice-icon{font-size:2rem;color:var(--secondary);margin-bottom:10px}.privacy-notice h5{color:#166534;font-weight:700;margin-bottom:10px}.privacy-notice p{color:#1e3a5f;font-size:14px;line-height:1.8;margin:0}.responsible-section{background:linear-gradient(135deg,var(--bg-dark),#064e3b);padding:70px 0}.resp-card{background:rgba(255,255,255,0.07);border:1px solid rgba(125,211,252,0.25);border-radius:14px;padding:26px 22px;text-align:center;color:var(--text-light);transition:all 0.3s}.resp-card:hover{background:rgba(255,255,255,0.12)}.resp-card i{font-size:2.2rem;color:#86efac;margin-bottom:14px;display:block}.resp-card h5{color:#7dd3fc;font-weight:700;margin-bottom:10px}.resp-card p{color:color-mix(in srgb,var(--bg-light) 75%,var(--primary) 25%);font-size:14px}.age-badge{display:inline-flex;align-items:center;justify-content:center;width:70px;height:70px;background:#ef4444;border-radius:50%;color:var(--text-light);font-size:1.4rem;font-weight:800;margin:0 auto 16px;box-shadow:0 4px 20px rgba(239,68,68,0.4)}.faq-section{background:var(--bg-light);padding:70px 0}.accordion-item{border:1px solid color-mix(in srgb,var(--bg-light) 75%,var(--primary) 25%) !important;border-radius:10px !important;margin-bottom:12px;overflow:hidden}.accordion-button{background:var(--text-light) !important;color:var(--text-dark) !important;font-weight:600;font-size:15px}.accordion-button:not(.collapsed){background:linear-gradient(135deg,var(--bg-light),#f0fdf4) !important;color:var(--primary) !important;box-shadow:none !important}.accordion-button::after{filter:hue-rotate(200deg)}.accordion-body{background:#fafeff;color:#1e3a5f;font-size:15px;line-height:1.8}.cta-section{background:linear-gradient(135deg,#059669,var(--primary),var(--primary-dark,var(--primary)));padding:70px 0;text-align:center;color:var(--text-light)}.cta-section h2{font-size:2rem;font-weight:700;margin-bottom:14px}.cta-section p{font-size:1.1rem;color:color-mix(in srgb,var(--bg-light) 75%,var(--primary) 25%);margin-bottom:30px}.img-fluid-rounded{border-radius:14px;box-shadow:0 6px 30px color-mix(in srgb,var(--primary) 18%,transparent)}.section-img-wrap{text-align:center;margin:24px 0}.section-img-wrap img{max-width:100%;border-radius:14px;box-shadow:0 6px 30px color-mix(in srgb,var(--primary) 18%,transparent)}.highlight-box{background:linear-gradient(135deg,var(--bg-light),#f0fdf4);border:1px solid #86efac;border-radius:12px;padding:24px;margin:20px 0}.highlight-box p{color:#1e3a5f;margin:0;font-size:15px;line-height:1.8}@media (max-width:768px){.hero-section h1{font-size:1.6rem}.stat-item{margin-bottom:14px}.btn-hero-secondary{margin-left:0;margin-top:10px}}
