/* LP Leads Layout and Form Styles */

.lp-leads-body {
  margin: 0;
  background-color: #fffdfb;
  color: #32153b;
  font-family: "Poppins", sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.lp-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #ffffff;
  border-bottom: 1px solid #ede5ee;
  box-shadow: 0 4px 18px rgba(167, 45, 143, 0.04);
}

.lp-header__container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 1200px;
  min-height: 80px;
  margin: 0 auto;
  padding: 0 20px;
}

.lp-header__logo img {
  display: block;
  height: 46px;
  transition: transform 0.2s ease;
}

.lp-header__logo img:hover {
  transform: scale(1.05);
}

.lp-leads-main {
  flex: 1;
}

.lp-leads {
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 6vw, 6rem) 1.25rem;
  background:
    radial-gradient(circle at 88% 8%, rgba(247, 185, 47, 0.18), transparent 22rem),
    radial-gradient(circle at 10% 90%, rgba(167, 45, 143, 0.12), transparent 26rem),
    #fffdfb;
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-leads__container {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

.lp-leads__card {
  padding: clamp(1.8rem, 4vw, 3rem);
  border: 1px solid rgba(116, 37, 102, 0.14);
  border-radius: 1.5rem;
  background: #ffffff;
  box-shadow: 0 1.5rem 4rem rgba(57, 23, 67, 0.12);
}

.lp-leads__eyebrow {
  display: inline-block;
  color: #8c2b7b;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.lp-leads__title {
  margin: 0.2rem 0 0.8rem;
  color: #32153b;
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.lp-leads__subtitle {
  margin: 0 0 2rem;
  color: #67586d;
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  line-height: 1.65;
}

.lp-leads__form {
  display: grid;
  gap: 1.25rem;
}

.lp-leads__field {
  display: grid;
  gap: 0.45rem;
}

.lp-leads__field label {
  color: #4c3d52;
  font-size: 0.88rem;
  font-weight: 600;
}

.lp-leads__field input,
.lp-leads__select {
  width: 100%;
  min-height: 3.4rem;
  padding: 0.8rem 1rem;
  border: 1px solid #e4dce6;
  border-radius: 0.8rem;
  outline: none;
  background-color: #ffffff;
  color: #301838;
  font-family: inherit;
  font-size: 0.95rem;
  transition: border-color 180ms ease, box-shadow 180ms ease;
  box-sizing: border-box;
}

.lp-leads__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23a72d8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.1rem;
  padding-right: 2.8rem;
  cursor: pointer;
}

.lp-leads__field input::placeholder {
  color: #aa9ead;
}

.lp-leads__field input:focus,
.lp-leads__select:focus {
  border-color: #a72d8f;
  box-shadow: 0 0 0 4px rgba(167, 45, 143, 0.12);
}

.lp-leads__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 3.5rem;
  margin-top: 0.5rem;
  padding: 0.85rem 1.5rem;
  border: 0;
  border-radius: 0.8rem;
  background: linear-gradient(135deg, #a72d8f, #742566);
  box-shadow: 0 0.8rem 1.5rem rgba(116, 37, 102, 0.24);
  color: #ffffff;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  transition: box-shadow 180ms ease, transform 180ms ease;
  width: 100%;
}

.lp-leads__button svg {
  width: 1.2rem;
  height: 1.2rem;
  transition: transform 180ms ease;
}

.lp-leads__button:hover {
  box-shadow: 0 1.05rem 1.8rem rgba(116, 37, 102, 0.34);
  transform: translateY(-2px);
}

.lp-leads__button:hover svg {
  transform: translateX(0.25rem);
}

.lp-leads__button:focus-visible {
  outline: 3px solid #f7b92f;
  outline-offset: 3px;
}

.lp-leads__privacy {
  margin: 1.8rem 0 0;
  padding: 0.85rem 1rem;
  border-left: 3px solid #f7b92f;
  border-radius: 0 0.7rem 0.7rem 0;
  background: rgba(255, 255, 255, 0.8);
  color: #796d7e;
  font-size: 0.78rem;
  line-height: 1.6;
}

.lp-leads__glow {
  position: absolute;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  filter: blur(1.5rem);
  pointer-events: none;
}

.lp-leads__glow--top {
  top: -15rem;
  right: -10rem;
  background: rgba(247, 185, 47, 0.14);
}

.lp-leads__glow--bottom {
  bottom: -15rem;
  left: -10rem;
  background: rgba(167, 45, 143, 0.14);
}

@media (max-width: 480px) {
  .lp-header__container {
    min-height: 64px;
    padding: 0 16px;
  }

  .lp-header__logo img {
    height: 38px;
  }

  .lp-leads {
    padding: 1.5rem 1rem;
  }

  .lp-leads__card {
    padding: 1.5rem 1.25rem;
    border-radius: 1.2rem;
  }
}
