.site-header { display: flex; flex-direction: column; align-items: center; gap: 10px; margin-bottom: 24px; }
.site-logo { height: 80px; width: auto; object-fit: contain; }
.container { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 80vh; padding: 20px; }
h1 { font-size: 2.5em; color: #10b981; margin-bottom: 8px; text-align: center; }
.subtitle { color: #9ca3af; margin-bottom: 40px; text-align: center; font-style: italic; }
.search-box { position: relative; width: 100%; max-width: 480px; }
input { width: 100%; padding: 16px; border-radius: 10px; border: none; font-size: 18px; background-color: #1f2937; color: #fff; box-shadow: 0 4px 6px rgba(0,0,0,0.3); outline: none; }
input:focus { box-shadow: 0 0 0 3px #10b981; }
.suggestions { position: absolute; left: 0; right: 0; background: #f3f4f6; color: #1f2937; border-radius: 0 0 10px 10px; max-height: 220px; overflow-y: auto; z-index: 10; display: none; }
.suggestion-item { padding: 13px 16px; cursor: pointer; border-bottom: 1px solid #e5e7eb; font-weight: bold; }
.suggestion-item:hover { background-color: #10b981; color: white; }
.seo-links { margin-top: 60px; text-align: center; max-width: 600px; }
.seo-links h2 { font-size: 1.1em; color: #9ca3af; margin-bottom: 15px; }
.city-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.city-tag { background: #374151; color: #d1d5db; padding: 8px 16px; border-radius: 20px; text-decoration: none; font-size: 0.9em; transition: 0.2s; }
.city-tag:hover { background: #10b981; color: #fff; }
