/* RequestRelay — Dark editorial civic-tech aesthetic */
/* DM Sans + JetBrains Mono, amber/gold accent on deep navy */

* { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg: #0a0e14;
  --bg-warm: #0e1118;
  --surface: #141820;
  --surface2: #1a1f2a;
  --surface3: #212735;
  --border: #262d3d;
  --border-light: #2f3849;
  --text: #d4d8e0;
  --text-bright: #eef0f4;
  --text-dim: #6b7280;
  --text-muted: #4a5060;
  --gold: #e5a853;
  --gold-dim: #c08a3a;
  --gold-glow: rgba(229, 168, 83, 0.12);
  --gold-glow2: rgba(229, 168, 83, 0.06);
  --blue: #5b8fd9;
  --green: #4ead6b;
  --red: #d95555;
  --mono: 'JetBrains Mono', 'Fira Code', monospace;
  --sans: 'DM Sans', -apple-system, sans-serif;
  --radius: 8px;
  --radius-lg: 12px;
}

html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}

/* Alpha bar */
.alpha-bar {
  background: linear-gradient(90deg, var(--gold-glow) 0%, var(--gold-glow2) 50%, var(--gold-glow) 100%);
  color: var(--gold);
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px;
  border-bottom: 1px solid rgba(229, 168, 83, 0.15);
}

/* Nav */
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.9rem 2rem;
  background: rgba(10, 14, 20, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 100;
}
.logo {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-bright);
  text-decoration: none;
  letter-spacing: -0.5px;
}
.logo-accent { color: var(--gold); }
.nav-links { display: flex; gap: 1.5rem; align-items: center; }
.nav-links a {
  color: var(--text-dim);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--text); }
.nav-btn {
  padding: 5px 14px;
  border: 1px solid var(--border);
  border-radius: 6px;
  font-size: 0.8rem !important;
}

/* Hero */
.hero-landing {
  position: relative;
  padding: 6rem 2rem 4rem;
  text-align: center;
  overflow: hidden;
}
.hero-glow {
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 500px;
  background: radial-gradient(ellipse, rgba(229, 168, 83, 0.08) 0%, transparent 70%);
  pointer-events: none;
}
.hero-content { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
.hero-badge {
  display: inline-block;
  font-family: var(--mono);
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--gold);
  background: var(--gold-glow);
  border: 1px solid rgba(229, 168, 83, 0.2);
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 1.5rem;
  letter-spacing: 0.5px;
}
.hero-landing h1 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.15;
  color: var(--text-bright);
  letter-spacing: -1px;
  margin-bottom: 1.2rem;
}
.hero-highlight { color: var(--gold); }
.hero-sub {
  font-size: 1.05rem;
  color: var(--text-dim);
  max-width: 560px;
  margin: 0 auto 2rem;
  line-height: 1.7;
}
.hero-cta { display: flex; gap: 0.8rem; justify-content: center; flex-wrap: wrap; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0.65rem 1.4rem;
  border-radius: var(--radius);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  font-family: var(--sans);
  border: 1px solid var(--border);
  color: var(--text);
  background: var(--surface2);
  cursor: pointer;
  transition: all 0.2s;
}
.btn:hover { background: var(--surface3); border-color: var(--border-light); }
.btn-gold {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dim) 100%);
  border-color: var(--gold);
  color: #0a0e14;
}
.btn-gold:hover { filter: brightness(1.1); box-shadow: 0 0 20px rgba(229, 168, 83, 0.2); }
.btn-outline { background: transparent; border-color: var(--border-light); }
.btn-outline:hover { border-color: var(--gold-dim); color: var(--gold); }
.btn-full { width: 100%; justify-content: center; }
.btn-search { padding: 0.55rem 1.2rem; }

/* Stats strip */
.stats-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  padding: 2rem;
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.stat-item { text-align: center; }
.stat-value {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--text-bright);
  font-family: var(--mono);
}
.stat-label { font-size: 0.75rem; color: var(--text-dim); text-transform: uppercase; letter-spacing: 1px; font-weight: 500; }
.stat-divider { width: 1px; height: 36px; background: var(--border); }

