#contactForm {
  max-width: 500px;
  padding: 28px 22px 20px 22px;
  background: #f8fbfd;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(20,40,70,0.06);
  font-family: inherit;
}

#contactForm label {
  display: block;
  margin-bottom: 7px;
  font-size: 1.16em;
  font-weight: 500;
  color: #222;
}

#contactForm input[type="text"],
#contactForm input[type="tel"],
#contactForm textarea {
  width: 100%;
  padding: 9px 13px;
  font-size: 1em;
  border: 1.5px solid #dde3e8;
  border-radius: 6px;
  margin-bottom: 18px;
  box-sizing: border-box;
  background: #fff;
  transition: border-color 0.2s;
}

#contactForm input:focus,
#contactForm textarea:focus {
  border-color: #30b1ea;
  outline: none;
}

#contactForm textarea {
  resize: vertical;
}

#contactForm .cta {
  width: 65%;
  margin: 12px auto 0 auto;
  display: block;
  background: #19a3dd;
  color: #fff;
  font-size: 1.15em;
  font-weight: 500;
  padding: 13px 0;
  border: none;
  border-radius: 32px;
  box-shadow: 2px 2.5px 0 0 #185d83;
  cursor: pointer;
  letter-spacing: 0.3px;
  transition: background 0.18s;
}

#contactForm .cta:hover {
  background: #157bb0;
}

#contactForm .micro {
  margin-top: 18px;
  font-size: 0.96em;
  color: #6c7b8a;
  text-align: center;
}
.mr15 {
  margin-top: 15px !important;
}

.cta {margin: 0 auto; !important}
.hero h1 {font-size: 26px; margin: 20px 0 12px}
.btns {margin: 20px 0; }
.split {gap:0; }
.muted { text-indent: 20px; }
