:root {
  --test-blue: #104cba;
  --test-blue-dark: #173866;
  --test-ink: #19254e;
  --test-copy: #46536f;
  --test-line: #d7e1ef;
  --test-soft: #f7f9fd;
}

.test-us-body main {
  overflow: visible;
  color: var(--test-copy);
  background: #fff;
}

.test-us-body main h1,
.test-us-body main h2,
.test-us-body main h3 {
  color: var(--test-ink);
}

.test-us-hero {
  scroll-margin-top: 100px;
  padding: 48px 0 52px;
  border-bottom: 1px solid var(--test-line);
  background: linear-gradient(105deg, #fff 0%, #f7f9fd 60%, #edf3fc 100%);
}

.test-us-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(540px, 1.18fr);
  gap: clamp(38px, 4.5vw, 64px);
  align-items: start;
}

.test-us-hero-copy {
  max-width: 560px;
  padding-top: 22px;
}

.test-us-hero .eyebrow {
  margin-bottom: 12px;
  color: var(--test-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.15px;
  text-transform: uppercase;
}

.test-us-hero h1 {
  max-width: none;
  margin: 0;
  font-size: clamp(40px, 4.2vw, 46px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.015em;
  text-transform: none;
}

.test-us-lead {
  margin: 18px 0 0;
  color: var(--test-copy);
  font-size: 18px;
  line-height: 1.55;
}

.test-us-facts {
  margin: 26px 0 0;
  padding: 0;
  border-block: 1px solid var(--test-line);
  list-style: none;
}

.test-us-facts li {
  display: grid;
  grid-template-columns: minmax(145px, .75fr) minmax(0, 1.25fr);
  gap: 14px;
  padding: 11px 0;
  border-top: 1px solid var(--test-line);
  font-size: 14px;
  line-height: 1.4;
}

.test-us-facts li:first-child {
  border-top: 0;
}

.test-us-facts strong {
  color: var(--test-ink);
  font-weight: 800;
}

.test-us-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
}

.test-us-phone {
  color: var(--test-blue-dark);
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}

.test-us-phone:hover {
  color: var(--test-blue);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.test-us-reassurance {
  margin: 20px 0 0;
  padding-top: 17px;
  border-top: 1px solid var(--test-line);
  color: var(--test-blue-dark);
  font-size: 15px;
  line-height: 1.5;
}

.test-us-form {
  scroll-margin-top: 100px;
  padding: 28px;
  border: 1px solid var(--test-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.test-us-form h2 {
  margin: 0 0 8px;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: -.015em;
}

.test-us-form > p {
  margin: 0 0 20px;
  color: var(--test-copy);
  font-size: 15px;
  line-height: 1.5;
}

.test-us-form .contact-form-grid {
  gap: 14px;
}

.test-us-form label {
  gap: 6px;
  font-size: 14px;
}

.test-us-form input,
.test-us-form textarea {
  min-height: 46px;
  border-radius: 5px;
}

.test-us-form textarea {
  min-height: 120px;
}

.test-us-field-note {
  display: block;
  margin-top: 5px;
  color: #64708a;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.test-us-form .contact-consent {
  font-size: 13px;
  line-height: 1.45;
}

.test-us-contact-alternative {
  margin: 18px 0 0 !important;
  padding-top: 15px;
  border-top: 1px solid var(--test-line);
  font-size: 14px !important;
}

.test-us-contact-alternative a {
  color: var(--test-blue-dark);
  font-weight: 700;
}

.test-us-process,
.test-us-scope,
.test-us-faq {
  padding: 48px 0;
}

.test-us-process h2,
.test-us-scope h2,
.test-us-faq h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -.015em;
}

.test-us-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 22px 0 0;
  padding: 0;
  border-block: 1px solid var(--test-line);
  list-style: none;
}

.test-us-steps li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  min-width: 0;
  padding: 22px 26px;
  border-left: 1px solid var(--test-line);
}

.test-us-steps li:first-child {
  padding-left: 0;
  border-left: 0;
}

.test-us-step-number {
  color: var(--test-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
}

.test-us-steps h3 {
  margin: 0 0 7px;
  font-size: 19px;
  line-height: 1.25;
}

.test-us-steps p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}

.test-us-scope {
  border-block: 1px solid var(--test-line);
  background: var(--test-soft);
}

.test-us-scope-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 22px;
  border-top: 1px solid var(--test-line);
}

.test-us-scope-grid > div {
  padding: 22px 34px 0 0;
}

.test-us-scope-grid > div + div {
  padding-right: 0;
  padding-left: 34px;
  border-left: 1px solid var(--test-line);
}

.test-us-scope h3 {
  margin: 0;
  font-size: 19px;
}

.test-us-scope ul {
  margin: 14px 0 0;
  padding-left: 20px;
}