/* Search preview on landing */
.search-preview { padding: 3.5rem 2rem; }
.search-preview-inner { max-width: 640px; margin: 0 auto; text-align: center; }
.search-preview h2 { font-size: 1.3rem; color: var(--text-dim); font-weight: 400; margin-bottom: 1.2rem; }
.search-demo {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.search-demo .search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
}
.search-demo input {
  width: 100%;
  padding: 1rem 1rem 1rem 48px;
  background: transparent;
  border: none;
  color: var(--text-bright);
  font-size: 1rem;
  font-family: var(--sans);
  outline: none;
}
.search-demo input::placeholder { color: var(--text-muted); }
.demo-results {
  text-align: left;
  border-top: 1px solid var(--border);
  display: none;
  max-height: 320px;
  overflow-y: auto;
}
.demo-results.show { display: block; }
.demo-result {
  display: block;
  padding: 0.7rem 1rem 0.7rem 48px;
  color: var(--text);
  text-decoration: none;
  border-bottom: 1px solid var(--border);
  transition: background 0.15s;
}
.demo-result:last-child { border-bottom: none; }
.demo-result:hover { background: var(--surface2); }
.demo-result-name { font-weight: 600; font-size: 0.9rem; }
.demo-result-meta { font-size: 0.78rem; color: var(--text-dim); margin-top: 2px; }
.demo-result-chips { margin-top: 3px; }
.demo-result-chips .contact-chip { font-size: 0.7rem; }

/* Exchange steps */
.how-exchange {
  padding: 4rem 2rem;
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.exchange-inner { max-width: 900px; margin: 0 auto; }
.exchange-inner h2 { text-align: center; font-size: 1.4rem; color: var(--text-bright); margin-bottom: 2.5rem; }
.exchange-steps { display: flex; align-items: flex-start; gap: 0; }
.ex-step {
  flex: 1;
  padding: 1.5rem;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
}
.ex-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: var(--gold);
  color: var(--bg);
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.ex-step h3 { font-size: 0.95rem; color: var(--text-bright); margin-bottom: 0.5rem; }
.ex-step p { font-size: 0.85rem; color: var(--text-dim); line-height: 1.6; }
.ex-step em { color: var(--gold); font-style: normal; font-weight: 600; }
.ex-arrow {
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  padding-top: 2rem;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .exchange-steps { flex-direction: column; gap: 0.5rem; }
  .ex-arrow { transform: rotate(90deg); padding: 0.3rem 0; justify-content: center; }
}

/* Value props */
.value-props {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  margin: 0;
}
.prop-card {
  background: var(--bg);
  padding: 2.5rem 2rem;
}
.prop-icon { margin-bottom: 1rem; }
.prop-card h3 { font-size: 1.05rem; color: var(--text-bright); margin-bottom: 0.6rem; }
.prop-card p { font-size: 0.88rem; color: var(--text-dim); line-height: 1.65; }
.prop-card .coming {
  display: inline-block;
  font-family: var(--mono);
  font-size: 0.65rem;
  color: var(--gold);
  background: var(--gold-glow);
  padding: 2px 8px;
  border-radius: 4px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Who section */
.who-section {
  max-width: 640px;
  margin: 0 auto;
  padding: 4rem 2rem;
  text-align: center;
}
.who-section h2 { font-size: 1.4rem; color: var(--text-bright); margin-bottom: 1rem; }
.who-section p { color: var(--text-dim); line-height: 1.8; }

/* Signup */
.signup-section {
  padding: 4rem 2rem;
  background: var(--surface);
  border-top: 1px solid var(--border);
}
.signup-inner { max-width: 520px; margin: 0 auto; text-align: center; }
.signup-inner h2 { font-size: 1.5rem; color: var(--text-bright); margin-bottom: 0.6rem; }
.signup-inner > p { color: var(--text-dim); font-size: 0.9rem; margin-bottom: 1.5rem; }
.signup-form { text-align: left; }
.form-row { display: flex; gap: 0.6rem; margin-bottom: 0.6rem; }
.form-row > * { flex: 1; }
.signup-form input, .signup-form select, .signup-form textarea {
  width: 100%;
  padding: 0.65rem 0.8rem;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text);
  font-family: var(--sans);
  font-size: 0.88rem;
}
.signup-form input:focus, .signup-form select:focus, .signup-form textarea:focus {
  outline: none;
  border-color: var(--gold-dim);
}
.signup-form input::placeholder, .signup-form textarea::placeholder { color: var(--text-muted); }
.signup-form select { color: var(--text-dim); }
.signup-form textarea { resize: vertical; min-height: 50px; margin-bottom: 0.6rem; }
.signup-form button { margin-top: 0.4rem; }
.signup-success {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  background: var(--gold-glow);
  border: 1px solid rgba(229, 168, 83, 0.2);
  padding: 1.2rem 1.5rem;
  border-radius: var(--radius-lg);
  color: var(--gold);
  font-weight: 500;
}
.signup-error { color: var(--red); background: rgba(217, 85, 85, 0.1); padding: 0.7rem 1rem; border-radius: var(--radius); margin-bottom: 1rem; font-size: 0.88rem; }

/* Footer */
footer {
  border-top: 1px solid var(--border);
  padding: 3rem 2rem;
  text-align: center;
}
.footer-inner { max-width: 400px; margin: 0 auto; }
.footer-brand { font-size: 1.1rem; font-weight: 700; color: var(--text-dim); margin-bottom: 0.5rem; }
footer p { color: var(--text-muted); font-size: 0.8rem; line-height: 1.6; }
.footer-links { display: flex; gap: 1.5rem; justify-content: center; margin-top: 1rem; }
.footer-links a { color: var(--text-dim); text-decoration: none; font-size: 0.8rem; }
.footer-links a:hover { color: var(--gold); }

/* ========== AGENCIES PAGE ========== */
.agencies-page { max-width: 900px; margin: 0 auto; padding: 2rem 1rem; }
.agencies-header { margin-bottom: 1.5rem; }
.agencies-header h1 { font-size: 1.6rem; font-weight: 700; color: var(--text-bright); }
.agencies-sub { color: var(--text-dim); font-size: 0.9rem; }

.search-controls { margin-bottom: 1.5rem; }
.search-bar-wrap {
  position: relative;
  margin-bottom: 0.6rem;
}
.search-bar-wrap .search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
}
.search-input {
  width: 100%;
  padding: 0.75rem 1rem 0.75rem 42px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text-bright);
  font-size: 0.95rem;
  font-family: var(--sans);
  outline: none;
  transition: border-color 0.2s;
}
.search-input:focus { border-color: var(--gold-dim); }
.search-input::placeholder { color: var(--text-muted); }

