:root {
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #08080b;
  color: #fff7fb;
}

* { box-sizing: border-box; }

body { min-height: 100vh; margin: 0; background: radial-gradient(circle at 82% 16%, rgba(242, 56, 131, 0.22), transparent 32%), #08080b; }

.seo-city-shell { width: min(1120px, calc(100% - 32px)); margin: 0 auto; padding: 28px 0 56px; }

.seo-wordmark { color: #fff7fb; font-size: 20px; font-weight: 950; letter-spacing: -0.04em; text-decoration: none; }

.seo-city-card { min-height: min(720px, calc(100vh - 116px)); display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 42%); gap: 32px; align-items: center; margin-top: 28px; border: 1px solid rgba(255, 247, 251, 0.14); border-radius: 18px; background: rgba(18, 17, 21, 0.82); overflow: hidden; }

.seo-city-copy { padding: clamp(28px, 6vw, 72px); }

.seo-city-copy > p:first-child, .seo-types span { color: #ff75b0; font-size: 12px; font-weight: 900; letter-spacing: 0.09em; text-transform: uppercase; }

h1 { margin: 12px 0; font-size: clamp(54px, 10vw, 118px); line-height: 0.88; letter-spacing: -0.075em; }

.seo-city-copy > strong { color: #ffc1db; font-size: 15px; }

.seo-summary, .seo-trust { max-width: 600px; color: rgba(255, 247, 251, 0.72); font-size: 16px; line-height: 1.65; }

.seo-trust { font-size: 12px; }

.seo-types { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }

.seo-types b { border: 1px solid rgba(255, 117, 176, 0.36); border-radius: 999px; padding: 6px 10px; font-size: 11px; }

.seo-city-cta { min-height: 50px; display: inline-flex; align-items: center; gap: 24px; margin-top: 12px; border-radius: 10px; background: #f23883; color: #190710; padding: 0 18px; font-weight: 950; text-decoration: none; }

figure { align-self: stretch; display: grid; grid-template-rows: minmax(0, 1fr) auto; margin: 0; background: #1b171d; }

figure img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; filter: grayscale(0.16) contrast(1.03); }

figcaption { padding: 10px 14px; text-align: right; }

figcaption a { color: rgba(255, 247, 251, 0.58); font-size: 11px; }

@media (max-width: 760px) {
  .seo-city-card { grid-template-columns: 1fr; }
  .seo-city-copy { padding: 28px 22px; }
  figure { order: -1; }
  figure img { min-height: 250px; max-height: 38vh; }
}
