
    :root {
      --bg: #080B10;
      --bg2: #0C1017;
      --surface: #11161F;
      --surface2: #161C27;
      --line: #232A36;
      --text: #F2F5F9;
      --text-soft: #8C96A8;
      --blue: #2E6FF2;
      --blue2: #5C93FF;
      --green: #6FE22F;
      --green2: #33C56E;
      --grad: linear-gradient(100deg, var(--blue) 0%, #3FAE6B 55%, var(--green) 100%);
      --grad-text: linear-gradient(100deg, var(--blue2), var(--green));
      --radius: 18px;
      --shadow: 0 30px 60px -30px rgba(0, 0, 0, .7);
      --glow: 0 0 0 1px rgba(111, 226, 47, .15), 0 20px 50px -20px rgba(46, 111, 242, .35);
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: 'Inter', sans-serif;
      background: var(--bg);
      color: var(--text);
      -webkit-font-smoothing: antialiased;
    }

    h1,
    h2,
    h3,
    h4,
    .display-font {
      font-family: 'Manrope', sans-serif;
      color: var(--text);
      letter-spacing: -0.02em;
      font-weight: 700;
    }

    .mono {
      font-family: 'JetBrains Mono', monospace;
    }

    .text-soft {
      color: var(--text-soft);
    }

    .text-grad {
      background: var(--grad-text);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    a {
      text-decoration: none;
    }

    :focus-visible {
      outline: 3px solid var(--green);
      outline-offset: 2px;
    }

    section {
      scroll-margin-top: 88px;
    }

    .eyebrow {
      font-family: 'JetBrains Mono', monospace;
      font-size: .72rem;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: var(--green);
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .eyebrow .arrow {
      color: var(--blue2);
      font-size: .9rem;
    }

    /* ===== Navbar ===== */
    .navbar-vp {
      background: rgba(8, 11, 16, .7);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid transparent;
      transition: all .25s ease;
      padding: 14px 0;
    }

    .navbar-vp.scrolled {
      background: rgba(8, 11, 16, .92);
      border-bottom: 1px solid var(--line);
    }

    .brand-word {
      font-family: 'Manrope';
      font-weight: 800;
      font-size: 1.2rem;
      color: #fff;
    }

    .brand-word .pay {
      background: var(--green);
      color: #0A0E14;
      border-radius: 7px;
      padding: 1px 8px;
      font-size: .9em;
      margin-left: 1px;
    }

    .nav-link-vp {
      color: #C7CEDA;
      font-weight: 500;
      font-size: .93rem;
      padding: .5rem .9rem !important;
      border-radius: 8px;
    }

    .nav-link-vp:hover {
      color: var(--green);
      background: rgba(111, 226, 47, .06);
    }

    .btn-grad {
      background: var(--grad);
      color: #05070A;
      border: none;
      font-weight: 700;
      padding: .62rem 1.4rem;
      border-radius: 10px;
      box-shadow: 0 14px 26px -12px rgba(111, 226, 47, .45);
      transition: transform .18s ease, box-shadow .18s ease;
    }

    .btn-grad:hover {
      color: #05070A;
      transform: translateY(-2px);
      box-shadow: 0 18px 30px -12px rgba(111, 226, 47, .55);
    }

    .btn-outline-vp {
      border: 1.5px solid var(--line);
      color: var(--text);
      font-weight: 600;
      padding: .6rem 1.3rem;
      border-radius: 10px;
      background: transparent;
    }

    .btn-outline-vp:hover {
      border-color: var(--green);
      color: var(--green);
    }

    /* ===== Hero ===== */
    .hero {
      position: relative;
      padding: 150px 0 100px;
      overflow: hidden;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: -15% -10% auto -10%;
      height: 640px;
      background: radial-gradient(45% 55% at 20% 15%, rgba(46, 111, 242, .22), transparent 70%),
        radial-gradient(45% 55% at 85% 10%, rgba(111, 226, 47, .18), transparent 70%);
      z-index: 0;
    }

    .hero>.container {
      position: relative;
      z-index: 1;
    }

    .hero h1 {
      font-size: 3.15rem;
      line-height: 1.06;
    }

    .hero .lead-vp {
      font-size: 1.1rem;
      color: var(--text-soft);
      max-width: 520px;
    }

    /* Growth panel */
    .growth-card {
      background: var(--surface);
      border: 1px solid var(--line);
      border-radius: 22px;
      padding: 24px;
      box-shadow: var(--shadow);
      position: relative;
    }

    .growth-top {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 10px;
    }

    .growth-amt {
      font-family: 'JetBrains Mono';
      font-size: 1.9rem;
      font-weight: 600;
      color: #fff;
    }

    .growth-pill {
      background: rgba(111, 226, 47, .12);
      color: var(--green);
      font-family: 'JetBrains Mono';
      font-size: .75rem;
      font-weight: 600;
      padding: 5px 10px;
      border-radius: 20px;
      display: inline-flex;
      align-items: center;
      gap: 5px;
    }

    .chart-wrap {
      margin: 18px 0 6px;
    }

    .chart-legend {
      display: flex;
      justify-content: space-between;
      font-size: .68rem;
      color: var(--text-soft);
      font-family: 'JetBrains Mono';
    }

    .mini-services {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 8px;
      margin-top: 18px;
    }

    .mini-service {
      background: var(--surface2);
      border: 1px solid var(--line);
      border-radius: 12px;
      text-align: center;
      padding: 10px 3px;
      font-size: .65rem;
      font-weight: 600;
      color: var(--text-soft);
    }

    .mini-service i {
      display: block;
      font-size: 1.1rem;
      margin-bottom: 4px;
      color: var(--green);
    }

    .float-badge {
      position: absolute;
      top: -16px;
      right: 20px;
      background: var(--surface2);
      border: 1px solid var(--line);
      border-radius: 12px;
      padding: 8px 14px;
      font-size: .76rem;
      font-weight: 600;
      box-shadow: var(--shadow);
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .float-badge .pulse {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--green);
      box-shadow: 0 0 0 4px rgba(111, 226, 47, .2);
    }

    /* ===== Stats strip ===== */
    .stats-strip {
      background: var(--bg2);
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      padding: 36px 0;
    }

    .stats-strip .num {
      font-family: 'JetBrains Mono';
      font-weight: 600;
      font-size: 1.9rem;
      color: #fff;
    }

    .stats-strip .num .up {
      color: var(--green);
      font-size: 1.1rem;
    }

    .stats-strip .lbl {
      font-size: .78rem;
      color: var(--text-soft);
    }

    /* ===== Services ===== */
    .service-card {
      background: var(--surface);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 28px 24px;
      height: 100%;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }

    .service-card:hover {
      transform: translateY(-6px);
      box-shadow: var(--glow);
      border-color: rgba(111, 226, 47, .35);
    }

    .service-icon {
      width: 52px;
      height: 52px;
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(111, 226, 47, .08);
      color: var(--green);
      font-size: 1.4rem;
      margin-bottom: 16px;
      border: 1px solid rgba(111, 226, 47, .18);
    }

    .service-card .tag {
      font-family: 'JetBrains Mono';
      font-size: .68rem;
      color: var(--blue2);
      font-weight: 600;
      letter-spacing: .05em;
    }

    .service-card a.learn {
      font-size: .85rem;
      font-weight: 600;
      color: var(--green);
    }

    .service-card a.learn i {
      transition: transform .15s ease;
    }

    .service-card a.learn:hover i {
      transform: translateX(3px);
    }

    /* ===== Steps (growth arrow) ===== */
    .steps-wrap {
      position: relative;
    }

    .step-card {
      position: relative;
      padding-left: 60px;
    }

    .step-num {
      position: absolute;
      left: 0;
      top: 0;
      width: 44px;
      height: 44px;
      border-radius: 12px;
      background: var(--grad);
      color: #05070A;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'JetBrains Mono';
      font-weight: 700;
    }

    .step-arrow {
      position: absolute;
      left: 22px;
      top: 52px;
      bottom: -30px;
      width: 2px;
      background: var(--line);
    }

    .step-arrow::after {
      content: "\F231";
      font-family: "bootstrap-icons";
      position: absolute;
      bottom: -6px;
      left: -7px;
      color: var(--green);
      font-size: .85rem;
    }

    /* ===== Why us ===== */
    .why-item {
      display: flex;
      gap: 16px;
      padding: 18px 0;
      border-bottom: 1px solid var(--line);
    }

    .why-item:last-child {
      border-bottom: none;
    }

    .why-ic {
      width: 44px;
      height: 44px;
      flex: none;
      border-radius: 12px;
      background: var(--surface2);
      border: 1px solid var(--line);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--green);
      font-size: 1.1rem;
    }

    /* ===== Partner tiers ===== */
    .tier-card {
      background: var(--surface);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 30px 26px;
      height: 100%;
    }

    .tier-card.featured {
      background: linear-gradient(180deg, rgba(46, 111, 242, .08), rgba(111, 226, 47, .05)), var(--surface);
      border: 1px solid rgba(111, 226, 47, .35);
      box-shadow: var(--glow);
      position: relative;
      overflow: hidden;
    }

    .tier-card ul li {
      padding: 6px 0;
      font-size: .92rem;
      color: #DCE2EC;
    }

    .tier-card ul li i {
      color: var(--green);
      margin-right: 8px;
    }

    .badge-pop {
      background: rgba(111, 226, 47, .12);
      color: var(--green);
      font-family: 'JetBrains Mono';
      font-size: .66rem;
      font-weight: 700;
      padding: 4px 10px;
      border-radius: 20px;
      letter-spacing: .05em;
      border: 1px solid rgba(111, 226, 47, .25);
    }

    /* ===== CTA banner ===== */
    .cta-banner {
      background: var(--surface);
      border: 1px solid var(--line);
      border-radius: 28px;
      padding: 56px 40px;
      position: relative;
      overflow: hidden;
    }

    .cta-banner::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(60% 100% at 90% 10%, rgba(111, 226, 47, .14), transparent 70%);
    }

    .cta-banner>* {
      position: relative;
      z-index: 1;
    }

    /* ===== Footer ===== */
    footer {
      background: #05070A;
      color: #8C96A8;
      padding-top: 64px;
      border-top: 1px solid var(--line);
    }

    footer h6 {
      color: #fff;
      font-family: 'Manrope';
      font-weight: 700;
      letter-spacing: .03em;
      margin-bottom: 18px;
    }

    footer a {
      color: #8C96A8;
      font-size: .92rem;
    }

    footer a:hover {
      color: var(--green);
    }

    footer .foot-line {
      border-top: 1px solid var(--line);
      margin-top: 40px;
      padding: 22px 0;
      font-size: .82rem;
      color: #5C6579;
    }

    .social-ic {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background: var(--surface2);
      border: 1px solid var(--line);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: .95rem;
    }

    .social-ic:hover {
      background: var(--green);
      color: #05070A;
      border-color: var(--green);
    }

    @media (max-width:991px) {
      .hero {
        padding-top: 130px;
      }

      .hero h1 {
        font-size: 2.3rem;
      }
    }

    @media (max-width:575px) {
      .mini-services {
        grid-template-columns: repeat(3, 1fr);
      }

      .cta-banner {
        padding: 40px 22px;
        text-align: center;
      }
    }