:root {
  /* Tema Prestij - LÃ¼ks ve Otoriter */
  --color-primary:     #0D1B2A;  /* Derin lacivert */
  --color-secondary:   #B8860B;  /* Koyu altÄ±n */
  --color-accent:      #D4AF37;  /* Parlak altÄ±n */
  --color-surface:     #F8F6F1;  /* Krem beyaz */
  --color-text:        #1A1A2E;
  --color-text-light:  #6B7280;
  --color-white:       #FFFFFF;
  --color-cta:         #C0392B;  /* KÄ±rmÄ±zÄ± CTA butonu */
}

/* Custom Utilities that might not be in Tailwind */
.text-glow {
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.5); /* glow efekt */
}

/* BÃ¶lge (Yerel SEO) SayfasÄ± Ä°Ã§erik Stilleri */
.bolge-content h2 {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: #1a1a2e !important;
  margin: 2rem 0 0.75rem !important;
  border-left: 4px solid #e85d04 !important;
  padding-left: 12px !important;
  line-height: 1.4 !important;
}

.bolge-content h2:first-child {
  margin-top: 0 !important;
}

.bolge-content h3 {
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  color: #333 !important;
  margin: 1.5rem 0 0.5rem !important;
  padding-bottom: 4px !important;
  border-bottom: 2px solid #f0f0f0 !important;
}

.bolge-content p {
  line-height: 1.8 !important;
  margin-bottom: 1rem !important;
  color: #444 !important;
  font-size: 0.975rem !important;
}

.bolge-content ul {
  margin: 0.75rem 0 1.25rem 1.25rem !important;
  padding-left: 0.5rem !important;
  list-style: disc !important;
}

.bolge-content ul li {
  margin-bottom: 0.5rem !important;
  line-height: 1.7 !important;
  color: #444 !important;
  padding-left: 4px !important;
}

.bolge-content strong {
  color: #1a1a2e !important;
  font-weight: 700 !important;
}

.bolge-content br + strong {
  display: inline-block;
  margin-top: 0.25rem;
}

/* Bölge Hero Baþlýk Stilleri */
.bolge-hero-title {
  font-size: 1.75rem !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  text-wrap: balance !important;
  max-width: 700px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 768px) {
  .bolge-hero-title {
    font-size: 2.25rem !important;
    line-height: 1.25 !important;
  }
}

.bolge-hero-service {
  display: block !important;
  font-size: 0.7em !important;
  font-weight: 500 !important;
  opacity: 0.8 !important;
  margin-top: 0.25rem !important;
  letter-spacing: 0.02em !important;
}

/* GEO Blok - Hizmet Bolgeleri (Footer SEO) */
.geo-block {
  background: linear-gradient(180deg, #111827 0%, #0D1117 100%) !important;
}

.geo-city-card .geo-districts {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.2s ease, margin 0.3s ease;
  margin-top: 0 !important;
}

.geo-city-card.geo-expanded .geo-districts {
  max-height: 500px;
  opacity: 1;
  margin-top: 0.75rem !important;
}

.geo-city-card.geo-expanded .geo-chevron {
  transform: rotate(180deg);
}

.geo-hidden-district {
  display: none;
}

.geo-city-card.geo-expanded .geo-hidden-district {
  display: inline-flex;
}

.geo-district-link {
  border: 1px solid rgba(255,255,255,0.06);
}

.geo-district-link:hover {
  border-color: var(--color-accent, #D4AF37);
}
