/* Homepage inquiry section. */
.woao-home-contact {
  position: relative;
  padding: 72px 0;
  overflow: clip;
  background: #eff7fc;
  color: #1f2937;
  scroll-margin-top: 100px;
}

.woao-home-contact *,
.woao-site-footer * {
  box-sizing: border-box;
}

.woao-home-contact__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  gap: clamp(46px, 6vw, 80px);
  width: min(1200px, calc(100% - 64px));
  margin: 0 auto;
  align-items: start;
}

.woao-home-contact__copy {
  padding-top: 20px;
}

.woao-home-contact__eyebrow {
  margin: 0 0 16px;
  color: #d71f18;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.09em;
}

.woao-home-contact__copy h2 {
  margin: 0;
  color: #084f87;
  font-size: clamp(32px, 3.2vw, 42px);
  font-weight: 700;
  line-height: 1.24;
}

.woao-home-contact__intro {
  margin: 22px 0 0;
  color: #374151;
  font-size: 17px;
  line-height: 1.85;
}

.woao-home-contact__services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px;
  margin: 30px 0 0;
}

.woao-home-contact .woao-home-contact__services {
  padding: 0 0 0 18px;
  list-style: disc outside;
}

.woao-home-contact__services li {
  min-height: 30px;
  padding-left: 0;
  color: #123d5e;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
}

.woao-home-contact__details {
  display: grid;
  gap: 12px;
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid #c8dfed;
  font-style: normal;
}

.woao-home-contact__details p {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 10px;
  margin: 0;
  color: #374151;
  font-size: 15px;
  line-height: 1.6;
}

.woao-home-contact__details span {
  color: #084f87;
  font-weight: 700;
}

.woao-home-contact__details a,
.woao-home-contact__details strong {
  min-width: 0;
  color: #1f2937;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.woao-home-contact__details a:hover {
  color: #0a63a8;
  text-decoration: underline;
}

.woao-home-contact__form-card {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid #d6e8f3;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(8, 79, 135, 0.09);
}

.woao-home-contact__form-heading {
  display: flex;
  gap: 20px;
  margin-bottom: 26px;
  align-items: baseline;
  justify-content: space-between;
}

.woao-home-contact__form-heading h3 {
  margin: 0;
  color: #084f87;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
}

.woao-home-contact__form-heading p {
  margin: 0;
  color: #6b7280;
  font-size: 13px;
}

.woao-home-contact__form-heading span,
.woao-quote-form__required {
  color: #d71f18;
}

.woao-home-contact .wpcf7-form,
.woao-home-contact .wpcf7-form p {
  margin: 0;
}

.woao-quote-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.woao-quote-form__field {
  min-width: 0;
}

.woao-quote-form__field--wide,
.woao-quote-form__submit {
  grid-column: 1 / -1;
}

.woao-quote-form__field label {
  display: inline-block;
  margin: 0 0 8px;
  color: #1f2937;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.4;
}

.woao-home-contact .wpcf7-form-control-wrap {
  display: block;
}

.woao-home-contact input[type="text"],
.woao-home-contact input[type="tel"],
.woao-home-contact input[type="email"],
.woao-home-contact select,
.woao-home-contact textarea {
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 11px 13px;
  border: 1px solid #b8cfdd;
  border-radius: 4px;
  background: #fff;
  color: #1f2937;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.5;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.woao-home-contact textarea {
  min-height: 132px;
  resize: vertical;
}

.woao-home-contact select {
  padding-right: 42px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m4 6 4 4 4-4' fill='none' stroke='%23123d5e' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 21px center;
  background-size: 14px 14px;
  appearance: none;
}

.woao-home-contact input::placeholder,
.woao-home-contact textarea::placeholder {
  color: #7c8794;
  opacity: 1;
}

.woao-home-contact .wpcf7-form input:focus,
.woao-home-contact .wpcf7-form input:focus-visible,
.woao-home-contact .wpcf7-form select:focus,
.woao-home-contact .wpcf7-form select:focus-visible,
.woao-home-contact .wpcf7-form textarea:focus,
.woao-home-contact .wpcf7-form textarea:focus-visible {
  border-color: #0a63a8 !important;
  outline: 2px solid transparent !important;
  outline-offset: 1px !important;
  box-shadow: 0 0 0 3px rgba(111, 190, 255, 0.56) !important;
}

.woao-home-contact .wpcf7-submit {
  display: inline-flex;
  min-width: 190px;
  min-height: 50px;
  padding: 13px 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid #0a63a8;
  border-radius: 4px;
  background: #0a63a8;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.woao-home-contact .wpcf7-submit:hover {
  border-color: #084f87;
  background: #084f87;
}

.woao-home-contact .wpcf7-submit:focus,
.woao-home-contact .wpcf7-submit:focus-visible {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 4px rgba(111, 190, 255, 0.78) !important;
}

.woao-home-contact .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #b42318;
  font-size: 13px;
  line-height: 1.45;
}

.woao-home-contact .wpcf7-response-output {
  margin: 20px 0 0 !important;
  padding: 12px 14px !important;
  border: 1px solid #d71f18 !important;
  border-radius: 4px;
  color: #7a271a;
  font-size: 14px;
  line-height: 1.6;
}

.woao-home-contact form.sent .wpcf7-response-output {
  border-color: #0a63a8 !important;
  background: #eff7fc;
  color: #084f87;
}

