:root {
  --lead-navy: #071f4c;
  --lead-blue: #0a2c66;
  --lead-yellow: #ffcc00;
  --lead-orange: #f4a300;
  --lead-ink: #102c52;
}

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

body.lead-page-body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f6f9fd 100%);
  color: var(--lead-ink);
}

.lead-page {
  min-height: 100vh;
}

.lead-desktop-hero {
  position: relative;
  width: min(1672px, 100%);
  margin: 0 auto;
  overflow: hidden;
  background: #dcefff;
  box-shadow: 0 18px 48px rgba(7, 31, 76, 0.16);
}

.lead-desktop-hero picture,
.lead-desktop-image {
  display: block;
  width: 100%;
}

.lead-desktop-image {
  height: auto;
  aspect-ratio: 1672 / 941;
  object-fit: contain;
}

.lead-desktop-form {
  position: absolute;
  inset: 0;
}

.lead-desktop-form input {
  position: absolute;
  left: 38.25%;
  top: 55.05%;
  width: 29.72%;
  height: 5.95%;
  margin: 0;
  border: 0;
  border-radius: 9px;
  outline: 0;
  background: rgba(255, 255, 255, 0.985);
  color: #40537d;
  caret-color: var(--lead-blue);
  padding: 0 14px 0 clamp(48px, 5vw, 84px);
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: clamp(12px, 1.24vw, 19px);
  font-weight: 700;
  box-shadow: inset 0 0 0 1px rgba(7, 31, 76, 0.08);
  z-index: 5;
}

.lead-desktop-form input::placeholder {
  color: #65749a;
  opacity: 1;
}

.lead-desktop-form input:focus-visible {
  box-shadow:
    inset 0 0 0 3px var(--lead-yellow),
    0 0 0 3px rgba(7, 31, 76, 0.28);
}

.lead-desktop-form button {
  position: absolute;
  left: 37.25%;
  top: 63.65%;
  width: 30.00%;
  height: 7.85%;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  z-index: 6;
}

.lead-desktop-form button:hover {
  background: rgba(255, 255, 255, 0.08);
}

.lead-desktop-form button:focus-visible {
  outline: 4px solid #ffffff;
  outline-offset: -6px;
  box-shadow: 0 0 0 5px var(--lead-blue);
}

.lead-desktop-form button:disabled,
.lead-mobile-form button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.lead-mobile {
  display: none;
}

