* { box-sizing: border-box; }

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

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #eef6ff;
  color: #132f56;
}

.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;
}

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

.lead-form input {
  position: absolute;
  left: 20.8%;
  top: 73.6%;
  width: 57.8%;
  height: 5.35%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #606b78;
  font-size: clamp(11px, 1.55vw, 18px);
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 18px 0 64px;
}

.lead-form input::placeholder {
  color: #8f8f8f;
}

.lead-form button {
  position: absolute;
  left: 20.8%;
  top: 80.35%;
  width: 57.8%;
  height: 6.65%;
  border: 0;
  background: transparent;
  cursor: pointer;
}

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

.footer-hotspots {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.spot {
  position: absolute;
  display: block;
  pointer-events: auto;
  background: transparent;
}

.spot.home    { left: 12.8%; top: 92.05%; width: 7.1%;  height: 3.0%; }
.spot.terms   { left: 23.1%; top: 92.05%; width: 12.0%; height: 3.0%; }
.spot.privacy { left: 38.4%; top: 92.05%; width: 12.0%; height: 3.0%; }
.spot.refund  { left: 53.2%; top: 92.05%; width: 12.6%; height: 3.0%; }
.spot.contact { left: 69.0%; top: 92.05%; width: 9.8%;  height: 3.0%; }
.spot.income  { left: 80.7%; top: 92.05%; width: 15.2%; height: 3.0%; }

.form-message {
  max-width: 1536px;
  margin: 10px auto 0;
  min-height: 24px;
  text-align: center;
  font-weight: 700;
}

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

.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-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;
}

.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: #132f56;
}

@media (max-width: 700px) {
  .lead-form input {
    padding-left: 38px;
    font-size: 10px;
  }

  .form-message {
    padding: 0 10px;
  }
}
