.neighborhoods-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.neighborhood-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1px solid #e2e8f0;border-radius:12px;padding:2rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transition:all .3s ease}.neighborhood-section:hover{transform:translateY(-2px);box-shadow:0 10px 25px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);border-color:#3b82f6}.neighborhood-section h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0}.neighborhood-section h4{font-size:1.25rem;font-weight:600;color:#334155;margin:1.5rem 0 1rem}.neighborhood-section p{font-size:1rem;line-height:1.6;color:#475569;margin-bottom:1rem}.neighborhood-section ul{list-style:none;padding:0;margin:0}.neighborhood-section ul li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;font-size:.95rem;color:#64748b;line-height:1.5}.neighborhood-section ul li:before{content:"•";color:#3b82f6;position:absolute;left:0;font-weight:700;font-size:1.1rem}.neighborhood-section ul li:hover{color:#334155;transition:color .2s ease}.neighborhood-section strong{color:#1e293b;font-weight:600}@media (max-width:768px){.neighborhoods-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:1.5rem}.neighborhood-section{padding:1.5rem}.neighborhood-section h3{font-size:1.25rem}.neighborhood-section h4{font-size:1.1rem}}@media (max-width:480px){.neighborhood-section{padding:1rem}.neighborhood-section h3{font-size:1.125rem}}