.native-form-wrap {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
}

.lead-form {
  display: grid;
  gap: 18px;
}

.lead-form label {
  color: var(--ink);
  display: grid;
  font-size: 0.9rem;
  font-weight: 850;
  gap: 7px;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  background: #ffffff;
  border: 1px solid #cfc8c0;
  border-radius: 6px;
  color: var(--ink);
  font: inherit;
  min-height: 48px;
  padding: 11px 12px;
  width: 100%;
}

.lead-form textarea {
  min-height: 110px;
  resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: var(--ink);
  outline: 2px solid rgba(12, 12, 12, 0.12);
  outline-offset: 1px;
}

.lead-form .form-help {
  color: #6d665f;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.45;
  margin-top: -2px;
}

.lead-form .form-submit {
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  min-height: 52px;
  padding: 13px 18px;
}

.lead-form .form-submit:hover,
.lead-form .form-submit:focus-visible {
  background: #242424;
  outline: none;
}

.lead-form .form-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-status {
  border-radius: 6px;
  color: #4f4943;
  font-size: 0.92rem;
  line-height: 1.5;
  margin: 0;
}

.form-status[data-state="pending"] {
  color: #5d554d;
}

.form-status[data-state="success"] {
  background: #eef8f0;
  border: 1px solid #b9d6bf;
  color: #173c20;
  padding: 14px;
}

.form-status[data-state="error"] {
  background: #fff1f0;
  border: 1px solid #e3b7b3;
  color: #6b1f19;
  padding: 14px;
}

.lead-form.is-complete > :not(.form-status) {
  display: none;
}

.hp-field {
  left: -10000px;
  position: absolute;
  top: auto;
}

/* Paid-traffic hero: message and conversion form above the fold */
.hero {
  align-items: center;
  display: flex;
  min-height: calc(100svh - 76px);
  padding-bottom: 44px;
  padding-top: 44px;
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(32px, 4vw, 64px);
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  margin: 0 auto;
  max-width: 1420px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.hero-content {
  max-width: 700px;
}

.hero h1 {
  font-size: clamp(3.35rem, 5.2vw, 4.85rem);
  max-width: 760px;
}

.hero-copy {
  max-width: 650px;
}

.hero-trust-line {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.96rem;
  font-weight: 850;
  line-height: 1.45;
  margin: 0;
}

.hero-form-panel {
  justify-self: end;
  max-width: 560px;
  width: 100%;
}

.hero-form-panel .native-form-wrap {
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  padding: 24px;
}

.form-eyebrow {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 950;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.hero-form-panel h2 {
  color: var(--ink);
  font-size: 1.72rem;
  margin-bottom: 8px;
}

.hero-form-copy {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
  margin: 0 0 18px;
}

.hero-form-panel .lead-form {
  gap: 12px;
}

.hero-form-panel .lead-form input,
.hero-form-panel .lead-form select {
  min-height: 44px;
  padding: 9px 11px;
}

.hero-form-panel .lead-form textarea {
  min-height: 78px;
}

.hero-form-panel .lead-form .form-submit {
  min-height: 48px;
  padding: 11px 16px;
}

/* Personal credibility section */
.meet-grid {
  align-items: center;
  display: grid;
  gap: clamp(38px, 6vw, 80px);
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
}

.meet-photo-wrap {
  max-width: 430px;
}

.meet-photo-frame {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
}

.meet-photo {
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.meet-photo-caption {
  color: var(--muted);
  font-size: 0.86rem !important;
  font-weight: 800;
  margin: 12px 0 0;
}

.meet-copy h2 {
  max-width: 700px;
}

.meet-copy > p:not(.section-kicker) {
  max-width: 690px;
}

.meet-note {
  border-left: 3px solid var(--accent);
  color: var(--ink) !important;
  font-weight: 850;
  margin-bottom: 0;
  margin-top: 22px;
  padding-left: 16px;
}

/* Single, direct close for paid traffic */
.conversion-final {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 820px;
  text-align: center;
}

.conversion-final h2 {
  font-size: clamp(2.25rem, 4vw, 3.35rem);
  margin-bottom: 18px;
  max-width: 780px;
}

.conversion-final-copy {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
  margin-bottom: 26px;
  max-width: 700px;
}

.conversion-final .button {
  min-width: min(100%, 330px);
}

.conversion-microcopy {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.84rem;
  font-weight: 750;
  margin: 16px 0 0;
}

@media (max-width: 980px) {
  .hero {
    min-height: auto;
    padding-bottom: 54px;
    padding-top: 54px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-content,
  .hero-form-panel {
    max-width: 720px;
  }

  .hero-form-panel {
    justify-self: start;
  }

  .hero h1 {
    font-size: clamp(3rem, 8vw, 4.4rem);
  }
}

@media (max-width: 860px) {
  .meet-grid {
    grid-template-columns: 1fr;
  }

  .meet-photo-wrap {
    max-width: 420px;
  }
}

@media (max-width: 560px) {
  .native-form-wrap {
    padding: 20px;
  }

  .hero {
    padding-bottom: 34px;
    padding-top: 38px;
  }

  .hero-grid {
    gap: 28px;
  }

  .hero h1 {
    font-size: 2.7rem;
  }

  .hero-copy {
    margin-bottom: 18px;
  }

  .hero-form-panel .native-form-wrap {
    padding: 18px;
  }

  .hero-form-panel h2 {
    font-size: 1.5rem;
  }

  .conversion-final h2 {
    font-size: 2rem;
  }

  .conversion-final-copy {
    font-size: 1rem;
  }
}
