@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800;900&display=swap');

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  background: #ffffff;
  color: #102c52;
}

.page {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}

.hero {
  position: relative;
  width: 100%;
  max-width: 1536px;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(0,0,0,0.14);
}

.hero-image {
  display: block;
  width: 100%;
  height: auto;
}

/* Real form aligned over the cropped hero image */
.lead-form {
  position: absolute;
  inset: 0;
}

/*
  The graphic already has faint placeholder text baked into it.
  This real input uses a solid background to cover that baked-in text.
*/
.lead-form input {
  position: absolute;
  left: 38.95%;
  top: 55.25%;
  width: 25.90%;
  height: 5.72%;
  border: 1px solid rgba(150, 160, 170, 0.45);
  outline: 0;
  background: #ffffff;
  color: #5d6570;
  font-size: clamp(10px, 1.18vw, 16px);
  font-weight: 600;
  padding: 0 16px 0 60px;
  border-radius: 7px;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.05);
}

.lead-form input::placeholder {
  color: #747b84;
}

.email-icon {
  position: absolute;
  left: 40.18%;
  top: 56.70%;
  transform: translateY(-50%);
  color: #8a9199;
  font-size: clamp(14px, 1.55vw, 22px);
  line-height: 1;
  pointer-events: none;
  z-index: 2;
}

.lead-form button {
  position: absolute;
  left: 39.02%;
  top: 62.25%;
  width: 25.75%;
  height: 5.84%;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.lead-form input:focus-visible,
.lead-form button:focus-visible,
.footer-links a:focus-visible {
  outline: 3px solid rgba(0, 115, 255, 0.95);
  outline-offset: 2px;
}

.form-message {
  max-width: 1536px;
  margin: 0 auto;
  min-height: 0;
  text-align: center;
  font-weight: 800;
  padding: 0;
  background: #ffffff;
  line-height: 1.4;
}

.form-message.success { color: #177b3f; }
.form-message.error { color: #bf2f2f; }

.site-footer {
  max-width: 1536px;
  margin: 0 auto;
  background: #ffffff;
  border-top: 0;
  padding: 10px 16px 20px;
  text-align: center;
  box-shadow: none;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 28px;
  flex-wrap: wrap;
  margin: 0 0 8px;
}

.footer-links a {
  color: #071f4c;
  text-decoration: none;
  font-weight: 900;
  font-size: clamp(13px, 1.2vw, 17px);
  letter-spacing: 0.01em;
}

.footer-links a:hover {
  text-decoration: underline;
}



.footer-copy {
  max-width: 1100px;
  margin: 4px auto 0;
  color: #4e637c;
  font-size: clamp(11px, 1.05vw, 13px);
  line-height: 1.45;
  font-weight: 500;
}

.copyright {
  margin: 7px auto 0;
  color: #344d68;
  font-size: clamp(12px, 1.1vw, 15px);
  font-weight: 600;
}

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

/* Legal pages */
.legal-page {
  width: min(920px, calc(100% - 28px));
  margin: 28px auto;
  background: #ffffff;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 16px 42px rgba(0,0,0,0.12);
}

.legal-page h1 {
  margin-top: 0;
  color: #102c52;
}

.legal-page p,
.legal-page li {
  line-height: 1.7;
  color: #465c76;
}

.back-link {
  display: inline-block;
  margin-bottom: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #102c52;
}

@media (max-width: 760px) {
  .lead-form input {
    padding-left: 32px;
    font-size: 9px;
  }

  .email-icon {
    font-size: 12px;
  }

  .footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 28px;
  flex-wrap: wrap;
  margin: 0 0 8px;
}
}

@media (max-width: 520px) {
  .site-footer {
  max-width: 1536px;
  margin: 0 auto;
  background: #ffffff;
  border-top: 0;
  padding: 10px 16px 20px;
  text-align: center;
  box-shadow: none;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

  .footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 28px;
  flex-wrap: wrap;
  margin: 0 0 8px;
}

  
}


.footer-links a:not(:last-child)::after {
  content: "|";
  color: #7b889a;
  margin-left: 28px;
  font-weight: 600;
}

@media (max-width: 520px) {
  .footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 28px;
  flex-wrap: wrap;
  margin: 0 0 8px;
}

  .footer-links a:not(:last-child)::after {
    content: "";
    margin: 0;
  }
}


.top-strip {
  width: min(100%, 1536px);
  margin: 0 auto;
  padding: 12px 18px;
  background: linear-gradient(180deg, #092247 0%, #06142d 100%);
  color: #ffffff;
  text-align: center;
  font-size: clamp(18px, 2.1vw, 30px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: none;
}

.benefits {
  width: min(100%, 1536px);
  margin: 0 auto;
  background: #080808;
  color: #fff;
  padding: 18px 22px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.benefit-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 4px 10px;
}

.benefit-card + .benefit-card {
  border-left: 1px solid rgba(255,255,255,0.22);
}

.benefit-icon {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  box-shadow: inset 0 0 0 4px rgba(255,255,255,0.18);
}

.benefit-icon.blue { background: #1172e8; }
.benefit-icon.green { background: #4caf22; }
.benefit-icon.purple { background: #7d31db; }
.benefit-icon.orange { background: #ff7a00; }

.benefit-copy h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.1;
  font-weight: 800;
}

.benefit-copy p {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: clamp(12px, 0.95vw, 14px);
  line-height: 1.45;
  font-weight: 500;
}

@media (max-width: 1080px) {
  .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefit-card:nth-child(3) {
    border-left: none;
  }
}

@media (max-width: 760px) {
  .top-strip {
    font-size: 16px;
    padding: 10px 12px;
  }

  .benefit-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .benefit-card,
  .benefit-card + .benefit-card {
    border-left: none;
  }

  .benefit-card {
    padding: 6px 2px;
  }

  .benefit-icon {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
    font-size: 26px;
  }
}
