/* Ajansec şehir SEO sayfaları — ana site ile uyumlu */
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: hidden; max-width: 100vw; }
body {
  font-family: 'Space Grotesk', sans-serif;
  background: #050508;
  color: #fff;
}
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: #050508; }
::-webkit-scrollbar-thumb { background: #7C3AED; border-radius: 2px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.grad-text {
  background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 50%, #06B6D4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.nav-glass {
  background: rgba(5,5,8,0.85);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(124,58,237,0.2);
}

.hover-link { position: relative; }
.hover-link::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0;
  width: 0; height: 2px;
  background: linear-gradient(90deg, #7C3AED, #EC4899);
  transition: width .3s;
}
.hover-link:hover::after { width: 100%; }

.grid-bg {
  background-image:
    linear-gradient(rgba(124,58,237,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124,58,237,.06) 1px, transparent 1px);
  background-size: 48px 48px;
}

.seo-card {
  background: linear-gradient(145deg, rgba(13,13,26,.95), rgba(20,10,40,.95));
  border: 1px solid rgba(124,58,237,.2);
  border-radius: 20px;
  padding: 1.25rem 1.35rem;
  transition: all .35s;
}
@media (min-width: 640px) {
  .seo-card { padding: 1.5rem; }
}
.seo-card:hover {
  border-color: rgba(124,58,237,.5);
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(124,58,237,.15);
}

/* ── Hero başlık tipografisi (clamp ile mobil uyum) ── */
.hero-title {
  letter-spacing: -0.03em;
}
.hero-city-line {
  font-size: clamp(1.05rem, 2.8vw, 1.55rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.25;
  opacity: 0.94;
}
.hero-service {
  font-size: clamp(1.65rem, 5vw + 0.45rem, 3rem);
  line-height: 1.14;
  font-weight: 800;
}
.hero-loc-cluster {
  font-size: clamp(0.95rem, 2.5vw, 1.3rem);
  line-height: 1.3;
  margin-bottom: 0.35rem;
}
.hero-district {
  font-weight: 700;
  color: rgba(255,255,255,0.94);
}
.hero-loc-sep {
  opacity: 0.45;
  padding: 0 0.35rem;
  font-weight: 400;
}
.hero-parent {
  font-weight: 600;
  color: rgba(196,181,253,0.95);
}

.text-index-head {
  font-size: clamp(1.75rem, 4vw + 0.65rem, 3rem);
  letter-spacing: -0.03em;
}

.hero-lead {
  word-break: break-word;
  hyphens: auto;
}

.cube-wrapper { perspective: 800px; width: 140px; height: 140px; margin: 0 auto; }
@media (min-width: 640px) {
  .cube-wrapper { width: 160px; height: 160px; }
}
.cube {
  width: 100%; height: 100%;
  position: relative;
  transform-style: preserve-3d;
  animation: rotateCube 12s linear infinite;
}
@keyframes rotateCube {
  from { transform: rotateX(15deg) rotateY(0deg); }
  to   { transform: rotateX(15deg) rotateY(360deg); }
}
.cube-face {
  position: absolute;
  width: 140px; height: 140px;
  border: 2px solid rgba(124,58,237,.55);
  background: rgba(124,58,237,.07);
  display: flex; align-items: center; justify-content: center;
  font-size: 34px;
}
@media (min-width: 640px) {
  .cube-face { width: 160px; height: 160px; font-size: 40px; }
}
.cube-face.front  { transform: translateZ(70px); }
.cube-face.back   { transform: rotateY(180deg) translateZ(70px); }
.cube-face.left   { transform: rotateY(-90deg) translateZ(70px); }
.cube-face.right  { transform: rotateY(90deg) translateZ(70px); }
.cube-face.top    { transform: rotateX(90deg) translateZ(70px); }
.cube-face.bottom { transform: rotateX(-90deg) translateZ(70px); }
@media (min-width: 640px) {
  .cube-face.front  { transform: translateZ(80px); }
  .cube-face.back   { transform: rotateY(180deg) translateZ(80px); }
  .cube-face.left   { transform: rotateY(-90deg) translateZ(80px); }
  .cube-face.right  { transform: rotateY(90deg) translateZ(80px); }
  .cube-face.top    { transform: rotateX(90deg) translateZ(80px); }
  .cube-face.bottom { transform: rotateX(-90deg) translateZ(80px); }
}

.article-flow {
  word-break: break-word;
}

.prose-seo h2 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.2rem, 2.5vw, 1.55rem);
  margin: 2rem 0 0.85rem;
  color: #ddd6fe;
  line-height: 1.28;
  letter-spacing: -0.02em;
}
.prose-seo h3 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.18rem);
  margin: 1.6rem 0 0.55rem;
  color: #f0abfc;
  font-weight: 700;
  line-height: 1.35;
}
.prose-seo p {
  color: rgba(255,255,255,.56);
  line-height: 1.72;
  margin-bottom: .95rem;
  font-size: clamp(0.9rem, 1.5vw, 1rem);
}
.prose-seo ul { margin: .5rem 0 1rem 1.25rem; color: rgba(255,255,255,.5); font-size: .92rem; line-height: 1.65; }

@media (max-width: 768px) {
  .desktop-menu { display: none !important; }
  .mobile-menu-btn { display: flex !important; }
}
@media (min-width: 769px) {
  .mobile-drawer { display: none !important; }
  .mobile-menu-btn { display: none !important; }
}

@media (max-width: 640px) {
  .hero-grid { grid-template-columns: 1fr !important; }
  .cube-wrapper { width: 120px !important; height: 120px !important; }
  .cube-face { width: 120px !important; height: 120px !important; font-size: 28px !important; }
  .cube-face.front  { transform: translateZ(60px) !important; }
  .cube-face.back   { transform: rotateY(180deg) translateZ(60px) !important; }
  .cube-face.left   { transform: rotateY(-90deg) translateZ(60px) !important; }
  .cube-face.right  { transform: rotateY(90deg) translateZ(60px) !important; }
  .cube-face.top    { transform: rotateX(90deg) translateZ(60px) !important; }
  .cube-face.bottom { transform: rotateX(-90deg) translateZ(60px) !important; }
}

@media (max-width: 480px) {
  #whatsapp-btn .wa-label { display: none !important; }
  #whatsapp-btn {
    padding: 14px !important;
    border-radius: 50% !important;
    width: 52px !important;
    height: 52px !important;
    justify-content: center !important;
  }
}
