/* ==========================================================================
   ÖZGE OPTİK — tanıtım sitesi stil sayfası
   --------------------------------------------------------------------------
   TEK STİL DOSYASI. Sayfaya özel ikinci bir stil sayfası, satır içi `style`
   özniteliği veya kopyalanmış kural bloğu YOKTUR. Yeni bir görsel ihtiyaç
   çıkarsa buraya bir bileşen sınıfı eklenir; sayfa dosyasına stil yazılmaz.

   Sıra: (1) tokenlar (2) sıfırlama (3) tipografi (4) yerleşim ilkelleri
         (5) bileşenler (6) duyarlılık (7) erişilebilirlik/baskı
   ========================================================================== */

/* ── 1. Tokenlar ─────────────────────────────────────────────────────────── */

:root {
  --brand-900: #12224a;
  --brand-800: #1a3a8f;
  --brand-700: #1d4ed8;
  --brand-600: #2563eb;
  --brand-500: #3b82f6;
  --brand-100: #dbe7fe;
  --brand-50: #eff5ff;

  --accent-600: #d97706;
  --accent-500: #f59e0b;
  --accent-50: #fffbeb;

  --ink: #0f172a;
  --ink-soft: #334155;
  --muted: #556274;
  --line: #e3e8ef;
  --line-soft: #eef2f7;
  --surface: #ffffff;
  --surface-soft: #f6f9fc;
  --surface-tint: #f0f5ff;

  --ok-600: #047857;
  --ok-50: #ecfdf5;

  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;

  --shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.05), 0 1px 3px rgba(15, 23, 42, 0.06);
  --shadow: 0 4px 10px -4px rgba(15, 23, 42, 0.1), 0 14px 30px -12px rgba(15, 23, 42, 0.14);
  --shadow-lg: 0 24px 60px -24px rgba(15, 23, 42, 0.32);

  --wrap: 1140px;
  --gap: clamp(1rem, 0.6rem + 1.6vw, 1.75rem);
  --section-y: clamp(3rem, 2rem + 4.5vw, 5.5rem);

  --font: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;

  color-scheme: light;
}

/* Kendi barındırdığımız değişken (variable) yazı tipi.
   Üçüncü taraf istek yok → LCP'yi geciktiren ekstra DNS/TLS el sıkışması yok.
   `swap`: yazı tipi inene kadar metin yedek yazı tipiyle HEMEN görünür. */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('/site-assets/plus-jakarta-sans-latin-ext.38e3b8fd80.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308,
    U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('/site-assets/plus-jakarta-sans-latin.153fc85b70.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304,
    U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ── 2. Sıfırlama ────────────────────────────────────────────────────────── */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ink-soft);
  background: var(--surface);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg {
  flex: none;
  width: 1.25em;
  height: 1.25em;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0 0 1em;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: var(--brand-700);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--brand-800);
}

address {
  font-style: normal;
}

/* ── 3. Tipografi ────────────────────────────────────────────────────────── */

h1,
h2,
h3,
h4 {
  margin: 0 0 0.5em;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2rem, 1.35rem + 2.6vw, 3.15rem);
}

h2 {
  font-size: clamp(1.5rem, 1.15rem + 1.5vw, 2.15rem);
}

h3 {
  font-size: clamp(1.1rem, 1rem + 0.5vw, 1.3rem);
  font-weight: 700;
}

h4 {
  font-size: 1rem;
  font-weight: 700;
}

.lead {
  max-width: 62ch;
  font-size: clamp(1.02rem, 0.98rem + 0.3vw, 1.16rem);
  color: var(--muted);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.7rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand-700);
}

.eyebrow::before {
  content: '';
  width: 1.6rem;
  height: 2px;
  border-radius: 2px;
  background: var(--brand-500);
}

/* Uzun metin blokları — makale gövdesi */
.prose > * + * {
  margin-top: 1.05em;
}

.prose h2 {
  margin-top: 1.9em;
}

.prose h3 {
  margin-top: 1.5em;
}

.prose ul,
.prose ol {
  padding-left: 1.2em;
  list-style: disc;
}

.prose ol {
  list-style: decimal;
}

.prose li + li {
  margin-top: 0.4em;
}

.prose strong {
  color: var(--ink);
}

/* ── 4. Yerleşim ilkelleri ───────────────────────────────────────────────── */

.wrap {
  width: min(100% - 2 * var(--gap), var(--wrap));
  margin-inline: auto;
}

.section {
  padding-block: var(--section-y);
}

.section--soft {
  background: var(--surface-soft);
}

.section--tint {
  background: linear-gradient(180deg, var(--surface-tint), var(--surface));
}

