.context-links {
  position: relative;
  padding: 72px 0;
  background: #f4f6f8;
  border-top: 1px solid rgba(15, 29, 61, 0.1);
}

.context-links__box {
  position: relative;
  overflow: hidden;
  max-width: 960px;
  margin: 0 auto;
  padding: 34px 38px 36px;
  background: #fff;
  border-left: 6px solid #e4e00e;
  box-shadow: 0 12px 36px rgba(15, 29, 61, 0.09);
}

.context-links__box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 86px;
  height: 7px;
  background: #0f1d3d;
}

.context-links h2 {
  margin: 0 0 14px;
  color: #0f1d3d;
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.15;
}

.context-links p {
  margin: 0;
  color: #4e5563;
  font-size: 17px;
  line-height: 1.8;
}

.context-links a {
  color: #0f1d3d;
  font-weight: 700;
  text-decoration-color: #e4e00e;
  text-decoration-thickness: 3px;
  text-underline-offset: 3px;
}

.context-links a:hover,
.context-links a:focus-visible {
  color: #294d9b;
}

.context-links a.context-links__external::after {
  content: "\2197";
  display: inline-block;
  margin-left: 4px;
  font-size: 0.82em;
}

@media (max-width: 767px) {
  .context-links { padding: 48px 0; }
  .context-links__box { padding: 27px 23px 29px; }
  .context-links p { font-size: 16px; line-height: 1.7; }
}

.google-reviews-live .sec-title {
  margin-bottom: 18px;
}

.google-reviews-live p {
  color: #4e5563;
  font-size: 17px;
  line-height: 1.75;
}

.google-reviews-map {
  overflow: hidden;
  min-height: 470px;
  border: 7px solid #fff;
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(15, 29, 61, 0.16);
}

.google-reviews-map iframe {
  display: block;
  width: 100%;
  height: 470px;
  border: 0;
}

.google-reviews-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 24px 0 28px;
}

.google-reviews-links a {
  padding: 9px 13px;
  border: 1px solid rgba(15, 29, 61, 0.16);
  border-radius: 999px;
  background: #fff;
  color: #0f1d3d;
  font-size: 14px;
  font-weight: 700;
}

.google-reviews-links a:hover,
.google-reviews-links a:focus-visible {
  border-color: #e4e00e;
  background: #e4e00e;
  color: #0f1d3d !important;
}

@media (max-width: 767px) {
  .google-reviews-map,
  .google-reviews-map iframe { min-height: 390px; height: 390px; }
}

.local-seo-data {
  padding: 90px 0;
  background: #f4f6f8;
}

.local-seo-data__intro {
  max-width: 940px;
  margin-bottom: 38px;
}

.local-seo-data__intro h2 {
  margin: 10px 0 16px;
  font-size: clamp(34px, 4vw, 52px) !important;
}

.local-seo-data__intro p,
.local-seo-data__card p,
.local-seo-data details p {
  color: #343a46;
  font-size: 16px;
  line-height: 1.75;
}

.local-seo-data__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.local-seo-data__card {
  padding: 28px;
  background: #fff;
  border-left: 5px solid #e4e00e;
  box-shadow: 0 12px 32px rgba(15, 29, 61, 0.08);
}

.local-seo-data__card h3 {
  margin: 0 0 16px;
  font-size: 25px !important;
}

.local-seo-data__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.local-seo-data__chips span {
  padding: 8px 12px;
  border-radius: 6px;
  background: #0f1d3d;
  color: #fff;
  font-weight: 700;
}

.local-seo-data__streets {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.local-seo-data__streets li {
  padding: 9px 11px;
  background: #f4f6f8;
  color: #0f1d3d;
  font-weight: 700;
}

.local-seo-data__streets small {
  display: block;
  color: #3f4652;
  font-weight: 500;
}

.local-seo-data__faq {
  margin-top: 30px;
}

.local-seo-data details {
  margin-bottom: 10px;
  background: #fff;
  border-left: 5px solid #e4e00e;
}

.local-seo-data summary {
  cursor: pointer;
  padding: 19px 22px;
  color: #0f1d3d;
  font-size: 18px;
  font-weight: 800;
}

.local-seo-data details p {
  margin: 0;
  padding: 0 22px 20px;
}

main p a:not(.vs-btn),
main p a:not(.vs-btn):visited {
  color: #aaa600 !important;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

main p a:not(.vs-btn):hover,
main p a:not(.vs-btn):focus-visible,
main p a:not(.vs-btn):active {
  color: #111 !important;
}

@media (max-width: 767px) {
  .local-seo-data { padding: 65px 0; }
  .local-seo-data__grid { grid-template-columns: 1fr; }
  .local-seo-data__streets { grid-template-columns: 1fr; }
}