.filter-row { display: flex; gap: 0.5rem; }
.filter-select {
  flex: 1;
  padding: 0.55rem 0.8rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text-dim);
  font-size: 0.85rem;
  font-family: var(--sans);
}

.results-info { color: var(--text-muted); font-size: 0.8rem; margin-bottom: 1rem; font-family: var(--mono); }

/* Agency cards */
.agency-list { display: flex; flex-direction: column; gap: 1px; background: var(--border); border-radius: var(--radius-lg); overflow: hidden; }
.agency-card {
  display: block;
  text-decoration: none;
  color: var(--text);
  background: var(--surface);
  padding: 1rem 1.2rem;
  transition: background 0.15s;
}
.agency-card:hover { background: var(--surface2); }
.agency-card-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; }
.agency-name { font-weight: 600; font-size: 0.95rem; color: var(--text-bright); }
.agency-card-meta { display: flex; gap: 0.8rem; font-size: 0.78rem; color: var(--text-dim); margin-top: 3px; }
.agency-card-meta span::before { content: ''; }
.agency-card-contacts { display: flex; gap: 0.4rem; margin-top: 0.5rem; flex-wrap: wrap; }

/* Type badges */
.type-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.type-county { background: rgba(91, 143, 217, 0.15); color: var(--blue); }
.type-municipality { background: rgba(78, 173, 107, 0.15); color: var(--green); }
.type-township { background: rgba(188, 140, 255, 0.15); color: #bc8cff; }
.type-school_district { background: rgba(229, 168, 83, 0.15); color: var(--gold); }
.type-state_agency { background: rgba(217, 85, 85, 0.15); color: var(--red); }
.type-authority { background: rgba(255, 255, 255, 0.08); color: var(--text-dim); }

/* Confidence badges */
.confidence-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.conf-verified { background: rgba(78, 173, 107, 0.15); color: var(--green); }
.conf-user { background: rgba(78, 173, 107, 0.25); color: #5fd47a; }
.conf-found { background: rgba(91, 143, 217, 0.15); color: var(--blue); }
.conf-imported { background: rgba(188, 140, 255, 0.12); color: #bc8cff; }
.conf-census { background: rgba(255, 255, 255, 0.05); color: var(--text-muted); }

/* Contact chips */
.contact-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.72rem;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 500;
}
.contact-chip.has-data { background: rgba(229, 168, 83, 0.1); color: var(--gold); }
.contact-chip.no-data { background: var(--surface2); color: var(--text-muted); font-style: italic; }
.contact-chip svg { flex-shrink: 0; }

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 2rem 0;
}
.page-btn {
  padding: 0.5rem 1rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text);
  text-decoration: none;
  font-size: 0.85rem;
  transition: all 0.2s;
}
.page-btn:hover { border-color: var(--gold-dim); color: var(--gold); }
.page-info { color: var(--text-muted); font-size: 0.8rem; font-family: var(--mono); }

