/* Premium quote funnel — intentionally isolated from the rest of the homepage. */
.home-launch main #lead-capture.quote-funnel {
  --quote-coral: #f34f62;
  --quote-coral-dark: #e83e55;
  --quote-ink: #11171a;
  --quote-teal: #06282f;
  background: radial-gradient(circle at 50% 12%, #17414a 0, #082e35 42%, #041f25 100%);
  padding: clamp(38px, 6vw, 86px) 22px;
}

.home-launch main #lead-capture .quote-reference-shell {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  align-items: stretch;
  width: min(1320px, 100%);
  max-width: 1320px;
  margin: 0 auto;
  padding: 0;
  border-radius: 38px;
  overflow: hidden;
  background: #101514;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .36);
}

.home-launch main #lead-capture .quote-offer {
  position: relative;
  min-height: 880px;
  padding: 0;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}

.home-launch main #lead-capture .quote-visual,
.home-launch main #lead-capture .quote-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.home-launch main #lead-capture .quote-visual img {
  display: block;
  object-fit: cover;
  object-position: 48% center;
  filter: saturate(.88) contrast(1.04);
}

.home-launch main #lead-capture .quote-offer-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(6, 8, 8, .18) 0%, rgba(9, 8, 8, .16) 35%, rgba(8, 9, 9, .72) 72%, rgba(8, 9, 9, .94) 100%),
    linear-gradient(90deg, rgba(35, 0, 4, .62), transparent 64%);
}

.home-launch main #lead-capture .quote-brandbar,
.home-launch main #lead-capture .quote-hero-copy,
.home-launch main #lead-capture .quote-benefits {
  position: absolute;
  z-index: 2;
}

.home-launch main #lead-capture .quote-brandbar {
  top: 42px;
  left: 46px;
  right: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-launch main #lead-capture .quote-brand-lockup {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  line-height: .82;
  font-family: Georgia, 'Times New Roman', serif;
}

.home-launch main #lead-capture .quote-brand-lockup strong {
  font-size: 46px;
  font-weight: 500;
  letter-spacing: .02em;
}

.home-launch main #lead-capture .quote-brand-lockup small {
  margin-top: 9px;
  font: 600 10px/1 Arial, sans-serif;
  letter-spacing: .5em;
  transform: translateX(.25em);
}

.home-launch main #lead-capture .quote-whatsapp-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 21px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
  background: rgba(15, 15, 15, .52);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  backdrop-filter: blur(8px);
  transition: background .2s ease, transform .2s ease;
}

.home-launch main #lead-capture .quote-whatsapp-pill:hover {
  background: rgba(25, 113, 72, .84);
  transform: translateY(-2px);
}

.home-launch main #lead-capture .quote-whatsapp-pill svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.home-launch main #lead-capture .quote-hero-copy {
  top: 245px;
  left: 48px;
  right: 38px;
}

.home-launch main #lead-capture .quote-kicker {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 22px;
  color: var(--quote-coral);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .115em;
  text-transform: uppercase;
}

.home-launch main #lead-capture .quote-kicker::before {
  content: '';
  width: 38px;
  height: 2px;
  background: var(--quote-coral);
}

.home-launch main #lead-capture .quote-offer h2 {
  max-width: 570px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 4.3vw, 68px);
  font-weight: 760;
  line-height: .98;
  letter-spacing: -.055em;
}

.home-launch main #lead-capture .quote-brush {
  display: block;
  width: 172px;
  height: 10px;
  margin-top: 24px;
  border-radius: 80% 55% 70% 45%;
  background: var(--quote-coral);
  transform: rotate(-2deg) skewX(-14deg);
  box-shadow: 23px 1px 0 -3px rgba(255, 100, 116, .75);
}

.home-launch main #lead-capture .quote-benefits {
  left: 0;
  right: 0;
  bottom: 54px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0 22px;
  list-style: none;
}

.home-launch main #lead-capture .quote-benefits li {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 22px 14px 18px;
  border-right: 1px solid rgba(255,255,255,.15);
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.38;
}