.test-us-scope li {
  margin-top: 8px;
  padding-left: 3px;
  font-size: 15px;
  line-height: 1.5;
}

.test-us-scope li::marker {
  color: var(--test-blue);
}

.test-us-scope-excluded li::marker {
  color: var(--test-muted);
}

.test-us-scope a {
  color: var(--test-blue-dark);
  font-weight: 700;
}

.test-us-faq-inner {
  max-width: 980px;
}

.test-us-details {
  margin-top: 20px;
  border-top: 1px solid var(--test-line);
}

.test-us-details details {
  scroll-margin-top: 100px;
  border-bottom: 1px solid var(--test-line);
}

.test-us-details summary {
  min-height: 56px;
  padding: 17px 6px;
  color: var(--test-ink);
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}

.test-us-details details p {
  max-width: 900px;
  margin: 0;
  padding: 0 6px 20px 24px;
  font-size: 15px;
  line-height: 1.62;
}

.test-us-disclaimer {
  padding: 20px 0 24px;
  border-top: 1px solid var(--test-line);
  background: var(--test-soft);
}

.test-us-disclaimer p {
  max-width: 1080px;
  margin: 0;
  color: #67738b;
  font-size: 12.5px;
  line-height: 1.55;
}

@media (max-width: 1040px) {
  .test-us-hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .test-us-hero-copy,
  .test-us-form {
    max-width: 780px;
  }
}

@media (max-width: 760px) {
  .test-us-hero {
    padding: 32px 0 38px;
  }

  .test-us-hero-grid {
    gap: 28px;
  }

  .test-us-hero-copy {
    padding-top: 0;
  }

  .test-us-hero .eyebrow {
    margin-bottom: 9px;
    font-size: 11px;
    letter-spacing: .85px;
  }

  .test-us-hero h1 {
    font-size: 34px;
    line-height: 1.12;
  }

  .test-us-lead {
    margin-top: 13px;
    font-size: 16px;
    line-height: 1.5;
  }

  .test-us-facts {
    margin-top: 20px;
  }

  .test-us-facts li {
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 9px 0;
    font-size: 13px;
  }

  .test-us-actions {
    display: grid;
    gap: 12px;
    margin-top: 20px;
  }

  .test-us-actions .button {
    width: 100%;
    justify-content: center;
  }

  .test-us-phone {
    justify-self: center;
    padding: 7px;
  }

  .test-us-reassurance {
    margin-top: 13px;
    padding-top: 13px;
    font-size: 13.5px;
  }

  .test-us-form {
    padding: 22px 18px;
    border-radius: 6px;
  }

  .test-us-form h2 {
    font-size: 24px;
  }

  .test-us-form > p {
    margin-bottom: 17px;
    font-size: 14px;
  }

  .test-us-form .contact-form-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .test-us-form label.full,
  .test-us-form .contact-consent,
  .test-us-form .button {
    grid-column: auto;
  }

  .test-us-form .button {
    width: 100%;
  }

  .test-us-form textarea {
    min-height: 110px;
  }

  .test-us-process,
  .test-us-scope,
  .test-us-faq {
    padding: 36px 0;
  }

  .test-us-process h2,
  .test-us-scope h2,
  .test-us-faq h2 {
    font-size: 25px;
  }

  .test-us-steps {
    grid-template-columns: 1fr;
    margin-top: 16px;
  }

  .test-us-steps li,
  .test-us-steps li:first-child {
    padding: 16px 0;
    border-top: 1px solid var(--test-line);
    border-left: 0;
  }

  .test-us-steps li:first-child {
    border-top: 0;
  }

  .test-us-steps h3 {
    font-size: 17px;
  }

  .test-us-steps p {
    font-size: 14px;
  }

  .test-us-scope-grid {
    grid-template-columns: 1fr;
    margin-top: 16px;
  }

  .test-us-scope-grid > div,
  .test-us-scope-grid > div + div {
    padding: 18px 0 0;
    border-left: 0;
  }

  .test-us-scope-grid > div + div {
    margin-top: 22px;
    border-top: 1px solid var(--test-line);
  }

  .test-us-scope li,
  .test-us-details details p {
    font-size: 14px;
  }

  .test-us-details {
    margin-top: 14px;
  }

  .test-us-details summary {
    padding: 15px 4px;
    font-size: 15px;
  }

  .test-us-details details p {
    padding: 0 4px 18px 18px;
  }

  .test-us-disclaimer {
    padding: 17px 0 20px;
  }

  .test-us-disclaimer p {
    font-size: 11.5px;
  }
}

@media (max-width: 380px) {
  .test-us-hero h1 {
    font-size: 31px;
  }

  .test-us-form {
    padding-inline: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .test-us-body * {
    scroll-behavior: auto !important;
  }
}
