/* Footer contact (yeni adres + telefon stilleri) */
.footer-contact li {
  color: #999;
  font-size: 0.85rem;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 10px;
  line-height: 1.5;
}
.footer-contact li i {
  color: #25f4ee;
  width: 16px;
  flex-shrink: 0;
  padding-top: 3px;
}
.footer-contact li a {
  color: #999 !important;
  text-decoration: none;
}
.footer-contact li a:hover {
  color: #25f4ee !important;
}

/* Header logo (yeni png - büyütüldü, yazı kaldırıldı) */
.logo-section .logo-icon {
  width: 70px;
  height: 70px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(254, 44, 85, 0.45));
  transition: transform .2s ease;
}
.logo-section:hover .logo-icon {
  transform: scale(1.05);
}
@media (max-width: 600px) {
  .logo-section .logo-icon {
    width: 54px;
    height: 54px;
  }
}

#seo-content {
  display: none;
  min-height: 60vh;
  padding: 40px 0 80px;
  color: #f1f1f1;
}

#seo-content.active {
  display: block;
}

.seo-article {
  max-width: 920px;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(20, 20, 30, 0.55) 0%, rgba(15, 15, 25, 0.85) 100%);
  border: 1px solid rgba(37, 244, 238, 0.12);
  border-radius: 18px;
  padding: 40px 44px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(254, 44, 85, 0.04) inset;
}

@media (max-width: 700px) {
  .seo-article {
    padding: 28px 20px;
    border-radius: 14px;
  }
}

.seo-article h1 {
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 18px;
  background: linear-gradient(90deg, #25f4ee 0%, #fe2c55 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.02em;
}

.seo-article h2 {
  font-size: clamp(1.25rem, 2.4vw, 1.55rem);
  font-weight: 700;
  margin: 32px 0 14px;
  color: #fff;
  position: relative;
  padding-left: 14px;
}

.seo-article h2::before {
  content: '';
  position: absolute;
  left: 0; top: 0.3em; bottom: 0.3em;
  width: 4px;
  border-radius: 4px;
  background: linear-gradient(180deg, #25f4ee 0%, #fe2c55 100%);
}

.seo-article p {
  font-size: 1.02rem;
  line-height: 1.75;
  color: #d6d6e0;
  margin: 0 0 14px;
}

.seo-article p strong {
  color: #fff;
  font-weight: 600;
}

.seo-article section {
  margin-bottom: 8px;
}

/* İlgili sayfalar */
.seo-related {
  margin-top: 36px;
  padding: 22px 24px;
  background: rgba(37, 244, 238, 0.05);
  border: 1px dashed rgba(37, 244, 238, 0.25);
  border-radius: 12px;
}

.seo-related h3 {
  margin: 0 0 14px;
  font-size: 1.15rem;
  color: #fff;
  font-weight: 700;
}

.seo-related ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px 16px;
}

.seo-related a {
  color: #25f4ee;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color .18s ease, transform .18s ease;
}

.seo-related a::before {
  content: '→';
  color: #fe2c55;
  font-weight: 700;
}

.seo-related a:hover {
  color: #fff;
  transform: translateX(2px);
}

/* CTA */
.seo-cta-block {
  margin-top: 36px;
  padding: 28px;
  text-align: center;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.10), rgba(254, 44, 85, 0.10));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
}

.seo-cta-block h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
}

.seo-cta-block p {
  margin: 0 0 18px;
  color: #cfcfd9;
}

.seo-cta-btn {
  display: inline-block;
  padding: 12px 28px;
  font-size: 1rem;
  font-weight: 700;
  color: #0a0a14;
  background: linear-gradient(90deg, #25f4ee 0%, #fe2c55 100%);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  letter-spacing: 0.01em;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
  box-shadow: 0 8px 24px rgba(37, 244, 238, 0.25);
}

.seo-cta-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 10px 28px rgba(254, 44, 85, 0.35);
}
