.hlp-page {
  --hlp-red: #e84c3d;
  --hlp-red-dark: #c93529;
  --hlp-red-soft: #fff0eb;
  --hlp-cream: #fff9f3;
  --hlp-ink: #1f2330;
  --hlp-body: #43485a;
  --hlp-muted: #71778b;
  --hlp-border: #e9e2dd;
  --hlp-surface: #ffffff;
  --hlp-soft-surface: #fff6f0;
  --hlp-shadow: 0 18px 48px rgba(24, 32, 52, 0.12);
  --hlp-shadow-soft: 0 10px 26px rgba(24, 32, 52, 0.08);
  --hlp-radius-xl: 30px;
  --hlp-radius-lg: 22px;
  --hlp-radius-md: 16px;
  --hlp-radius-sm: 12px;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  color: var(--hlp-body);
  background:
    radial-gradient(circle at top right, rgba(232, 76, 61, 0.05), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #fafbfd 100%);
  padding: 42px 0 80px;
}

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

.hlp-page h1,
.hlp-page h2,
.hlp-page h3 {
  color: var(--hlp-ink);
  margin: 0;
}

.hlp-page p {
  margin: 0;
}

.hlp-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 390px;
  gap: 28px;
  align-items: stretch;
  background:
    radial-gradient(circle at top right, rgba(232, 76, 61, 0.08), transparent 28%),
    linear-gradient(180deg, #fffdfb 0%, #fff7f2 100%);
  color: var(--hlp-body);
  border-radius: 34px;
  padding: 42px;
  box-shadow: var(--hlp-shadow);
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(31, 35, 48, 0.08);
}

.hlp-hero::after {
  content: "";
  position: absolute;
  inset: auto -80px -120px auto;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 76, 61, 0.08) 0%, rgba(232, 76, 61, 0) 72%);
  pointer-events: none;
}

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

.hlp-eyebrow,
.hlp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hlp-eyebrow {
  padding: 9px 15px;
  background: rgba(232, 76, 61, 0.08);
  border: 1px solid rgba(232, 76, 61, 0.16);
  color: var(--hlp-red-dark);
  margin-bottom: 16px;
}

.hlp-hero h1 {
  font-family: "Fraunces", serif;
  font-size: clamp(3.1rem, 5.4vw, 5.6rem);
  line-height: 1.03;
  letter-spacing: -0.03em;
  color: var(--hlp-ink);
  max-width: 12ch;
}

.hlp-lead {
  margin-top: 18px;
  max-width: 60ch;
  font-size: 18px;
  line-height: 1.78;
  color: var(--hlp-body);
}

.hlp-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hlp-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(31, 35, 48, 0.10);
  color: var(--hlp-ink);
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(24, 32, 52, 0.05);
}

.hlp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hlp-hero__note,
.hlp-hero__signin {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--hlp-muted);
}

.hlp-hero__signin a {
  color: var(--hlp-red-dark);
  font-weight: 700;
  text-decoration: underline;
}

.hlp-hero__proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.hlp-proof-card {
  display: flex;
  gap: 14px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(31, 35, 48, 0.08);
  box-shadow: 0 12px 24px rgba(24, 32, 52, 0.05);
  min-width: 0;
}

.hlp-proof-card__icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--hlp-red-soft);
  color: var(--hlp-red-dark);
  flex: 0 0 auto;
}

.hlp-proof-card h2 {
  font-size: 18px;
  line-height: 1.35;
  color: var(--hlp-ink);
}

.hlp-proof-card p {
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--hlp-body);
}

.hlp-hero__card {
  background: rgba(255, 255, 255, 0.98);
  border-radius: 24px;
  padding: 28px;
  color: var(--hlp-body);
  box-shadow: 0 20px 38px rgba(24, 32, 52, 0.10);
  border: 1px solid rgba(31, 35, 48, 0.08);
}

.hlp-card__eyebrow {
  color: var(--hlp-red-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hlp-hero__card h2 {
  margin-top: 10px;
  font-size: 28px;
  line-height: 1.2;
}

.hlp-checklist {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: grid;
  gap: 12px;
}

.hlp-checklist li {
  position: relative;
  padding-left: 30px;
  line-height: 1.6;
  color: var(--hlp-body);
}

.hlp-checklist li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--hlp-red);
}

.hlp-card__actions,
.hlp-cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

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

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

.hlp-btn--primary {
  background: linear-gradient(135deg, var(--hlp-red) 0%, #ff7a57 100%);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(232, 76, 61, 0.28);
}

.hlp-btn--primary:hover,
.hlp-btn--primary:focus {
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(232, 76, 61, 0.34);
}

.hlp-btn--secondary {
  background: #ffffff;
  border: 1px solid rgba(31, 35, 48, 0.12);
  color: var(--hlp-ink);
}

.hlp-btn--secondary:hover,
.hlp-btn--secondary:focus {
  color: var(--hlp-ink);
  background: #fff7f2;
}

.hlp-btn--dark {
  background: rgba(31, 35, 48, 0.04);
}

.hlp-card__footnote,
.hlp-card__signin {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--hlp-muted);
}