.home-launch main #lead-capture .quote-benefits li:last-child { border-right: 0; }
.home-launch main #lead-capture .quote-benefits svg {
  width: 43px;
  height: 43px;
  fill: none;
  stroke: var(--quote-coral);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-launch main #lead-capture .quote-benefits li > span {
  display: block;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: none;
  color: inherit;
}

.home-launch main #lead-capture .quote-lead-form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  gap: 20px;
  min-height: 880px;
  margin: 0;
  padding: 58px 72px 46px;
  border: 0;
  border-radius: 38px 0 0 38px;
  background: #fff;
  box-shadow: -18px 0 42px rgba(0, 0, 0, .13);
  color: var(--quote-ink);
}

.home-launch main #lead-capture .lead-form-heading { margin: 0 0 7px; }
.home-launch main #lead-capture .lead-form-heading > span {
  display: block;
  margin-bottom: 12px;
  color: var(--quote-coral);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.home-launch main #lead-capture .lead-form-heading h3 {
  margin: 0 0 8px;
  color: #101519;
  font-size: clamp(34px, 3vw, 47px);
  font-weight: 760;
  line-height: 1.04;
  letter-spacing: -.045em;
}
.home-launch main #lead-capture .lead-form-heading p {
  margin: 0;
  color: #74797e;
  font-size: 17px;
  line-height: 1.45;
}

.home-launch main #lead-capture .lead-field {
  display: block;
  margin: 0;
}
.home-launch main #lead-capture .lead-field > label {
  display: block;
  margin: 0 0 8px;
  color: #20262a;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
}
.home-launch main #lead-capture .lead-field label small {
  color: #71777b;
  font-size: inherit;
  font-weight: 450;
}
.home-launch main #lead-capture .lead-control {
  display: flex;
  align-items: center;
  min-height: 68px;
  padding: 0 17px;
  border: 1px solid #d8d5d2;
  border-radius: 16px;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.home-launch main #lead-capture .lead-control:focus-within {
  border-color: var(--quote-coral);
  box-shadow: 0 0 0 4px rgba(243, 79, 98, .11);
}
.home-launch main #lead-capture .lead-control > svg {
  width: 27px;
  min-width: 27px;
  height: 27px;
  margin-right: 15px;
  fill: none;
  stroke: #677077;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.home-launch main #lead-capture .lead-control input,
.home-launch main #lead-capture .lead-control select,
.home-launch main #lead-capture .lead-control textarea {
  width: 100%;
  min-width: 0;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  color: #1c2225;
  font: 500 16px/1.4 inherit;
}
.home-launch main #lead-capture .lead-control input::placeholder,
.home-launch main #lead-capture .lead-control textarea::placeholder { color: #8a8f93; opacity: 1; }
.home-launch main #lead-capture .lead-control select { appearance: auto; cursor: pointer; }
.home-launch main #lead-capture .lead-phone-control select {
  width: 62px;
  flex: 0 0 62px;
  color: #555c60;
}
.home-launch main #lead-capture .phone-divider {
  width: 1px;
  height: 30px;
  margin: 0 17px 0 5px;
  background: #dedbd8;
}
.home-launch main #lead-capture .lead-notes-control {
  align-items: flex-start;
  min-height: 112px;
  padding-top: 17px;
  padding-bottom: 14px;
}
.home-launch main #lead-capture .lead-notes-control textarea {
  min-height: 76px;
  resize: vertical;
}

.home-launch main #lead-capture #quote-lead-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  width: 100%;
  min-height: 70px;
  margin: 4px 0 0;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(105deg, var(--quote-coral-dark), #ff5b67);
  box-shadow: 0 15px 30px rgba(232, 62, 85, .24);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  text-transform: none;
  letter-spacing: 0;
}
.home-launch main #lead-capture #quote-lead-submit svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.home-launch main #lead-capture #quote-lead-submit:hover { transform: translateY(-2px); }
.home-launch main #lead-capture #quote-lead-submit:disabled { opacity: .7; transform: none; }

.home-launch main #lead-capture .form-privacy-note {
  margin: -2px 0 0;
  color: #777d80;
  font-size: 12px;
  line-height: 1.48;
  text-align: center;
}
.home-launch main #lead-capture .form-privacy-note a { color: var(--quote-coral); text-decoration: underline; }
.home-launch main #lead-capture .consult-status { min-height: 0; margin: -10px 0 0; }
.home-launch main #lead-capture .consult-status:empty { display: none; }

