/* Hero / lead section tuning (see conversion.css for base hero styles) */
@media (max-width: 767.98px) {
  .hero-lead-section {
    min-height: 0;
  }
}

/* —— Premium centered lead form (med spa landing) —— */
.hero-lead-premium {
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.hero-lead-premium .hero-lead-premium__intro {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.hero-lead-premium .hero-lead-premium__headline,
.hero-lead-premium .hero-lead-card {
  font-family: inherit;
}

.hero-lead-premium .hero-lead-premium__lede {
  max-width: 38rem;
}

/* Card: soft shadow, luxury frame */
.hero-lead-card {
  background: linear-gradient(165deg, rgba(28, 28, 36, 0.97) 0%, rgba(18, 18, 24, 0.98) 100%);
  border: 1px solid rgba(201, 169, 98, 0.28);
  border-radius: 16px;
  padding: clamp(1.75rem, 5vw, 2.5rem) clamp(1.5rem, 4vw, 2.25rem);
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.35),
    0 24px 56px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  text-align: left;
}

.hero-lead-card__title {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: clamp(1.25rem, 3.2vw, 1.5rem);
  font-weight: 700;
  line-height: 1.25;
  color: #f5f0e6;
  margin: 0 0 0.5rem;
  text-align: center;
  letter-spacing: -0.02em;
}

.hero-lead-card__hint {
  font-size: 0.875rem;
  color: rgba(245, 240, 230, 0.55);
  text-align: center;
  margin: 0 0 1.5rem;
  font-weight: 500;
}

.hero-lead-card__label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(201, 169, 98, 0.85);
  margin-bottom: 0.4rem;
}

.hero-lead-card__optional {
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 0.7rem;
  font-weight: 500;
  color: rgba(245, 240, 230, 0.45);
}

.lead-capture-form--premium .hero-lead-card__input.form-control {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #faf8f4;
  border-radius: 12px;
  padding: 0.8rem 1rem;
  font-size: 1rem;
  font-family: inherit;
  min-height: 52px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.lead-capture-form--premium .hero-lead-card__input::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

.lead-capture-form--premium .hero-lead-card__input:focus {
  border-color: rgba(201, 169, 98, 0.55);
  box-shadow: 0 0 0 3px rgba(201, 169, 98, 0.18);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  outline: none;
}

.lead-capture-form--premium .form-control.is-invalid {
  border-color: #c75c5c;
}

.lead-capture-form--premium .invalid-feedback {
  color: #f0b4b4;
  font-size: 0.8125rem;
  margin-top: 0.35rem;
}

/* Primary CTA */
.btn-lead-cta {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  background: linear-gradient(145deg, #d4b76a 0%, #b8944f 45%, #a8823d 100%);
  border: none;
  color: #141418 !important;
  font-weight: 700;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  text-transform: none;
  padding: 0.95rem 1.5rem;
  border-radius: 12px;
  min-height: 54px;
  width: 100%;
  box-shadow: 0 4px 16px rgba(201, 169, 98, 0.35);
  transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.btn-lead-cta:hover:not(:disabled) {
  filter: brightness(1.06);
  box-shadow: 0 8px 28px rgba(201, 169, 98, 0.42);
  transform: translateY(-1px);
  color: #141418 !important;
}

.btn-lead-cta:active:not(:disabled) {
  transform: translateY(0);
}

.btn-lead-cta:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

/* Trust + reassurance */
.lead-trust-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 1.15rem 0 0.65rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #c9e8d4;
  text-align: center;
  line-height: 1.35;
}

.lead-trust-line__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: rgba(201, 169, 98, 0.2);
  color: #e8d4a8;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.lead-reassurance {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: rgba(245, 240, 230, 0.5);
  text-align: center;
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
}

.lead-capture-form--premium .lead-form-success {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.9375rem;
  color: #a8e6c4 !important;
}

.lead-capture-form--premium .lead-form-error {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.875rem;
}

html.a11y-high-contrast .hero-lead-card {
  border-width: 2px;
}

html.a11y-high-contrast .btn-lead-cta {
  outline: 2px solid #fff;
}
