:root {
      --orange: #f97316;
      --gold: #facc15;
      --dark: #111827;
      --dark2: #1a2235;
      --dark3: #1f2d3d;
      --dark4: #162032;
      --muted: #9ca3af;
      --text: #e5e7eb;
    }

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
    overflow-x: clip;
    width: 100%;
      font-family: 'Hind Siliguri', sans-serif;
      background: var(--dark);
      color: var(--text);
      line-height: 1.75;
      overflow-x: hidden;
    }

/* TICKER */
    .ticker-wrap {
      background: linear-gradient(90deg, var(--orange), #ea580c, var(--orange));
      overflow: hidden;
      white-space: nowrap;
      padding: 0.5rem 0;
      border-bottom: 2px solid var(--gold);
    }

.ticker-inner {
      display: inline-flex;
      animation: ticker-scroll 35s linear infinite;
    }

.ticker-item {
      font-size: 0.82rem;
      font-weight: 700;
      color: #fff;
      padding: 0 2.5rem;
      letter-spacing: 0.02em;
    }

.ticker-item .mult { color: var(--gold); }

@keyframes ticker-scroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }

/* BREADCRUMB */
    .breadcrumb-bar {
      background: var(--dark2);
      border-bottom: 1px solid rgba(249,115,22,0.12);
      padding: 0.65rem 0;
    }

.breadcrumb {
      margin: 0;
      background: none;
      padding: 0;
      font-size: 0.83rem;
    }

.breadcrumb-item a { color: var(--orange); text-decoration: none; }

.breadcrumb-item a:hover { color: var(--gold); }

.breadcrumb-item.active { color: var(--muted); }

.breadcrumb-item + .breadcrumb-item::before { color: var(--muted); }

