.public-body { margin: 0; font-family: system-ui, sans-serif; }
.hero { text-align: center; padding: 4rem 2rem; background: linear-gradient(135deg, #1e3a5f, #2563eb); color: #fff; }
.hero h1 { font-size: 2.5rem; margin-bottom: .5rem; }
.hero-actions { display: flex; gap: 1rem; justify-content: center; margin-top: 2rem; flex-wrap: wrap; }
.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.5rem; padding: 3rem 2rem; max-width: 1000px; margin: 0 auto; }
.feature-card { background: #fff; padding: 1.5rem; border-radius: 12px; box-shadow: 0 2px 12px rgba(0,0,0,.06); }
.btn { padding: .65rem 1.25rem; border-radius: 8px; text-decoration: none; display: inline-block; }
.btn-primary { background: #2563eb; color: #fff; }
.btn-secondary { background: rgba(255,255,255,.2); color: #fff; border: 1px solid rgba(255,255,255,.4); }
.building-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1rem; padding: 2rem; max-width: 900px; margin: 0 auto; }
.building-card { background: #fff; padding: 1.5rem; border-radius: 12px; text-decoration: none; color: inherit; box-shadow: 0 2px 8px rgba(0,0,0,.06); }
.map-app { display: grid; grid-template-rows: auto 1fr; height: 100vh; }
.map-header { padding: 1rem; background: #fff; border-bottom: 1px solid #e2e8f0; position: relative; }
.map-header input { width: 100%; max-width: 500px; padding: .75rem 1rem; border: 1px solid #cbd5e1; border-radius: 999px; font-size: 1rem; }
.map-container { min-height: 400px; }
.search-results { position: absolute; top: 100%; left: 1rem; right: 1rem; max-width: 500px; background: #fff; border: 1px solid #e2e8f0; border-radius: 8px; z-index: 1000; max-height: 300px; overflow: auto; }
.search-results div { padding: .75rem 1rem; cursor: pointer; border-bottom: 1px solid #f1f5f9; }
.search-results div:hover { background: #f8fafc; }
.route-panel { position: fixed; bottom: 1rem; right: 1rem; background: #fff; padding: 1rem; border-radius: 12px; box-shadow: 0 4px 24px rgba(0,0,0,.15); max-width: 320px; z-index: 1001; }
.hidden { display: none !important; }
