.seo-breadcrumb-wrap {
  background: #f6f9fc;
  border-bottom: 1px solid rgba(22, 34, 51, 0.08);
  margin-top: 84px;
}

.seo-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 14px 0;
  font-size: 14px;
  color: #536273;
}

.seo-breadcrumb a {
  color: #0d6efd;
  text-decoration: none;
}

.seo-breadcrumb .current {
  color: #162233;
  font-weight: 600;
}

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

.seo-card {
  background: #ffffff;
  border: 1px solid rgba(22, 34, 51, 0.08);
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.seo-card h2,
.seo-card h3,
.seo-card h4 {
  color: #162233;
}

.seo-chip-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.seo-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #eef6ff;
  color: #0f5bcf;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.seo-map-section {
  padding: 64px 0;
  background:
    radial-gradient(circle at top left, rgba(13, 110, 253, 0.08), transparent 36%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.seo-map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 28px;
  align-items: stretch;
}

.seo-map-copy p,
.seo-rich-copy p,
.seo-rich-copy li,
.seo-card p,
.seo-card li {
  color: #536273;
  line-height: 1.75;
}

.seo-map-frame {
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: 22px;
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.16);
}

.seo-address-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.seo-address-list li + li {
  margin-top: 10px;
}

.seo-section {
  padding: 64px 0;
}

.seo-section-muted {
  background: #f8fbff;
}

.seo-section-title {
  max-width: 760px;
  margin-bottom: 18px;
}

.seo-lead {
  max-width: 780px;
  color: #536273;
  font-size: 17px;
  line-height: 1.75;
}

.seo-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.seo-link-card {
  display: block;
  height: 100%;
  padding: 22px 20px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(22, 34, 51, 0.08);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
  color: #162233;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.seo-link-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 45px rgba(15, 23, 42, 0.11);
}

.seo-link-card span {
  display: block;
  margin-top: 10px;
  color: #536273;
  font-size: 14px;
  line-height: 1.6;
}

.seo-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.seo-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #eaf6ee;
  color: #157347;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
}

.seo-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.seo-mini-card {
  height: 100%;
  border-radius: 18px;
  border: 1px solid rgba(22, 34, 51, 0.08);
  background: #ffffff;
  padding: 24px;
}

.seo-mini-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.seo-city-directory {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.seo-city-link {
  display: block;
  padding: 14px 16px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(22, 34, 51, 0.08);
  color: #162233;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.seo-city-link small {
  display: block;
  margin-top: 4px;
  color: #536273;
  font-size: 12px;
  font-weight: 500;
}

.seo-content-block {
  padding: 32px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(22, 34, 51, 0.08);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
}

.seo-hero-panel {
  background:
    linear-gradient(135deg, rgba(7, 86, 199, 0.92), rgba(12, 165, 120, 0.88)),
    #0d6efd;
  color: #ffffff;
  border-radius: 28px;
  padding: 40px;
  box-shadow: 0 28px 50px rgba(7, 86, 199, 0.22);
}

.seo-hero-panel p,
.seo-hero-panel li {
  color: rgba(255, 255, 255, 0.9);
}

.seo-hero-panel .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  background: rgba(255, 255, 255, 0.16);
}

.seo-hero-panel .btn-8,
.seo-hero-panel .btn-12 {
  margin-top: 8px;
}

.seo-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.seo-stat {
  padding: 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.14);
}

.seo-stat strong {
  display: block;
  font-size: 22px;
}

.seo-check-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}

.seo-check-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
}

.seo-check-list li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0d6efd;
}

.seo-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.seo-note {
  margin-top: 14px;
  font-size: 14px;
  color: #6b7a8b;
}

.seo-state-group + .seo-state-group {
  margin-top: 34px;
}

.seo-state-title {
  margin-bottom: 16px;
}

.seo-article-cta {
  margin-top: 42px;
}

.seo-service-strip {
  margin-top: 28px;
}

.seo-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.seo-inline-links a {
  color: #0d6efd;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .seo-link-grid,
  .seo-city-directory {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .seo-grid,
  .seo-map-layout,
  .seo-columns,
  .seo-link-grid,
  .seo-city-directory,
  .seo-stats {
    grid-template-columns: 1fr;
  }

  .seo-hero-panel,
  .seo-content-block,
  .seo-card {
    padding: 24px;
  }

  .seo-breadcrumb-wrap {
    margin-top: 72px;
  }
}
