:root {
      --orange:  #f97316;
      --gold:    #facc15;
      --dark:    #111827;
      --dark2:   #1a2234;
      --dark3:   #1f2937;
      --dark4:   #0d1420;
      --muted:   #9ca3af;
      --text:    #e5e7eb;
    }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
    overflow-x: clip;
    width: 100%;
      background: var(--dark);
      color: var(--text);
      font-family: 'Hind Siliguri', 'Inter', sans-serif;
      line-height: 1.75;
      overflow-x: hidden;
    }

.nav-cta {
      background: var(--orange) !important;
      color: #fff !important;
      padding: 0.45rem 1.1rem !important;
      border-radius: 6px;
    }

.nav-cta:hover { background: #ea580c !important; color: #fff !important; }

/* ── BREADCRUMB ── */
    .breadcrumb-bar {
      background: var(--dark2);
      border-bottom: 1px solid rgba(249,115,22,0.12);
      padding: 0.65rem 0;
    }

.breadcrumb { margin: 0; background: transparent; padding: 0; }

.breadcrumb-item a { color: var(--orange); text-decoration: none; font-size: 0.83rem; }

.breadcrumb-item.active { color: var(--muted); font-size: 0.83rem; }

.breadcrumb-item + .breadcrumb-item::before { color: var(--muted); }

/* ── PAGE HERO ── */
    .page-hero {
      background: linear-gradient(135deg, #0d1420 0%, #1a2234 45%, #1c1408 100%);
      padding: 4.5rem 0 3.5rem;
      position: relative;
      overflow: hidden;
    }

.page-hero::before {
      content: '';
      position: absolute; inset: 0;
      background:
        radial-gradient(circle at 10% 60%, rgba(249,115,22,0.15), transparent 45%),
        radial-gradient(circle at 90% 20%, rgba(250,204,21,0.10), transparent 40%);
    }

.hero-badge {
      display: inline-flex;
      align-items: center;
      background: rgba(249,115,22,0.15);
      border: 1px solid rgba(249,115,22,0.35);
      color: var(--orange);
      font-size: 0.82rem;
      font-weight: 700;
      padding: 0.4rem 1rem;
      border-radius: 50px;
      margin-bottom: 1.2rem;
      letter-spacing: 0.04em;
    }

.page-hero h1 {
      font-size: clamp(1.7rem, 3.5vw, 2.6rem);
      font-weight: 800;
      color: #fff;
      line-height: 1.3;
      margin-bottom: 1rem;
    }

.page-hero h1 span { color: var(--orange); }

.page-hero .lead {
      color: #d1d5db;
      font-size: 0.98rem;
      max-width: 580px;
    }

.hero-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 1.2rem;
      margin-top: 1.8rem;
    }

.hero-meta-item {
      display: flex;
      align-items: center;
      gap: 0.45rem;
      font-size: 0.83rem;
      color: var(--muted);
    }

.hero-meta-item i { color: var(--orange); }

/* ── TOC SIDEBAR ── */
    .toc-card {
      background: var(--dark2);
      border: 1px solid rgba(249,115,22,0.18);
      border-radius: 14px;
      padding: 1.6rem;
      position: sticky;
      top: 80px;
    }

.toc-title {
      font-size: 0.88rem;
      font-weight: 800;
      color: var(--orange);
      text-transform: uppercase;
      letter-spacing: 0.06em;
      margin-bottom: 1rem;
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }

.toc-list { list-style: none; padding: 0; margin: 0; }

.toc-list li { margin-bottom: 0.4rem; }

.toc-list a {
      color: var(--muted);
      text-decoration: none;
      font-size: 0.83rem;
      font-weight: 500;
      display: flex;
      align-items: center;
      gap: 0.5rem;
      padding: 0.35rem 0.5rem;
      border-radius: 6px;
      transition: all 0.2s;
    }

.toc-list a:hover, .toc-list a.active {
      color: var(--orange);
      background: rgba(249,115,22,0.08);
    }

.toc-list a::before {
      content: '';
      width: 6px; height: 6px;
      border-radius: 50%;
      background: rgba(249,115,22,0.4);
      flex-shrink: 0;
      transition: background 0.2s;
    }

.toc-list a:hover::before { background: var(--orange); }

/* ── SECTION COMMON ── */
    .section-pad { padding: 5rem 0; }

.bg-dark2 { background: var(--dark2); }

.divider-line {
      width: 48px; height: 4px;
      background: linear-gradient(90deg, var(--orange), var(--gold));
      border-radius: 2px;
      margin-bottom: 1rem;
    }

.section-title {
      font-size: clamp(1.4rem, 2.5vw, 1.9rem);
      font-weight: 800;
      color: #fff;
    }

.section-title .hl { color: var(--orange); }

/* ── TERMS CONTENT ── */
    .terms-wrap { padding: 4rem 0; }

.terms-section {
      margin-bottom: 3rem;
      scroll-margin-top: 90px;
    }

.terms-section-header {
      display: flex;
      align-items: center;
      gap: 0.8rem;
      margin-bottom: 1.2rem;
      padding-bottom: 0.8rem;
      border-bottom: 1px solid rgba(249,115,22,0.15);
    }

.terms-section-num {
      width: 36px; height: 36px;
      background: linear-gradient(135deg, var(--orange), #ea580c);
      border-radius: 8px;
      display: flex; align-items: center; justify-content: center;
      font-size: 0.85rem;
      font-weight: 800;
      color: #fff;
      flex-shrink: 0;
    }

.terms-section h2 {
      font-size: 1.15rem;
      font-weight: 800;
      color: #fff;
      margin: 0;
    }

.terms-section p {
      color: #d1d5db;
      font-size: 0.92rem;
      line-height: 1.85;
      margin-bottom: 0.9rem;
    }

.terms-section p:last-child { margin-bottom: 0; }

.terms-section ul {
      list-style: none;
      padding: 0;
      margin: 0.6rem 0 1rem;
    }

.terms-section ul li {
      color: #d1d5db;
      font-size: 0.92rem;
      line-height: 1.8;
      padding: 0.3rem 0 0.3rem 1.4rem;
      position: relative;
    }

.terms-section ul li::before {
      content: '▸';
      position: absolute;
      left: 0;
      color: var(--orange);
      font-size: 0.8rem;
      top: 0.4rem;
    }

/* ── HIGHLIGHT BOX ── */
    .highlight-box {
      background: rgba(249,115,22,0.08);
      border: 1px solid rgba(249,115,22,0.25);
      border-left: 4px solid var(--orange);
      border-radius: 0 10px 10px 0;
      padding: 1.2rem 1.4rem;
      margin: 1.2rem 0;
    }

.highlight-box p { color: #e5e7eb; font-size: 0.9rem; margin: 0; }

.highlight-box .hb-title {
      font-weight: 800;
      color: var(--orange);
      font-size: 0.88rem;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      margin-bottom: 0.5rem;
    }

.warning-box {
      background: rgba(250,204,21,0.07);
      border: 1px solid rgba(250,204,21,0.2);
      border-left: 4px solid var(--gold);
      border-radius: 0 10px 10px 0;
      padding: 1.2rem 1.4rem;
      margin: 1.2rem 0;
    }

.warning-box p { color: #e5e7eb; font-size: 0.9rem; margin: 0; }

.warning-box .wb-title {
      font-weight: 800;
      color: var(--gold);
      font-size: 0.88rem;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      margin-bottom: 0.5rem;
    }

/* ── FEATURE CARDS ── */
    .feat-card {
      background: var(--dark2);
      border: 1px solid rgba(249,115,22,0.12);
      border-radius: 14px;
      padding: 2rem 1.6rem;
      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));
      opacity: 0;
      transition: opacity 0.3s;
    }

.feat-card:hover {
      border-color: rgba(249,115,22,0.35);
      transform: translateY(-4px);
      box-shadow: 0 12px 40px rgba(249,115,22,0.12);
    }

.feat-card:hover::before { opacity: 1; }

.feat-icon {
      width: 54px; height: 54px;
      background: linear-gradient(135deg, rgba(249,115,22,0.2), rgba(250,204,21,0.1));
      border: 1px solid rgba(249,115,22,0.25);
      border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.5rem;
      margin-bottom: 1.1rem;
    }

.feat-title { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 0.55rem; }

.feat-text { color: var(--muted); font-size: 0.86rem; line-height: 1.7; }

/* ── LAST UPDATED BADGE ── */
    .last-updated {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      background: rgba(250,204,21,0.1);
      border: 1px solid rgba(250,204,21,0.25);
      color: var(--gold);
      font-size: 0.8rem;
      font-weight: 700;
      padding: 0.35rem 0.9rem;
      border-radius: 50px;
      margin-bottom: 2rem;
    }

/* ── CTA STRIP ── */
    .cta-strip {
      background: var(--dark4);
      border-top: 1px solid rgba(249,115,22,0.15);
      border-bottom: 1px solid rgba(249,115,22,0.15);
      padding: 4rem 0;
      text-align: center;
    }

.cta-inner { max-width: 620px; margin: 0 auto; }

.cta-strip h3 { color: #fff; font-weight: 800; font-size: 1.65rem; margin-bottom: 0.6rem; }

.cta-strip h3 span { color: var(--orange); }

.cta-strip p { color: var(--muted); font-size: 0.95rem; margin-bottom: 1.6rem; }

.btn-fire {
      display: inline-flex; align-items: center; gap: 0.5rem;
      background: linear-gradient(135deg, var(--orange), #ea580c);
      color: #fff !important;
      font-weight: 800; font-size: 1rem;
      padding: 0.85rem 2.2rem;
      border-radius: 8px;
      text-decoration: none;
      transition: all 0.3s;
      box-shadow: 0 4px 20px rgba(249,115,22,0.35);
      margin: 0.3rem;
    }

.btn-fire:hover { transform: translateY(-3px); box-shadow: 0 8px 30px rgba(249,115,22,0.5); }

.btn-outline-orange {
      display: inline-flex; align-items: center; gap: 0.5rem;
      background: transparent;
      color: var(--orange) !important;
      border: 2px solid var(--orange);
      font-weight: 700; font-size: 1rem;
      padding: 0.82rem 2rem;
      border-radius: 8px;
      text-decoration: none;
      transition: all 0.3s;
      margin: 0.3rem;
    }

.btn-outline-orange:hover { background: rgba(249,115,22,0.1); transform: translateY(-2px); }

/* ── PROGRESS BAR (reading) ── */
    #readingProgress {
      position: fixed;
      top: 0; left: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--orange), var(--gold));
      z-index: 9999;
      width: 0%;
      transition: width 0.1s;
    }

@media (max-width: 991px) {
.toc-card { position: static; margin-bottom: 2rem; }

.terms-wrap { padding: 2.5rem 0; }

.section-pad { padding: 3rem 0; }
}

@media (max-width: 576px) {
.page-hero { padding: 3rem 0 2.5rem; }
}
