.svc-card {
  background: #fff;
  border-radius: var(--r);
  box-shadow: var(--sh);
  border: 1px solid rgba(91, 63, 166, 0.08);
  overflow: hidden;
  min-height: 585px;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.svc-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 36px rgba(91, 63, 166, 0.16);
}

.svc-card .stripe {
  height: 4px;
  width: 100%;
}

.svc-card .c-top {
  padding: 14px 16px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.svc-card .c-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.svc-card .c-title {
  flex: 1;
}

.svc-card .c-title h3 {
  margin: 0 0 3px;
  color: var(--navy);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
}

.svc-card .c-title .type-pill {
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 50px;
  display: inline-block;
}

.svc-card .c-divider {
  height: 1px;
  background: #f3f4f6;
  margin: 0 16px;
}

.svc-card .c-docs {
  padding: 10px 16px 8px;
  flex: 1;
}

.svc-card .docs-lbl {
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #9ca3af !important;
  font-weight: 700;
  margin-bottom: 7px;
  display: block;
}

.svc-card .doc-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.svc-card .doc-ul li {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  color: #4b5563 !important;
  padding: 3px 0;
  border-bottom: 1px solid #f9fafb;
  line-height: 1.35;
  font-size: 15px;
}

.svc-card .doc-ul li:last-child {
  border-bottom: none;
}

.svc-card .doc-ul .n {
  background: #f3f4f6;
  color: #6b7280 !important;
  font-weight: 700;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.svc-card .c-foot {
  padding: 10px 16px 14px;
  border-top: 1px solid #f3f4f6;
  background: #fafafa;
}

.fee-primary {
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 4px;
  font-size: 15px;
}

.fee-lbl {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #9ca3af;
  font-weight: 700;
}

.fee-val {
  font-weight: 700;
  color: var(--navy);
}

.fee-sub {
  color: #6b7280 !important;
}

.fee-alt-row {
  background: #f3f4f6;
  border-radius: 6px;
  padding: 5px 9px;
  margin-bottom: 6px;
  color: #374151 !important;
  line-height: 1.5;
}

.voucher-box {
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  border: 1px solid #f59e0b;
  border-radius: 8px;
  padding: 7px 10px;
  margin-top: 6px;
  font-size: 13px;
}

.voucher-box .v-title {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #92400e !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 3px;
}

.voucher-box .v-detail {
  color: #78350f !important;
  line-height: 1.5;
}

.btn-svc {
  display: block;
  width: 100%;
  text-align: center;
  padding: 9px;
  border-radius: 7px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 10px;
  transition: 0.3s;
  border: none;
  cursor: pointer;
  color: #fff !important;
  font-size: 10px;
}

.btn-svc:hover {
  text-decoration: none;
  transform: translateY(-1px);
  color: #fff !important;
  opacity: 0.9;
}

.scheme-box {
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  border: 1px solid #f59e0b;
  border-radius: 8px;
  padding: 7px 10px;
  margin-top: 6px;
}
.scheme-box .s-title {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #92400e !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 3px;
}
.scheme-box .s-detail {
  color: #78350f !important;
  line-height: 1.5;
}
.btn-svc {
  display: block;
  width: 100%;
  text-align: center;
  padding: 9px;
  border-radius: 7px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 10px;
  transition: 0.3s;
  border: none;
  cursor: pointer;
  color: #fff !important;
}


/* ---- HERO ---- */
    .pg-hero {
      background: linear-gradient(135deg, #0f0c29 0%, #302b63 55%, #24243e 100%);
      padding: 100px 0 70px;
      position: relative;
      overflow: hidden;
    }

    .pg-hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%239C92AC' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
    }

    .pg-hero .hero-badge {
      display: inline-block;
      background: rgba(245, 158, 11, 0.15);
      border: 1px solid rgba(245, 158, 11, 0.35);
      color: #f59e0b !important;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding: 5px 16px;
      border-radius: 50px;
      margin-bottom: 18px;
    }

    .pg-hero h1 {
      color: #fff !important;
      font-family: 'Playfair Display', serif;
      font-weight: 700;
      margin-bottom: 16px;
    }

    .pg-hero h1 span {
      color: #f59e0b !important;
    }

    .pg-hero p {
      color: rgba(255, 255, 255, 0.72) !important;
      max-width: 560px;
      line-height: 1.7;
      margin-bottom: 28px;
    }

    .btn-gold {
      background: linear-gradient(135deg, #f59e0b, #d97706);
      color: #1a1a5e !important;
      font-weight: 700;
      padding: 12px 28px;
      border-radius: 8px;
      border: none;
      text-decoration: none;
      display: inline-block;
      transition: .3s;
      box-shadow: 0 4px 16px rgba(245, 158, 11, 0.3);
    }

    .btn-gold:hover {
      transform: translateY(-2px);
      color: #1a1a5e !important;
      text-decoration: none;
    }

    .btn-outline-wh {
      background: transparent;
      color: #fff !important;
      font-weight: 600;
      padding: 11px 24px;
      border-radius: 8px;
      border: 1.5px solid rgba(255, 255, 255, 0.35);
      text-decoration: none;
      display: inline-block;
      margin-left: 12px;
      transition: .3s;
    }

    .btn-outline-wh:hover {
      border-color: #fff !important;
      background: rgba(255, 255, 255, 0.07);
      color: #fff !important;
      text-decoration: none;
    }

    .hero-stats {
      margin-top: 40px;
      display: flex;
      gap: 36px;
      flex-wrap: wrap;
    }

    .hero-stat .num {
      color: #f59e0b !important;
      font-weight: 700;
      line-height: 1;
    }

    .hero-stat .lbl {
      color: rgba(255, 255, 255, 0.55) !important;
      margin-top: 3px;
    }