.lp {
  color: #0f172a;
  background: #f8fafc;
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.lp__content {
  display: block;
}

.lp-section {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  margin: 16px auto;
}

.lp-section--hero {
  background: linear-gradient(180deg, #ffffff 0%, #f1f5f9 100%);
}

.lp-section--cta {
  background: #0f172a;
  color: #f8fafc;
}

.lp-section--form {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.lp-section h1,
.lp-section h2,
.lp-section h3 {
  margin-top: 0;
  line-height: 1.2;
}

.lp-section h1 {
  font-size: clamp(2rem, 5vw, 3.25rem);
}

.lp-section p {
  font-size: 1.05rem;
  line-height: 1.65;
}

.lp-eyebrow {
  color: #2563eb;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

/* Form polish scoped to this landing page */
.lp .hs-form,
.lp form {
  background: #ffffff;
  border: 1px solid #dbe4f0;
  border-radius: 14px;
  margin-top: 25px;
  padding: 1.25rem;
  box-sizing: border-box;
  max-width: 100%;
  overflow: hidden;
}

.lp .hs-form-field {
  margin-bottom: 0.95rem;
}

.lp .hs-form-field label,
.lp form label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #1e293b;
}

.lp .hs-input,
.lp input[type="text"],
.lp input[type="email"],
.lp input[type="tel"],
.lp select,
.lp textarea {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 0.68rem 0.78rem;
  font-size: 0.98rem;
  line-height: 1.35;
  color: #0f172a;
  background: #fff;
  transition: border-color 0.2s ease;
}

.lp .hs-input:focus,
.lp input:focus,
.lp select:focus,
.lp textarea:focus {
  outline: none;
  border-color: #2563eb;
}

.lp .actions {
  margin-top: 1rem;
}

.lp .hs-button,
.lp input[type="submit"] {
  box-sizing: border-box;
  border: 0;
  border-radius: 999px;
  padding: 0.72rem 1.15rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  background: #2563eb;
  text-decoration: none;
  cursor: pointer;
}

.lp .hs-button:hover,
.lp input[type="submit"]:hover {
  background: #1d4ed8;
  text-decoration: none;
}

.lp .hs-button *,
.lp .actions a,
.lp .actions a:hover {
  text-decoration: none;
}
