    :root {
      --bg-main: #050509;
      --bg-card: rgba(15, 23, 42, 0.82);
      --border-soft: rgba(148, 163, 184, 0.4);
      --accent: #38bdf8;
      --accent-soft: rgba(56, 189, 248, 0.18);
      --accent-2: #a855f7;
      --glass-bg: rgba(15, 23, 42, 0.7);
    }

    * {
      scroll-behavior: smooth;
    }

    body {
      background: radial-gradient(circle at top, #111827 0, #020617 55%);
      color: #e5e7eb;
      font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    }

    .navbar {
      background-color: #020617 !important;
      border-bottom: 1px solid rgba(148, 163, 184, 0.35);
    }

    .navbar-brand {
      letter-spacing: 0.08em;
      font-weight: 700;
    }

    .nitin-logo {
      width: 50px;
      height: 50px;
      margin-left: 0.35rem;
      border-radius: 50%;
      object-fit: cover;
    }

    .nav-link {
      color: #e5e7eb !important;
      display: flex;
      align-items: center;
      gap: 0.25rem;
      font-weight: 500;
    }

    .nav-link:hover,
    .nav-link:focus {
      color: #38bdf8 !important;
    }

    .btn-outline-warning.hire-btn {
      color: #f9fafb !important;
      border-radius: 999px;
      padding-inline: 1.3rem;
      font-weight: 500;
    }

    .btn-outline-warning.hire-btn:hover {
      background-color: #facc15;
      color: #0f172a !important;
    }

    /* HERO */
    .hero-seo {
      padding: 5.5rem 0 3.5rem;
      position: relative;
      overflow: hidden;
    }

    .hero-gradient {
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at top left, rgba(56, 189, 248, 0.22), transparent 55%),
        radial-gradient(circle at top right, rgba(168, 85, 247, 0.18), transparent 50%);
      opacity: 0.9;
      pointer-events: none;
    }

    .hero-inner {
      position: relative;
      z-index: 2;
    }

    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      padding: 0.25rem 0.9rem;
      border-radius: 999px;
      border: 1px solid rgba(148, 163, 184, 0.5);
      background: rgba(15, 23, 42, 0.8);
      font-size: 0.78rem;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      color: #cbd5f5;
    }

    .hero-title {
      font-size: clamp(2.2rem, 4vw, 2.9rem);
      font-weight: 700;
      line-height: 1.2;
    }

    .hero-title span.highlight {
      background: linear-gradient(135deg, #38bdf8, #a855f7);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .hero-subtitle {
      font-size: 1rem;
      color: #9ca3af;
      max-width: 650px;
    }

    .metric-card {
      border-radius: 1.25rem;
      background: var(--glass-bg);
      border: 1px solid rgba(148, 163, 184, 0.45);
      box-shadow: 0 18px 45px rgba(15, 23, 42, 0.85);
    }

    .metric-number {
      font-size: 1.75rem;
      font-weight: 700;
      color: #e5e7eb;
    }

    .metric-label {
      font-size: 0.8rem;
      color: #9ca3af;
    }

    .hero-chip {
      font-size: 0.82rem;
      border-radius: 999px;
      padding: 0.2rem 0.7rem;
      border: 1px solid rgba(148, 163, 184, 0.6);
      background: rgba(15, 23, 42, 0.85);
      color: #9ca3af;
    }

    .btn-primary-neo {
      background: linear-gradient(135deg, #38bdf8, #22c55e);
      border: none;
      color: #020617;
      border-radius: 999px;
      padding-inline: 1.5rem;
      font-weight: 600;
      box-shadow: 0 10px 35px rgba(34, 197, 94, 0.45);
    }

    .btn-primary-neo:hover {
      filter: brightness(1.1);
      transform: translateY(-1px);
    }

    .btn-ghost {
      border-radius: 999px;
      border: 1px solid rgba(148, 163, 184, 0.8);
      color: #e5e7eb;
      padding-inline: 1.4rem;
      font-weight: 500;
      background: rgba(15, 23, 42, 0.8);
    }

    .btn-ghost:hover {
      background: rgba(148, 163, 184, 0.2);
    }

    /* SECTION WRAPPERS */
    .section-wrap {
      padding: 4rem 0;
    }

    .section-heading {
      font-weight: 700;
      margin-bottom: 0.75rem;
    }

    .section-subheading {
      color: #9ca3af;
      max-width: 720px;
      margin: 0 auto 2rem;
    }

    /* GLASS CARDS */
    .glass-card {
      border-radius: 1.4rem;
      background: var(--glass-bg);
      border: 1px solid var(--border-soft);
      padding: 1.5rem;
      height: 100%;
      box-shadow: 0 12px 40px rgba(15, 23, 42, 0.8);
      transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    }

    .glass-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 18px 55px rgba(15, 23, 42, 0.95);
      border-color: rgba(56, 189, 248, 0.7);
    }

    .glass-icon {
      width: 42px;
      height: 42px;
      border-radius: 999px;
      background: radial-gradient(circle at top left, #38bdf8, #0f172a);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #e5e7eb;
      font-size: 1.25rem;
      margin-bottom: 0.75rem;
    }

    .list-check {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0;
    }

    .list-check li {
      font-size: 0.9rem;
      color: #9ca3af;
      margin-bottom: 0.3rem;
      display: flex;
      align-items: flex-start;
      gap: 0.4rem;
    }

    .list-check li i {
      color: #22c55e;
      margin-top: 0.15rem;
    }

    /* PRICING */
    .pricing-section {
      background: radial-gradient(circle at top, rgba(56, 189, 248, 0.14), transparent 55%);
    }

    .pricing-card {
      border-radius: 1.4rem;
      background: rgba(15, 23, 42, 0.92);
      border: 1px solid rgba(148, 163, 184, 0.55);
      padding: 1.6rem 1.5rem;
      height: 100%;
      position: relative;
      overflow: hidden;
      transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    }

    .pricing-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 24px 60px rgba(15, 23, 42, 1);
      border-color: rgba(56, 189, 248, 0.9);
    }

    .pricing-badge {
      font-size: 0.72rem;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: #9ca3af;
    }

    .pricing-price {
      font-size: 1.7rem;
      font-weight: 700;
      color: #e5e7eb;
    }

    .badge-popular {
      position: absolute;
      top: 0.85rem;
      right: 1rem;
      background: linear-gradient(135deg, #f97316, #facc15);
      color: #111827;
      font-size: 0.75rem;
      padding: 0.25rem 0.75rem;
      border-radius: 999px;
      font-weight: 700;
    }

    .pricing-meta {
      font-size: 0.78rem;
      color: #9ca3af;
    }

    .pricing-features {
      font-size: 0.9rem;
      color: #9ca3af;
    }

    /* FAQ */
    .accordion-button {
      background-color: rgba(15, 23, 42, 0.9);
      color: #e5e7eb;
    }

    .accordion-button:not(.collapsed) {
      background-color: rgba(15, 23, 42, 1);
      color: #e5e7eb;
      box-shadow: none;
    }

    .accordion-item {
      background-color: transparent;
      border: 1px solid rgba(148, 163, 184, 0.5);
      border-radius: 0.75rem !important;
      overflow: hidden;
      margin-bottom: 0.8rem;
    }

    .accordion-body {
      background: rgba(15, 23, 42, 0.95);
      color: #cbd5f5;
      font-size: 0.92rem;
    }

    /* FOOTER */
    footer {
      background: #020617;
      color: #9ca3af;
      border-top: 1px solid rgba(148, 163, 184, 0.4);
    }

    footer a {
      color: #e5e7eb;
      text-decoration: none;
    }

    footer a:hover {
      color: #38bdf8;
    }

    @media (max-width: 767.98px) {
      .hero-seo {
        padding-top: 4.25rem;
      }

      .metric-card {
        margin-top: 1.5rem;
      }
    }

    .navbar-nav .nav-link,
.navbar .dropdown-item {
  font-weight: 600 !important;   /* 500 / 600 / 700 as per your choice */
}

.navbar .nav-link:hover,
.navbar .dropdown-item:hover {
  font-weight: 700;
  opacity: 0.85;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f0e6ff !important;  /* light violet example */
  color: #5a00b5 !important;             /* text color */
}