.home-launch main #lead-capture .quote-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 5px;
  padding: 18px 8px;
  border-radius: 18px;
  background: #fbf7f5;
}
.home-launch main #lead-capture .quote-proof-strip > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  padding: 0 11px;
  border-right: 1px solid #e8e1de;
}
.home-launch main #lead-capture .quote-proof-strip > div:last-child { border-right: 0; }
.home-launch main #lead-capture .quote-proof-strip svg {
  width: 30px;
  min-width: 30px;
  height: 30px;
  fill: none;
  stroke: var(--quote-coral);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.home-launch main #lead-capture .quote-proof-strip span { display: flex; flex-direction: column; min-width: 0; }
.home-launch main #lead-capture .quote-proof-strip strong { color: #20262a; font-size: 14px; line-height: 1.25; white-space: nowrap; }
.home-launch main #lead-capture .quote-proof-strip small { margin-top: 2px; color: #72787c; font-size: 11px; line-height: 1.25; white-space: nowrap; }
.home-launch main #lead-capture .mobile-only-break { display: none; }

/* Keep the desktop offer and enquiry form visually separate. */
@media (min-width: 781px) {
  .home-launch main #lead-capture .quote-reference-shell {
    gap: clamp(18px, 1.4vw, 26px);
    overflow: visible;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .home-launch main #lead-capture .quote-offer {
    border-radius: 34px;
    box-shadow: 0 28px 72px rgba(0, 0, 0, .3);
  }

  .home-launch main #lead-capture .quote-lead-form {
    border-radius: 34px;
    box-shadow: 0 28px 72px rgba(0, 0, 0, .24);
  }
}

@media (max-width: 1040px) {
  .home-launch main #lead-capture .quote-reference-shell { grid-template-columns: minmax(0, .82fr) minmax(480px, 1.18fr); }
  .home-launch main #lead-capture .quote-lead-form { padding-left: 46px; padding-right: 46px; }
  .home-launch main #lead-capture .quote-brandbar { left: 34px; right: 30px; }
  .home-launch main #lead-capture .quote-hero-copy { left: 36px; }
  .home-launch main #lead-capture .quote-whatsapp-pill span { display: none; }
  .home-launch main #lead-capture .quote-whatsapp-pill { width: 52px; padding: 0; justify-content: center; }
}

