/* krisenvorsorge-guide.de Design System */
/* Waldgrün #003049 + Signalorange #E76F51, Plus Jakarta Sans + Inter */

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/fonts/PlusJakartaSans-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/fonts/PlusJakartaSans-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/fonts/PlusJakartaSans-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/fonts/PlusJakartaSans-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/fonts/PlusJakartaSans-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/fonts/PlusJakartaSans-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/assets/fonts/PlusJakartaSans-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/assets/fonts/PlusJakartaSans-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/Inter-latin.woff2) format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/fonts/Inter-latin.woff2) format('woff2');
}

:root {
  --c-primary: #003049;
  --c-primary-light: #1A4D6E;
  --c-primary-dark: #001D2F;
  --c-accent: #C4550A;
  --c-accent-light: #E76F2A;
  --c-amber: #D4A373;
  --c-bg: #F7F8FA;
  --c-white: #FFFFFF;
  --c-text: #1A1A1A;
  --c-text-light: #6B7280;
  --c-border: #E5E7EB;
  --c-success: #059669;
  --c-warn: #DC2626;
  --font-heading: 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --wrap: 1160px;
  --radius: 12px;
  --radius-sm: 8px;
  --transition: 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--c-text);
  background: var(--c-bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { font-family: var(--font-heading); line-height: 1.2; }
h1 { font-size: clamp(1.75rem, 4vw, 2.5rem); font-weight: 800; }
h2 { font-size: clamp(1.25rem, 3vw, 1.75rem); font-weight: 700; margin-bottom: 0.5em; }
h3 { font-size: 1.05rem; font-weight: 700; }
a { color: var(--c-primary); text-decoration: none; }
a:hover { color: var(--c-primary-light); }
img { max-width: 100%; display: block; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 1.25rem; }

/* ============================================================ */
/* Header                                                        */
/* ============================================================ */
.header {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 0;
  z-index: 100;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--c-primary);
  text-decoration: none;
}
.nav { display: flex; gap: 1.25rem; align-items: center; }
.nav a {
  font-size: 0.875rem;
  color: var(--c-text-light);
  font-weight: 500;
  transition: color 0.15s;
}
.nav a:hover { color: var(--c-primary); }
.nav-more {
  background: var(--c-bg);
  padding: 0.35rem 0.75rem;
  border-radius: var(--radius-sm);
}
.mobile-menu {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--c-text);
  padding: 0.25rem;
}