.section-head {
  max-width: 68ch;
  margin-bottom: clamp(1.5rem, 1rem + 1.5vw, 2.5rem);
}

.split {
  display: grid;
  gap: clamp(1.5rem, 1rem + 2vw, 3rem);
  align-items: start;
}

.stack > * + * {
  margin-top: 1rem;
}

/* ── 5. Bileşenler ───────────────────────────────────────────────────────── */

/* 5.1 Atlama bağlantısı */
.skip-link {
  position: absolute;
  left: -9999px;
  z-index: 100;
  padding: 0.7rem 1.1rem;
  border-radius: var(--radius-sm);
  background: var(--brand-700);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  color: #fff;
}

/* 5.2 Marka */
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: inherit;
  text-decoration: none;
}

.brand__mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--brand-700), #4f46e5);
  color: #fff;
  box-shadow: var(--shadow-sm);
}

.brand__mark svg {
  width: 22px;
  height: 22px;
}

.brand__text {
  display: grid;
  line-height: 1.15;
}

.brand__text strong {
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: var(--ink);
}

.brand__text span {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

/* 5.3 Başlık */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: saturate(1.6) blur(10px);
  border-bottom: 1px solid var(--line-soft);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 68px;
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.nav-desktop {
  display: none;
}

.nav-desktop ul {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.nav-desktop a,
.nav-mobile__panel a {
  display: block;
  padding: 0.5rem 0.7rem;
  border-radius: 9px;
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
}

.nav-desktop a:hover,
.nav-mobile__panel a:hover {
  background: var(--brand-50);
  color: var(--brand-800);
}

.nav-desktop a[aria-current='page'],
.nav-mobile__panel a[aria-current='page'] {
  background: var(--brand-50);
  color: var(--brand-800);
}

/* Mobil menü — <details>/<summary>, JavaScript yok */
.nav-mobile > summary {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: var(--surface);
  color: var(--ink-soft);
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.nav-mobile > summary::-webkit-details-marker {
  display: none;
}

.nav-mobile__bars {
  display: grid;
  gap: 3px;
  width: 16px;
}

.nav-mobile__bars i {
  display: block;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

.nav-mobile[open] > summary {
  background: var(--brand-50);
  border-color: var(--brand-100);
  color: var(--brand-800);
}

.nav-mobile__panel {
  position: absolute;
  right: var(--gap);
  left: var(--gap);
  margin-top: 0.6rem;
  padding: 0.5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-lg);
}

.nav-mobile__panel a {
  padding: 0.7rem 0.8rem;
  font-size: 0.98rem;
}

/* 5.4 Düğmeler */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 46px;
  padding: 0.65rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease,
    box-shadow 0.18s ease;
}

.btn svg {
  width: 1.15em;
  height: 1.15em;
}

.btn--primary {
  background: var(--brand-700);
  color: #fff;
  box-shadow: var(--shadow-sm);
}

.btn--primary:hover {
  background: var(--brand-800);
  color: #fff;
}

.btn--ghost {
  border-color: var(--line);
  background: var(--surface);
  color: var(--ink-soft);
}

.btn--ghost:hover {
  border-color: var(--brand-100);
  background: var(--brand-50);
  color: var(--brand-800);
}

.btn--sm {
  min-height: 40px;
  padding: 0.4rem 0.85rem;
  font-size: 0.86rem;
}

.btn--sm span {
  display: none;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.6rem;
}

.cta-row--compact {
  margin-top: 1.1rem;
}

/* 5.5 Kahraman bölümü */
.hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(2.5rem, 1.6rem + 4vw, 5rem);
  background:
    radial-gradient(52rem 30rem at 12% -8rem, rgba(37, 99, 235, 0.16), transparent 68%),
    radial-gradient(40rem 24rem at 92% -4rem, rgba(245, 158, 11, 0.12), transparent 70%),
    var(--surface);
}

.hero__grid {
  display: grid;
  gap: clamp(1.75rem, 1rem + 3vw, 3.5rem);
  align-items: center;
}

.hero h1 {
  margin-bottom: 0.6rem;
}

.hero__lead {
  max-width: 56ch;
  font-size: clamp(1.05rem, 1rem + 0.4vw, 1.22rem);
  color: var(--muted);
}

.hero__points {
  display: grid;
  gap: 0.55rem;
  margin-top: 1.5rem;
}

.hero__points li {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  font-size: 0.98rem;
  color: var(--ink-soft);
}

.hero__points svg {
  width: 1.15em;
  height: 1.15em;
  margin-top: 0.28em;
  color: var(--ok-600);
}

/* Görsel yerine vektör pano: sıfır ağ isteği, sıfır düzen kayması */
.hero__panel {
  position: relative;
  padding: clamp(1.25rem, 0.9rem + 1.4vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, #fff, var(--surface-tint));
  box-shadow: var(--shadow);
}

.hero__panel h2 {
  font-size: 1.05rem;
  margin-bottom: 0.9rem;
}

/* 5.6 Kartlar */
.card-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 265px), 1fr));
}

