* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #F4F4F9; color: #1A1A2E; min-height: 100vh; }
a { text-decoration: none; color: inherit; }



.header { position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid #E8E8F0; padding: 12px 0; }
.inner { max-width: 90%; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.logo { display: flex; align-items: center; gap: 8px; font-size: 25px; font-weight: 800; color: #1A1A2E; text-decoration: none; line-height: 1.2; }
.logo svg { display: block; }
.logo em { font-style: normal; color: #E63946; }
.header-wp { display: flex; align-items: center; gap: 6px; }
.header-wp a { font-size: 13px; font-weight: 600; color: #25D366; text-decoration: none; }
.header-wp a:hover { text-decoration: underline; }
.header-right { display: flex; align-items: center; gap: 10px; }
.header-wp-link { display: flex; align-items: center; gap: 6px; padding: 6px 14px; border: 1.5px solid #25D366; border-radius: 8px; font-size: 13px; font-weight: 600; color: #25D366; text-decoration: none; transition: 0.2s; }
.header-wp-link:hover { background: #25D366; color: #fff; }
.header-wp-link:hover svg { fill: #fff; }
.header-wp-link svg { transition: 0.2s; }
.header-login { display: flex; align-items: center; padding: 6px; text-decoration: none; }

.hero { text-align: center; padding: 60px 20px 48px; background: #fff; position: relative; }
.hero::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 80px; height: 3px; background: #E63946; }
.hero h1 { font-size: 30px; font-weight: 800; line-height: 1.3; margin-bottom: 10px; }
.hero h1 em { font-style: normal; color: #E63946; }
.hero p { font-size: 15px; color: #6A6A8A; max-width: 480px; margin: 0 auto 28px; line-height: 1.6; }

.search-box { max-width: 500px; margin: 0 auto; display: flex; border: 2px solid #E63946; border-radius: 50px; overflow: hidden; background: #fff; }
.search-box input { flex: 1; padding: 14px 20px; border: none; outline: none; font-size: 15px; }
.search-box button { background: #E63946; border: none; color: #fff; padding: 14px 28px; font-weight: 700; font-size: 14px; cursor: pointer; }

.section { max-width: 90%; margin: 0 auto; padding: 44px 20px; }
.section-header { text-align: center; margin-bottom: 28px; }
.section-header h2 { font-size: 22px; font-weight: 800; }
.section-header p { font-size: 14px; color: #6A6A8A; margin-top: 4px; }

.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cat-card { display: block; background: #fff; border-radius: 14px; padding: 28px 20px; text-align: center; border: 1px solid #E8E8F0; transition: 0.25s; cursor: pointer; color: inherit; }
.cat-card:hover { border-color: #E63946; box-shadow: 0 6px 24px rgba(230,57,70,0.08); transform: translateY(-2px); }
.cat-icon { font-size: 36px; margin-bottom: 10px; }
.cat-card h3 { font-size: 16px; font-weight: 700; margin-bottom: 4px; }
.cat-card p { font-size: 13px; color: #6A6A8A; line-height: 1.5; }

.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.guide-card { background: #fff; border-radius: 14px; padding: 24px; border: 1px solid #E8E8F0; transition: 0.25s; }
.guide-card:hover { border-color: #E63946; box-shadow: 0 6px 24px rgba(230,57,70,0.06); }
.guide-badge { display: inline-block; background: #E63946; color: #fff; font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 50px; margin-bottom: 12px; }
.guide-card h3 { font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.guide-card p { font-size: 13px; color: #6A6A8A; line-height: 1.6; }

.guide-content { max-width: 800px; margin: 0 auto; }
.guide-text h2 { font-size: 22px; font-weight: 800; margin-bottom: 16px; color: #1A1A2E; }
.guide-text p { font-size: 15px; color: #4A4A6A; line-height: 1.8; margin-bottom: 16px; }

.city-chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.city-chip { padding: 10px 22px; border: 1px solid #D0D0E0; border-radius: 50px; font-size: 14px; font-weight: 500; color: #4A4A6A; background: #fff; cursor: pointer; transition: 0.2s; display: inline-block; }
.city-chip:hover { border-color: #E63946; color: #E63946; background: #FFF5F5; }

.about { background: #fff; padding: 44px 20px; margin: 0; }
.about-inner { max-width: 800px; margin: 0 auto; text-align: center; }
.about-inner h2 { font-size: 20px; font-weight: 800; margin-bottom: 16px; }
.about-inner p { font-size: 14px; color: #4A4A6A; line-height: 1.8; margin-bottom: 12px; }

.footer { background: #1A1A2E; color: #999; padding: 44px 20px 90px; }
.footer-inner { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
.footer h4 { color: #fff; font-size: 13px; font-weight: 700; margin-bottom: 14px; }
.footer p, .footer a { font-size: 13px; line-height: 1.8; display: block; }
.footer a:hover { color: #E63946; }
.footer-bottom { max-width: 1120px; margin: 24px auto 0; padding-top: 20px; border-top: 1px solid #2A2A4E; }
.footer-bottom-row { display: flex; gap: 24px; }
.footer-bottom-col { flex: 1; width: 50%; font-size: 12px; color: #888; line-height: 1.5; }
.footer-bottom-item { display: flex; align-items: center; gap: 8px; font-size: 12px; color: #999; text-align: left; margin-bottom: 4px; }
.footer-bottom-item svg { flex-shrink: 0; }
.footer-bottom-item span { font-weight: 600; color: #ccc; white-space: nowrap; }
.footer-bottom-col a { color: #E63946; display:inline; }
.footer-bottom-col a:hover { text-decoration: underline; }



.brand-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.brand-card { background: #fff; border-radius: 14px; padding: 20px; text-align: center; border: 1px solid #E8E8F0; transition: 0.25s; }
.brand-card:hover { border-color: #E63946; box-shadow: 0 4px 16px rgba(230,57,70,0.06); }
.brand-name { font-size: 17px; font-weight: 800; color: #1A1A2E; margin-bottom: 4px; }
.brand-info { font-size: 12px; color: #888; margin-bottom: 8px; }
.brand-phone { font-size: 14px; font-weight: 700; color: #E63946; letter-spacing: 0.5px; }
.brand-url { font-size: 11px; color: #006621; margin-top: 4px; word-break: break-all; }
.brand-note { font-size: 12px; color: #999; text-align: center; margin-top: 20px; line-height: 1.6; max-width: 700px; margin-left: auto; margin-right: auto; }

.finder-box { background: #fff; border-radius: 16px; padding: 32px 28px; border: 1px solid #E8E8F0; max-width: 960px; margin: 0 auto; }
.finder-row { display: flex; gap: 18px; align-items: flex-end; flex-wrap: wrap; }
.finder-group { flex: 1; min-width: 170px; }
.finder-group label { display: block; font-size: 13px; font-weight: 700; color: #1A1A2E; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.5px; }
.finder-group select { width: 100%; padding: 14px 16px; border: 2px solid #D0D0E0; border-radius: 12px; font-size: 15px; color: #1A1A2E; background: #fff; outline: none; cursor: pointer; transition: 0.2s; }
.finder-group select:focus { border-color: #E63946; box-shadow: 0 0 0 3px rgba(230,57,70,0.08); }
.finder-btn-group { min-width: 90px; flex: 0; }
.finder-btn { width: 100%; padding: 14px 28px; background: #E63946; border: none; border-radius: 12px; color: #fff; font-weight: 800; font-size: 15px; cursor: pointer; white-space: nowrap; transition: 0.2s; }
.finder-btn:hover { background: #c92e3c; transform: translateY(-1px); }
.finder-result { margin-top: 20px; padding: 20px; border-radius: 14px; background: #F8F8FC; border: 1px solid #eee; display: none; }
.finder-result.active { display: block; }
.finder-result-item { padding: 14px 0; border-bottom: 1px solid #eee; }
.finder-result-item:last-child { border-bottom: none; }
.finder-result-item .fr-sehir { font-size: 13px; color: #888; margin-bottom: 2px; }
.finder-result-item .fr-marka { font-size: 17px; font-weight: 700; color: #1A1A2E; margin-bottom: 4px; }
.finder-result-item .fr-telefon { font-size: 20px; font-weight: 800; color: #E63946; margin-top: 6px; }
.finder-result-item .fr-url { font-size: 13px; color: #006621; margin-top: 3px; }
.finder-result-empty { text-align: center; padding: 24px; color: #888; font-size: 15px; }

.search-results { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.result-card { background: #fff; border-radius: 14px; padding: 20px; border: 1px solid #E8E8F0; }
.result-card:hover { border-color: #E63946; }
.result-badge { display: inline-block; background: #E63946; color: #fff; font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 50px; margin-bottom: 10px; }
.result-card h3 { font-size: 16px; font-weight: 700; margin-bottom: 6px; }
.result-card p { font-size: 13px; color: #6A6A8A; line-height: 1.5; }

.search-page { min-height: 100vh; background: #fff; }
.search-topbar { position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid #E8E8F0; padding: 12px 0; }
.search-top-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; gap: 20px; }
.search-logo { font-size: 20px; font-weight: 800; color: #1A1A2E; white-space: nowrap; text-decoration: none; }
.search-logo em { font-style: normal; color: #E63946; }
.search-bar-form { display: flex; flex: 1; max-width: 580px; border: 1.5px solid #D0D0E0; border-radius: 24px; overflow: hidden; background: #fff; }
.search-bar-form:focus-within { border-color: #E63946; box-shadow: 0 1px 6px rgba(230,57,70,0.12); }
.search-bar-input { flex: 1; padding: 10px 16px; border: none; outline: none; font-size: 14px; }
.search-bar-btn { background: #E63946; border: none; color: #fff; padding: 10px 20px; font-weight: 600; font-size: 13px; cursor: pointer; }
.search-top-links { display: flex; gap: 16px; margin-left: auto; }
.search-top-links a { font-size: 13px; color: #4A4A6A; text-decoration: none; }
.search-top-links a:hover { color: #E63946; }

.detail-page { display: flex; max-width: 1200px; margin: 0 auto; padding: 24px 20px 60px; gap: 32px; min-height: 60vh; }
.detail-sidebar { width: 260px; flex-shrink: 0; }
.detail-sidebar-title { font-size: 16px; font-weight: 800; color: #E63946; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 2px solid #E63946; }
.detail-menu { list-style: none; padding: 0; }
.detail-menu-item { }
.detail-menu-item a { display: block; padding: 8px 12px; font-size: 13px; color: #4A4A6A; text-decoration: none; border-radius: 6px; transition: 0.15s; }
.detail-menu-item a:hover { background: #FFF5F5; color: #E63946; }
.detail-menu-item.active a { background: #E63946; color: #fff; font-weight: 600; }
.detail-content { flex: 1; min-width: 0; }
.detail-breadcrumb { font-size: 12px; color: #888; margin-bottom: 10px; }
.detail-breadcrumb a { color: #888; text-decoration: none; }
.detail-breadcrumb a:hover { color: #E63946; }
.detail-breadcrumb span { color: #1A1A2E; }
.detail-title { font-size: 26px; font-weight: 800; color: #1A1A2E; margin-bottom: 16px; line-height: 1.3; }
.detail-text p { font-size: 15px; color: #4A4A6A; line-height: 1.8; margin-bottom: 16px; }
.detail-notice { font-size: 12px; color: #999; font-style: italic; margin-top: 20px; padding-top: 16px; border-top: 1px solid #eee; }

@media (max-width: 768px) {
  .detail-page { flex-direction: column; padding: 16px 16px 60px; gap: 20px; }
  .detail-sidebar { width: 100%; }
  .detail-title { font-size: 20px; }
}

.search-body { max-width: 1100px; margin: 0 auto; padding: 20px 20px 60px; width: 80%; }
.search-body-inner { max-width: 750px; }
.search-stats-bar { font-size: 13px; color: #888; margin-bottom: 16px; }

.search-results-google { display: flex; flex-direction: column; gap: 24px; }
.g-result { }
.g-breadcrumb { font-size: 12px; color: #008000; margin-bottom: 1px; }
.g-result h3 { font-size: 18px; font-weight: 500; margin-bottom: 1px; line-height: 1.3; }
.g-result h3 a { color: #1A0DAB; text-decoration: none; }
.g-result h3 a:hover { text-decoration: underline; }
.g-link { font-size: 13px; color: #006621; margin-bottom: 4px; word-break: break-all; }
.g-result p { font-size: 13px; color: #545454; line-height: 1.5; }

.search-empty-google { text-align: center; padding: 40px 0; }
.search-empty-google .empty-icon { font-size: 48px; margin-bottom: 16px; }
.search-empty-google h2 { font-size: 18px; font-weight: 600; margin-bottom: 12px; color: #1A1A2E; }
.search-empty-google p { font-size: 14px; color: #666; margin-bottom: 8px; }
.search-empty-google ul { list-style: none; padding: 0; display: inline-block; text-align: left; }
.search-empty-google ul li { padding: 4px 0 4px 20px; position: relative; font-size: 13px; color: #555; }
.search-empty-google ul li::before { content: '>'; position: absolute; left: 0; color: #E63946; font-weight: 700; }

.search-start { text-align: center; padding: 60px 0; }
.search-start-icon { font-size: 56px; margin-bottom: 16px; }
.search-start h2 { font-size: 22px; font-weight: 700; margin-bottom: 8px; color: #1A1A2E; }
.search-start p { font-size: 14px; color: #888; margin-bottom: 32px; }
.search-start-tags h3 { font-size: 15px; font-weight: 700; margin-bottom: 14px; color: #1A1A2E; }
.tags { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.tag { padding: 8px 20px; border: 1px solid #D0D0E0; border-radius: 50px; font-size: 13px; color: #4A4A6A; background: #fff; transition: 0.2s; text-decoration: none; }
.tag:hover { border-color: #E63946; color: #E63946; background: #FFF5F5; }

@media (max-width: 768px) {
  .cat-grid { grid-template-columns: 1fr; }
  .guide-grid { grid-template-columns: 1fr; }
  .brand-grid { grid-template-columns: 1fr; }
  .search-results { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 24px; }
  .footer { padding-bottom: 44px; }
  .hero h1 { font-size: 24px; }
  .search-box { border-radius: 12px; }
  .search-box input { padding: 12px 16px; }
  .search-box button { padding: 12px 20px; font-size: 13px; }
  .wp-text { display: none; }
  .header-wp-link { padding: 6px 10px; }
  .footer-bottom-row { flex-direction: column; gap: 16px; }
  .footer-bottom-col { width: 100%; }
  .search-body { width: 100%; padding: 16px; }
  .guide-text { padding: 0 4px; }
  .guide-text h2 { font-size: 18px; }
  .guide-text p { font-size: 14px; }
}




