.seo-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.seo-landing {
  max-width: 1180px;
  margin: 0 auto;
  padding: 48px 20px 72px;
}

.seo-hero {
  padding: clamp(32px, 6vw, 72px);
  border: 1px solid var(--border, #e5e7eb);
  border-radius: 24px;
  background: linear-gradient(135deg, #0f172a 0%, #172554 62%, #0c4a6e 100%);
  color: #fff;
}

.seo-eyebrow {
  margin: 0 0 12px;
  color: #7dd3fc;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.seo-hero h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.05;
}

.seo-hero > p:not(.seo-eyebrow) {
  max-width: 760px;
  margin: 20px 0 0;
  color: #dbeafe;
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.seo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.seo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  font-weight: 800;
  text-decoration: none;
}

.seo-button--secondary {
  background: transparent;
  color: #fff;
}

.seo-section { padding-top: 48px; }

.seo-section h2 {
  margin: 0 0 10px;
  color: var(--t1, #111827);
  font-size: clamp(1.45rem, 3vw, 2.1rem);
}

.seo-section-copy {
  max-width: 780px;
  margin: 0 0 24px;
  color: var(--t2, #4b5563);
}

.seo-stat-grid,
.seo-result-grid,
.seo-city-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.seo-stat,
.seo-result-card,
.seo-city-link,
.seo-info-card {
  border: 1px solid var(--border, #e5e7eb);
  border-radius: 16px;
  background: var(--bg-card, #fff);
  color: var(--t1, #111827);
}

.seo-stat,
.seo-info-card { padding: 22px; }

.seo-stat strong {
  display: block;
  font-size: 1.8rem;
}

.seo-result-card { overflow: hidden; }

.seo-result-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #e5e7eb;
}

.seo-result-card__body { padding: 16px; }

.seo-result-card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.seo-result-card a,
.seo-city-link {
  color: inherit;
  text-decoration: none;
}

.seo-result-card p {
  margin: 4px 0;
  color: var(--t2, #4b5563);
}

.seo-city-link {
  display: block;
  padding: 16px;
  font-weight: 750;
}

.seo-city-link:hover,
.seo-result-card:hover {
  border-color: #38bdf8;
  transform: translateY(-1px);
}

.seo-faq {
  display: grid;
  gap: 12px;
}

.seo-faq details {
  padding: 18px 20px;
  border: 1px solid var(--border, #e5e7eb);
  border-radius: 14px;
  background: var(--bg-card, #fff);
}

.seo-faq summary {
  cursor: pointer;
  color: var(--t1, #111827);
  font-weight: 800;
}

.seo-faq p { color: var(--t2, #4b5563); }

@media (max-width: 640px) {
  .seo-landing { padding: 24px 14px 52px; }
  .seo-hero { border-radius: 18px; }
}