/* `position: relative` KOŞULSUZ verilir.
   Daha önce yalnızca `.card:has(h3 a)` içinde tanımlıydı; `:has()` desteklemeyen
   bir tarayıcıda kartın içindeki `h3 a::after { inset: 0 }` katmanı en yakın
   konumlanmış ataya, yani bölümün tamamına yayılıyor ve görünmez bir tıklama
   tuzağı oluşturuyordu. Koşulsuz tanım bu riski tamamen ortadan kaldırır. */
.card {
  position: relative;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.card:hover {
  border-color: var(--brand-100);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.card__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 0.9rem;
  border-radius: 12px;
  background: var(--brand-50);
  color: var(--brand-700);
}

.card h3 {
  margin-bottom: 0.35rem;
}

.card h3 a {
  text-decoration: none;
  color: inherit;
}

.card h3 a::after {
  content: '';
  position: absolute;
  inset: 0;
}

.card p {
  font-size: 0.94rem;
  color: var(--muted);
}

/* 5.7 İlçe listesi */
.district-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
}

.district-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.05rem 1.15rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.district-card:hover {
  border-color: var(--brand-100);
  box-shadow: var(--shadow-sm);
}

.district-card__name {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ink);
}

.district-card__name a {
  text-decoration: none;
  color: inherit;
}

.district-card__name a::after {
  content: '';
  position: absolute;
  inset: 0;
}

.district-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.75rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--brand-700);
}

.district-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.district-card__meta svg {
  width: 1em;
  height: 1em;
}

.district-card p {
  font-size: 0.9rem;
  color: var(--muted);
}

/* 5.8 Bilgi kartı / listeler */
.visit-card {
  padding: clamp(1.25rem, 1rem + 1vw, 1.9rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.visit-card__title {
  font-size: 1.2rem;
}

.icon-list {
  display: grid;
  gap: 0.75rem;
}

.icon-list li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  font-size: 0.95rem;
}

.icon-list svg {
  width: 1.2em;
  height: 1.2em;
  margin-top: 0.2em;
  color: var(--brand-600);
}

.icon-list strong {
  color: var(--ink);
}

.check-list {
  display: grid;
  gap: 0.6rem;
}

.check-list li {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  font-size: 0.96rem;
}

.check-list li::before {
  content: '✓';
  flex: none;
  display: grid;
  place-items: center;
  width: 1.35em;
  height: 1.35em;
  margin-top: 0.12em;
  border-radius: 50%;
  background: var(--ok-50);
  color: var(--ok-600);
  font-size: 0.78em;
  font-weight: 700;
}

/* 5.8b Etiket listesi (mahalle/belde adları).
   `check-list` KULLANILMAZ: yer adlarının yanındaki ✓ işareti, doğrulanmış bir
   iddia gibi okunuyordu. Bunlar sadece kapsam bilgisi. */
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.9rem;
}

.tag-list li {
  padding: 0.25rem 0.65rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface-soft);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--muted);
}

/* 5.9 Vurgu kutusu */
.note {
  padding: 1.05rem 1.2rem;
  border: 1px solid var(--line);
  border-left: 4px solid var(--brand-500);
  border-radius: var(--radius-sm);
  background: var(--brand-50);
  font-size: 0.95rem;
  color: var(--ink-soft);
}

.note--warn {
  border-left-color: var(--accent-500);
  background: var(--accent-50);
}

.note strong {
  color: var(--ink);
}

/* 5.10 Kırıntı navigasyonu */
.breadcrumb {
  border-bottom: 1px solid var(--line-soft);
  background: var(--surface-soft);
  font-size: 0.84rem;
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.55rem;
  padding-block: 0.7rem;
  color: var(--muted);
}

.breadcrumb li + li::before {
  content: '›';
  margin-right: 0.55rem;
  color: #9aa5b5;
}

.breadcrumb a {
  color: var(--muted);
  text-decoration: none;
}

.breadcrumb a:hover {
  color: var(--brand-700);
  text-decoration: underline;
}

/* 5.11 SSS */
.faq {
  display: grid;
  gap: 0.65rem;
  max-width: 78ch;
}

.faq__item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.faq__item[open] {
  border-color: var(--brand-100);
  box-shadow: var(--shadow-sm);
}

