/* Pasör SEO sayfaları — page.css'e EK stiller (TEK dosya, 13 sayfa paylaşır).
   Kural: yeni tasarım sistemi YOK — tüm renk/gölge/font _ds token'larından
   (--green-*, --border-subtle, --shadow-card, --font-sans) gelir. page.css'in
   .wrap/.eyebrow/.feat/.faq-item/.cta-band sınıfları aynen yeniden kullanılır. */

/* ── Navbar dropdown (Özellikler) ─────────────────────────────────────── */
.nav__dd { position: relative; display: inline-block; }
/* Görünmez köprü: tetikleyici ile menü arasındaki 10px boşlukta hover düşmesin
   (yoksa fare menüye inerken menü kapanıyor). */
.nav__dd::before {
  content: ""; position: absolute; top: 100%; left: -8px;
  width: 260px; height: 14px;
}
.nav__dd-menu {
  position: absolute; top: calc(100% + 10px); left: -8px; min-width: 240px;
  display: none; flex-direction: column; padding: 8px;
  background: #fff; border: 1px solid var(--border-subtle);
  border-radius: 14px; box-shadow: var(--shadow-card); z-index: 60;
}
.nav__dd:hover .nav__dd-menu,
.nav__dd:focus-within .nav__dd-menu { display: flex; }
.nav__dd-menu a {
  padding: 10px 12px; border-radius: 9px; font-weight: 600;
  white-space: nowrap;
}
.nav__dd-menu a:hover { background: rgba(76, 175, 80, .10); color: var(--green-700); }

/* ── Mobil burger (native <details> — dokunmayla aç/kapa, hover YOK) ──── */
/* page.css .nav__burger{display:none} masaüstünde geçerli kalır; yalnız
   <=680px'te (nav__links'in gizlendiği breakpoint) görünür olur. */
@media (max-width: 680px) {
  .nav__burger { display: block; position: relative; }
}
.nav__burger summary {
  list-style: none; cursor: pointer;
  width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--border-subtle); border-radius: 12px; background: #fff;
  color: #1B1B1B;
}
.nav__burger summary::-webkit-details-marker { display: none; }
.nav__burger[open] summary { background: rgba(76,175,80,.10); color: var(--green-700); }
.nav__burger-menu {
  position: absolute; top: calc(100% + 10px); right: 0;
  min-width: 244px; max-width: calc(100vw - 32px);
  display: flex; flex-direction: column; padding: 8px;
  background: #fff; border: 1px solid var(--border-subtle);
  border-radius: 14px; box-shadow: var(--shadow-card); z-index: 70;
}
.nav__burger-menu a {
  padding: 11px 12px; border-radius: 9px;
  font-weight: 600; font-size: 14.5px; color: #333; white-space: nowrap;
}
.nav__burger-menu a:hover, .nav__burger-menu a:focus-visible {
  background: rgba(76,175,80,.10); color: var(--green-700);
}