/* ========== AGENCY DETAIL ========== */
.detail-page { max-width: 800px; margin: 0 auto; padding: 1.5rem 1rem; }
.back-link { color: var(--text-dim); text-decoration: none; font-size: 0.85rem; display: inline-block; margin-bottom: 1rem; }
.back-link:hover { color: var(--gold); }
.detail-header h1 { font-size: 1.5rem; font-weight: 700; color: var(--text-bright); margin-bottom: 0.5rem; }
.detail-meta { display: flex; gap: 0.8rem; align-items: center; flex-wrap: wrap; font-size: 0.85rem; color: var(--text-dim); }

.detail-grid { display: flex; flex-direction: column; gap: 1rem; margin-top: 1.5rem; }
.detail-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
}
.detail-card.primary-contact { border-color: rgba(229, 168, 83, 0.25); }
.detail-card h2 { font-size: 0.9rem; color: var(--text-dim); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 1rem; }

.contact-row { display: flex; gap: 1rem; padding: 0.6rem 0; border-bottom: 1px solid var(--border); align-items: baseline; }
.contact-row:last-child { border-bottom: none; }
.contact-label { width: 100px; flex-shrink: 0; font-size: 0.8rem; color: var(--text-muted); font-weight: 500; }
.contact-value { font-size: 0.9rem; word-break: break-all; }
.email-value { color: var(--gold); }
a.contact-value { color: var(--blue); text-decoration: none; }
a.contact-value:hover { text-decoration: underline; }

.dept-contact {
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--border);
}
.dept-contact:last-child { border-bottom: none; }
.dept-header { display: flex; gap: 0.5rem; align-items: center; flex-wrap: wrap; margin-bottom: 0.3rem; }
.dept-badge { background: var(--surface3); padding: 2px 8px; border-radius: 4px; font-size: 0.75rem; font-weight: 600; color: var(--text); }
.dept-name { font-weight: 600; font-size: 0.9rem; }
.dept-title { color: var(--text-dim); font-size: 0.85rem; }
.dept-row { font-size: 0.85rem; margin-top: 2px; }
.dept-row a { color: var(--gold); text-decoration: none; }
.dept-row a:hover { text-decoration: underline; }
.dept-notes { font-size: 0.8rem; color: var(--text-dim); margin-top: 4px; font-style: italic; }
.dept-source { font-size: 0.72rem; color: var(--text-muted); margin-top: 4px; }
.dept-source a { color: var(--text-dim); }

.no-contact { color: var(--text-dim); font-style: italic; }
.no-contact a { color: var(--gold); text-decoration: none; }

.data-notice {
  margin-top: 2rem;
  padding: 0.8rem 1rem;
  background: var(--surface);
  border-radius: var(--radius);
  font-size: 0.78rem;
  color: var(--text-muted);
}
.data-notice a { color: var(--gold-dim); text-decoration: none; }

