/**
 * Mobil-first indeksleme — SEO metin blokları mobil görünümde gizlenmez.
 * Google mobil sürümü birincil indeks kaynağıdır; masaüstü ile aynı içerik görünür olmalı.
 */
@media (max-width: 1024px) {
  .dodo-home-seo,
  .dodo-home-seo__intro,
  .dodo-home-seo__grid,
  .dodo-home-seo__faq,
  .dodo-seo-hub,
  .dbd-host-article,
  .vds-seo-intro,
  .wh-seo-intro,
  section[class*="seo-intro"],
  section[class*="seo-body"] {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .dodo-home-seo__grid {
    display: grid !important;
  }

  .dodo-seo-hub__grid {
    display: flex !important;
    flex-wrap: wrap !important;
  }
}

/* Hero: tüm hizmet linkleri mobilde de görünür (sekme dışı indeks) */
.dodo-hero-pro__service-index {
  padding: 0.65rem 1rem 0.85rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(248, 250, 252, 0.85);
}

.dodo-hero-pro__service-index ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.dodo-hero-pro__service-index a {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #334155;
  text-decoration: none;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e2e8f0;
  line-height: 1.3;
}

.dodo-hero-pro__service-index a:hover,
.dodo-hero-pro__service-index a:focus-visible {
  border-color: #2563eb;
  color: #1d4ed8;
}

.dodo-home-seo__mobile-lead {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #475569;
  margin: 0 0 1.25rem;
  max-width: 42rem;
}

@media (min-width: 769px) {
  .dodo-home-seo__mobile-lead {
    display: none;
  }
}

@media (max-width: 768px) {
  .dodo-home-seo__intro .title {
    font-size: 1.35rem;
  }

  .dodo-home-seo {
    padding: 2.25rem 0;
  }
}
