.footer-prelude {
  padding: 0 24px 18px;
  background: #f3f8fe;
}
.footer-prelude-inner {
  max-width: 1480px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(310px, 36%) minmax(0, 64%);
  background: #fff;
  border: 1px solid #d4e3f2;
  border-radius: 10px;
  box-shadow: 0 6px 22px #9bbbd326;
  overflow: hidden;
}
.service-details,
.service-geography {
  padding: 30px;
  min-width: 0;
}
.service-details {
  border-right: 1px solid #d4e3f2;
}
.footer-kicker {
  display: block;
  color: #225994;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.7px;
  margin-bottom: 12px;
}
.footer-prelude h2 {
  color: #1a3556;
  font-size: clamp(21px, 1.6vw, 27px);
  line-height: 1.2;
  margin-bottom: 26px;
}
.service-details dl {
  margin: 0;
}
.service-details dl > div {
  padding: 11px 0 13px;
  border-bottom: 1px solid #d6e3ef;
}
.service-details dt {
  color: #697d91;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .5px;
  margin-bottom: 5px;
}
.service-details dd {
  margin: 0;
  color: #1b395d;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 800;
}
.details-note {
  margin-top: 20px;
  padding: 18px;
  border: 1px solid #cfe4bf;
  border-radius: 8px;
  background: #f9fdf6;
  color: #1e3a54;
}
.details-note strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}
.details-note p {
  margin: 0;
  color: #536b59;
  font-size: 14px;
  line-height: 1.45;
}
.visit-note {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 14px 17px;
  margin-bottom: 14px;
  background: #fbfff3;
  border: 1px solid #cfe6a3;
  border-radius: 8px;
}
.visit-icon {
  color: #287638;
  font-size: 28px;
  flex: none;
}
.visit-note div {
  min-width: 0;
  flex: 1;
}
.visit-note strong {
  color: #286b26;
  display: block;
  font-size: 16px;
}
.visit-note p {
  margin: 4px 0 0;
  color: #61735d;
  font-size: 13px;
  line-height: 1.35;
}
.blue-button {
  flex: none;
  border: 0;
  border-radius: 5px;
  padding: 12px 17px;
  color: #fff;
  background: linear-gradient(145deg, #3e86ce, #185194);
  font-weight: 800;
  box-shadow: 0 4px 11px #245e9b24;
}
.blue-button:hover {
  background: #164c89;
}
.service-map {
  height: 345px;
  border: 1px solid #d5e3ee;
  border-radius: 8px;
  overflow: hidden;
  background: #f7f8fa;
}
.map-caption {
  color: #657b91;
  font-size: 12px;
  line-height: 1.4;
  margin: 9px 0 0;
}
.map-caption a {
  color: #185d9b;
  text-decoration: underline;
  white-space: nowrap;
}
.site-footer {
  background: #18395e;
  padding: 36px 28px 18px;
}
.site-footer .footer-inner {
  max-width: 1380px;
  grid-template-columns: minmax(215px, 1.5fr) repeat(3, minmax(130px, 1fr)) minmax(195px, 1.15fr);
  align-items: start;
  gap: 28px;
}
.site-footer .footer-brand {
  padding-top: 28px;
}
.site-footer .footer-brand strong {
  font-size: 20px;
}
.site-footer .footer-brand small {
  color: #d5e2ee;
}
.site-footer .footer-column h3,
.site-footer .footer-contact strong {
  display: block;
  margin: 0 0 14px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}
.site-footer .footer-column a {
  color: #e1eaf3;
  display: block;
  font-size: 13px;
  margin: 0 0 9px;
}
.site-footer .footer-column a:hover,
.site-footer .footer-bottom a:hover {
  color: #fff;
  text-decoration: underline;
}
.site-footer .footer-contact {
  text-align: right;
}
.site-footer .footer-contact p {
  margin: 0 0 14px;
  color: #e1eaf3;
  font-size: 13px;
}
.site-footer .footer-contact button {
  background: transparent;
  color: #fff;
  border: 1px solid #88a9c7;
  border-radius: 5px;
  padding: 10px 14px;
  font-weight: 700;
}
.site-footer .footer-contact button:hover {
  background: #ffffff1b;
}
.site-footer .footer-bottom {
  max-width: 1380px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  padding-top: 17px;
  margin-top: 30px;
  color: #c1d2e4;
}
.site-footer .footer-bottom a {
  color: #d7e4f0;
  font-size: 12px;
}
@media (max-width: 1050px) {
  .footer-prelude-inner { grid-template-columns: minmax(260px, 40%) minmax(0, 60%); }
  .service-details, .service-geography { padding: 23px; }
  .site-footer .footer-inner { grid-template-columns: repeat(4, 1fr); }
  .site-footer .footer-brand { grid-column: 1 / -1; padding: 0; }
  .site-footer .footer-contact { text-align: left; }
}
@media (max-width: 700px) {
  .footer-prelude { padding: 0 10px 12px; }
  .footer-prelude-inner { display: block; }
  .service-details, .service-geography { padding: 20px; }
  .service-details { border-right: 0; border-bottom: 1px solid #d4e3f2; }
  .footer-prelude h2 { margin-bottom: 14px; }
  .service-map { height: 270px; }
  .site-footer .footer-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 16px; }
  .site-footer .footer-brand { grid-column: 1 / -1; }
  .site-footer .footer-contact { grid-column: 1 / -1; }
  .site-footer .footer-bottom { display: grid; justify-content: start; }
}
@media (max-width: 460px) {
  .visit-note { display: grid; grid-template-columns: 28px 1fr; gap: 8px 12px; }
  .visit-note .blue-button { grid-column: 1 / -1; width: 100%; }
  .service-map { height: 230px; }
  .site-footer { padding: 29px 20px 19px; }
  .site-footer .footer-brand strong { font-size: 19px; }
}

.service-map iframe { display: block; width: 100%; height: 100%; border: 0; }