.faq__item > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  cursor: pointer;
  list-style: none;
}

.faq__item > summary::-webkit-details-marker {
  display: none;
}

.faq__item > summary::after {
  content: '+';
  flex: none;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1;
  color: var(--brand-600);
}

.faq__item[open] > summary::after {
  content: '−';
}

.faq__q {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
}

.faq__a {
  padding: 0 1.15rem 1.15rem;
  font-size: 0.95rem;
  color: var(--muted);
}

/* 5.12 İlgili bağlantılar */
.related {
  margin-top: 2.5rem;
  padding: 1.4rem 1.5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-soft);
}

.related h2 {
  font-size: 1.05rem;
  margin-bottom: 0.8rem;
}

.related ul {
  display: grid;
  gap: 0.45rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
}

.related a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.94rem;
  font-weight: 600;
  text-decoration: none;
}

.related a:hover {
  text-decoration: underline;
}

.related svg {
  width: 1em;
  height: 1em;
  color: var(--brand-500);
}

/* 5.13 Tablo */
.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}

caption {
  padding: 0.9rem 1rem;
  text-align: left;
  font-size: 0.85rem;
  color: var(--muted);
}

th,
td {
  padding: 0.7rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--line-soft);
}

thead th {
  background: var(--surface-soft);
  color: var(--ink);
  font-weight: 700;
  white-space: nowrap;
}

tbody tr:last-child td {
  border-bottom: 0;
}

td a {
  font-weight: 600;
  text-decoration: none;
}

td a:hover {
  text-decoration: underline;
}

/* 5.14 Altbilgi */
.site-footer {
  padding-block: clamp(2.5rem, 2rem + 2vw, 4rem) 2rem;
  border-top: 1px solid var(--line);
  background: var(--surface-soft);
  font-size: 0.92rem;
}

.footer__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr));
}

.footer__col--brand {
  display: grid;
  gap: 0.9rem;
  align-content: start;
}

.footer__title {
  margin-bottom: 0.7rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.footer__col ul {
  display: grid;
  gap: 0.42rem;
}

.footer__col a {
  color: var(--ink-soft);
  text-decoration: none;
}

.footer__col a:hover {
  color: var(--brand-700);
  text-decoration: underline;
}

.footer__address a {
  color: var(--ink-soft);
  text-decoration: none;
}

.footer__address a:hover {
  color: var(--brand-700);
  text-decoration: underline;
}

.social {
  display: flex;
  gap: 0.5rem;
}

.social a {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: var(--surface);
  color: var(--ink-soft);
}

.social a:hover {
  border-color: var(--brand-100);
  background: var(--brand-50);
  color: var(--brand-700);
}

.footer__bottom {
  margin-top: 2.25rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0.6rem;
  font-size: 0.83rem;
  color: var(--muted);
}

/* Renk `--muted`ten daha acik olamaz: bu metin 0.79rem, yani WCAG'in "normal
   metin" tanimina girer ve en az 4.5:1 karsitlik ister. Onceki #6b7788 degeri
   yumusak zemin uzerinde 4.30:1 veriyordu -- goz denetiminden gecmis ama
   olcumden gecmemisti (scripts/audit-runtime.mjs yakaladi). #66717f = 4.69:1. */
.footer__note {
  max-width: 90ch;
  font-size: 0.79rem;
  color: #66717f;
}

.footer__panel a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--muted);
  font-weight: 600;
  text-decoration: none;
}

.footer__panel a:hover {
  color: var(--brand-700);
}

.footer__panel svg {
  width: 1em;
  height: 1em;
}

/* 5.15 Hata sayfası */
.error-page {
  display: grid;
  place-items: center;
  gap: 1rem;
  padding-block: clamp(3rem, 2rem + 6vw, 7rem);
  text-align: center;
}

/* ── 6. Duyarlılık ───────────────────────────────────────────────────────── */

@media (min-width: 900px) {
  .nav-desktop {
    display: block;
  }

  .nav-mobile {
    display: none;
  }

  .btn--sm span {
    display: inline;
  }

  .hero__grid {
    grid-template-columns: 1.15fr 0.85fr;
  }

  .split--2 {
    grid-template-columns: 1.4fr 1fr;
  }

  .split--even {
    grid-template-columns: 1fr 1fr;
  }
}

/* ── 7. Erişilebilirlik ve baskı ─────────────────────────────────────────── */

:where(a, button, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--brand-500);
  outline-offset: 2px;
  border-radius: 6px;
}

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

@media print {
  .site-header,
  .site-footer,
  .breadcrumb,
  .cta-row,
  .related {
    display: none !important;
  }

  body {
    color: #000;
  }
}
