.gjm-lead-section {
  background: #f7f0e2;
  color: #102c28;
  padding: clamp(3.5rem, 7vw, 6rem) 1.25rem;
}
.gjm-lead-shell {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
  width: min(1120px, 100%);
  margin: 0 auto;
}
.gjm-lead-kicker {
  color: #a56b12;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.gjm-lead-copy h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2.3rem, 5vw, 4.2rem);
  font-weight: 400;
  line-height: 1.03;
  margin: 1rem 0 1.25rem;
}
.gjm-lead-copy p {
  color: #40534f;
  font-size: 1rem;
  line-height: 1.75;
  max-width: 34rem;
}
.gjm-lead-booking-offer {
  display: grid;
  gap: .55rem;
  margin: 0 0 1.25rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(165,107,18,.38);
  border-left: 4px solid #a56b12;
  border-radius: .8rem;
  background: #fff7df;
  color: #6f4100;
  font-size: .95rem;
  line-height: 1.55;
}
.gjm-lead-booking-offer span { color: #794b0b; }
.gjm-lead-points {
  display: grid;
  gap: .75rem;
  margin: 1.75rem 0 0;
  padding: 0;
  list-style: none;
}
.gjm-lead-points li { display: flex; gap: .75rem; align-items: flex-start; font-weight: 700; }
.gjm-lead-points li::before { content: '✓'; color: #a56b12; }
.gjm-lead-card {
  background: #fffdf8;
  border: 1px solid rgba(165,107,18,.28);
  border-radius: 1.25rem;
  box-shadow: 0 24px 70px rgba(16,44,40,.12);
  padding: clamp(1.3rem, 3vw, 2.25rem);
}
.gjm-lead-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.gjm-lead-field { display: grid; gap: .45rem; }
.gjm-lead-field--full { grid-column: 1 / -1; }
.gjm-lead-field label { color: #263c38; font-size: .82rem; font-weight: 800; }
.gjm-lead-field input,
.gjm-lead-field select {
  width: 100%;
  border: 1px solid #d7d8d1;
  border-radius: .75rem;
  background: #fff;
  color: #102c28;
  font: inherit;
  padding: .85rem .95rem;
  outline: none;
}
.gjm-lead-field input:focus,
.gjm-lead-field select:focus { border-color: #a56b12; box-shadow: 0 0 0 3px rgba(165,107,18,.12); }
.gjm-lead-consent { display: flex; gap: .7rem; align-items: flex-start; color: #40534f; font-size: .82rem; line-height: 1.5; margin: 1.1rem 0; }
.gjm-lead-consent input { margin-top: .2rem; accent-color: #0c6b4e; }
.gjm-lead-submit {
  width: 100%;
  border: 0;
  border-radius: .75rem;
  background: #0b7653;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  letter-spacing: .02em;
  padding: .95rem 1.2rem;
}
.gjm-lead-submit:hover { background: #095d43; }
.gjm-lead-submit:disabled { cursor: wait; opacity: .65; }
.gjm-lead-note { color: #66736f; font-size: .74rem; line-height: 1.5; margin: .8rem 0 0; text-align: center; }
.gjm-lead-status { border-radius: .75rem; display: none; font-size: .86rem; font-weight: 700; line-height: 1.5; margin: 1rem 0 0; padding: .8rem 1rem; }
.gjm-lead-status.is-error { display: block; background: #fff0f0; color: #a21b1b; }
.gjm-lead-status.is-success { display: block; background: #e9f8f1; color: #086343; }
.gjm-booking-payment {
  display: grid;
  gap: .65rem;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid rgba(165,107,18,.36);
  border-radius: .85rem;
  background: #fff7df;
  color: #553504;
  line-height: 1.5;
}
.gjm-booking-payment[hidden] { display: none; }
.gjm-booking-payment span { color: #735321; font-size: .82rem; }
.gjm-booking-pay {
  border: 0;
  border-radius: .7rem;
  background: #a56b12;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  padding: .9rem 1rem;
}
.gjm-booking-pay:hover { background: #85530b; }
.gjm-booking-pay:disabled { cursor: wait; opacity: .65; }
.gjm-payment-status { font-size: .82rem; font-weight: 700; }
.gjm-payment-status.is-error { color: #a21b1b; }
.gjm-payment-status.is-success { color: #086343; }
.gjm-lead-card.is-submitted .gjm-lead-grid,
.gjm-lead-card.is-submitted .gjm-lead-consent,
.gjm-lead-card.is-submitted > .gjm-lead-submit,
.gjm-lead-card.is-submitted > .gjm-lead-note {
  display: none;
}
.gjm-lead-card.is-submitted {
  align-self: center;
}
.gjm-lead-card.is-submitted .gjm-lead-status {
  margin-top: 0;
}
.gjm-lead-card.is-submitted .gjm-booking-payment {
  margin-top: 1rem;
}
.gjm-lead-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
@media (max-width: 760px) {
  .gjm-lead-shell { grid-template-columns: 1fr; }
  .gjm-lead-grid { grid-template-columns: 1fr; }
  .gjm-lead-field--full { grid-column: auto; }
}
