@import url('/fonts.css');
:root {
  font-family: Arial, Helvetica, sans-serif;
  color: #163d35;
  background: #f4f4eb;
  font-size: 16px;
  line-height: 1.6;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
button,
input,
select {
  font: inherit;
}
button,
.button {
  background: #184d40;
  color: #fff;
  border: 0;
  border-radius: 5px;
  padding: 14px 22px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  gap: 30px;
  align-items: center;
  font-weight: 600;
}
button:disabled {
  opacity: 0.5;
  cursor: wait;
}
button:hover:not(:disabled),
.button:hover {
  background: #27634f;
}
.secondary {
  background: #e4e8d8;
  color: #183c32;
  padding: 9px 13px;
}
.wrap {
  max-width: 1160px;
  margin: auto;
  padding: 0 32px;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 106px;
  border-bottom: 1px solid #cfd8c6;
}
.brand {
  font-size: 31px;
  font-weight: 800;
  letter-spacing: -1.6px;
  text-decoration: none;
}
.brand span {
  color: #a3ab38;
}
nav {
  display: flex;
  gap: 28px;
  font-size: 14px;
}
nav a {
  text-decoration: none;
}
.hero {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 85px;
  padding-top: 75px;
  padding-bottom: 90px;
}
.eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0 0 23px;
}
h1 {
  font-family: Georgia, serif;
  font-size: 66px;
  line-height: 1.08;
  letter-spacing: -2.7px;
  font-weight: 400;
  margin: 0 0 28px;
}
h1 em {
  font-weight: 400;
  color: #66814b;
}
.intro {
  font-size: 18px;
  color: #51665d;
  max-width: 500px;
  margin-bottom: 32px;
}
.small {
  font-size: 12px;
  color: #596e64;
}
.route {
  background: #e5e9d8;
  border: 1px solid #d5dec8;
  padding: 35px 30px;
  align-self: center;
  border-radius: 6px;
}
.route ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.route li {
  display: flex;
  gap: 20px;
  border-top: 1px solid #c9d4bd;
  padding: 19px 0 8px;
}
.route li b {
  font-size: 12px;
  color: #758a54;
  padding-top: 4px;
}
.route h2 {
  font-size: 17px;
  margin: 0;
}
.route p {
  font-size: 14px;
  color: #596e64;
  margin: 5px 0 10px;
}
.process {
  border-top: 1px solid #cfd8c6;
  padding-top: 45px;
  padding-bottom: 55px;
}
.three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}
.three h2 {
  font-size: 19px;
}
.three p {
  color: #596e64;
  font-size: 15px;
}
.diagnostic {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 70px;
  padding-top: 60px;
  padding-bottom: 85px;
  border-top: 1px solid #cfd8c6;
}
.diagnostic h2 {
  font-family: Georgia, serif;
  font-size: 39px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 20px;
}
.form-card {
  background: #fff;
  border: 1px solid #d4ddcf;
  padding: 32px;
  border-radius: 6px;
}
label,
legend {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin: 18px 0 5px;
}
input,
select {
  width: 100%;
  border: 1px solid #b8c8b8;
  border-radius: 4px;
  padding: 11px;
  background: #fff;
  color: #163d35;
}
input:focus,
select:focus,
button:focus-visible,
a:focus-visible {
  outline: 3px solid #799a58;
  outline-offset: 3px;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 20px 0;
}
legend {
  font-size: 18px;
  border-top: 1px solid #dce3d6;
  width: 100%;
  padding-top: 20px;
}
.two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.check {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-weight: 400;
  line-height: 1.5;
}
.check input {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 3px;
}
.trap {
  position: absolute;
  left: -9999px;
}
#status {
  font-size: 14px;
  min-height: 28px;
  color: #375e43;
}
#lookup-challenge,
#lead-challenge {
  margin: 18px 0;
  min-height: 65px;
}
.notice {
  font-size: 13px;
  background: #edf0e4;
  padding: 16px;
  border-left: 3px solid #91a96c;
}
.skip {
  position: absolute;
  left: -9999px;
}
.skip:focus {
  left: 20px;
  top: 10px;
  background: white;
  padding: 10px;
  z-index: 10;
}
footer {
  border-top: 1px solid #cfd8c6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 140px;
  font-size: 12px;
}
main.legal {
  max-width: 760px;
  margin: auto;
  padding: 60px 25px;
}
.legal h1 {
  font-size: 44px;
}
.legal h2 {
  font-size: 22px;
}
[hidden] {
  display: none !important;
}
@media (max-width: 760px) {
  .wrap {
    padding-left: 22px;
    padding-right: 22px;
  }
  header {
    min-height: 80px;
  }
  nav {
    gap: 15px;
    font-size: 12px;
  }
  .hero,
  .diagnostic {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-top: 40px;
    padding-bottom: 45px;
  }
  h1 {
    font-size: 48px;
  }
  .three {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .form-card {
    padding: 22px;
  }
  .two {
    grid-template-columns: 1fr;
  }
  footer {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 26px;
    padding-bottom: 26px;
    gap: 10px;
  }
  .diagnostic h2 {
    font-size: 34px;
  }
}
