/* Site içi bağlantılarda yumuşak kaydırma (sabit menü payı ile) */
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* Ortak üst menü — ana sayfa dışındaki tüm sayfalar (ana sayfadaki Tailwind menüsünün birebir karşılığı) */
header.skh { position: sticky; top: 0; z-index: 50; padding: 0; border-bottom: 1px solid rgba(0,0,0,.05); background: rgba(255,255,255,.9); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.5; }
.skh-in { max-width: 1152px; margin: 0 auto; padding: 12px 20px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.skh-brand { display: flex; align-items: center; gap: 8px; font-size: 19px; font-weight: 600; letter-spacing: -0.02em; color: #202025; text-decoration: none; white-space: nowrap; }
.skh-brand img { width: 32px; height: 32px; border-radius: 8px; object-fit: cover; }
.skh-right { display: flex; align-items: center; gap: 12px; }
.skh-nav { display: none; align-items: center; gap: 28px; }
.skh-nav a { font-size: 14px; color: rgba(32,32,37,.6); text-decoration: none; transition: color .15s; display: inline-flex; align-items: center; gap: 6px; }
.skh-nav a:hover, .skh-nav a[aria-current="page"] { color: #202025; }
.skh-nav a.skh-hot { color: #202025; font-weight: 600; }
.skh-new { font-size: 10px; font-weight: 800; letter-spacing: .06em; line-height: 1; padding: 3px 6px; border-radius: 6px; background: #111111; color: #D1FE3F; }
.skh-cta { display: none; border-radius: 8px; background: #D1FE3F; padding: 8px 16px; font-size: 14px; font-weight: 600; color: #202025; text-decoration: none; white-space: nowrap; }
.skh-cta:hover { filter: brightness(.95); }
.skh-toggle { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 8px; border: 1px solid rgba(0,0,0,.1); background: #fff; cursor: pointer; color: #202025; }
.skh-mobile { display: none; margin: 0 20px 8px; padding: 8px; border-radius: 16px; border: 1px solid rgba(0,0,0,.05); background: #fff; box-shadow: 0 8px 30px rgba(0,0,0,.06); }
.skh-mobile.open { display: block; }
.skh-mobile a { display: flex; align-items: center; gap: 8px; padding: 12px 16px; border-radius: 12px; font-size: 14px; font-weight: 500; color: #202025; text-decoration: none; }
.skh-mobile a:hover { background: #F7FDE9; }
.skh-mobile a.skh-mcta { margin-top: 4px; justify-content: center; background: #D1FE3F; font-weight: 600; }
@media (min-width: 640px) { .skh-cta { display: inline-flex; } }
@media (min-width: 1024px) { .skh-nav { display: flex; } .skh-toggle, .skh-mobile, .skh-mobile.open { display: none; } }

/* Ortak alt bilgi (footer) — ana sayfadaki footer'ın birebir karşılığı */
footer.skf { background: #111111; color: #fff; padding: 64px 20px 40px; border-top: 0; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.5; margin-top: 0; }
.skf-in { max-width: 1152px; margin: 0 auto; }
.skf-grid { display: grid; gap: 40px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .skf-grid { grid-template-columns: 1.4fr 1fr 1fr; } }
.skf-brand { display: flex; align-items: center; gap: 8px; font-size: 18px; font-weight: 600; color: #fff; text-decoration: none; }
.skf-brand img { width: 32px; height: 32px; border-radius: 8px; object-fit: cover; }
.skf-about { margin-top: 16px; max-width: 320px; font-size: 14px; line-height: 1.65; color: rgba(255,255,255,.5); }
.skf-h { font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.4); margin: 0; }
.skf-h + ul { margin-top: 16px; }
ul + .skf-h { margin-top: 24px; }
.skf ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.skf li { font-size: 14px; color: rgba(255,255,255,.6); }
.skf a { color: rgba(255,255,255,.6); text-decoration: none; transition: color .15s; }
.skf a:hover { color: #D1FE3F; }
.skf .skf-soon { color: rgba(255,255,255,.35); }
.skf-bottom { margin-top: 56px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,.1); display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 12px; font-size: 14px; color: rgba(255,255,255,.4); }
@media (min-width: 640px) { .skf-bottom { flex-direction: row; } }
.skf-bottom a { color: rgba(255,255,255,.4); }
.skf a.skf-brand { color: #fff; }
.skf .skf-h + ul { margin-top: 16px; }
.skf ul + .skf-h { margin-top: 28px; }
@media (min-width: 640px) { .skf-bottom { padding-right: 72px; } } /* WhatsApp butonu "Başa Dön"ün üstüne binmesin */

/* 26.09 mobil düzeltmeler: iOS form zoom'u, dokunma alanları, blog arama genişliği */
@media (max-width: 767px) {
  input:not([type=checkbox]):not([type=radio]):not([type=hidden]), select, textarea { font-size: 16px !important; }
  .skf ul { gap: 2px; }
  .skf li a { display: inline-block; padding: 6px 0; }
  .breadcrumb a { display: inline-block; padding: 8px 0; }
  label.bsearch { width: 100%; box-sizing: border-box; }
  label.bsearch input { width: 100%; }
  .skf-bottom a { display: inline-block; padding: 10px 6px; }
}