.lead-quality-consent,
.lead-disclosure {
  width: min(980px, calc(100% - 28px));
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.lead-quality-consent {
  margin-top: 14px;
  margin-bottom: 6px;
  color: var(--lead-navy);
  font-size: clamp(12px, 1.05vw, 14px);
  font-weight: 900;
  letter-spacing: 0.01em;
}

.lead-disclosure {
  margin-top: 0;
  margin-bottom: 0;
  color: #607088;
  font-size: clamp(10px, 0.9vw, 12px);
  font-weight: 600;
  line-height: 1.55;
}

.lead-disclosure a {
  color: var(--lead-blue);
  font-weight: 900;
}

.lead-quality-message {
  width: min(760px, calc(100% - 28px));
  margin: 8px auto 0;
  min-height: 20px;
  padding: 0;
  background: transparent;
  text-align: center;
  font-size: 13px;
  font-weight: 900;
}

.lead-quality-message.success { color: #177b3f; }
.lead-quality-message.error { color: #b52b2b; }

.lead-noscript {
  width: min(760px, calc(100% - 28px));
  margin: 12px auto;
  padding: 12px;
  background: #fff1f1;
  color: #8b1d1d;
  text-align: center;
  font-weight: 800;
}

.lead-quality-footer {
  max-width: none;
  margin-top: 14px;
}

@media (max-width: 760px) {
  .lead-desktop-hero {
    display: none;
  }

  .lead-mobile {
    display: block;
    width: min(100%, 580px);
    margin: 0 auto;
    background:
      radial-gradient(circle at 18% 6%, rgba(255,255,255,0.76), transparent 22%),
      linear-gradient(180deg, #0c76e8 0%, #72c9ff 34%, #eaf7ff 62%, #ffffff 100%);
    box-shadow: 0 14px 34px rgba(7, 31, 76, 0.17);
  }

  .lead-mobile-copy {
    padding: 18px 16px 6px;
    text-align: center;
  }

  .lead-mobile-kicker {
    display: inline-block;
    margin: 0 0 10px;
    padding: 7px 11px;
    background: var(--lead-navy);
    color: #ffffff;
    font-size: 11px;
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: 0.04em;
  }

  .lead-mobile h1 {
    margin: 0;
    padding: 10px 8px;
    background: var(--lead-yellow);
    color: #080808;
    font-size: clamp(31px, 10vw, 46px);
    line-height: 0.98;
    font-weight: 900;
    letter-spacing: -0.045em;
  }

  .lead-mobile-subtitle {
    margin: 14px auto 0;
    color: var(--lead-navy);
    font-size: 20px;
    line-height: 1.18;
    font-weight: 900;
  }

  .lead-mobile-visual {
    height: 228px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .lead-mobile-visual img {
    width: 210px;
    height: auto;
    margin-top: -8px;
    filter: drop-shadow(0 12px 16px rgba(7, 31, 76, 0.2));
  }

  .lead-mobile-form {
    margin: -26px 14px 0;
    padding: 18px;
    border: 2px solid rgba(255,255,255,0.7);
    border-radius: 16px;
    background: linear-gradient(180deg, #0a2c66 0%, #061d48 100%);
    box-shadow: 0 12px 28px rgba(7, 31, 76, 0.24);
    position: relative;
    z-index: 3;
  }

  .lead-mobile-form label {
    display: block;
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
  }

  .lead-mobile-form input,
  .lead-mobile-form button {
    width: 100%;
    min-height: 54px;
    border-radius: 8px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  }

  .lead-mobile-form input {
    margin-bottom: 10px;
    border: 2px solid rgba(255,255,255,0.82);
    background: #ffffff;
    color: #263a68;
    padding: 0 14px;
    font-size: 16px;
    font-weight: 700;
  }

  .lead-mobile-form input:focus-visible {
    outline: 3px solid var(--lead-yellow);
    outline-offset: 2px;
  }

  .lead-mobile-form button {
    border: 2px solid #ffe266;
    background: linear-gradient(180deg, #ffd92f 0%, #ff9e00 100%);
    color: #111111;
    font-size: 17px;
    line-height: 1.1;
    font-weight: 900;
    box-shadow: 0 5px 0 #c56800, 0 9px 18px rgba(0,0,0,0.22);
    cursor: pointer;
  }

  .lead-mobile-form button:active {
    transform: translateY(3px);
    box-shadow: 0 2px 0 #c56800, 0 5px 12px rgba(0,0,0,0.18);
  }

  .lead-mobile-benefits {
    display: grid;
    gap: 10px;
    padding: 22px 14px 18px;
  }

  .lead-mobile-benefits article {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 11px;
    align-items: start;
    padding: 13px;
    border: 1px solid rgba(7,31,76,0.10);
    border-radius: 12px;
    background: rgba(255,255,255,0.94);
    box-shadow: 0 6px 16px rgba(7,31,76,0.08);
  }

  .lead-mobile-benefits article > span {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--lead-yellow);
    color: var(--lead-navy);
    font-size: 15px;
    font-weight: 900;
  }

  .lead-mobile-benefits strong {
    display: block;
    color: var(--lead-navy);
    font-size: 14px;
    line-height: 1.25;
    font-weight: 900;
    text-transform: uppercase;
  }

  .lead-mobile-benefits p {
    margin: 3px 0 0;
    color: #536a84;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 650;
  }

  .lead-quality-consent {
    margin-top: 16px;
    font-size: 12px;
    line-height: 1.45;
  }

  .lead-disclosure {
    font-size: 10.5px;
  }

  .lead-quality-footer {
    margin-top: 14px;
  }
}