/* ============================================================ */
/* Mobile Nav Drawer                                             */
/* ============================================================ */
.mobile-nav {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  height: 100vh;
  background: var(--c-white);
  z-index: 200;
  transition: right 0.25s ease;
  box-shadow: -4px 0 20px rgba(0,0,0,0.1);
  overflow-y: auto;
}
.mobile-nav.is-open { right: 0; }
.mobile-nav__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--c-border);
}
.mobile-nav__close {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--c-text);
  padding: 0.25rem;
}
.mobile-nav__links {
  padding: 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.mobile-nav__links a {
  display: block;
  padding: 0.65rem 0;
  font-size: 0.95rem;
  color: var(--c-text);
  border-bottom: 1px solid var(--c-border);
}
.mobile-nav__links a:hover { color: var(--c-primary); }
.mobile-nav__links hr {
  border: none;
  border-top: 1px solid var(--c-border);
  margin: 0.5rem 0;
}
.mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 190;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.mobile-overlay.is-open { opacity: 1; pointer-events: auto; }

/* ============================================================ */
/* Hero (Homepage)                                               */
/* ============================================================ */
.hero {
  background: var(--c-primary);
  background-image: radial-gradient(ellipse 70% 60% at 50% 40%, rgba(26, 77, 110, 0.5) 0%, transparent 70%);
  color: white;
  padding: 4rem 1.25rem 3.5rem;
  text-align: center;
  position: relative;
}
.hero-inner { max-width: 720px; margin: 0 auto; }
.hero h1 {
  color: white;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.hero-sub {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 2rem;
  text-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

/* ============================================================ */
/* Page Hero Bar (Kategorie- und Stadtseiten)                    */
/* ============================================================ */
.page-hero-bar {
  background-color: var(--c-primary);
  background-size: 400px 400px;
  background-repeat: repeat;
  color: white;
  padding: 0 1.25rem 2rem;
}
.page-hero-bar .breadcrumbs { padding-top: 1rem; }
.page-hero-bar .breadcrumbs a,
.page-hero-bar .breadcrumbs span { color: rgba(255,255,255,0.7); }
.page-hero-bar .breadcrumbs a:hover { color: white; }
.page-hero-bar .bc-sep { color: rgba(255,255,255,0.35); }
.page-hero-bar__content { padding-top: 1rem; }
.page-hero-bar__icon {
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,0.12);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  color: white !important;
}
.page-hero-bar h1 {
  color: white;
  margin-bottom: 0.35rem;
  text-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.page-hero-bar p {
  color: rgba(255,255,255,0.85);
  max-width: 640px;
  font-size: 0.95rem;
}

/* ============================================================ */
/* Search Bar                                                    */
/* ============================================================ */
.search-bar {
  display: flex;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin: 0 auto 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.search-bar select {
  border: none;
  padding: 0.85rem 1rem;
  font-size: 0.9rem;
  font-family: var(--font-body);
  background: white;
  color: var(--c-text);
  border-right: 1px solid var(--c-border);
  cursor: pointer;
  min-width: 140px;
}
.search-bar input {
  border: none;
  padding: 0.85rem 1rem;
  font-size: 0.9rem;
  font-family: var(--font-body);
  flex: 1;
  min-width: 0;
}
.search-bar input:focus { outline: none; }
.search-btn {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.85rem 1.25rem;
  background: var(--c-primary);
  color: white;
  border: none;
  font-size: 0.9rem;
  font-weight: 600;
  font-family: var(--font-body);
  cursor: pointer;
  white-space: nowrap;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
  box-shadow: 0 2px 8px rgba(0, 48, 73, 0.25);
}
.search-btn:hover {
  background: var(--c-primary-light);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0, 48, 73, 0.35);
}

.trust-line {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  font-size: 0.8rem;
  opacity: 0.85;
}
.trust-line span { display: flex; align-items: center; gap: 0.3rem; }

/* ============================================================ */
/* Section Headers                                               */
/* ============================================================ */
.section-header { text-align: center; margin-bottom: 2rem; padding-top: 4rem; }
.section-header p { color: var(--c-text-light); margin-top: 0.25rem; }

/* ============================================================ */
/* Categories Grid                                               */
/* ============================================================ */
.categories { padding-bottom: 2rem; }
.cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1rem;
}
.cat-card {
  display: flex;
  gap: 1rem;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 48, 73, 0.08);
  border-radius: var(--radius);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
  color: var(--c-text);
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.cat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 48, 73, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  border-color: rgba(0, 48, 73, 0.15);
  color: var(--c-text);
}
.cat-icon {
  width: 44px;
  height: 44px;
  background: var(--c-bg);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cat-body h3 { font-size: 0.95rem; margin-bottom: 0.2rem; }
.cat-body p { font-size: 0.825rem; color: var(--c-text-light); line-height: 1.5; }

/* ============================================================ */
/* Offline Section                                               */
/* ============================================================ */
.offline-section { padding: 2.5rem 0; }
.offline-banner {
  background: var(--c-primary);
  background-image:
    radial-gradient(ellipse 50% 70% at 50% 40%, rgba(26, 77, 110, 0.6) 0%, transparent 70%),
    radial-gradient(ellipse 40% 40% at 90% 80%, rgba(0, 80, 120, 0.3) 0%, transparent 60%);
  color: white;
  padding: 3rem 2.5rem;
  border-radius: var(--radius);
  box-shadow: 0 4px 24px rgba(0, 48, 73, 0.2);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.offline-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, transparent 50%);
  pointer-events: none;
}
.offline-icon {
  width: 56px;
  height: 56px;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  color: white;
}
.offline-h2 {
  color: white;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}
.offline-sub {
  opacity: 0.85;
  line-height: 1.6;
  margin: 0 auto 2rem;
  max-width: 520px;
  font-size: 1rem;
}
.offline-steps {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.offline-step {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.9rem;
  font-weight: 500;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 0.6rem 1rem;
  border-radius: 100px;
}
.step-num {
  width: 26px;
  height: 26px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.8rem;
  flex-shrink: 0;
}

/* Sources Line                                                  */
/* ============================================================ */
.sources-section { padding-bottom: 1rem; }
.sources-line {
  font-size: 0.8rem;
  color: var(--c-text-light);
  text-align: center;
  border-top: 1px solid var(--c-border);
  padding-top: 1.5rem;
}

/* ============================================================ */
/* City Tags                                                     */
/* ============================================================ */
.cities-section { padding-bottom: 4rem; }
.city-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center; }
.city-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.9rem;
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: 100px;
  font-size: 0.875rem;
  color: var(--c-text);
  transition: border-color 0.15s, color 0.15s;
}
.city-tag span { font-size: 0.7rem; color: var(--c-text-light); }
.city-tag:hover { border-color: var(--c-primary); color: var(--c-primary); }