/* HERO */
    .page-hero {
      background: linear-gradient(135deg, #0d1520 0%, #1a0a2e 40%, #0f1c30 70%, #111827 100%);
      padding: 5rem 0 4rem;
      position: relative;
      overflow: hidden;
    }

.page-hero::before {
      content: '';
      position: absolute;
      top: -60px; right: -60px;
      width: 420px; height: 420px;
      background: radial-gradient(circle, rgba(249,115,22,0.18) 0%, transparent 70%);
      pointer-events: none;
    }

.page-hero::after {
      content: '';
      position: absolute;
      bottom: -80px; left: -60px;
      width: 350px; height: 350px;
      background: radial-gradient(circle, rgba(250,204,21,0.1) 0%, transparent 70%);
      pointer-events: none;
    }

.hero-badge {
      display: inline-flex;
      align-items: center;
      background: rgba(249,115,22,0.15);
      border: 1px solid rgba(249,115,22,0.4);
      color: var(--orange);
      font-size: 0.82rem;
      font-weight: 700;
      padding: 0.35rem 1rem;
      border-radius: 50px;
      margin-bottom: 1.2rem;
      letter-spacing: 0.04em;
    }

.page-hero h1 {
      font-size: clamp(1.9rem, 4vw, 2.9rem);
      font-weight: 800;
      color: #fff;
      line-height: 1.25;
      margin-bottom: 1.1rem;
    }

.page-hero h1 span { color: var(--orange); }

.page-hero .lead {
      color: #c5ccd8;
      font-size: 1rem;
      margin-bottom: 1.5rem;
      max-width: 560px;
    }

.live-dot {
      width: 8px; height: 8px;
      background: #4ade80;
      border-radius: 50%;
      animation: blink 1.2s infinite;
    }

@keyframes blink { 0%,100%{opacity:1;} 50%{opacity:0.3;} }

/* HERO VISUAL */
    .night-scene {
      background: linear-gradient(160deg, #0d0d1f 0%, #1a0a2e 50%, #0a1628 100%);
      border: 2px solid rgba(249,115,22,0.25);
      border-radius: 20px;
      padding: 2rem;
      position: relative;
      overflow: hidden;
      min-height: 320px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
    }

.night-scene::before {
      content: '';
      position: absolute;
      inset: 0;
      background: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 60px,
        rgba(249,115,22,0.03) 60px,
        rgba(249,115,22,0.03) 61px
      );
    }

.city-skyline {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      gap: 4px;
      margin-bottom: 1.5rem;
      position: relative;
      z-index: 1;
    }

.building {
      background: linear-gradient(180deg, #1e1e4a 0%, #0d0d2b 100%);
      border-radius: 3px 3px 0 0;
      position: relative;
      border: 1px solid rgba(249,115,22,0.2);
    }

.building::after {
      content: '';
      position: absolute;
      top: 15%;
      left: 10%;
      right: 10%;
      bottom: 10%;
      background: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 8px,
        rgba(250,204,21,0.15) 8px,
        rgba(250,204,21,0.15) 9px
      );
    }

.neon-sign {
      font-size: 2.5rem;
      margin-bottom: 0.5rem;
      animation: neon-glow 2s ease-in-out infinite alternate;
      position: relative;
      z-index: 1;
    }

@keyframes neon-glow {
      from { text-shadow: 0 0 10px #f97316, 0 0 20px #f97316, 0 0 40px #f97316; }
      to { text-shadow: 0 0 5px #facc15, 0 0 15px #facc15, 0 0 30px #facc15; }
    }

.reel-display {
      display: flex;
      gap: 8px;
      margin: 1rem 0;
      position: relative;
      z-index: 1;
    }

.reel-item {
      background: rgba(255,255,255,0.06);
      border: 2px solid rgba(249,115,22,0.4);
      border-radius: 10px;
      width: 60px; height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.8rem;
      box-shadow: 0 0 12px rgba(249,115,22,0.2);
    }

.reel-item.win {
      border-color: var(--gold);
      background: rgba(250,204,21,0.1);
      box-shadow: 0 0 16px rgba(250,204,21,0.3);
    }

.multiplier-badge {
      background: linear-gradient(135deg, var(--orange), #ea580c);
      color: #fff;
      font-weight: 800;
      font-size: 1.1rem;
      padding: 0.5rem 1.5rem;
      border-radius: 50px;
      margin-top: 0.8rem;
      position: relative;
      z-index: 1;
      box-shadow: 0 4px 20px rgba(249,115,22,0.4);
    }

/* BUTTONS */
    .btn-primary-orange {
      display: inline-flex;
      align-items: center;
      background: linear-gradient(135deg, var(--orange), #ea580c);
      color: #fff !important;
      font-weight: 700;
      padding: 0.8rem 2rem;
      border-radius: 8px;
      font-size: 0.95rem;
      border: none;
      text-decoration: none;
      transition: all 0.3s;
      box-shadow: 0 4px 18px rgba(249,115,22,0.35);
    }

.btn-primary-orange:hover {
      background: linear-gradient(135deg, #fb923c, var(--orange));
      transform: translateY(-2px);
      box-shadow: 0 6px 24px rgba(249,115,22,0.5);
    }

.btn-outline-gold {
      display: inline-flex;
      align-items: center;
      background: transparent;
      color: var(--gold) !important;
      font-weight: 700;
      padding: 0.8rem 2rem;
      border-radius: 8px;
      font-size: 0.95rem;
      border: 2px solid var(--gold);
      text-decoration: none;
      transition: all 0.3s;
    }

.btn-outline-gold:hover {
      background: rgba(250,204,21,0.1);
      transform: translateY(-2px);
    }

.w-100 { width: 100%; }

.justify-content-center { justify-content: center; }

/* STATS */
    .stat-item {
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(249,115,22,0.15);
      border-radius: 10px;
      padding: 1rem;
      text-align: center;
    }

.stat-num {
      font-size: 1.4rem;
      font-weight: 800;
      color: var(--orange);
    }

.stat-lbl {
      font-size: 0.75rem;
      color: var(--muted);
      margin-top: 0.2rem;
    }

/* SECTIONS */
    .section-pad { padding: 4.5rem 0; }

.bg-dark2 { background: var(--dark2); }

.bg-dark { background: var(--dark); }

.section-title {
      font-size: clamp(1.5rem, 3vw, 2.1rem);
      font-weight: 800;
      color: #fff;
      line-height: 1.3;
    }

.section-title span { color: var(--orange); }

.section-sub { color: var(--muted); font-size: 0.95rem; max-width: 560px; margin: 0 auto; }

.divider-line {
      width: 50px; height: 3px;
      background: linear-gradient(90deg, var(--orange), var(--gold));
      border-radius: 2px;
      margin-bottom: 1rem;
    }

/* CONTENT BLOCKS */
    .content-block {
      background: var(--dark3);
      border: 1px solid rgba(249,115,22,0.15);
      border-radius: 14px;
      padding: 2rem;
      margin-bottom: 1.5rem;
    }

.content-block h3 {
      color: var(--gold);
      font-size: 1.15rem;
      font-weight: 700;
      margin-bottom: 1rem;
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }

.content-block h3 i { color: var(--orange); }

.content-block p {
      color: #c5ccd8;
      margin-bottom: 0.9rem;
      font-size: 0.95rem;
    }

.content-block p:last-child { margin-bottom: 0; }

/* INFO BOX */
    .info-box {
      background: rgba(249,115,22,0.07);
      border: 1px solid rgba(249,115,22,0.25);
      border-radius: 12px;
      padding: 1.5rem;
      margin-bottom: 1.5rem;
    }

.info-box h5 {
      color: var(--orange);
      font-weight: 700;
      font-size: 0.95rem;
      margin-bottom: 0.8rem;
    }

.info-box ul {
      list-style: none;
      padding: 0; margin: 0;
    }

.info-box ul li {
      color: #c5ccd8;
      font-size: 0.88rem;
      padding: 0.35rem 0;
      padding-left: 1.3rem;
      position: relative;
      border-bottom: 1px solid rgba(255,255,255,0.05);
    }

.info-box ul li:last-child { border-bottom: none; }

.info-box ul li::before {
      content: '🎰';
      position: absolute;
      left: 0;
      font-size: 0.8rem;
    }

/* WARN BOX */
    .warn-box {
      background: rgba(239,68,68,0.07);
      border: 1px solid rgba(239,68,68,0.25);
      border-radius: 12px;
      padding: 1.2rem 1.5rem;
    }

.warn-box h6 { color: #f87171; font-weight: 700; margin-bottom: 0.5rem; }

.warn-box p { color: #c5ccd8; font-size: 0.87rem; margin: 0; }

/* IMAGE */
    .img-wrap {
      border-radius: 14px;
      overflow: hidden;
      margin-bottom: 1.5rem;
      border: 1px solid rgba(249,115,22,0.18);
      box-shadow: 0 8px 32px rgba(0,0,0,0.4);
    }

.img-wrap img {
      width: 100%;
      height: auto;
      display: block;
      transition: transform 0.4s ease;
    }

.img-wrap:hover img { transform: scale(1.02); }

/* FEATURE CARDS */
    .feat-card {
      background: var(--dark3);
      border: 1px solid rgba(249,115,22,0.18);
      border-radius: 14px;
      padding: 1.8rem 1.5rem;
      height: 100%;
      transition: all 0.3s;
      position: relative;
      overflow: hidden;
    }

.feat-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--orange), var(--gold));
      transform: scaleX(0);
      transition: transform 0.3s;
      transform-origin: left;
    }

.feat-card:hover::before { transform: scaleX(1); }

.feat-card:hover {
      transform: translateY(-5px);
      border-color: rgba(249,115,22,0.4);
      box-shadow: 0 12px 30px rgba(249,115,22,0.12);
    }

.feat-icon {
      width: 52px; height: 52px;
      background: rgba(249,115,22,0.12);
      border: 1px solid rgba(249,115,22,0.3);
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.3rem;
      color: var(--orange);
      margin-bottom: 1rem;
    }

.feat-title {
      font-weight: 700;
      font-size: 1rem;
      color: #fff;
      margin-bottom: 0.6rem;
    }

.feat-text { color: var(--muted); font-size: 0.87rem; line-height: 1.6; }

/* SYMBOL TABLE */
    .custom-table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0;
      font-size: 0.87rem;
    }

.custom-table thead tr { background: rgba(249,115,22,0.15); }

.custom-table th {
      color: var(--gold);
      font-weight: 700;
      padding: 0.9rem 1rem;
      border-bottom: 2px solid rgba(249,115,22,0.3);
      white-space: nowrap;
    }

.custom-table td {
      padding: 0.8rem 1rem;
      color: #c5ccd8;
      border-bottom: 1px solid rgba(255,255,255,0.05);
      vertical-align: middle;
    }

.custom-table tr:last-child td { border-bottom: none; }

.custom-table tr:hover td { background: rgba(249,115,22,0.04); }

.sym-badge {
      display: inline-flex;
      align-items: center;
      gap: 0.3rem;
      font-size: 0.78rem;
      font-weight: 700;
      padding: 0.25rem 0.7rem;
      border-radius: 50px;
    }

.sym-gold { background: rgba(250,204,21,0.15); color: var(--gold); border: 1px solid rgba(250,204,21,0.3); }

.sym-orange { background: rgba(249,115,22,0.15); color: var(--orange); border: 1px solid rgba(249,115,22,0.3); }

.sym-green { background: rgba(34,197,94,0.12); color: #4ade80; border: 1px solid rgba(34,197,94,0.3); }

.sym-purple { background: rgba(168,85,247,0.12); color: #c084fc; border: 1px solid rgba(168,85,247,0.3); }

/* STEP ITEMS */
    .step-item {
      display: flex;
      align-items: flex-start;
      gap: 1rem;
      margin-bottom: 1.2rem;
    }

.step-num {
      min-width: 36px; height: 36px;
      background: linear-gradient(135deg, var(--orange), #ea580c);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 800;
      font-size: 0.85rem;
      color: #fff;
      flex-shrink: 0;
    }

.step-content h5 {
      color: #fff;
      font-weight: 700;
      font-size: 0.95rem;
      margin-bottom: 0.3rem;
    }

.step-content p { color: var(--muted); font-size: 0.85rem; margin: 0; }

/* PAYTABLE VISUAL */
    .paytable-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
      gap: 1rem;
      margin-top: 1rem;
    }

.paytable-card {
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(249,115,22,0.18);
      border-radius: 10px;
      padding: 1rem 0.8rem;
      text-align: center;
      transition: all 0.25s;
    }

.paytable-card:hover {
      border-color: rgba(250,204,21,0.4);
      background: rgba(250,204,21,0.05);
      transform: translateY(-3px);
    }

.paytable-card .symbol { font-size: 2rem; margin-bottom: 0.4rem; }

.paytable-card .sym-name { font-size: 0.75rem; color: var(--muted); margin-bottom: 0.4rem; }

.paytable-card .sym-val { font-size: 0.85rem; font-weight: 700; color: var(--gold); }

/* BONUS ROUND */
    .bonus-card {
      background: linear-gradient(135deg, rgba(168,85,247,0.1), rgba(249,115,22,0.08));
      border: 1px solid rgba(168,85,247,0.25);
      border-radius: 14px;
      padding: 1.5rem;
      margin-bottom: 1rem;
      position: relative;
      overflow: hidden;
    }

.bonus-card::before {
      content: '';
      position: absolute;
      top: -20px; right: -20px;
      width: 100px; height: 100px;
      background: radial-gradient(circle, rgba(168,85,247,0.15), transparent);
      pointer-events: none;
    }

.bonus-card h5 { color: #c084fc; font-weight: 700; font-size: 0.95rem; margin-bottom: 0.5rem; }

.bonus-card p { color: #c5ccd8; font-size: 0.87rem; margin: 0; }

.bonus-icon { font-size: 1.8rem; margin-bottom: 0.5rem; }

/* RTP DISPLAY */
    .rtp-display {
      background: linear-gradient(135deg, rgba(249,115,22,0.12), rgba(250,204,21,0.08));
      border: 2px solid rgba(249,115,22,0.3);
      border-radius: 14px;
      padding: 1.5rem;
      text-align: center;
      margin-bottom: 1rem;
    }

.rtp-num {
      font-size: 3rem;
      font-weight: 800;
      color: var(--orange);
      line-height: 1;
      margin-bottom: 0.3rem;
    }

.rtp-label { color: var(--muted); font-size: 0.85rem; }

/* CTA STRIP */
    .cta-strip {
      background: linear-gradient(135deg, #c2410c 0%, var(--orange) 50%, #ea580c 100%);
      padding: 3.5rem 0;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

.cta-strip::before {
      content: '';
      position: absolute;
      top: -50%;
      left: -10%;
      width: 120%;
      height: 200%;
      background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 30px,
        rgba(255,255,255,0.03) 30px,
        rgba(255,255,255,0.03) 31px
      );
    }

.cta-strip h3 {
      font-size: clamp(1.4rem, 3vw, 2rem);
      font-weight: 800;
      color: #fff;
      margin-bottom: 0.8rem;
      position: relative;
      z-index: 1;
    }

.cta-strip p {
      color: rgba(255,255,255,0.88);
      font-size: 1rem;
      margin-bottom: 1.5rem;
      position: relative;
      z-index: 1;
    }

.cta-strip .btn-cta-white {
      display: inline-flex;
      align-items: center;
      background: #fff;
      color: var(--orange) !important;
      font-weight: 800;
      padding: 0.85rem 2.2rem;
      border-radius: 8px;
      font-size: 1rem;
      text-decoration: none;
      transition: all 0.3s;
      position: relative;
      z-index: 1;
      box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    }

.cta-strip .btn-cta-white:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 28px rgba(0,0,0,0.3);
    }

/* RESPONSIVE */
    @media (max-width: 768px) {
.page-hero { padding: 3rem 0 2.5rem; }

.night-scene { min-height: 220px; padding: 1.5rem; }

.reel-item { width: 48px; height: 48px; font-size: 1.4rem; }

.building { display: none; }

.section-pad { padding: 3rem 0; }

.paytable-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 480px) {
.paytable-grid { grid-template-columns: repeat(2, 1fr); }
}
