: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;
    }

/* 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%, #1a1500 50%, #111827 100%);
      padding: 4.5rem 0 3.5rem;
      position: relative; overflow: hidden;
    }

.page-hero::before {
      content: '';
      position: absolute; top: -80px; right: -80px;
      width: 480px; height: 480px;
      background: radial-gradient(circle, rgba(249,115,22,0.08) 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.8rem, 4vw, 2.7rem);
      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: 560px; }

/* SEARCH */
    .faq-search-wrap {
      position: relative; max-width: 540px;
    }

.faq-search-wrap input {
      width: 100%;
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(249,115,22,0.25);
      border-radius: 12px;
      padding: 0.9rem 1rem 0.9rem 3rem;
      color: #e5e7eb; font-size: 0.95rem;
      font-family: 'Hind Siliguri', sans-serif;
      outline: none; transition: border-color 0.2s;
    }

.faq-search-wrap input:focus { border-color: var(--orange); }

.faq-search-wrap input::placeholder { color: #4b5563; }

.faq-search-wrap .search-icon {
      position: absolute; left: 1rem; top: 50%; transform: translateY(-50%);
      color: var(--orange); font-size: 0.9rem; pointer-events: none;
    }

/* STATS */
    .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.6rem 0;
    }

.stat-item { text-align: center; padding: 0.5rem; }

.stat-num {
      font-size: 1.8rem; 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; }

/* SECTION */
    .section-pad { padding: 5rem 0; }

.bg-dark2 { background: var(--dark2); }