/* ========== EXISTING PAGES (login, submit, etc) ========== */
main { min-height: 60vh; }
.form-page { max-width: 400px; margin: 2rem auto; }
.form-page.wide { max-width: 700px; }
.form-page h1 { margin-bottom: 1.5rem; color: var(--text-bright); }
form label { display: block; margin-bottom: 1rem; font-size: 0.9rem; color: var(--text-dim); }
form input, form textarea, form select {
  display: block; width: 100%; padding: 0.6rem 0.8rem; margin-top: 0.3rem;
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  color: var(--text); font-size: 0.9rem; font-family: var(--sans);
}
form input:focus, form textarea:focus { outline: none; border-color: var(--gold-dim); }
form button { margin-top: 1rem; }
.error { color: var(--red); background: rgba(217, 85, 85, 0.1); padding: 0.8rem; border-radius: var(--radius); margin-bottom: 1rem; }
.empty { color: var(--text-dim); padding: 2rem; text-align: center; }

.btn-primary { background: var(--gold); border-color: var(--gold); color: #0a0e14; }
.btn-primary:hover { filter: brightness(1.1); }
.btn-sm { padding: 0.3rem 0.8rem; font-size: 0.85rem; }

/* Tables, badges, etc from old pages */
table { width: 100%; border-collapse: collapse; }
th, td { padding: 0.6rem 0.8rem; text-align: left; border-bottom: 1px solid var(--border); font-size: 0.9rem; }
th { color: var(--text-dim); font-weight: 600; }
td a { color: var(--gold); text-decoration: none; }

.badge { display: inline-block; padding: 0.2rem 0.6rem; border-radius: 12px; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; }
.badge-draft { background: var(--surface2); color: var(--text-dim); }
.badge-queued { background: rgba(229, 168, 83, 0.15); color: var(--gold); }
.badge-fulfilled { background: rgba(78, 173, 107, 0.15); color: var(--green); }
.badge-denied { background: rgba(217, 85, 85, 0.15); color: var(--red); }

.request-card { background: var(--surface); padding: 1.5rem; border-radius: var(--radius-lg); border: 1px solid var(--border); margin-bottom: 1rem; }
.request-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem; }
dl { display: grid; grid-template-columns: 140px 1fr; gap: 0.3rem 1rem; margin: 1rem 0; }
dt { color: var(--text-dim); font-size: 0.85rem; }
dd { font-size: 0.9rem; word-break: break-all; }
dd a { color: var(--gold); }

.page { padding: 1rem 0; max-width: 900px; margin: 0 auto; }
.page h1 { margin-bottom: 1.5rem; color: var(--text-bright); }

#agency-search { width: 100%; }
.dropdown-results { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); max-height: 200px; overflow-y: auto; display: none; }
.dropdown-results.show { display: block; }
.dropdown-item { padding: 0.6rem 0.8rem; cursor: pointer; font-size: 0.9rem; }
.dropdown-item:hover { background: var(--surface2); }
.dropdown-item .county { color: var(--text-dim); font-size: 0.8rem; }

.selected-agency { background: var(--surface2); padding: 0.8rem; border-radius: var(--radius); margin-top: 0.5rem; }
.selected-agency .name { font-weight: 600; }
.selected-agency .meta { font-size: 0.8rem; color: var(--text-dim); }

.submit-flow .step-section { margin-bottom: 2rem; }
.submit-flow h2 { font-size: 1.1rem; margin-bottom: 0.8rem; color: var(--gold); }
.generated-text { background: var(--surface2); padding: 1rem; border-radius: var(--radius); white-space: pre-wrap; font-size: 0.85rem; line-height: 1.5; max-height: 400px; overflow-y: auto; }
.action-box { background: var(--surface2); padding: 1.5rem; border-radius: var(--radius-lg); border: 1px solid var(--gold-dim); margin: 1.5rem 0; }

/* Responsive */
@media (max-width: 768px) {
  .hero-landing h1 { font-size: 1.8rem; }
  .stats-strip { flex-wrap: wrap; gap: 1.2rem; }
  .stat-divider { display: none; }
  .value-props { grid-template-columns: 1fr; }
  .filter-row { flex-direction: column; }
  .form-row { flex-direction: column; }
  nav { padding: 0.8rem 1rem; }
  .nav-links { gap: 0.8rem; }
  .agency-card-top { flex-direction: column; gap: 0.3rem; }
  .contact-row { flex-direction: column; gap: 0.2rem; }
  .contact-label { width: auto; }
}
