.lang {
  font-weight: 800;
  color: #41515f;
}

.lang.muted {
  font-weight: 700;
  color: var(--muted);
}

.hero-actions {
  margin-bottom: 18px;
}

.customer-offer {
  display: grid;
  gap: 2px;
  margin: 0 0 22px;
  padding: 16px 18px;
  border: 1px solid #b7e2ef;
  background: #effbfe;
  border-radius: 14px;
  color: #153342;
}

.customer-offer b {
  color: var(--blue);
}

.checkline {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: flex-start;
  gap: 10px;
  font-weight: 600 !important;
  line-height: 1.45;
}

.checkline input {
  width: auto !important;
  margin-top: 5px;
}

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

.website-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.legal-content {
  max-width: 880px;
}

.legal-content h1 {
  font-size: clamp(2.1rem, 4vw, 3.3rem);
  letter-spacing: -0.02em;
}

.legal-content h2 {
  font-size: 1.35rem;
  margin-top: 34px;
}

.legal-content a {
  color: var(--blue);
  font-weight: 800;
}
