/* Modular Let’s talk enquiry — hosts + creators */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.lt-section {
  scroll-margin-top: 5.75rem;
}

.lt-inner {
  width: min(36.5rem, 100%);
  margin: 0 auto;
  text-align: center;
}

.lt-inner .lt-title,
.mp-cr .lt-title,
h2.lt-title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.85rem, 4.6vw, 2.85rem);
  letter-spacing: -0.045em;
  line-height: 1.12;
  font-weight: 800;
  color: #222;
  text-align: center;
}

.lt-lead {
  margin: 0 auto 1.85rem;
  max-width: 34rem;
  color: #6a6a6a;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.4;
  font-weight: 500;
}

.lt-form {
  display: grid;
  gap: 0.85rem;
  text-align: left;
}

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

.lt-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.lt-field {
  display: block;
  margin: 0;
}

.lt-field input,
.lt-field select {
  width: 100%;
  box-sizing: border-box;
  min-height: 3.55rem;
  padding: 0.95rem 1.1rem;
  border: 1px solid #cfcfcf;
  border-radius: 14px;
  background: #fff;
  color: #222;
  font: inherit;
  font-size: 1.02rem;
  appearance: none;
}

.lt-field input::placeholder {
  color: #8a8a8a;
}

.lt-field input:focus,
.lt-field select:focus {
  outline: none;
  border-color: #222;
  box-shadow: 0 0 0 1px #222;
}

.lt-select-wrap {
  position: relative;
}

.lt-select-wrap::after {
  content: "";
  position: absolute;
  right: 1.15rem;
  top: 50%;
  width: 0.55rem;
  height: 0.55rem;
  border-right: 2px solid #717171;
  border-bottom: 2px solid #717171;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

.lt-field select {
  padding-right: 2.7rem;
  color: #8a8a8a;
  text-overflow: ellipsis;
}

.lt-field select:valid,
.lt-field select option {
  color: #222;
}

.lt-hint {
  margin: -0.35rem 0 0.15rem;
  padding: 0 0.15rem;
  color: #717171;
  font-size: 0.92rem;
  line-height: 1.4;
}

.lt-consent {
  margin: 0.55rem 0 0.2rem;
  text-align: center;
  color: #222;
  font-size: 0.92rem;
  line-height: 1.5;
}

.lt-consent a {
  color: #004cc4;
  font-weight: 600;
  text-underline-offset: 2px;
}

.lt-status {
  margin: 0;
  text-align: center;
  font-size: 0.92rem;
  color: #0c1b33;
}

.lt-status.is-error {
  color: #9b1c1c;
}

.lt-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 22rem);
  min-height: 3.4rem;
  margin: 0.55rem auto 0;
  border: 0;
  border-radius: 999px;
  background: #ddd;
  color: #fff;
  font: inherit;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: default;
}

.lt-submit.is-ready {
  background: #222;
  cursor: pointer;
}

.lt-submit.is-ready:hover {
  background: #111;
}

.lt-form.is-loading .lt-submit {
  opacity: 0.7;
  pointer-events: none;
}

.lt-thanks {
  padding: 2.5rem 0 1.5rem;
}

.lt-thanks-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.15rem;
  height: 3.15rem;
  margin: 0 auto 1.05rem;
  border-radius: 999px;
  background: #f3eee4;
  color: #222;
}

.lt-thanks-mark svg {
  width: 1.35rem;
  height: 1.35rem;
}

@media (max-width: 640px) {
  .lt-row {
    grid-template-columns: 1fr;
  }
  .lt-submit {
    width: 100%;
  }
  .lt-section {
    padding-bottom: 5.75rem;
  }
}