.hlp-card__signin a {
  color: var(--hlp-red-dark);
  font-weight: 700;
}

.hlp-section {
  margin-top: 34px;
  padding: 34px;
  border-radius: 28px;
  background: var(--hlp-surface);
  box-shadow: var(--hlp-shadow-soft);
}

.hlp-section--surface {
  background: linear-gradient(180deg, #fffdfb 0%, #fff7f1 100%);
}

.hlp-section--soft,
.hlp-section--faq {
  background: var(--hlp-soft-surface);
}

.hlp-section__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}

.hlp-kicker {
  padding: 8px 14px;
  background: var(--hlp-red-soft);
  color: var(--hlp-red-dark);
  margin-bottom: 12px;
}

.hlp-kicker--light {
  background: rgba(255, 255, 255, 0.16);
  color: #ffe6de;
}

.hlp-section__header h2 {
  font-size: clamp(2.4rem, 3vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.hlp-section__header p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--hlp-muted);
}

.hlp-pricing-grid,
.hlp-space-grid,
.hlp-step-grid,
.hlp-trust-grid {
  display: grid;
  gap: 18px;
}

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

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

.hlp-pricing-card,
.hlp-space-card,
.hlp-step-card,
.hlp-trust-card {
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid var(--hlp-border);
  padding: 24px;
}

.hlp-pricing-card--accent {
  background: linear-gradient(180deg, #fff3ec 0%, #fff9f6 100%);
}

.hlp-pricing-card h3,
.hlp-space-card h3,
.hlp-step-card h3 {
  font-size: 22px;
  line-height: 1.25;
}

.hlp-pricing-card p,
.hlp-space-card p,
.hlp-step-card p,
.hlp-trust-card p,
.hlp-faq-item__answer,
.hlp-cta-band p,
.hlp-note {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--hlp-body);
}

.hlp-bullet-list {
  margin: 16px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 9px;
}

.hlp-space-card__icon,
.hlp-step-card__num {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.hlp-space-card__icon {
  background: var(--hlp-red-soft);
  color: var(--hlp-red-dark);
  font-size: 22px;
}

.hlp-step-card__num {
  background: linear-gradient(135deg, var(--hlp-red) 0%, #ff8b63 100%);
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
}

.hlp-trust-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 800;
}

.hlp-trust-card__badge--verified {
  background: #fff4d9;
  color: #8f5c00;
}

.hlp-trust-card__badge--reliable {
  background: #eaf7ef;
  color: #17643a;
}

.hlp-trust-card__badge--clean {
  background: #eef4ff;
  color: #294f96;
}

.hlp-faq-list {
  display: grid;
  gap: 12px;
}

.hlp-faq-item {
  border: 1px solid var(--hlp-border);
  border-radius: 18px;
  background: #ffffff;
  padding: 0 20px;
}

.hlp-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 0;
  font-size: 17px;
  font-weight: 700;
  color: var(--hlp-ink);
}

.hlp-faq-item summary::-webkit-details-marker {
  display: none;
}

.hlp-faq-item__answer {
  margin-top: 0;
  padding: 0 0 18px;
}

.hlp-cta-band {
  margin-top: 34px;
  padding: 32px 34px;
  border-radius: 28px;
  background: linear-gradient(135deg, #1f2430 0%, #2f3547 100%);
  color: #ffffff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  box-shadow: var(--hlp-shadow);
}

.hlp-cta-band h2 {
  font-size: clamp(2.2rem, 2.8vw, 3.4rem);
  line-height: 1.08;
  color: #ffffff;
}

.hlp-cta-band p {
  color: rgba(255, 255, 255, 0.82);
  max-width: 58ch;
}

@media (max-width: 1199px) {
  .hlp-hero,
  .hlp-section__header,
  .hlp-cta-band {
    grid-template-columns: 1fr;
  }

  .hlp-hero__proof,
  .hlp-space-grid,
  .hlp-step-grid,
  .hlp-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .hlp-hero,
  .hlp-section,
  .hlp-cta-band {
    padding: 24px;
    border-radius: 24px;
  }

  .hlp-hero h1 {
    max-width: none;
  }

  .hlp-hero__proof,
  .hlp-pricing-grid,
  .hlp-space-grid,
  .hlp-step-grid,
  .hlp-trust-grid {
    grid-template-columns: 1fr;
  }

  .hlp-card__actions,
  .hlp-cta-band__actions,
  .hlp-hero__actions {
    flex-direction: column;
  }

  .hlp-btn {
    width: 100%;
  }
}
