.hlp-page {
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #fffdfc;
  padding: 28px 0 72px;
}

.hlp-page * {
  box-sizing: border-box;
}

.hlp-shell {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.hlp-hero {
  text-align: center;
  padding: 40px 16px 28px;
}

.hlp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fdf6f5;
  color: #a24737;
  border: 1px solid #e6b6ae;
  border-radius: 999px;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 20px;
}

.hlp-eyebrow__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e84c3d;
}

.hlp-hero h1 {
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.18;
  color: #1f2430;
  letter-spacing: -1px;
}

.hlp-hero h1 em {
  font-style: normal;
  color: #e84c3d;
}

.hlp-hero p {
  max-width: 520px;
  margin: 18px auto 0;
  font-size: 15px;
  line-height: 1.7;
  color: #626777;
}

.hlp-pill-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.hlp-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.hlp-pill--teal { background: #fdf5f4; color: #a24737; border: 1px solid #e5b1a7; }
.hlp-pill--purple { background: #fbf5f8; color: #86546a; border: 1px solid #d4b0bf; }
.hlp-pill--amber { background: #fdf6ec; color: #8a5b24; border: 1px solid #ddb488; }
.hlp-pill--coral { background: #fdf1ef; color: #9b4536; border: 1px solid #e3afa5; }
.hlp-pill--blue { background: #f7f9fb; color: #55657b; border: 1px solid #bcc8d7; }
.hlp-pill--green { background: #f7f4ea; color: #7b6033; border: 1px solid #d7c5a3; }
.hlp-pill--pink { background: #fcf4f7; color: #8b5164; border: 1px solid #d9b1bf; }

.hlp-cta-row,
.hlp-final-cta__row {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.hlp-cta-btn,
.hlp-final-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.hlp-cta-btn:hover,
.hlp-cta-btn:focus,
.hlp-final-btn:hover,
.hlp-final-btn:focus {
  text-decoration: none;
  transform: translateY(-1px);
}

.hlp-cta-btn--green,
.hlp-final-btn--green {
  background: #e84c3d;
  border: 1px solid #e84c3d;
  color: #ffffff;
  box-shadow: 0 10px 18px rgba(232, 76, 61, 0.18);
}

.hlp-cta-btn--green:hover,
.hlp-cta-btn--green:focus,
.hlp-final-btn--green:hover,
.hlp-final-btn--green:focus {
  color: #ffffff;
  background: #cf3d2f;
  border-color: #cf3d2f;
}

.hlp-cta-btn--outline,
.hlp-final-btn--outline {
  background: transparent;
  border: 1.5px solid #d8b9b4;
  color: #6f3d32;
}

.hlp-cta-btn--outline:hover,
.hlp-cta-btn--outline:focus,
.hlp-final-btn--outline:hover,
.hlp-final-btn--outline:focus {
  color: #6f3d32;
  background: #fff8f6;
}

.hlp-cta-btn--share {
  gap: 8px;
  background: #fff6f4;
  border: 1.5px solid #dfb8b0;
  color: #8f5144;
}

.hlp-cta-btn--share i {
  color: #d56454;
  font-size: 14px;
}

.hlp-divider {
  border: 0;
  border-top: 0.5px solid #ead7d3;
  margin: 20px 0 34px;
}

.hlp-section-label {
  margin: 0 0 24px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #7f6f6b;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hlp-earn-banner,
.hlp-steps-grid,
.hlp-space-grid,
.hlp-trust-grid,
.hlp-faq-grid {
  display: grid;
  gap: 12px;
}

.hlp-earn-banner,
.hlp-steps-grid,
.hlp-trust-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hlp-space-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hlp-faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hlp-earn-card,
.hlp-step-card,
.hlp-faq-card {
  background: #fffdfc;
  border-radius: 14px;
  padding: 22px 20px;
  border: 1px solid #f1dfdb;
}

.hlp-earn-card {
  text-align: center;
}

.hlp-earn-num {
  font-size: 26px;
  font-weight: 600;
  color: #e84c3d;
  margin-bottom: 4px;
}

.hlp-earn-label {
  font-size: 12px;
  line-height: 1.45;
  color: #6d615f;
}

.hlp-step-num {
  font-size: 11px;
  font-weight: 600;
  color: #8b7a76;
  margin-bottom: 8px;
}

.hlp-step-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-bottom: 12px;
}

.hlp-step-icon--teal { background: #fdf1ef; }
.hlp-step-icon--purple { background: #fbf3f7; }
.hlp-step-icon--amber { background: #fdf6ec; }

.hlp-step-card h4,
.hlp-space-card h4,
.hlp-trust-card h4,
.hlp-faq-card h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #1f2430;
}

.hlp-step-card p,
.hlp-space-card p,
.hlp-trust-card p,
.hlp-faq-card p,
.hlp-pricing-box p {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.6;
  color: #625855;
}

.hlp-space-card,
.hlp-trust-card {
  border: 0.5px solid #ead7d3;
  background: #fffdfc;
  border-radius: 14px;
  padding: 18px;
}

.hlp-space-icon {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 10px;
}

.hlp-space-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 12px;
}

.hlp-space-tag {
  font-size: 11px;
  padding: 4px 10px;
}

.hlp-pricing-box {
  background: #fff5f3;
  border-radius: 16px;
  padding: 32px;
  border: 1px solid #f0d7d1;
}

.hlp-pricing-box h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  color: #1f2430;
}

.hlp-pricing-factors {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  margin-top: 22px;
}

.hlp-pf-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #1f2430;
}

.hlp-pf-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e84c3d;
  flex-shrink: 0;
}

.hlp-pricing-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hlp-trust-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.hlp-trust-icon--teal { background: #fdf1ef; }
.hlp-trust-icon--purple { background: #fbf3f7; }
.hlp-trust-icon--amber { background: #fdf6ec; }
.hlp-trust-icon--blue { background: #f7f9fb; }
.hlp-trust-icon--green { background: #f7f4ea; }
.hlp-trust-icon--pink { background: #fcf4f7; }

.hlp-final-cta {
  text-align: center;
  padding: 48px 24px;
  background: #fff5f3;
  border: 1px solid #f0d7d1;
  border-radius: 20px;
  margin-top: 20px;
}

.hlp-final-cta h2 {
  margin: 0;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.15;
  color: #1f2430;
  letter-spacing: -0.7px;
}

.hlp-final-cta p {
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: #625855;
}

.hlp-pill-row--final {
  margin-top: 20px;
}

@media (max-width: 900px) {
  .hlp-earn-banner,
  .hlp-steps-grid,
  .hlp-space-grid,
  .hlp-trust-grid,
  .hlp-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .hlp-page {
    padding: 18px 0 56px;
  }

  .hlp-shell {
    padding: 0 16px;
  }

  .hlp-hero {
    padding: 24px 8px 18px;
  }

  .hlp-hero h1 {
    font-size: 28px;
  }

  .hlp-earn-banner,
  .hlp-steps-grid,
  .hlp-space-grid,
  .hlp-trust-grid,
  .hlp-faq-grid,
  .hlp-pricing-factors {
    grid-template-columns: 1fr;
  }

  .hlp-pricing-box,
  .hlp-final-cta {
    padding: 24px 18px;
  }

  .hlp-cta-btn,
  .hlp-final-btn {
    width: 100%;
  }
}
