:root {
      --bg:           #0b0e1a;
      --surface:      #111527;
      --surface2:     #181d32;
      --border:       #252d4a;
      --accent:       #6c63ff;
      --accent-light: #8b85ff;
      --green:        #22c55e;
      --yellow:       #f59e0b;
      --text:         #e8eaf6;
      --muted:        #7b85a8;
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }

    body {
      font-family: 'Manrope', sans-serif;
      background: var(--bg);
      color: var(--text);
      overflow-x: hidden;
    }

    /* ── Navbar ── */
    .navbar {
      background: rgba(11,14,26,0.85);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--border);
      padding: 1rem 0;
      position: sticky;
      top: 0;
      z-index: 100;
    }

    .navbar-brand {
      font-weight: 800;
      font-size: 1.2rem;
      color: var(--text) !important;
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }

    .navbar-brand .brand-icon {
      width: 32px; height: 32px;
      background: var(--accent);
      border-radius: 8px;
      display: flex; align-items: center; justify-content: center;
      font-size: 1rem;
    }

    .nav-link {
      color: var(--muted) !important;
      font-weight: 500;
      font-size: 0.9rem;
      transition: color 0.2s;
    }
    .nav-link:hover { color: var(--text) !important; }

    .btn-nav {
      background: var(--accent);
      color: #fff !important;
      border-radius: 8px;
      padding: 0.45rem 1.1rem !important;
      font-weight: 600;
      font-size: 0.875rem;
      transition: background 0.2s, transform 0.15s;
    }
    .btn-nav:hover { background: var(--accent-light); transform: translateY(-1px); }

    .navbar-toggler {
      border-color: var(--border);
    }
    .navbar-toggler-icon {
      filter: invert(1);
    }

    /* ── Hero ── */
    .hero {
      min-height: 92vh;
      display: flex;
      align-items: center;
      position: relative;
      overflow: hidden;
      padding: 5rem 0 4rem;
    }

    .hero::before {
      content: '';
      position: absolute;
      top: -200px; left: 50%;
      transform: translateX(-50%);
      width: 900px; height: 600px;
      background: radial-gradient(ellipse, rgba(108,99,255,0.12) 0%, transparent 70%);
      pointer-events: none;
    }

    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      background: rgba(108,99,255,0.1);
      border: 1px solid rgba(108,99,255,0.25);
      color: var(--accent-light);
      padding: 0.35rem 0.9rem;
      border-radius: 40px;
      font-size: 0.8rem;
      font-weight: 600;
      margin-bottom: 1.5rem;
      letter-spacing: 0.02em;
    }

    .hero h1 {
      font-size: clamp(2.4rem, 5vw, 3.8rem);
      font-weight: 800;
      line-height: 1.15;
      letter-spacing: -0.02em;
      margin-bottom: 1.25rem;
    }

    .hero h1 .highlight {
      background: linear-gradient(135deg, #fff 0%, var(--accent-light) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .hero p {
      font-size: 1.1rem;
      color: var(--muted);
      line-height: 1.7;
      margin-bottom: 2rem;
      max-width: 500px;
    }

    .btn-primary-custom {
      background: var(--accent);
      color: #fff;
      border: none;
      padding: 0.85rem 2rem;
      border-radius: 10px;
      font-family: 'Manrope', sans-serif;
      font-size: 1rem;
      font-weight: 700;
      cursor: pointer;
      transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
      text-decoration: none;
      display: inline-block;
    }
    .btn-primary-custom:hover {
      background: var(--accent-light);
      transform: translateY(-2px);
      box-shadow: 0 12px 32px rgba(108,99,255,0.3);
      color: #fff;
    }

    .btn-outline-custom {
      background: transparent;
      color: var(--text);
      border: 1px solid var(--border);
      padding: 0.85rem 2rem;
      border-radius: 10px;
      font-family: 'Manrope', sans-serif;
      font-size: 1rem;
      font-weight: 600;
      cursor: pointer;
      transition: border-color 0.2s, color 0.2s;
      text-decoration: none;
      display: inline-block;
    }
    .btn-outline-custom:hover {
      border-color: var(--accent);
      color: var(--accent-light);
    }

    .hero-note {
      font-size: 0.8rem;
      color: var(--muted);
      margin-top: 1rem;
    }

    /* Hero visual */
    .hero-visual {
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: 16px;
      padding: 1.5rem;
      box-shadow: 0 32px 80px rgba(0,0,0,0.5);
      position: relative;
    }

    .hero-visual::before {
      content: '';
      position: absolute;
      top: -1px; left: 20px; right: 20px; height: 2px;
      background: linear-gradient(90deg, transparent, var(--accent), transparent);
      border-radius: 2px;
    }

    .visual-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 1.25rem;
      padding-bottom: 1rem;
      border-bottom: 1px solid var(--border);
    }

    .visual-title {
      font-size: 0.875rem;
      font-weight: 700;
      color: var(--text);
    }

    .visual-badge {
      background: rgba(34,197,94,0.12);
      border: 1px solid rgba(34,197,94,0.25);
      color: var(--green);
      font-size: 0.72rem;
      font-weight: 700;
      padding: 0.2rem 0.6rem;
      border-radius: 20px;
    }

    .stat-row {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 0.75rem;
      margin-bottom: 1.25rem;
    }

    .stat-box {
      background: var(--surface2);
      border: 1px solid var(--border);
      border-radius: 10px;
      padding: 0.85rem;
      text-align: center;
    }

    .stat-box .val {
      font-size: 1.3rem;
      font-weight: 800;
      margin-bottom: 0.2rem;
    }

    .stat-box .lbl {
      font-size: 0.68rem;
      color: var(--muted);
      text-transform: uppercase;
      letter-spacing: 0.05em;
    }

    .sub-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0.6rem 0;
      border-bottom: 1px solid var(--border);
      font-size: 0.82rem;
    }
    .sub-item:last-child { border-bottom: none; }

    .sub-left { display: flex; align-items: center; gap: 0.5rem; }

    .sub-dot {
      width: 8px; height: 8px;
      border-radius: 50%;
      flex-shrink: 0;
    }

    .sub-name { font-weight: 600; color: var(--text); }
    .sub-cat  { color: var(--muted); font-size: 0.72rem; }
    .sub-amt  { font-weight: 700; color: var(--yellow); }

    /* ── Stats bar ── */
    .stats-bar {
      background: var(--surface);
      border-top: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
      padding: 2rem 0;
    }

    .stat-item { text-align: center; }

    .stat-item .number {
      font-size: 2rem;
      font-weight: 800;
      background: linear-gradient(135deg, #fff 0%, var(--accent-light) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      display: block;
    }

    .stat-item .label {
      font-size: 0.8rem;
      color: var(--muted);
      margin-top: 0.2rem;
    }

    .stat-divider {
      width: 1px;
      background: var(--border);
      height: 40px;
      margin: auto;
    }

    /* ── How it works ── */
    .section { padding: 5rem 0; }

    .section-label {
      display: inline-block;
      font-size: 0.75rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: var(--accent-light);
      margin-bottom: 0.75rem;
    }

    .section-title {
      font-size: clamp(1.75rem, 3vw, 2.5rem);
      font-weight: 800;
      letter-spacing: -0.02em;
      line-height: 1.2;
      margin-bottom: 1rem;
    }

    .section-sub {
      color: var(--muted);
      font-size: 1rem;
      line-height: 1.7;
      max-width: 520px;
    }

    .step-card {
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 1.75rem;
      height: 100%;
      transition: border-color 0.2s, transform 0.2s;
      position: relative;
    }
    .step-card:hover {
      border-color: var(--accent);
      transform: translateY(-3px);
    }

    .step-number {
      width: 36px; height: 36px;
      background: rgba(108,99,255,0.12);
      border: 1px solid rgba(108,99,255,0.25);
      border-radius: 10px;
      display: flex; align-items: center; justify-content: center;
      font-size: 0.875rem;
      font-weight: 800;
      color: var(--accent-light);
      margin-bottom: 1rem;
    }

    .step-icon { font-size: 1.75rem; margin-bottom: 0.75rem; display: block; }

    .step-title {
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 0.5rem;
    }

    .step-desc {
      font-size: 0.875rem;
      color: var(--muted);
      line-height: 1.6;
    }

    /* ── Features ── */
    .features-section { background: var(--surface); padding: 5rem 0; }

    .feature-item {
      display: flex;
      gap: 1rem;
      padding: 1.5rem;
      background: var(--surface2);
      border: 1px solid var(--border);
      border-radius: 14px;
      height: 100%;
      transition: border-color 0.2s;
    }
    .feature-item:hover { border-color: var(--accent); }

    .feature-icon-wrap {
      width: 44px; height: 44px;
      border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.2rem;
      flex-shrink: 0;
    }

    .feature-content h4 {
      font-size: 0.95rem;
      font-weight: 700;
      margin-bottom: 0.35rem;
    }

    .feature-content p {
      font-size: 0.825rem;
      color: var(--muted);
      line-height: 1.6;
      margin: 0;
    }

    /* ── Pricing ── */
    .pricing-card {
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: 16px;
      padding: 2.5rem;
      position: relative;
      max-width: 420px;
      margin: 0 auto;
    }

    .pricing-card.featured {
      border-color: var(--accent);
      box-shadow: 0 0 0 1px var(--accent), 0 24px 60px rgba(108,99,255,0.15);
    }

    .pricing-card.featured::before {
      content: 'Most Popular';
      position: absolute;
      top: -13px; left: 50%;
      transform: translateX(-50%);
      background: var(--accent);
      color: #fff;
      font-size: 0.72rem;
      font-weight: 700;
      padding: 0.2rem 0.9rem;
      border-radius: 20px;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .price-amount {
      font-size: 3rem;
      font-weight: 800;
      letter-spacing: -0.03em;
      line-height: 1;
    }

    .price-period {
      font-size: 0.875rem;
      color: var(--muted);
      margin-top: 0.25rem;
    }

    .price-features {
      list-style: none;
      padding: 0;
      margin: 1.75rem 0;
    }

    .price-features li {
      display: flex;
      align-items: center;
      gap: 0.6rem;
      padding: 0.5rem 0;
      font-size: 0.875rem;
      border-bottom: 1px solid var(--border);
    }
    .price-features li:last-child { border-bottom: none; }

    .price-features li .check {
      color: var(--green);
      font-size: 0.9rem;
      flex-shrink: 0;
    }

    /* ── FAQ ── */
    .faq-item {
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: 12px;
      margin-bottom: 0.75rem;
      overflow: hidden;
    }

    .faq-question {
      width: 100%;
      background: none;
      border: none;
      color: var(--text);
      font-family: 'Manrope', sans-serif;
      font-size: 0.925rem;
      font-weight: 600;
      padding: 1.1rem 1.25rem;
      text-align: left;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 1rem;
      transition: color 0.2s;
    }
    .faq-question:hover { color: var(--accent-light); }

    .faq-icon {
      font-size: 1.1rem;
      color: var(--muted);
      transition: transform 0.25s;
      flex-shrink: 0;
    }

    .faq-answer {
      display: none;
      padding: 0 1.25rem 1.1rem;
      font-size: 0.875rem;
      color: var(--muted);
      line-height: 1.7;
    }

    .faq-item.open .faq-answer { display: block; }
    .faq-item.open .faq-icon   { transform: rotate(45deg); color: var(--accent-light); }

    /* ── CTA ── */
    .cta-section {
      padding: 6rem 0;
      position: relative;
      overflow: hidden;
      text-align: center;
    }

    .cta-section::before {
      content: '';
      position: absolute;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      width: 600px; height: 400px;
      background: radial-gradient(ellipse, rgba(108,99,255,0.1) 0%, transparent 70%);
      pointer-events: none;
    }

    .cta-section h2 {
      font-size: clamp(2rem, 4vw, 3rem);
      font-weight: 800;
      letter-spacing: -0.02em;
      margin-bottom: 1rem;
    }

    .cta-section p {
      color: var(--muted);
      font-size: 1rem;
      margin-bottom: 2rem;
      max-width: 460px;
      margin-left: auto;
      margin-right: auto;
    }

    /* ── Footer ── */
    footer {
      background: var(--surface);
      border-top: 1px solid var(--border);
      padding: 2rem 0;
    }

    .footer-brand {
      font-size: 0.95rem;
      font-weight: 700;
      color: var(--text);
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }

    .footer-links a {
      color: var(--muted);
      text-decoration: none;
      font-size: 0.825rem;
      transition: color 0.2s;
      margin-left: 1.5rem;
    }
    .footer-links a:hover { color: var(--text); }

    .footer-copy {
      color: var(--muted);
      font-size: 0.78rem;
      margin-top: 0.5rem;
    }

    /* ── Animations ── */
    .fade-up {
      opacity: 0;
      transform: translateY(24px);
      transition: opacity 0.55s ease, transform 0.55s ease;
    }
    .fade-up.visible {
      opacity: 1;
      transform: translateY(0);
    }

    /* ── Responsive tweaks ── */
    @media (max-width: 768px) {
      .hero { min-height: auto; padding: 3rem 0; }
      .hero-visual { margin-top: 2.5rem; }
      .stat-row { grid-template-columns: 1fr 1fr; }
      .stat-divider { display: none; }
      .footer-links { margin-top: 0.5rem; }
      .footer-links a { margin-left: 0; margin-right: 1rem; }
    }