
    body {
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      background: #f5f7fb;
      color: #0e1133;
    }

    .page-hero {
      position: relative;
      padding: 120px 0 80px;
      background: radial-gradient(circle at top left, #fdf3ec, #f5f7fb 55%);
      overflow: hidden;
    }

    .page-hero::after {
      content: "";
      position: absolute;
      right: -80px;
      bottom: -80px;
      width: 260px;
      height: 260px;
      background: radial-gradient(circle, rgba(240, 80, 35, 0.2), transparent 60%);
      opacity: 0.8;
      pointer-events: none;
    }

    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 4px 12px;
      border-radius: 999px;
      background: rgba(240, 80, 35, 0.09);
      color: #f05023;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: .06em;
      text-transform: uppercase;
    }

    .page-hero h1 {
      font-weight: 700;
      font-size: 2.6rem;
      line-height: 1.2;
      margin-top: 20px;
      margin-bottom: 18px;
      color: #0e1133;
    }

    .page-hero p.lead {
      font-size: 1.05rem;
      max-width: 560px;
    }

    .hero-highlight {
      color: #f05023;
    }

    .hero-actions .btn {
      border-radius: 999px;
      padding: 10px 26px;
      font-weight: 600;
    }

    .btn-primary-cte {
      background: #f05023;
      border-color: #f05023;
    }

    .btn-primary-cte:hover {
      background: #d23f16;
      border-color: #d23f16;
    }

    .btn-outline-cte {
      border-radius: 999px;
      border: 1px solid #0e1133;
      color: #0e1133;
      background: #fff;
    }

    .btn-outline-cte:hover {
      background: #0e1133;
      color: #fff;
    }

    .hero-image-wrap {
      position: relative;
      padding-left: 40px;
    }

    .hero-image-main {
      border-radius: 24px;
      box-shadow: 0 20px 60px rgba(15, 23, 42, 0.15);
      overflow: hidden;
    }

    .hero-image-main img {
      width: 100%;
      height: auto;
      object-fit: cover;
      display: block;
    }

    .hero-tag-card {
      position: absolute;
      left: 0;
      bottom: 12%;
      background: #ffffff;
      border-radius: 16px;
      padding: 14px 16px;
      box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
      font-size: 14px;
      max-width: 230px;
    }

    .hero-tag-card strong {
      display: block;
      color: #0e1133;
    }

    .hero-tag-chip {
      display: inline-block;
      margin-top: 4px;
      padding: 2px 8px;
      background: rgba(76, 175, 80, .1);
      color: #2e7d32;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 600;
    }

    .section {
      padding: 70px 0;
    }

    .section-title {
      font-size: 1.9rem;
      font-weight: 700;
      margin-bottom: 18px;
    }

    .section-eyebrow {
      text-transform: uppercase;
      letter-spacing: .1em;
      font-size: 13px;
      font-weight: 600;
      color: #f05023;
      margin-bottom: 6px;
    }

    .pill {
      border-radius: 999px;
      padding: 6px 12px;
      background: #ffffff;
      border: 1px solid #e4e7f3;
      font-size: 13px;
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }

    .pill-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #22c55e;
    }

    .feature-card {
      background: #ffffff;
      border-radius: 18px;
      padding: 22px 22px 18px;
      box-shadow: 0 14px 40px rgba(15, 23, 42, 0.06);
      height: 100%;
    }

    .feature-card h5 {
      font-weight: 600;
      margin-bottom: 10px;
      font-size: 1.05rem;
    }

    .feature-icon {
      width: 36px;
      height: 36px;
      border-radius: 999px;
      background: rgba(240, 80, 35, 0.08);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 12px;
      font-size: 18px;
      color: #f05023;
    }

    .stat-card {
      background: #ffffff;
      border-radius: 18px;
      padding: 18px 20px;
      box-shadow: 0 10px 35px rgba(15, 23, 42, 0.05);
      text-align: center;
    }

    .stat-card h3 {
      font-size: 1.7rem;
      font-weight: 700;
      margin-bottom: 6px;
      color: #0e1133;
    }

    .stat-card span {
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: .1em;
      color: #64748b;
    }

    .module-card {
      background: #ffffff;
      border-radius: 18px;
      padding: 22px 22px 16px;
      box-shadow: 0 10px 35px rgba(15, 23, 42, 0.05);
      height: 100%;
    }

    .module-label {
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: .1em;
      color: #94a3b8;
      margin-bottom: 4px;
    }

    .module-card h5 {
      font-size: 1.05rem;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .timeline-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #f05023;
      margin-right: 8px;
    }

    .ai-strip {
      border-radius: 18px;
      background: linear-gradient(135deg, #0f172a, #1f2937);
      color: #e5e7eb;
      padding: 26px 24px;
      box-shadow: 0 18px 45px rgba(15, 23, 42, 0.45);
    }

    .ai-strip h4 {
      color: #f9fafb;
      margin-bottom: 6px;
    }

    .ai-chip {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 4px 10px;
      border-radius: 999px;
      background: rgba(248, 250, 252, 0.1);
      font-size: 12px;
      margin-bottom: 12px;
    }

    .testimonial-lite {
      background: #ffffff;
      border-radius: 18px;
      padding: 18px 18px 16px;
      box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
      font-size: 0.95rem;
      height: 100%;
    }

    .testimonial-lite strong {
      display: block;
      margin-top: 10px;
      font-size: 0.9rem;
    }

    .faq-item {
      background: #ffffff;
      border-radius: 14px;
      padding: 14px 16px;
      box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
      margin-bottom: 10px;
    }

    .faq-item h6 {
      font-weight: 600;
      margin-bottom: 4px;
    }

    .cta-band {
      border-radius: 24px;
      padding: 26px 26px 22px;
      background: linear-gradient(135deg, #f97316, #f05023);
      color: #fff;
      box-shadow: 0 22px 55px rgba(240, 80, 35, 0.45);
    }

    .cta-band h3 {
      font-weight: 700;
      margin-bottom: 6px;
    }

    .cta-band p {
      margin-bottom: 0;
    }

    .cta-band .btn {
      border-radius: 999px;
      font-weight: 600;
    }

    @media (max-width: 991.98px) {
      .page-hero {
        padding: 90px 0 50px;
      }

      .hero-image-wrap {
        margin-top: 32px;
        padding-left: 0;
      }
    }

    /* Highlight the active pathway card */
.active-pathway {
  border: 2px solid #f05023;           /* or #2563eb for blue tone */
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
  transform: translateY(-4px);
}

.active-pathway h5 {
  color: #f05023;
}

/* Highlight active card */
.active-pathway {
  border: 2px solid #F05023;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
  transform: translateY(-4px);
}

.active-pathway h5 {
  color: #F05023;
}
