*{box-sizing:border-box}body{overflow-x:clip;width:100%;font-family:'Hind Siliguri',sans-serif;background-color:var(--bg-deep);color:var(--text-light);margin:0;padding:0}.hero-section{background:linear-gradient(135deg,#0a0f1e 0%,#1c0a0a 50%,#0d1a2e 100%);padding:80px 0 60px;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:-60px;right:-80px;width:420px;height:420px;background:radial-gradient(circle,rgba(239,68,68,0.18) 0%,transparent 70%);border-radius:50%;pointer-events:none}.hero-section::after{content:'';position:absolute;bottom:-80px;left:-60px;width:320px;height:320px;background:radial-gradient(circle,rgba(249,115,22,0.12) 0%,transparent 70%);border-radius:50%;pointer-events:none}.hero-badge{display:inline-block;background:rgba(239,68,68,0.15);border:1px solid var(--red-primary);color:var(--red-primary);border-radius:50px;padding:4px 16px;font-size:0.82rem;font-weight:600;letter-spacing:0.05em;margin-bottom:1.2rem;text-transform:uppercase}.hero-section h1{font-size:clamp(1.8rem,4vw,3rem);font-weight:700;line-height:1.25;color:var(--text-light)}.hero-section h1 span{color:var(--red-primary);text-shadow:0 0 20px rgba(239,68,68,0.5)}.hero-section p.lead{color:var(--text-muted);font-size:1.05rem;line-height:1.8;max-width:600px}.btn-hero-primary{background:linear-gradient(135deg,var(--red-primary) 0%,#c0392b 100%);color:var(--text-light);font-weight:700;font-size:1rem;border:none;padding:0.75rem 2rem;border-radius:8px;transition:all 0.25s;box-shadow:0 4px 20px rgba(239,68,68,0.4);text-decoration:none;display:inline-block}.btn-hero-primary:hover{transform:translateY(-2px);box-shadow:0 6px 28px rgba(239,68,68,0.6);color:var(--text-light)}.btn-hero-secondary{background:transparent;color:var(--text-light);font-weight:600;font-size:1rem;border:2px solid rgba(239,68,68,0.5);padding:0.72rem 1.8rem;border-radius:8px;transition:all 0.25s;text-decoration:none;display:inline-block;margin-left:0.8rem}.btn-hero-secondary:hover{border-color:var(--red-primary);color:var(--red-primary);background:rgba(239,68,68,0.08)}.stats-bar{background:linear-gradient(90deg,#100a0a,#1a1030,#100a0a);border-top:1px solid var(--border-red);border-bottom:1px solid var(--border-red);padding:20px 0}.stat-item{text-align:center;padding:10px 0}.stat-num{font-size:1.9rem;font-weight:700;color:var(--red-primary);line-height:1}.stat-label{font-size:0.82rem;color:var(--text-muted);margin-top:4px}.section-title{font-size:1.8rem;font-weight:700;color:var(--text-light);margin-bottom:0.5rem}.section-title span{color:var(--red-primary)}.section-underline{width:60px;height:4px;background:linear-gradient(90deg,var(--red-primary),var(--red-orange));border-radius:2px;margin:0 auto 2.5rem}.section-underline.left{margin-left:0}.section-features{background:var(--bg-dark);padding:70px 0}.feature-card{background:var(--bg-card);border:1px solid var(--border-red);border-radius:14px;padding:28px 22px;height:100%;transition:transform 0.25s,box-shadow 0.25s,border-color 0.25s}.feature-card:hover{transform:translateY(-6px);box-shadow:0 10px 32px rgba(239,68,68,0.22);border-color:var(--red-primary)}.feature-icon{font-size:2.2rem;color:var(--red-primary);margin-bottom:1rem;display:block}.feature-card h5{font-weight:700;color:var(--text-light);margin-bottom:0.5rem;font-size:1.05rem}.feature-card p{color:var(--text-muted);font-size:0.9rem;line-height:1.7;margin:0}.img-showcase{border-radius:14px;border:2px solid var(--border-red);width:100%;max-width:100%;display:block;margin:0 auto;box-shadow:0 6px 28px rgba(239,68,68,0.18)}.section-steps{background:var(--bg-deep);padding:70px 0}.step-card{background:var(--bg-card2);border:1px solid var(--border-red);border-radius:14px;padding:32px 22px;text-align:center;position:relative;transition:transform 0.25s,box-shadow 0.25s}.step-card:hover{transform:translateY(-5px);box-shadow:0 8px 28px rgba(239,68,68,0.2)}.step-num{width:54px;height:54px;background:linear-gradient(135deg,var(--red-primary),var(--red-dark));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 1.2rem;box-shadow:0 0 16px rgba(239,68,68,0.4)}.step-card h5{font-weight:700;color:var(--text-light);margin-bottom:0.6rem}.step-card p{color:var(--text-muted);font-size:0.9rem;line-height:1.7;margin:0}.section-games{background:var(--bg-dark);padding:70px 0}.game-card{background:var(--bg-card);border:1px solid var(--border-red);border-radius:12px;overflow:hidden;transition:transform 0.25s,box-shadow 0.25s;display:block;text-decoration:none}.game-card:hover{transform:scale(1.03);box-shadow:0 8px 28px rgba(239,68,68,0.3)}.game-card img{width:100%;height:180px;object-fit:cover;display:block}.game-card-body{overflow-x:clip;width:100%;padding:14px 16px}.game-card-body h6{color:var(--text-light);font-weight:700;margin:0;font-size:0.95rem}.game-tag{display:inline-block;background:rgba(239,68,68,0.15);color:var(--red-primary);border-radius:4px;font-size:0.72rem;padding:2px 8px;font-weight:600;margin-top:6px}.section-pricing{background:var(--bg-deep);padding:70px 0}.price-card{background:var(--bg-card);border:2px solid var(--border-red);border-radius:16px;padding:36px 24px;text-align:center;height:100%;transition:transform 0.25s,box-shadow 0.25s,border-color 0.25s;position:relative}.price-card.featured{border-color:var(--red-primary);background:linear-gradient(160deg,#1f0d0d,#1f2937);box-shadow:0 0 32px rgba(239,68,68,0.25)}.price-card:hover{transform:translateY(-6px);box-shadow:0 10px 32px rgba(239,68,68,0.3);border-color:var(--red-primary)}.price-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:linear-gradient(90deg,var(--red-primary),var(--red-orange));color:var(--text-light);font-size:0.75rem;font-weight:700;padding:4px 16px;border-radius:50px;letter-spacing:0.05em;text-transform:uppercase}.price-name{font-size:1rem;font-weight:600;color:var(--text-muted);margin-bottom:0.8rem}.price-amount{font-size:2.4rem;font-weight:700;color:var(--red-primary);line-height:1}.price-amount span{font-size:1rem;color:var(--text-muted);font-weight:400}.price-features{list-style:none;padding:0;margin:1.5rem 0;text-align:left}.price-features li{padding:6px 0;color:var(--text-light);font-size:0.9rem;border-bottom:1px solid rgba(255,255,255,0.06)}.price-features li:last-child{border-bottom:none}.price-features li i{color:var(--red-primary);margin-right:8px}.btn-price{display:block;width:100%;background:linear-gradient(135deg,var(--red-primary),var(--red-dark));color:var(--text-light);font-weight:700;font-size:0.95rem;border:none;padding:0.7rem 1rem;border-radius:8px;text-decoration:none;transition:all 0.25s;box-shadow:0 4px 14px rgba(239,68,68,0.3)}.btn-price:hover{box-shadow:0 6px 22px rgba(239,68,68,0.55);transform:translateY(-1px);color:var(--text-light)}.btn-price-outline{display:block;width:100%;background:transparent;color:var(--red-primary);font-weight:700;font-size:0.95rem;border:2px solid var(--red-primary);padding:0.65rem 1rem;border-radius:8px;text-decoration:none;transition:all 0.25s}.btn-price-outline:hover{background:var(--red-primary);color:var(--text-light)}.section-testimonials{background:var(--bg-dark);padding:70px 0}.testi-card{background:var(--bg-card);border:1px solid var(--border-red);border-radius:14px;padding:28px 24px;height:100%;position:relative}.testi-card::before{content:'\201C';font-size:5rem;line-height:0.6;color:rgba(239,68,68,0.2);position:absolute;top:20px;left:20px;font-family:serif}.testi-text{color:var(--text-light);font-size:0.95rem;line-height:1.8;margin-bottom:1.2rem;padding-top:1.8rem}.testi-author{display:flex;align-items:center;gap:12px}.testi-avatar{width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,var(--red-primary),var(--red-dark));display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--text-light);font-size:1.1rem;flex-shrink:0}.testi-name{font-weight:700;color:var(--text-light);font-size:0.95rem}.testi-city{font-size:0.8rem;color:var(--text-muted)}.testi-stars{color:#f59e0b;font-size:0.85rem}.privacy-notice{background:linear-gradient(135deg,rgba(239,68,68,0.08),rgba(249,115,22,0.06));border:1px solid rgba(239,68,68,0.25);border-left:4px solid var(--red-primary);border-radius:10px;padding:20px 24px;display:flex;align-items:flex-start;gap:14px}.privacy-notice i{color:var(--red-primary);font-size:1.4rem;flex-shrink:0;margin-top:2px}.privacy-notice p{margin:0;color:var(--text-muted);font-size:0.9rem;line-height:1.7}.privacy-notice a{color:var(--red-primary);text-decoration:underline}.section-responsible{background:var(--bg-deep);padding:70px 0}.resp-card{background:var(--bg-card2);border:1px solid rgba(249,115,22,0.2);border-radius:14px;padding:26px 20px;height:100%;transition:border-color 0.25s}.resp-card:hover{border-color:var(--red-orange)}.resp-card i{font-size:2rem;color:var(--red-orange);margin-bottom:0.8rem;display:block}.resp-card h6{font-weight:700;color:var(--text-light);margin-bottom:0.5rem}.resp-card p{color:var(--text-muted);font-size:0.88rem;line-height:1.7;margin:0}.age-alert{background:linear-gradient(135deg,rgba(249,115,22,0.12),rgba(185,28,28,0.1));border:2px solid var(--red-orange);border-radius:12px;padding:22px 24px;display:flex;align-items:center;gap:16px;margin-top:2rem}.age-circle{width:60px;height:60px;border-radius:50%;background:var(--red-orange);display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;color:var(--text-light);flex-shrink:0}.age-alert p{margin:0;color:var(--text-light);font-size:0.92rem;line-height:1.7}.age-alert strong{color:var(--red-orange)}.section-faq{background:var(--bg-dark);padding:70px 0}.accordion-item{background:var(--bg-card) !important;border:1px solid var(--border-red) !important;border-radius:10px !important;margin-bottom:12px;overflow:hidden}.accordion-button{background:var(--bg-card) !important;color:var(--text-light) !important;font-weight:600;font-size:1rem;box-shadow:none !important}.accordion-button:not(.collapsed){background:linear-gradient(90deg,rgba(239,68,68,0.15),transparent) !important;color:var(--red-primary) !important;border-bottom:1px solid var(--border-red)}.accordion-button::after{filter:invert(40%) sepia(80%) saturate(600%) hue-rotate(330deg)}.accordion-body{overflow-x:clip;width:100%;background:var(--bg-card2) !important;color:var(--text-muted);font-size:0.92rem;line-height:1.8;padding:20px 22px}.section-content{background:var(--bg-deep);padding:70px 0}.content-body{overflow-x:clip;width:100%;color:var(--text-muted);font-size:0.97rem;line-height:1.95}.content-body h2{color:var(--text-light);font-size:1.5rem;font-weight:700;margin-top:2rem;margin-bottom:0.7rem}.content-body h3{color:var(--red-primary);font-size:1.2rem;font-weight:600;margin-top:1.5rem;margin-bottom:0.6rem}.content-body strong{color:var(--text-light)}.content-body p{margin-bottom:1.1rem}.divider-red{height:2px;background:linear-gradient(90deg,transparent,var(--red-primary),transparent);border:none;margin:0}.text-red{color:var(--red-primary) !important}.text-orange{color:var(--red-orange) !important}.bg-section-alt{background:var(--bg-dark)}@media (max-width:767px){.hero-section{padding:60px 0 40px}.btn-hero-secondary{margin-left:0;margin-top:0.6rem}.hero-section h1{font-size:1.7rem}}
/* ab99 index mobile layout guard */
@media (max-width:767px){
  .navbar-custom{padding-left:.75rem;padding-right:.75rem}
  .navbar-custom .container{max-width:100%;min-width:0}
  .navbar-brand img{max-width:150px}
  .hero-section{overflow-x:hidden}
  .hero-section .container,
  .hero-section .row,
  .hero-section [class*="col-"]{max-width:100%;min-width:0}
  .hero-badge{max-width:100%;white-space:normal;letter-spacing:0;text-transform:none;line-height:1.45}
  .hero-section h1{max-width:100%;font-size:clamp(1.45rem,8vw,1.9rem);line-height:1.28;overflow-wrap:anywhere}
  .hero-section p.lead{max-width:100%;font-size:.95rem;line-height:1.75;overflow-wrap:anywhere}
  .hero-section .d-flex{width:100%;flex-direction:column;align-items:stretch}
  .hero-section .btn-hero-primary,
  .hero-section .btn-hero-secondary{width:100%;max-width:100%;margin-left:0;margin-top:0;text-align:center;white-space:normal}
  .hero-section .img-showcase{margin-top:1.25rem}
  .floating-cta{left:12px;right:12px;max-width:calc(100vw - 24px)}
}
@media (max-width:420px){
  .hero-section{padding-top:46px}
  .hero-badge{font-size:.74rem;padding:4px 12px;border-radius:16px}
  .hero-section h1{font-size:1.48rem}
}
/* ab99 index mobile hero gutter fix */
@media (max-width:767px){
  .hero-section .row{--bs-gutter-x:0;margin-left:0;margin-right:0}
  .hero-section .row>*{padding-left:0;padding-right:0}
  .hero-section h1{font-size:1.34rem;word-break:break-word;overflow-wrap:break-word}
  .hero-section p.lead{word-break:break-word;overflow-wrap:break-word}
}
@media (max-width:420px){
  .hero-section h1{font-size:1.28rem}
}
/* ab99 index mobile hero width fix */
@media (max-width:767px){
  .hero-section>.container{
    width:calc(100vw - 24px)!important;
    max-width:calc(100vw - 24px)!important;
    padding-left:0!important;
    padding-right:0!important;
  }
  .hero-section h1,
  .hero-section p.lead,
  .hero-section .d-flex,
  .hero-section .img-showcase{width:100%;max-width:100%}
}