@media (max-width: 780px) {
  .home-launch main #lead-capture.quote-funnel {
    padding: 20px 12px 34px;
    background: #082d34;
  }
  .home-launch main #lead-capture .quote-reference-shell {
    display: block;
    width: min(100%, 450px);
    border-radius: 26px;
    background: #0f1413;
    box-shadow: 0 22px 56px rgba(0,0,0,.36);
  }
  .home-launch main #lead-capture .quote-offer {
    min-height: 610px;
    border-radius: 26px 26px 0 0;
  }
  .home-launch main #lead-capture .quote-visual img { object-position: 45% center; }
  .home-launch main #lead-capture .quote-offer-shade {
    background:
      linear-gradient(180deg, rgba(7,8,8,.2) 0%, rgba(7,8,8,.2) 39%, rgba(8,9,9,.73) 68%, rgba(8,9,9,.98) 100%),
      linear-gradient(90deg, rgba(55,0,5,.48), transparent 70%);
  }
  .home-launch main #lead-capture .quote-brandbar { top: 26px; left: 25px; right: 24px; }
  .home-launch main #lead-capture .quote-brand-lockup strong { font-size: 35px; }
  .home-launch main #lead-capture .quote-brand-lockup small { margin-top: 7px; font-size: 7px; }
  .home-launch main #lead-capture .quote-whatsapp-pill {
    width: auto;
    min-height: 43px;
    padding: 0 14px;
    gap: 7px;
    font-size: 13px;
  }
  .home-launch main #lead-capture .quote-whatsapp-pill span { display: inline; }
  .home-launch main #lead-capture .quote-whatsapp-pill svg { width: 20px; height: 20px; }
  .home-launch main #lead-capture .quote-hero-copy { top: 202px; left: 25px; right: 22px; }
  .home-launch main #lead-capture .quote-kicker { gap: 11px; margin-bottom: 17px; font-size: 10px; letter-spacing: .105em; }
  .home-launch main #lead-capture .quote-kicker::before { width: 28px; }
  .home-launch main #lead-capture .quote-offer h2 { font-size: clamp(39px, 11.5vw, 51px); line-height: 1; }
  .home-launch main #lead-capture .quote-brush { width: 135px; height: 7px; margin-top: 17px; }
  .home-launch main #lead-capture .quote-benefits { bottom: 22px; padding: 0 9px; }
  .home-launch main #lead-capture .quote-benefits li { gap: 9px; padding: 17px 5px 13px; font-size: 13px; }
  .home-launch main #lead-capture .quote-benefits svg { width: 34px; height: 34px; }

  .home-launch main #lead-capture .quote-lead-form {
    display: grid;
    min-height: 0;
    gap: 17px;
    margin: -1px 10px 12px;
    padding: 34px 22px 22px;
    border-radius: 32px;
    box-shadow: 0 -8px 32px rgba(0,0,0,.16), 0 20px 45px rgba(0,0,0,.18);
  }
  .home-launch main #lead-capture .lead-form-heading { margin-bottom: 3px; }
  .home-launch main #lead-capture .lead-form-heading > span { margin-bottom: 9px; font-size: 10px; }
  .home-launch main #lead-capture .lead-form-heading h3 { margin-bottom: 6px; font-size: clamp(29px, 8vw, 36px); }
  .home-launch main #lead-capture .lead-form-heading p { font-size: 14px; }
  .home-launch main #lead-capture .lead-field > label { margin-bottom: 7px; font-size: 12px; }
  .home-launch main #lead-capture .lead-control { min-height: 58px; padding: 0 14px; border-radius: 13px; }
  .home-launch main #lead-capture .lead-control > svg { width: 23px; min-width: 23px; height: 23px; margin-right: 12px; }
  .home-launch main #lead-capture .lead-control input,
  .home-launch main #lead-capture .lead-control select,
  .home-launch main #lead-capture .lead-control textarea { font-size: 14px; }
  .home-launch main #lead-capture .lead-phone-control select { width: 53px; flex-basis: 53px; }
  .home-launch main #lead-capture .phone-divider { height: 25px; margin: 0 11px 0 2px; }
  .home-launch main #lead-capture .lead-notes-control { min-height: 100px; padding-top: 14px; }
  .home-launch main #lead-capture .lead-notes-control textarea { min-height: 68px; }
  .home-launch main #lead-capture #quote-lead-submit { min-height: 59px; border-radius: 13px; font-size: 15px; }
  .home-launch main #lead-capture #quote-lead-submit svg { width: 23px; height: 23px; }
  .home-launch main #lead-capture .form-privacy-note { font-size: 10px; }
  .home-launch main #lead-capture .mobile-only-break { display: initial; }
  .home-launch main #lead-capture .quote-proof-strip { margin-top: 2px; padding: 15px 4px; border-radius: 15px; }
  .home-launch main #lead-capture .quote-proof-strip > div { gap: 6px; padding: 0 5px; }
  .home-launch main #lead-capture .quote-proof-strip svg { width: 24px; min-width: 24px; height: 24px; }
  .home-launch main #lead-capture .quote-proof-strip strong { font-size: 11px; }
  .home-launch main #lead-capture .quote-proof-strip small { font-size: 8.5px; }
}

@media (max-width: 380px) {
  .home-launch main #lead-capture.quote-funnel { padding-left: 7px; padding-right: 7px; }
  .home-launch main #lead-capture .quote-offer { min-height: 570px; }
  .home-launch main #lead-capture .quote-hero-copy { top: 188px; }
  .home-launch main #lead-capture .quote-lead-form { margin-left: 7px; margin-right: 7px; padding-left: 17px; padding-right: 17px; }
  .home-launch main #lead-capture .quote-whatsapp-pill span { display: none; }
  .home-launch main #lead-capture .quote-whatsapp-pill { width: 43px; padding: 0; }
  .home-launch main #lead-capture .quote-proof-strip small { white-space: normal; }
}
