:root {
      --orange: #f97316;
      --gold: #facc15;
      --dark1: #111827;
      --dark2: #1a2233;
      --dark3: #1f2937;
      --dark4: #374151;
      --muted: #9ca3af;
      --white: #ffffff;
      --green: #22c55e;
    }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
    overflow-x: clip;
    width: 100%;
      font-family: 'Hind Siliguri', sans-serif;
      background: var(--dark1);
      color: #e5e7eb;
      font-size: 1rem;
      line-height: 1.75;
      overflow-x: hidden;
    }

/* READING PROGRESS */
    #readingProgress {
      position: fixed; top: 0; left: 0;
      height: 3px; width: 0%;
      background: linear-gradient(90deg, var(--orange), var(--gold));
      z-index: 9999; transition: width 0.1s linear;
    }

.nav-cta {
      background: linear-gradient(135deg, var(--orange), #ea580c) !important;
      color: #fff !important; padding: 0.45rem 1.1rem !important;
      border-radius: 8px; font-weight: 700;
    }

.nav-cta:hover {
      background: linear-gradient(135deg, #fb923c, var(--orange)) !important;
      color: #fff !important;
    }

.nav-login-outline {
      border: 2px solid rgba(249,115,22,0.45);
      color: var(--orange) !important;
      padding: 0.4rem 1rem !important;
      border-radius: 8px; font-weight: 700; font-size: 0.82rem;
    }

.nav-login-outline:hover {
      background: rgba(249,115,22,0.08) !important;
      border-color: var(--orange);
    }

/* BREADCRUMB */
    .breadcrumb-bar {
      background: var(--dark2);
      border-bottom: 1px solid rgba(249,115,22,0.1);
      padding: 0.65rem 0;
    }

.breadcrumb { margin: 0; background: none; padding: 0; }

.breadcrumb-item a { color: var(--orange); text-decoration: none; font-size: 0.82rem; }

.breadcrumb-item.active { color: var(--muted); font-size: 0.82rem; }

.breadcrumb-item + .breadcrumb-item::before { color: var(--muted); content: "›"; }

/* HERO */
    .page-hero {
      background: linear-gradient(135deg, #0f172a 0%, #1a2233 55%, #111827 100%);
      padding: 5rem 0 4rem;
      position: relative; overflow: hidden;
    }

.page-hero::before {
      content: '';
      position: absolute; top: -120px; right: -120px;
      width: 500px; height: 500px;
      background: radial-gradient(circle, rgba(249,115,22,0.1) 0%, transparent 70%);
      border-radius: 50%; pointer-events: none;
    }

.page-hero::after {
      content: '';
      position: absolute; bottom: -80px; left: -80px;
      width: 360px; height: 360px;
      background: radial-gradient(circle, rgba(250,204,21,0.06) 0%, transparent 70%);
      border-radius: 50%; pointer-events: none;
    }

.hero-badge {
      display: inline-flex; align-items: center;
      background: rgba(249,115,22,0.12);
      border: 1px solid rgba(249,115,22,0.3);
      color: var(--orange); font-size: 0.78rem; font-weight: 700;
      padding: 0.35rem 1rem; border-radius: 50px;
      margin-bottom: 1.2rem; text-transform: uppercase; letter-spacing: 0.05em;
    }

.page-hero h1 {
      font-size: clamp(1.9rem, 4vw, 2.9rem);
      font-weight: 800; color: #fff; line-height: 1.22; margin-bottom: 1rem;
    }

.page-hero h1 span {
      background: linear-gradient(90deg, var(--orange), var(--gold));
      -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    }

.page-hero .lead { color: #9ca3af; font-size: 1rem; margin-bottom: 2rem; max-width: 520px; }

.hero-badges-row { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 2rem; }

.hbadge {
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(255,255,255,0.08);
      color: #d1d5db; font-size: 0.78rem; font-weight: 600;
      padding: 0.3rem 0.8rem; border-radius: 50px;
      display: flex; align-items: center; gap: 0.35rem;
    }

.hbadge i { color: var(--gold); }

/* PHONE MOCKUP */
    .phone-mockup {
      position: relative; display: flex; justify-content: center; align-items: center;
    }

.phone-outer {
      width: 220px; height: 420px;
      background: linear-gradient(160deg, #1f2937, #111827);
      border-radius: 36px;
      border: 2px solid rgba(249,115,22,0.35);
      box-shadow: 0 20px 60px rgba(0,0,0,0.5), 0 0 40px rgba(249,115,22,0.1);
      position: relative; overflow: hidden;
      display: flex; flex-direction: column; align-items: center;
    }

.phone-notch {
      width: 80px; height: 20px;
      background: #0b1120; border-radius: 0 0 12px 12px;
      margin-top: 8px; flex-shrink: 0;
    }

.phone-screen {
      flex: 1; width: 100%; padding: 0.8rem;
      display: flex; flex-direction: column; gap: 0.5rem; overflow: hidden;
    }

.phone-top-bar {
      display: flex; justify-content: space-between; align-items: center;
    }

.phone-logo-text { font-size: 1rem; font-weight: 900; color: var(--orange); letter-spacing: 0.02em; }

.phone-balance-chip {
      background: rgba(249,115,22,0.15); color: var(--gold);
      font-size: 0.6rem; font-weight: 700; padding: 0.15rem 0.4rem; border-radius: 6px;
    }

.phone-banner {
      background: linear-gradient(135deg, rgba(249,115,22,0.25), rgba(250,204,21,0.1));
      border: 1px solid rgba(249,115,22,0.2);
      border-radius: 10px; padding: 0.5rem 0.6rem;
    }

.phone-banner p { font-size: 0.58rem; color: var(--gold); font-weight: 800; margin: 0; }

.phone-banner span { font-size: 0.52rem; color: #d1d5db; }

.phone-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.4rem; }

.phone-game-tile {
      background: var(--dark3); border-radius: 8px; padding: 0.5rem;
      text-align: center; border: 1px solid rgba(255,255,255,0.05);
    }

.phone-game-tile .tile-icon { font-size: 1.1rem; }

.phone-game-tile .tile-name { font-size: 0.48rem; color: #9ca3af; font-weight: 600; margin-top: 0.2rem; }

.phone-bottom-nav {
      display: flex; justify-content: space-around; padding: 0.4rem 0 0.5rem;
      border-top: 1px solid rgba(255,255,255,0.06);
    }

.phone-bottom-nav span { font-size: 0.55rem; color: var(--muted); text-align: center; display: flex; flex-direction: column; align-items: center; gap: 0.15rem; }

.phone-bottom-nav span i { font-size: 0.7rem; }

.phone-bottom-nav span.active-tab { color: var(--orange); }

.phone-glow {
      position: absolute; bottom: -40px; left: 50%; transform: translateX(-50%);
      width: 180px; height: 80px;
      background: radial-gradient(ellipse, rgba(249,115,22,0.25) 0%, transparent 70%);
      pointer-events: none;
    }

/* DOWNLOAD BTN */
    .btn-download {
      display: inline-flex; align-items: center; gap: 0.6rem;
      background: linear-gradient(135deg, var(--orange), #ea580c);
      color: #fff; font-weight: 800; font-size: 1rem;
      padding: 0.9rem 2rem; border-radius: 14px; text-decoration: none;
      box-shadow: 0 6px 24px rgba(249,115,22,0.4); transition: all 0.25s;
      font-family: 'Hind Siliguri', sans-serif; border: none; cursor: pointer;
    }

.btn-download:hover {
      background: linear-gradient(135deg, #fb923c, var(--orange));
      transform: translateY(-2px); box-shadow: 0 10px 32px rgba(249,115,22,0.5); color: #fff;
    }

.btn-outline-app {
      display: inline-flex; align-items: center; gap: 0.6rem;
      background: transparent; color: var(--orange); font-weight: 800; font-size: 1rem;
      padding: 0.88rem 2rem; border-radius: 14px; text-decoration: none;
      border: 2px solid rgba(249,115,22,0.4); transition: all 0.25s;
      font-family: 'Hind Siliguri', sans-serif;
    }

.btn-outline-app:hover {
      background: rgba(249,115,22,0.08); border-color: var(--orange);
      color: var(--orange); transform: translateY(-2px);
    }

/* STATS STRIP */
    .stats-strip {
      background: var(--dark2);
      border-top: 1px solid rgba(249,115,22,0.1);
      border-bottom: 1px solid rgba(249,115,22,0.1);
      padding: 1.8rem 0;
    }

.stat-item { text-align: center; padding: 0.5rem 1rem; }

.stat-num {
      font-size: 1.9rem; font-weight: 900;
      background: linear-gradient(90deg, var(--orange), var(--gold));
      -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
      line-height: 1.1;
    }

.stat-label { font-size: 0.8rem; color: var(--muted); font-weight: 600; margin-top: 0.25rem; }

.stat-divider { width: 1px; background: rgba(255,255,255,0.08); align-self: stretch; }

/* SECTIONS */
    .section-pad { padding: 5rem 0; }

.section-title {
      font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800; color: #fff;
    }

.section-title .hl {
      background: linear-gradient(90deg, var(--orange), var(--gold));
      -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    }

.divider-line {
      width: 50px; height: 3px;
      background: linear-gradient(90deg, var(--orange), var(--gold));
      border-radius: 3px; margin-bottom: 1rem;
    }

.bg-dark2 { background: var(--dark2); }

/* FEATURE CARDS */
    .feat-card {
      background: var(--dark3);
      border: 1px solid rgba(255,255,255,0.06);
      border-radius: 18px; padding: 2rem 1.6rem; height: 100%;
      transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
    }

.feat-card:hover {
      border-color: rgba(249,115,22,0.3);
      transform: translateY(-5px);
      box-shadow: 0 12px 40px rgba(249,115,22,0.08);
    }

.feat-icon-wrap {
      width: 56px; height: 56px;
      background: rgba(249,115,22,0.1);
      border-radius: 14px; display: flex; align-items: center; justify-content: center;
      font-size: 1.6rem; margin-bottom: 1.1rem;
    }

.feat-title { font-size: 1.05rem; font-weight: 800; color: #fff; margin-bottom: 0.55rem; }

.feat-text { font-size: 0.87rem; color: #9ca3af; line-height: 1.75; }

/* STEPS */
    .step-row { display: flex; gap: 1.5rem; margin-bottom: 2rem; }

.step-num-big {
      width: 52px; height: 52px; flex-shrink: 0;
      background: linear-gradient(135deg, var(--orange), #ea580c);
      border-radius: 14px; display: flex; align-items: center; justify-content: center;
      font-size: 1.3rem; font-weight: 900; color: #fff;
      box-shadow: 0 4px 16px rgba(249,115,22,0.3);
    }

.step-body h5 { font-size: 1rem; font-weight: 800; color: #fff; margin-bottom: 0.35rem; }

.step-body p { font-size: 0.87rem; color: #9ca3af; margin: 0; line-height: 1.7; }

/* REQUIREMENTS TABLE */
    .req-table { width: 100%; border-collapse: collapse; }

.req-table th {
      background: rgba(249,115,22,0.1); color: var(--orange);
      font-size: 0.82rem; font-weight: 800; padding: 0.7rem 1rem;
      text-align: left; border-bottom: 1px solid rgba(249,115,22,0.15);
    }

.req-table td {
      padding: 0.7rem 1rem; font-size: 0.85rem; color: #9ca3af;
      border-bottom: 1px solid rgba(255,255,255,0.05);
    }

.req-table tr:last-child td { border-bottom: none; }

.req-table tr:hover td { background: rgba(255,255,255,0.02); color: #d1d5db; }

/* PROSE */
    .prose-wrap { max-width: 820px; margin: 0 auto; }

.prose-wrap h2 {
      font-size: 1.45rem; font-weight: 800; color: #fff;
      margin-top: 2.5rem; margin-bottom: 1rem;
      display: flex; align-items: center; gap: 0.6rem;
    }

.prose-wrap h2 .h2-icon {
      width: 36px; height: 36px;
      background: rgba(249,115,22,0.12); border-radius: 8px;
      display: flex; align-items: center; justify-content: center;
      color: var(--orange); font-size: 0.9rem; flex-shrink: 0;
    }

.prose-wrap p { font-size: 0.95rem; color: #9ca3af; margin-bottom: 1rem; line-height: 1.85; }

.prose-wrap ul { padding-left: 1.2rem; margin-bottom: 1rem; }

.prose-wrap ul li { font-size: 0.9rem; color: #9ca3af; margin-bottom: 0.5rem; line-height: 1.7; }

.prose-wrap strong { color: #e5e7eb; }

.prose-wrap a { color: var(--orange); text-decoration: none; }

.prose-wrap a:hover { text-decoration: underline; }

.info-strip {
      background: rgba(249,115,22,0.07);
      border-left: 3px solid var(--orange);
      border-radius: 0 10px 10px 0;
      padding: 1rem 1.2rem; margin: 1.5rem 0;
    }

.info-strip p { margin: 0; font-size: 0.88rem; color: #d1d5db; }

.tip-strip {
      background: rgba(34,197,94,0.06);
      border-left: 3px solid var(--green);
      border-radius: 0 10px 10px 0;
      padding: 1rem 1.2rem; margin: 1.5rem 0;
    }

.tip-strip p { margin: 0; font-size: 0.88rem; color: #d1d5db; }

/* GAME CHIPS */
    .game-link-grid { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-top: 1rem; }

.game-chip {
      background: var(--dark3);
      border: 1px solid rgba(255,255,255,0.08);
      color: #d1d5db; font-size: 0.82rem; font-weight: 600;
      padding: 0.45rem 1rem; border-radius: 50px;
      text-decoration: none; transition: all 0.2s;
      display: flex; align-items: center; gap: 0.4rem;
    }

.game-chip:hover { border-color: var(--orange); color: var(--orange); background: rgba(249,115,22,0.06); }

.game-chip i { color: var(--gold); font-size: 0.75rem; }

/* ACCORDION */
    .accordion-item {
      background: var(--dark3);
      border: 1px solid rgba(255,255,255,0.06);
      border-radius: 12px !important;
      margin-bottom: 0.6rem; overflow: hidden;
    }

.accordion-button {
      background: var(--dark3); color: #e5e7eb;
      font-weight: 700; font-family: 'Hind Siliguri', sans-serif;
      font-size: 0.92rem; border-radius: 12px !important;
    }

.accordion-button:not(.collapsed) {
      background: rgba(249,115,22,0.08); color: var(--orange); box-shadow: none;
    }

.accordion-button::after { filter: invert(60%) sepia(80%) saturate(500%) hue-rotate(10deg); }

.accordion-button:focus { box-shadow: none; }

.accordion-body {
    overflow-x: clip;
    width: 100%; background: var(--dark3); color: #9ca3af; font-size: 0.88rem; line-height: 1.75; }

/* CTA */
    .cta-strip {
      background: linear-gradient(135deg, #1a1000 0%, #2d1200 50%, #1a0a00 100%);
      border-top: 1px solid rgba(249,115,22,0.2);
      border-bottom: 1px solid rgba(249,115,22,0.2);
      padding: 4.5rem 0; position: relative; overflow: hidden;
    }

.cta-strip::before {
      content: ''; position: absolute; top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      width: 600px; height: 300px;
      background: radial-gradient(ellipse, rgba(249,115,22,0.1) 0%, transparent 70%);
      pointer-events: none;
    }

.cta-inner { text-align: center; position: relative; z-index: 1; }

.cta-inner h3 { font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 800; color: #fff; margin-bottom: 0.8rem; }

.cta-inner h3 span {
      background: linear-gradient(90deg, var(--orange), var(--gold));
      -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    }

.cta-inner p { color: #9ca3af; font-size: 0.95rem; max-width: 520px; margin: 0 auto 2rem; }

.cta-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.2rem; margin-top: 1.8rem; }

.cta-trust span { color: #9ca3af; font-size: 0.8rem; display: flex; align-items: center; gap: 0.35rem; }

.cta-trust span i { color: var(--green); }

/* RATING STARS */
    .rating-stars { color: var(--gold); font-size: 0.85rem; letter-spacing: 0.05em; }

/* REVIEW CARD */
    .review-card {
      background: var(--dark3);
      border: 1px solid rgba(255,255,255,0.06);
      border-radius: 16px; padding: 1.5rem; height: 100%;
      transition: border-color 0.25s;
    }

.review-card:hover { border-color: rgba(249,115,22,0.2); }

.reviewer-name { font-weight: 800; color: #fff; font-size: 0.9rem; }

.reviewer-meta { font-size: 0.75rem; color: var(--muted); margin-bottom: 0.6rem; }

.review-text { font-size: 0.85rem; color: #9ca3af; line-height: 1.7; }

@media (max-width: 768px) {
.page-hero { padding: 3rem 0 2.5rem; }

.phone-outer { width: 180px; height: 340px; }

.step-row { flex-direction: column; gap: 0.8rem; }

.btn-outline-app { margin-left: 0; margin-top: 0.5rem; }
}