/* Shared Theme Builder footer. */
.woao-site-footer {
  background: #073c64;
  color: #c9d9e6;
}

.woao-site-footer__inner {
  display: grid;
  grid-template-columns: minmax(270px, 1.35fr) minmax(170px, 0.8fr) minmax(150px, 0.7fr) minmax(250px, 1fr);
  gap: clamp(36px, 5vw, 72px);
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
  padding: 70px 0 62px;
}

.woao-site-footer__column h2 {
  position: relative;
  margin: 0 0 24px;
  padding-bottom: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.woao-site-footer__column h2:not(.screen-reader-text)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 2px;
  background: #278cc6;
  content: "";
}

.woao-site-footer__logo {
  display: block;
  width: 132px;
  height: auto;
  margin: 0 0 18px;
  filter: invert(1);
  mix-blend-mode: screen;
}

.woao-site-footer__brand p,
.woao-site-footer__brand address,
.woao-site-footer__contact p {
  margin: 0;
  color: #c9d9e6;
  font-size: 14px;
  font-style: normal;
  line-height: 1.85;
}

.woao-site-footer__brand .woao-site-footer__company {
  margin-bottom: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.woao-site-footer__brand address {
  margin-top: 14px;
}

.woao-site-footer__column ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woao-site-footer__column li {
  margin: 0;
  padding: 0;
}

.woao-site-footer a {
  color: #dce8f1;
  text-decoration: none;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.woao-site-footer a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.woao-site-footer a:focus,
.woao-site-footer a:focus-visible {
  border-radius: 2px;
  outline: 3px solid #6fbeff !important;
  outline-offset: 3px !important;
}

.woao-site-footer__column li a {
  display: inline-block;
  padding: 2px 0;
  font-size: 14px;
  line-height: 1.55;
}

.woao-site-footer__contact address {
  display: grid;
  gap: 10px;
  font-style: normal;
}

.woao-site-footer__contact p {
  display: grid;
  gap: 2px;
}

.woao-site-footer__contact span {
  color: #91bad4;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.woao-site-footer__contact strong {
  color: #dce8f1;
  font-weight: 400;
}

.woao-site-footer__qr {
  display: flex;
  gap: 14px;
  margin: 22px 0 0;
  align-items: center;
}

.woao-site-footer__qr img {
  display: block;
  width: 118px;
  height: auto;
  border: 5px solid #fff;
  border-radius: 4px;
  background: #fff;
}

.woao-site-footer__qr figcaption {
  max-width: 86px;
  color: #c9d9e6;
  font-size: 12px;
  line-height: 1.6;
}

.woao-site-footer__bottom {
  border-top: 1px solid rgba(201, 217, 230, 0.2);
  background: #052f50;
}

.woao-site-footer__bottom-inner {
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
  padding: 18px 0;
}

.woao-site-footer__bottom p {
  margin: 0;
  color: #b9cedd;
  font-size: 13px;
  line-height: 1.6;
}

@media (max-width: 1100px) {
  .woao-home-contact__inner {
    grid-template-columns: minmax(0, 0.85fr) minmax(480px, 1.15fr);
    gap: 40px;
  }

  .woao-site-footer__inner {
    grid-template-columns: minmax(260px, 1.2fr) repeat(2, minmax(145px, 0.65fr)) minmax(220px, 0.95fr);
    gap: 32px;
  }
}

@media (max-width: 980px) {
  .woao-home-contact {
    padding: 62px 0;
  }

  .woao-home-contact__inner {
    grid-template-columns: 1fr;
    width: min(720px, calc(100% - 48px));
  }

  .woao-home-contact__copy {
    padding-top: 0;
  }

  .woao-site-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(760px, calc(100% - 48px));
  }

  .woao-site-footer__bottom-inner {
    width: min(760px, calc(100% - 48px));
  }
}

@media (max-width: 767px) {
  .woao-home-contact {
    padding: 56px 0;
  }

  .woao-home-contact__inner {
    width: calc(100% - 32px);
    gap: 34px;
  }

  .woao-home-contact__copy h2 {
    font-size: 32px;
  }

  .woao-home-contact__intro {
    font-size: 16px;
    line-height: 1.75;
  }

  .woao-home-contact__services {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 24px;
  }

  .woao-home-contact__details {
    margin-top: 26px;
    padding-top: 22px;
  }

  .woao-home-contact__details p {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .woao-home-contact__form-card {
    padding: 24px 18px;
  }

  .woao-home-contact__form-heading {
    display: block;
  }

  .woao-home-contact__form-heading p {
    margin-top: 6px;
  }

  .woao-quote-form__grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .woao-quote-form__field--wide,
  .woao-quote-form__submit {
    grid-column: auto;
  }

  .woao-home-contact .wpcf7-submit {
    width: 100%;
  }

  .woao-site-footer__inner {
    grid-template-columns: 1fr;
    gap: 38px;
    width: calc(100% - 40px);
    padding: 54px 0 46px;
  }

  .woao-site-footer__bottom-inner {
    width: calc(100% - 40px);
  }

  .woao-site-footer__qr img {
    width: 132px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .woao-home-contact input,
  .woao-home-contact select,
  .woao-home-contact textarea,
  .woao-home-contact .wpcf7-submit,
  .woao-site-footer a {
    transition: none;
  }
}