/* ============================================================ */
/* City List Section (Kategorie-Seiten)                          */
/* ============================================================ */
.city-list-section { padding-top: 2rem; margin-bottom: 2rem; }

/* ============================================================ */
/* Breadcrumbs                                                   */
/* ============================================================ */
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  padding: 1rem 0 0;
  color: var(--c-text-light);
}
.breadcrumbs a { color: var(--c-text-light); }
.breadcrumbs a:hover { color: var(--c-primary); }
.bc-sep { color: var(--c-border); }

/* ============================================================ */
/* City Grid                                                     */
/* ============================================================ */
.city-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.city-grid-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6rem 0.9rem;
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-sm);
  font-size: 0.875rem;
  color: var(--c-text);
  transition: border-color 0.15s;
}
.city-grid-item:hover { border-color: var(--c-primary); color: var(--c-primary); }
.city-grid-item .bl { font-size: 0.7rem; color: var(--c-text-light); }

/* ============================================================ */
/* Service Cards                                                 */
/* ============================================================ */
.services-list { margin-bottom: 2rem; padding-top: 1rem; }
.service-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(0, 48, 73, 0.08);
  border-radius: var(--radius);
  padding: 1.15rem 1.15rem 1.15rem 1.35rem;
  margin-bottom: 0.65rem;
  transition: transform var(--transition), box-shadow var(--transition);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}
.service-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0, 48, 73, 0.08);
}
.service-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.4rem;
}
.service-card__name { font-size: 1rem; }
.service-card__badges { display: flex; gap: 0.4rem; flex-shrink: 0; }
.badge {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.55rem;
  border-radius: 100px;
  font-size: 0.675rem;
  font-weight: 600;
  white-space: nowrap;
}
.badge--notstrom { background: rgba(5, 150, 105, 0.1); color: var(--c-success); }
.badge--24h { background: rgba(231, 111, 81, 0.1); color: var(--c-accent); }
.service-card__address {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.825rem;
  color: var(--c-text-light);
  margin-bottom: 0.65rem;
}
.service-card__footer { display: flex; gap: 0.5rem; flex-wrap: wrap; }

/* ============================================================ */
/* Empty State (Leere Stadtseiten)                               */
/* ============================================================ */
.empty-state {
  text-align: center;
  padding: 2.5rem 1.5rem;
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  color: var(--c-text);
}
.empty-state__icon {
  width: 48px;
  height: 48px;
  background: rgba(0, 48, 73, 0.06);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: var(--c-primary);
}
.empty-state h3 { margin-bottom: 0.5rem; font-size: 1.1rem; }
.empty-state p { color: var(--c-text-light); font-size: 0.9rem; max-width: 500px; margin: 0 auto 1rem; }
.empty-state__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.empty-state__cta { font-size: 0.85rem; color: var(--c-text-light); }
.empty-state__cta a { color: var(--c-primary); text-decoration: underline; }

/* ============================================================ */
/* Buttons                                                       */
/* ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 1rem;
  border-radius: var(--radius-sm);
  font-size: 0.825rem;
  font-weight: 600;
  font-family: var(--font-body);
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.btn--primary { background: var(--c-primary); color: white; }
.btn--primary:hover { background: var(--c-primary-light); color: white; }
.btn--accent { background: var(--c-accent); color: white; }
.btn--accent:hover { background: #d4603f; color: white; }
.btn--outline {
  background: transparent;
  color: var(--c-primary);
  border: 1px solid var(--c-border);
}
.btn--outline:hover { border-color: var(--c-primary); background: rgba(0, 48, 73, 0.04); }
.btn--sm { padding: 0.4rem 0.75rem; font-size: 0.775rem; }

/* ============================================================ */
/* FAQ                                                           */
/* ============================================================ */
.faq-section { margin: 2rem 0; }
.faq-section h2 { margin-bottom: 1rem; }
.faq-item {
  border: 1px solid var(--c-border);
  border-radius: var(--radius-sm);
  margin-bottom: 0.5rem;
  background: var(--c-white);
}
.faq-q {
  padding: 0.9rem 1.15rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  font-size: 0.9rem;
}
.faq-q::-webkit-details-marker { display: none; }
.faq-q::before { content: '+ '; color: var(--c-primary); font-weight: 700; margin-right: 0.35rem; }
details[open] .faq-q::before { content: '\2212 '; }
.faq-a {
  padding: 0 1.15rem 0.9rem;
  color: var(--c-text-light);
  font-size: 0.875rem;
  line-height: 1.7;
}