.section-title {
      font-size: clamp(1.45rem, 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;
    }

/* FAQ TABS */
    .faq-tabs { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 2rem; }

.faq-tab {
      background: var(--dark3); border: 1px solid rgba(255,255,255,0.07);
      color: #9ca3af; font-size: 0.82rem; font-weight: 700;
      padding: 0.45rem 1.1rem; border-radius: 50px; cursor: pointer;
      transition: all 0.2s; display: flex; align-items: center; gap: 0.4rem;
      font-family: 'Hind Siliguri', sans-serif;
    }

.faq-tab:hover, .faq-tab.active {
      background: rgba(249,115,22,0.12); border-color: rgba(249,115,22,0.35);
      color: var(--orange);
    }

/* ACCORDION */
    .faq-group { margin-bottom: 2.5rem; }

.faq-group-title {
      font-size: 1.05rem; font-weight: 800; color: #fff;
      display: flex; align-items: center; gap: 0.6rem;
      margin-bottom: 1rem; padding-bottom: 0.6rem;
      border-bottom: 1px solid rgba(249,115,22,0.12);
    }

.faq-group-title .g-icon {
      width: 34px; height: 34px;
      background: rgba(249,115,22,0.1); border-radius: 8px;
      display: flex; align-items: center; justify-content: center;
      color: var(--orange); font-size: 0.85rem; flex-shrink: 0;
    }

.accordion-item {
      background: var(--dark3) !important;
      border: 1px solid rgba(255,255,255,0.06) !important;
      border-radius: 12px !important;
      margin-bottom: 0.6rem !important;
      overflow: hidden;
      transition: border-color 0.2s;
    }

.accordion-item:hover { border-color: rgba(249,115,22,0.2) !important; }

.accordion-button {
      background: var(--dark3) !important;
      color: #e5e7eb !important;
      font-family: 'Hind Siliguri', sans-serif !important;
      font-weight: 700 !important;
      font-size: 0.93rem !important;
      padding: 1rem 1.2rem !important;
      border-radius: 12px !important;
      box-shadow: none !important;
    }

.accordion-button:not(.collapsed) {
      color: var(--orange) !important;
      background: rgba(249,115,22,0.06) !important;
      border-radius: 12px 12px 0 0 !important;
    }

.accordion-button::after {
      filter: invert(60%) sepia(80%) saturate(500%) hue-rotate(340deg);
    }

.accordion-body {
    overflow-x: clip;
    width: 100%;
      background: rgba(249,115,22,0.03) !important;
      color: #9ca3af !important;
      font-size: 0.9rem !important;
      line-height: 1.8 !important;
      padding: 0.9rem 1.2rem 1rem !important;
      border-top: 1px solid rgba(249,115,22,0.08) !important;
    }

.accordion-body strong { color: #e5e7eb; }

.accordion-body a { color: var(--orange); text-decoration: none; }

.accordion-body a:hover { text-decoration: underline; }

.accordion-body ul { padding-left: 1.2rem; margin-top: 0.5rem; }

.accordion-body ul li { margin-bottom: 0.35rem; }

/* FEATURE CARDS */
    .feat-card {
      background: var(--dark3);
      border: 1px solid rgba(255,255,255,0.06);
      border-radius: 18px; padding: 1.8rem 1.5rem; height: 100%;
      transition: all 0.28s;
    }

.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: 54px; height: 54px;
      background: rgba(249,115,22,0.1);
      border-radius: 13px; display: flex; align-items: center; justify-content: center;
      font-size: 1.5rem; margin-bottom: 1rem;
    }

.feat-title { font-size: 1rem; font-weight: 800; color: #fff; margin-bottom: 0.5rem; }

.feat-text { font-size: 0.85rem; color: #9ca3af; line-height: 1.75; }

/* CONTACT CARD */
    .contact-card {
      background: linear-gradient(135deg, rgba(249,115,22,0.1), rgba(250,204,21,0.06));
      border: 1px solid rgba(249,115,22,0.2);
      border-radius: 18px; padding: 2rem;
      text-align: center;
    }

.contact-card .cc-icon { font-size: 2.5rem; margin-bottom: 1rem; }

.contact-card h5 { font-size: 1rem; font-weight: 800; color: #fff; margin-bottom: 0.5rem; }

.contact-card p { font-size: 0.85rem; color: #9ca3af; margin-bottom: 1rem; }

.contact-card .cc-link {
      display: inline-flex; align-items: center; gap: 0.4rem;
      background: linear-gradient(135deg, var(--orange), #ea580c);
      color: #fff; font-weight: 800; font-size: 0.82rem;
      padding: 0.6rem 1.3rem; border-radius: 10px; text-decoration: none;
      transition: all 0.2s; font-family: 'Hind Siliguri', sans-serif;
    }

.contact-card .cc-link:hover {
      background: linear-gradient(135deg, #fb923c, var(--orange));
      color: #fff; transform: translateY(-2px);
    }

/* BUTTONS */
    .btn-primary-app {
      display: inline-flex; align-items: center; gap: 0.55rem;
      background: linear-gradient(135deg, var(--orange), #ea580c);
      color: #fff; font-weight: 800; font-size: 0.95rem;
      padding: 0.85rem 1.8rem; border-radius: 12px; text-decoration: none;
      box-shadow: 0 6px 20px rgba(249,115,22,0.35); transition: all 0.25s;
      font-family: 'Hind Siliguri', sans-serif; border: none;
    }

.btn-primary-app:hover {
      background: linear-gradient(135deg, #fb923c, var(--orange));
      transform: translateY(-2px); box-shadow: 0 10px 28px rgba(249,115,22,0.45); color: #fff;
    }

.btn-outline-app {
      display: inline-flex; align-items: center; gap: 0.55rem;
      background: transparent; color: var(--orange); font-weight: 800; font-size: 0.95rem;
      padding: 0.83rem 1.8rem; border-radius: 12px; 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);
    }

/* NOTICE */
    .notice-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: 0.5rem 0 1rem;
    }

.notice-strip p { margin: 0; font-size: 0.85rem; color: #d1d5db; }

/* QUICK LINKS */
    .quick-links-box {
      background: var(--dark3);
      border: 1px solid rgba(255,255,255,0.06);
      border-radius: 16px; padding: 1.5rem;
      position: sticky; top: 80px;
    }

.ql-title { font-size: 0.85rem; font-weight: 800; color: var(--orange); text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 1rem; }

.ql-list { list-style: none; padding: 0; margin: 0; }

.ql-list li { margin-bottom: 0.4rem; }

.ql-list a {
      display: flex; align-items: center; gap: 0.5rem;
      color: #9ca3af; font-size: 0.83rem; text-decoration: none;
      padding: 0.35rem 0.5rem; border-radius: 7px; transition: all 0.2s;
    }

.ql-list a:hover { color: var(--orange); background: rgba(249,115,22,0.06); }

.ql-list a i { color: var(--orange); font-size: 0.75rem; width: 14px; }

/* 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); }

/* SEARCH HIGHLIGHT */
    .highlight { background: rgba(249,115,22,0.25); color: var(--orange); border-radius: 3px; padding: 0 2px; }

/* RESPONSIVE */
    @media (max-width: 991px) {
.quick-links-box { display: none; }
}

@media (max-width: 767px) {
.page-hero { padding: 3rem 0 2.5rem; }

.section-pad { padding: 3rem 0; }
}
