.funnel-body {
  background: var(--brand-black);
}

.funnel-header {
  position: sticky;
}

.funnel-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  gap: clamp(30px, 6vw, 82px);
  align-items: center;
  min-height: calc(100vh - 88px);
  padding: clamp(70px, 10vw, 120px) clamp(20px, 6vw, 76px);
  color: var(--brand-white);
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 108, 255, 0.28), transparent 28%),
    radial-gradient(circle at 20% 0%, rgba(215, 220, 226, 0.18), transparent 24%),
    linear-gradient(135deg, #05070b 0%, #0b111a 70%, #061a3f 100%);
}

.funnel-hero h1 {
  max-width: 940px;
  font-size: clamp(42px, 6vw, 78px);
}

.funnel-hero p {
  color: rgba(215, 220, 226, 0.8);
  font-size: 18px;
}

.funnel-hero-actions,
.form-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.trust-strip span {
  border: 1px solid rgba(0, 108, 255, 0.36);
  border-radius: 999px;
  padding: 9px 12px;
  color: var(--brand-silver);
  background: rgba(255, 255, 255, 0.05);
  font-weight: 800;
  font-size: 13px;
}

.funnel-hero-card,
.funnel-form-shell,
.thank-you-panel,
.funnel-cards article {
  border: 1px solid rgba(0, 108, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.25);
}

.funnel-hero-card {
  padding: 34px;
  color: var(--ink);
}

.funnel-hero-card span,
.funnel-cards span {
  color: var(--brand-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.funnel-hero-card strong {
  display: block;
  margin: 12px 0;
  font-size: 54px;
  line-height: 1;
}

.funnel-hero-card ul {
  margin: 24px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.funnel-form-section {
  padding: clamp(70px, 9vw, 120px) clamp(20px, 6vw, 76px);
  background: linear-gradient(180deg, #f4f6f9, #ffffff);
}

.funnel-form-shell {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(24px, 5vw, 54px);
}

.form-intro {
  max-width: 680px;
  margin-bottom: 30px;
}

.multi-step-form {
  display: grid;
  gap: 24px;
}

.progress-meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.progress-track {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #dde3eb;
}

.progress-track span {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--brand-blue), #73a8ff);
  transition: width 220ms ease;
}

.form-step {
  display: none;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.form-step.is-active {
  display: block;
}

.form-step legend {
  margin-bottom: 20px;
  color: var(--brand-charcoal);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.field-grid label,
.consent-row {
  display: grid;
  gap: 8px;
  color: #25313e;
  font-size: 14px;
  font-weight: 900;
}

.field-grid .wide {
  grid-column: 1 / -1;
}

.field-grid input,
.field-grid select,
.field-grid textarea {
  width: 100%;
  border: 1px solid #cbd4df;
  border-radius: 7px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

.field-grid input:focus,
.field-grid select:focus,
.field-grid textarea:focus,
.consent-row input:focus {
  outline: 2px solid rgba(0, 108, 255, 0.5);
  outline-offset: 2px;
}

.field-error {
  border-color: #cc2f2f !important;
}

.form-error {
  min-height: 24px;
  margin: 0;
  color: #cc2f2f;
  font-weight: 900;
}

.review-panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}

.review-panel div {
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 12px;
  background: #f8faff;
}

.review-panel span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.review-panel strong {
  display: block;
  margin-top: 4px;
  overflow-wrap: anywhere;
}

.consent-row {
  display: flex;
  align-items: center;
}

.funnel-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.form-controls [data-back],
.form-controls [data-submit] {
  display: none;
}

.thank-you-panel {
  padding: clamp(28px, 5vw, 52px);
}

.strategy-report {
  margin: 24px 0;
  padding: 20px;
  border: 1px solid rgba(0, 108, 255, 0.2);
  border-radius: 8px;
  background: rgba(0, 108, 255, 0.06);
}

.strategy-report h3 {
  margin-bottom: 16px;
}

.strategy-report dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.strategy-report div {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 12px;
}

.strategy-report dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.strategy-report dd {
  margin: 0;
  font-weight: 800;
}

.funnel-band {
  padding: clamp(70px, 9vw, 120px) clamp(20px, 6vw, 76px);
  background: var(--brand-white);
}

.funnel-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.funnel-cards.four {
  grid-template-columns: repeat(4, 1fr);
}

.funnel-cards article {
  padding: 28px;
  box-shadow: 0 18px 48px rgba(17, 24, 32, 0.08);
}

.funnel-cards p {
  color: var(--muted);
}

.why-leadhound {
  background: #eef4ff;
}

.funnel-proof {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(420px, 1.2fr);
  gap: clamp(34px, 6vw, 76px);
  background: #fff;
}

.final-funnel-cta {
  padding: clamp(70px, 9vw, 120px) clamp(20px, 6vw, 76px);
  text-align: center;
  color: #fff;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 108, 255, 0.32), transparent 34%),
    linear-gradient(135deg, var(--brand-black), var(--brand-charcoal));
}

.sticky-mobile-cta {
  position: fixed;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 60;
  display: none;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: #fff;
  background: var(--brand-blue);
  font-weight: 900;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

@media (max-width: 900px) {
  .funnel-hero,
  .funnel-proof,
  .field-grid,
  .funnel-cards,
  .funnel-cards.four,
  .review-panel {
    grid-template-columns: 1fr;
  }

  .funnel-header .main-nav,
  .funnel-header .header-actions {
    display: none;
  }

  .sticky-mobile-cta {
    display: flex;
  }
}

@media (max-width: 640px) {
  .funnel-hero {
    padding-top: 44px;
  }

  .funnel-form-shell {
    padding: 22px;
  }

  .form-controls {
    align-items: stretch;
    flex-direction: column;
  }

  .form-controls .btn {
    width: 100%;
  }
}