/* ============================================================ */
/* City Guide Cards                                              */
/* ============================================================ */
.city-guide-section { margin-bottom: 2rem; padding-top: 1.5rem; }
.city-guide-section h2 { margin-bottom: 1rem; }
.guide-cards { display: grid; gap: 0.75rem; }
.guide-card {
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  padding: 1.15rem;
}
.guide-card__header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.65rem;
  color: var(--c-primary);
}
.guide-card__header h3 { margin: 0; color: var(--c-text); }
.guide-grid { display: grid; gap: 0.75rem; margin-bottom: 0.65rem; }
.guide-grid--3 { grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); }
.guide-stat { text-align: center; }
.guide-stat__value {
  display: block;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--c-primary);
}
.guide-stat__label {
  display: block;
  font-size: 0.7rem;
  color: var(--c-text-light);
  margin-top: 0.1rem;
}
.guide-source { font-size: 0.775rem; color: var(--c-text-light); font-style: italic; }

/* ============================================================ */
/* Other Services Links                                          */
/* ============================================================ */
.other-services { margin-bottom: 2.5rem; }
.other-links {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 0.5rem;
}
.other-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 0.9rem;
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-top: 3px solid var(--c-primary);
  border-radius: var(--radius-sm);
  font-size: 0.875rem;
  color: var(--c-text);
  transition: box-shadow 0.15s;
}
.other-link:hover { box-shadow: 0 2px 8px rgba(0, 48, 73, 0.06); color: var(--c-text); }

/* ============================================================ */
/* Legal Pages                                                   */
/* ============================================================ */
.legal {
  max-width: 720px;
  margin: 0 auto;
  padding: 2rem 0 3rem;
}
.legal h1 { margin-bottom: 1.5rem; }
.legal h2 { margin-top: 2rem; font-size: 1.15rem; }
.legal p { margin-bottom: 1rem; color: var(--c-text-light); }

/* ============================================================ */
/* Footer                                                        */
/* ============================================================ */
.footer {
  background: var(--c-primary-dark);
  color: rgba(255,255,255,0.75);
  padding: 3rem 1.25rem 1.5rem;
  margin-top: 2rem;
}
.footer-grid {
  max-width: var(--wrap);
  margin: 0 auto 2rem;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2rem;
}
.footer-brand { font-size: 0.825rem; line-height: 1.6; }
.footer-brand p { margin-bottom: 0.5rem; }
.footer-brand .logo { margin-bottom: 0.75rem; color: white; }
.footer-sources { font-size: 0.75rem; color: rgba(255,255,255,0.5); margin-top: 0.75rem; }
.footer-col h4 {
  color: white;
  font-size: 0.8rem;
  margin-bottom: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.footer-col a { display: block; font-size: 0.825rem; color: rgba(255,255,255,0.6); margin-bottom: 0.35rem; }
.footer-col a:hover { color: white; }
.footer-bottom {
  max-width: var(--wrap);
  margin: 0 auto;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 0.75rem;
  text-align: center;
  color: rgba(255,255,255,0.4);
}

/* ============================================================ */
/* Responsive                                                    */
/* ============================================================ */
@media (max-width: 768px) {
  .nav { display: none; }
  .mobile-menu { display: block; }
  .search-bar { flex-direction: column; }
  .search-bar select { border-right: none; border-bottom: 1px solid var(--c-border); min-width: unset; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .cat-grid { grid-template-columns: 1fr; }
  .guide-grid--3 { grid-template-columns: 1fr 1fr; }
  .trust-line { flex-direction: column; gap: 0.5rem; }
  .other-links { grid-template-columns: 1fr; }
  .sources-grid { grid-template-columns: 1fr; }
  .hero { padding: 3rem 1.25rem 2.5rem; }
  .page-hero-bar { padding: 0 1rem 1.5rem; }
  .section-header { padding-top: 3rem; }
  .empty-state__links { flex-direction: column; align-items: center; }
}