/* ── Breadcrumb ───────────────────────────────────────────────────────── */
.seo-breadcrumb { padding: 18px 0 0; font-size: 13px; color: #757575; }
.seo-breadcrumb a { color: var(--green-700); font-weight: 600; text-decoration: none; }
.seo-breadcrumb a:hover { text-decoration: underline; }
.seo-breadcrumb .sep { margin: 0 7px; color: #BDBDBD; }

/* ── Hero (statik sayfa varyantı — ana sayfa hero'suna dokunmaz) ─────── */
.seo-hero { padding: 64px 0 88px; background: linear-gradient(180deg, rgba(76,175,80,.08), rgba(76,175,80,0) 70%); }
.seo-hero__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; }
.seo-hero h1 { font-size: clamp(30px, 4.4vw, 46px); line-height: 1.15; font-weight: 900; color: #1B1B1B; margin: 18px 0 14px; }
.seo-hero__sub { font-size: 17px; line-height: 1.7; color: #4b4f4b; max-width: 52ch; }
.seo-hero__ctas { display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap; }
.seo-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 22px; border-radius: 13px; font-weight: 800; font-size: 15px;
  text-decoration: none; transition: transform .15s ease, box-shadow .15s ease;
}
.seo-btn:hover { transform: translateY(-1px); }
.seo-btn--primary { background: var(--green-600, #4CAF50); color: #fff; box-shadow: 0 6px 18px rgba(76,175,80,.35); }
.seo-btn--ghost { border: 2px solid var(--border-subtle); color: #2b2b2b; background: #fff; }

/* Telefon çerçevesi (sade, CSS-çizim — sahte ekran görüntüsü YOK) */
.seo-phone {
  width: 270px; margin: 0 auto; border-radius: 36px; padding: 12px;
  background: #111; box-shadow: 0 24px 60px rgba(0,0,0,.22);
}
.seo-phone__screen {
  border-radius: 26px; overflow: hidden; background: #F6F8F6;
  min-height: 480px; display: flex; flex-direction: column;
}
.seo-phone__bar { background: var(--green-700); color: #fff; padding: 16px 14px 14px; font-weight: 800; font-size: 14px; }
.seo-phone__body { padding: 14px; display: flex; flex-direction: column; gap: 10px; }
.seo-mini {
  background: #fff; border: 1px solid var(--border-subtle); border-radius: 13px;
  padding: 12px; font-size: 12.5px; color: #333; box-shadow: 0 1px 6px rgba(0,0,0,.05);
}
.seo-mini b { display: block; font-size: 13px; color: #1B1B1B; }
.seo-mini .tag {
  display: inline-block; margin-top: 6px; padding: 3px 8px; border-radius: 7px;
  background: rgba(76,175,80,.13); color: var(--green-700); font-weight: 800; font-size: 11px;
}

/* ── İstatistik şeridi ────────────────────────────────────────────────── */
.seo-stats { display: flex; gap: 40px; margin-top: 34px; flex-wrap: wrap; }
.seo-stats b { display: block; font-size: 22px; font-weight: 900; color: var(--green-700); }
.seo-stats span { font-size: 13px; color: #6b6f6b; }

/* ── Bölüm başlıkları / adımlar / faydalar ────────────────────────────── */
.seo-sec { padding: 84px 0; }
.seo-sec--alt { background: #FAFCFA; }
.seo-sec h2 { font-size: clamp(24px, 3vw, 34px); font-weight: 900; color: #1B1B1B; margin-top: 14px; }
.seo-sec .lead { color: #5a5e5a; margin-top: 10px; max-width: 60ch; line-height: 1.7; }

.seo-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 48px; }
.seo-step { background: #fff; border: 1px solid var(--border-subtle); border-radius: 18px; padding: 26px 22px; box-shadow: var(--shadow-card); }
.seo-step__no {
  width: 38px; height: 38px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
  background: var(--green-600, #4CAF50); color: #fff; font-weight: 900; font-size: 16px; margin-bottom: 14px;
}
.seo-step b { font-size: 15.5px; color: #1B1B1B; }
.seo-step p { font-size: 13.5px; color: #666a66; margin-top: 6px; line-height: 1.6; }

.seo-benefits { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 28px; margin-top: 40px; }
.seo-benefit { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: #333; line-height: 1.6; }
.seo-benefit .ms { color: var(--green-600, #4CAF50); font-size: 22px; flex-shrink: 0; }

/* ── SSS (native details — JS'siz accordion) ──────────────────────────── */
.seo-faq { max-width: 780px; margin-top: 40px; }
.seo-faq details { border-bottom: 1px solid var(--border-subtle); }
.seo-faq summary {
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center;
  padding: 20px 4px; font-weight: 700; font-size: 16px; color: #1B1B1B;
}
.seo-faq summary::-webkit-details-marker { display: none; }
.seo-faq summary .ms { color: var(--green-600, #4CAF50); transition: transform .2s ease; }
.seo-faq details[open] summary .ms { transform: rotate(180deg); }
.seo-faq .a { padding: 0 4px 20px; color: #555955; line-height: 1.75; font-size: 15px; max-width: 68ch; }

/* ── Diğer özellikler (iç link kartları) ─────────────────────────────── */
.seo-more { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 36px; }
.seo-more a {
  display: flex; align-items: center; gap: 10px; padding: 18px;
  background: #fff; border: 1px solid var(--border-subtle); border-radius: 14px;
  font-weight: 700; color: #1B1B1B; text-decoration: none; box-shadow: var(--shadow-card);
  transition: transform .15s ease, border-color .15s ease;
}
.seo-more a:hover { transform: translateY(-2px); border-color: var(--green-600, #4CAF50); }
.seo-more .ms { color: var(--green-600, #4CAF50); }

/* ── Responsive ───────────────────────────────────────────────────────── */
@media (max-width: 980px) {
  .seo-hero__grid { grid-template-columns: 1fr; gap: 40px; }
  .seo-phone { width: 240px; }
  .seo-steps { grid-template-columns: repeat(2, 1fr); }
  .seo-more { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .seo-hero { padding: 44px 0 64px; }
  .seo-sec { padding: 60px 0; }
  .seo-steps, .seo-benefits, .seo-more { grid-template-columns: 1fr; }
  .seo-stats { gap: 24px; }
}

/* ── Blog (aynı token/sınıf düzeni — /blog/ + yazılar) ───────────────── */
.seo-blogcards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; }
.seo-blogcard {
  display: flex; flex-direction: column; gap: 10px; padding: 26px;
  background: #fff; border: 1px solid var(--border-subtle); border-radius: 18px;
  box-shadow: var(--shadow-card); text-decoration: none;
  transition: transform .15s ease, border-color .15s ease;
}
.seo-blogcard:hover { transform: translateY(-3px); border-color: var(--green-600, #4CAF50); }
.seo-blogcard h3 { font-size: 17px; font-weight: 800; color: #1B1B1B; line-height: 1.35; }
.seo-blogcard p { font-size: 14px; color: #5a5e5a; line-height: 1.65; }
.seo-blogcard .more { margin-top: auto; font-weight: 800; color: var(--green-700); font-size: 14px; }
.seo-cat {
  align-self: flex-start; display: inline-block; padding: 4px 10px; border-radius: 8px;
  background: rgba(76,175,80,.12); color: var(--green-700);
  font-size: 11.5px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase;
}
.seo-article { max-width: 760px; }
.seo-article .summary { font-size: 17px; color: #4b4f4b; line-height: 1.75; margin-top: 14px; }
.seo-article h2 { font-size: 24px; font-weight: 900; color: #1B1B1B; margin: 42px 0 12px; }
.seo-article h3 { font-size: 18px; font-weight: 800; color: #1B1B1B; margin: 26px 0 8px; }
.seo-article p { font-size: 15.5px; color: #3c403c; line-height: 1.8; margin: 12px 0; }
.seo-article ul, .seo-article ol { margin: 12px 0 12px 22px; }
.seo-article li { font-size: 15.5px; color: #3c403c; line-height: 1.75; margin: 6px 0; }
.seo-article a { color: var(--green-700); font-weight: 700; }
.seo-check {
  margin: 26px 0; padding: 22px 24px; background: #FAFCFA;
  border: 1px solid var(--border-subtle); border-left: 4px solid var(--green-600, #4CAF50);
  border-radius: 12px;
}
.seo-check b { display: block; font-size: 15px; margin-bottom: 8px; color: #1B1B1B; }
.seo-check ul { margin: 0 0 0 20px; }
.seo-related { margin-top: 40px; }
@media (max-width: 980px) { .seo-blogcards { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .seo-blogcards { grid-template-columns: 1fr; } }

/* ── Ana sayfa bölüm-içi detay linki (Faz 2 — SectionHead altına küçük link) */
.seo-detail {
  display: inline-block; margin-top: 14px;
  font-weight: 700; font-size: 14px;
  color: var(--green-700); text-decoration: none;
}
.seo-detail:hover, .seo-detail:focus-visible { text-decoration: underline; }
