/*
Theme Name: Çalma Hukuk
Theme URI: https://www.calmahukuk.com
Author: Çalma Hukuk ve Danışmanlık
Description: Av. Koray Çalma - Çalma Hukuk ve Danışmanlık için özel tema. Kartvizit kimliğine dayalı, TBB Reklam Yasağı Yönetmeliği'ne uygun tasarım.
Version: 1.0
Requires PHP: 7.4
License: Özel kullanım
Text Domain: calma-hukuk
*/

  :root {
    --zemin: #FFFFFF;
    --kagit: #FBFAF8;
    --murekkep: #1B1A17;
    --govde: #4C4841;
    --altin: #A5813E;
    --altin-acik: #D9BC7A;
    --cizgi: #E9E4DA;
    --golge: 0 1px 2px rgba(50, 42, 22, .05), 0 8px 26px rgba(50, 42, 22, .07);
  }
  /* Tasarım tek temalı: kartvizitin krem-altın kimliği her cihazda aynı görünür. */

  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .canlan { animation: none !important; opacity: 1 !important; transform: none !important; }
  }
  body {
    margin: 0;
    background:
      radial-gradient(1100px 480px at 78% -8%, rgba(196, 154, 60, .05), transparent 62%),
      var(--zemin);
    color: var(--murekkep);
    font-family: Georgia, 'Iowan Old Style', 'Times New Roman', serif;
    font-size: 17px;
    line-height: 1.65;
  }

  .etiket {
    font-family: 'Avenir Next', 'Segoe UI', system-ui, sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: var(--altin);
  }

  h1, h2, h3 { font-weight: 500; text-wrap: balance; margin: 0; }
  h1 { font-size: clamp(34px, 5.4vw, 56px); line-height: 1.12; letter-spacing: .01em; }
  h2 { font-size: clamp(26px, 3.6vw, 36px); line-height: 1.2; }
  h3 { font-size: 20px; line-height: 1.35; }
  p { margin: 0; color: var(--govde); }
  a { color: inherit; }

  .sarici { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

  /* ---------- üst bar ---------- */
  header.ust {
    position: fixed; top: 0; left: 0; right: 0; z-index: 50;
    background: transparent;
    border-bottom: 1px solid transparent;
    transition: background .35s ease, border-color .35s ease, box-shadow .35s ease;
  }
  header.ust.kaydi {
    background: rgba(13, 10, 5, .96);
    border-bottom-color: rgba(217, 188, 122, .22);
    box-shadow: 0 6px 24px rgba(0, 0, 0, .28);
  }
  @media (prefers-reduced-motion: reduce) { header.ust { transition: none; } }

  /* üst iletişim şeridi */
  .ust-serit { border-bottom: 1px solid rgba(217, 188, 122, .20); }
  .serit-ic {
    max-width: 1080px; margin: 0 auto; padding: 7px 24px;
    display: flex; justify-content: space-between; align-items: center; gap: 18px;
    font-family: 'Avenir Next', 'Segoe UI', system-ui, sans-serif; font-size: 12.5px;
  }
  .serit-sol, .serit-sag { display: flex; align-items: center; gap: 18px; }
  .serit-ic a { display: inline-flex; align-items: center; gap: 7px; color: #D8CDB4; text-decoration: none; letter-spacing: .03em; }
  .serit-ic a:hover, .serit-ic a:focus-visible { color: #E7C877; outline: none; }
  .serit-ic svg { width: 15px; height: 15px; flex: none; }
  @media (max-width: 720px) { .serit-ic a span { display: none; } .serit-ic svg { width: 17px; height: 17px; } }

  .ust-ic { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 8px 24px; max-width: 1080px; margin: 0 auto; }
  .marka { display: flex; align-items: center; gap: 14px; text-decoration: none; }
  .logo-img { height: 88px; width: auto; flex: none; }
  @media (max-width: 720px) { .logo-img { height: 62px; } }
  .marka-ad { display: flex; flex-direction: column; line-height: 1.25; }
  .marka-ad b { font-weight: 600; font-size: 16px; letter-spacing: .03em; color: #F5EDDA; }
  .marka-ad span { font-family: 'Avenir Next', 'Segoe UI', system-ui, sans-serif; font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase; color: #D9BC7A; }
  nav.menu { display: flex; gap: 28px; }
  nav.menu a {
    font-family: 'Avenir Next', 'Segoe UI', system-ui, sans-serif;
    font-size: 13.5px; letter-spacing: .06em; text-decoration: none; color: #E3D8BE;
    padding: 6px 2px; border-bottom: 1px solid transparent;
  }
  nav.menu a:hover, nav.menu a:focus-visible { color: #E7C877; border-bottom-color: #E7C877; outline: none; }

  /* mobil menü (hamburger) */
  .menu-kutu { display: none; }
  .menu-dugme { display: none; cursor: pointer; padding: 10px; margin: -10px; }
  .menu-dugme span { display: block; width: 24px; height: 2px; background: #F5EDDA; margin: 5px 0; transition: transform .2s ease, opacity .2s ease; }
  @media (max-width: 720px) {
    .ust-ic { position: relative; }
    .menu-dugme { display: block; }
    nav.menu { display: none; }
    .menu-kutu:checked ~ nav.menu {
      display: flex; flex-direction: column; gap: 4px;
      position: absolute; top: 100%; left: 0; right: 0;
      background: rgba(13, 10, 5, .97); border-bottom: 1px solid rgba(217, 188, 122, .22);
      padding: 10px 24px 18px;
      box-shadow: 0 12px 28px rgba(0, 0, 0, .35);
    }
    nav.menu a { padding: 12px 2px; font-size: 15px; border-bottom: 1px solid rgba(217, 188, 122, .16); }
    .menu-kutu:checked ~ .menu-dugme span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .menu-kutu:checked ~ .menu-dugme span:nth-child(2) { opacity: 0; }
    .menu-kutu:checked ~ .menu-dugme span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  }
  @media (prefers-reduced-motion: reduce) { .menu-dugme span { transition: none; } }

  /* ---------- hero: görsel üzerine yazı ---------- */
  .hero {
    position: relative;
    padding: calc(clamp(64px, 12vw, 118px) + 142px) 0 clamp(60px, 11vw, 108px);
    background: url("assets/bant.jpg") center 58% / cover no-repeat;
  }
  .hero::before {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg,
      rgba(25, 18, 9, .82) 0%,
      rgba(25, 18, 9, .72) 55%,
      rgba(25, 18, 9, .80) 100%);
  }
  .hero .sarici { position: relative; text-align: center; }
  .hero p.giris { margin-inline: auto; }
  .hero-eylemler { justify-content: center; }
  .hero .etiket { display: block; margin-bottom: 18px; color: #D9BC7A; }
  .hero h1 { color: #F8F1E1; }
  .hero p.giris { margin-top: 22px; max-width: 32em; font-size: 18.5px; color: #E9DFC6; }
  .hero .dugme-cizgili { border-color: #D9BC7A; color: #F1E6CC; }
  .hero .dugme-cizgili:hover { background: rgba(217, 188, 122, .14); }
  .hero-eylemler { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
  .dugme {
    font-family: 'Avenir Next', 'Segoe UI', system-ui, sans-serif;
    font-size: 14px; font-weight: 600; letter-spacing: .05em;
    text-decoration: none; border-radius: 2px;
    padding: 13px 26px; display: inline-block;
  }
  .dugme-dolu { background: var(--altin); color: #FFFDF7; }
  .dugme-dolu:hover { background: color-mix(in srgb, var(--altin) 85%, var(--murekkep)); }
  .dugme-cizgili { border: 1px solid var(--altin); color: var(--altin); }
  .dugme-cizgili:hover { background: color-mix(in srgb, var(--altin) 10%, transparent); }
  .dugme:focus-visible { outline: 2px solid var(--altin); outline-offset: 3px; }

  .canlan { animation: yukselt .7s ease both; }
  .canlan.g1 { animation-delay: .08s; } .canlan.g2 { animation-delay: .16s; } .canlan.g3 { animation-delay: .24s; }
  @keyframes yukselt { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

  /* terazi çizimi */
  /* tam genişlik foto bandı */
  .foto-bant { border-block: 1px solid var(--cizgi); }
  .foto-bant img { width: 100%; height: min(42vh, 380px); object-fit: cover; object-position: center 62%; display: block; }

  /* ---------- bölümler ---------- */
  section.bolum {
    padding: 76px 0; border-bottom: 1px solid var(--cizgi);
    position: relative; overflow: hidden;
    background: linear-gradient(178deg,
      color-mix(in srgb, var(--kagit) 55%, var(--zemin)) 0%,
      var(--zemin) 30%,
      var(--zemin) 72%,
      color-mix(in srgb, var(--altin) 5%, var(--zemin)) 100%);
  }
  section.bolum:nth-of-type(even) {
    background: linear-gradient(178deg,
      color-mix(in srgb, var(--altin) 4%, var(--zemin)) 0%,
      var(--zemin) 34%,
      color-mix(in srgb, var(--kagit) 70%, var(--zemin)) 100%);
  }
  .bolum-baslik { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 12px; margin-bottom: 44px; }
  .bolum-baslik.sola { align-items: flex-start; text-align: left; }

  /* kartvizitteki çizgi–elmas süslemesi */
  .susleme { display: flex; align-items: center; gap: 10px; color: var(--altin); font-size: 11px; line-height: 1; }
  .susleme::before, .susleme::after { content: ""; height: 1px; width: 54px; }
  .susleme::before { background: linear-gradient(90deg, transparent, var(--altin)); }
  .susleme::after { background: linear-gradient(90deg, var(--altin), transparent); }

  /* filigran logo (kartvizit arka yüzü gibi) */
  .filigran {
    position: absolute; left: 50%; top: 50%;
    width: 440px; height: auto;
    transform: translate(-50%, -50%);
    opacity: .35; pointer-events: none; user-select: none;
    z-index: 0;
  }
  section.bolum > .sarici { position: relative; z-index: 1; }
  @media (max-width: 820px) { .filigran { width: 300px; } }

  /* hakkında */
  .hakkinda-izgara { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 52px; align-items: start; }
  @media (max-width: 820px) { .hakkinda-izgara { grid-template-columns: 1fr; } .portre { max-width: 300px; } }
  .portre {
    aspect-ratio: 3 / 4;
    background: linear-gradient(160deg, color-mix(in srgb, var(--altin) 16%, var(--kagit)), var(--kagit) 70%);
    border: 1px solid var(--cizgi); border-radius: 2px;
    box-shadow: var(--golge);
    display: grid; place-items: center; text-align: center; gap: 0; padding: 24px;
  }
  .portre .buyuk-mono { font-size: 56px; color: var(--altin); letter-spacing: .05em; }
  .portre small { font-family: 'Avenir Next', 'Segoe UI', system-ui, sans-serif; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--govde); }
  .hakkinda-metin { display: flex; flex-direction: column; gap: 18px; max-width: 62ch; }
  .kunye { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 14px; margin: 10px 0 0; }
  .kunye div {
    background: linear-gradient(160deg, var(--kagit), color-mix(in srgb, var(--altin) 7%, var(--kagit)));
    border: 1px solid color-mix(in srgb, var(--altin) 22%, transparent);
    border-radius: 14px;
    box-shadow: var(--golge);
    padding: 16px 20px; display: flex; flex-direction: column; gap: 5px;
  }
  .kunye dt { font-family: 'Avenir Next', 'Segoe UI', system-ui, sans-serif; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--altin); }
  .kunye dd { margin: 0; font-size: 15.5px; }

  /* çalışma alanları */
  .alan-izgara { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
  @media (max-width: 900px) { .alan-izgara { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 600px) { .alan-izgara { grid-template-columns: 1fr; } }
  a.alan {
    position: relative; overflow: hidden;
    background: var(--kagit);
    border: 1px solid color-mix(in srgb, var(--altin) 45%, transparent);
    border-top: 2px solid var(--altin);
    border-radius: 4px;
    padding: 26px 24px 28px;
    display: flex; flex-direction: column; gap: 10px;
    text-decoration: none; color: inherit;
    box-shadow: var(--golge);
  }
  .alan-foto {
    position: absolute; inset: 0; z-index: 0;
    background-size: cover; background-position: center;
    opacity: 0; transition: opacity 1.1s ease;
    pointer-events: none;
  }
  .alan-foto::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(22,16,8,.80), rgba(22,16,8,.62)); }
  a.alan:hover .alan-foto, a.alan:focus-visible .alan-foto { opacity: 1; transition-duration: .4s; }
  a.alan > h3, a.alan > p, a.alan > .alan-devam { position: relative; z-index: 1; transition: color .5s ease; }
  a.alan p { font-size: 15.5px; }
  a.alan:hover > h3 { color: #F8F1E1; }
  a.alan:hover > p { color: #E6DCC4; }
  .alan-devam {
    font-family: 'Avenir Next', 'Segoe UI', system-ui, sans-serif;
    font-size: 13px; font-weight: 600; letter-spacing: .06em;
    color: var(--altin); margin-top: 6px;
  }
  a.alan:hover .alan-devam { color: #E7C877; }
  a.alan:focus-visible { outline: 2px solid var(--altin); outline-offset: 2px; }
  @media (prefers-reduced-motion: reduce) { .alan-foto, a.alan > h3, a.alan > p, a.alan > .alan-devam { transition: none; } }

  /* çalışma alanı detay görünümü */
  .sarici.dar { max-width: 840px; }
  .detay-bolum { padding-top: 216px; }
  .geri {
    font-family: 'Avenir Next', 'Segoe UI', system-ui, sans-serif;
    font-size: 14px; color: var(--altin); text-decoration: none;
    display: inline-block; margin-bottom: 26px;
  }
  .geri:hover { text-decoration: underline; }
  .detay-gorsel { width: 100%; aspect-ratio: 21 / 9; object-fit: cover; border-radius: 6px; margin: 4px 0 26px; box-shadow: var(--golge); display: block; }
  .alan-detay h2 { margin-bottom: 6px; }
  .alan-detay .etiket { display: block; margin-bottom: 10px; }
  .alan-detay p { margin: 0 0 14px; max-width: 66ch; }
  .alan-detay h3 { margin: 20px 0 10px; font-size: 19px; }
  .alan-detay ul { color: var(--govde); margin: 0 0 16px; padding-left: 22px; }
  .alan-detay li { margin: 6px 0; }
  .detay-cta {
    margin-top: 28px; padding: 22px 26px;
    border: 1px solid color-mix(in srgb, var(--altin) 40%, transparent);
    border-radius: 8px;
    background: linear-gradient(160deg, var(--kagit), color-mix(in srgb, var(--altin) 7%, var(--kagit)));
    display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between;
  }
  .detay-cta p { margin: 0; font-size: 15.5px; max-width: 40ch; }

  /* makaleler */
  .makale-izgara { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
  @media (max-width: 900px) { .makale-izgara { grid-template-columns: 1fr; } }
  article.makale {
    background: var(--kagit); border: 1px solid var(--cizgi); border-radius: 2px;
    padding: 0 0 26px; display: flex; flex-direction: column; gap: 12px;
    box-shadow: var(--golge); overflow: hidden;
  }
  .makale-gorsel { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; border-bottom: 1px solid var(--cizgi); }
  article.makale time, article.makale h3, article.makale p, article.makale a.devam { margin-inline: 24px; }
  .makale time { font-family: 'Avenir Next', 'Segoe UI', system-ui, sans-serif; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--altin); }
  .makale p { font-size: 15px; }
  .makale a.devam { font-family: 'Avenir Next', 'Segoe UI', system-ui, sans-serif; font-size: 13.5px; color: var(--altin); text-decoration: none; margin-top: auto; }
  .makale a.devam:hover { text-decoration: underline; }

  /* iletişim */
  .iletisim-alt { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 24px; align-items: stretch; margin-bottom: 24px; }
  @media (max-width: 860px) { .iletisim-alt { grid-template-columns: 1fr; } }
  .bilgi-panel {
    background: var(--kagit);
    border: 1px solid color-mix(in srgb, var(--altin) 30%, transparent);
    border-radius: 10px; box-shadow: var(--golge);
    padding: 26px; color: var(--govde);
    display: flex; flex-direction: column; gap: 22px;
  }
  .bilgi-panel h3 {
    color: var(--murekkep); font-size: 19px; font-weight: 500;
    padding-bottom: 12px; border-bottom: 1px solid color-mix(in srgb, var(--altin) 35%, transparent);
  }
  .bilgi-satir { display: flex; gap: 14px; align-items: flex-start; }
  .bilgi-satir svg { width: 20px; height: 20px; color: var(--altin); flex: none; margin-top: 3px; }
  .bilgi-satir .b-etiket {
    display: block; font-family: 'Avenir Next', 'Segoe UI', system-ui, sans-serif;
    font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--altin); margin-bottom: 4px;
  }
  .bilgi-satir a, .bilgi-satir p { color: var(--murekkep); font-size: 15.5px; text-decoration: none; margin: 0; }
  .bilgi-satir a:hover { color: var(--altin); }
  .harita2 { position: relative; border: 1px solid var(--cizgi); border-radius: 10px; overflow: hidden; box-shadow: var(--golge); min-height: 320px; display: block; }
  .harita2.genis { min-height: 380px; }
  .harita2 img { width: 100%; height: 100%; object-fit: cover; display: block; position: absolute; inset: 0; }
  .yer-karti {
    position: absolute; left: 14px; top: 14px; z-index: 2;
    background: #fff; border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .22);
    padding: 13px 16px; max-width: 250px;
    font-family: 'Avenir Next', 'Segoe UI', system-ui, sans-serif;
  }
  .yer-karti b { display: block; font-size: 14px; color: #202124; margin-bottom: 3px; }
  .yer-karti p { font-size: 12px; color: #5f6368; margin: 0 0 7px; line-height: 1.45; }
  .yer-karti .yol { font-size: 12.5px; font-weight: 600; color: #1a73e8; }
  .harita2 .harita-not {
    position: absolute; left: 12px; bottom: 12px; z-index: 1;
    font-family: 'Avenir Next', 'Segoe UI', system-ui, sans-serif; font-size: 11.5px;
    background: rgba(255,255,255,.92); color: var(--govde);
    padding: 5px 10px; border-radius: 6px;
  }

  /* talep formu */
  .talep-formu {
    background: var(--kagit);
    border: 1px solid color-mix(in srgb, var(--altin) 30%, transparent);
    border-radius: 10px; box-shadow: var(--golge);
    padding: 24px; display: flex; flex-direction: column; gap: 12px;
  }
  .talep-formu h3 { font-size: 19px; margin-bottom: 2px; }
  .form-satir { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  @media (max-width: 560px) { .form-satir { grid-template-columns: 1fr; } }
  .talep-formu input, .talep-formu textarea, .talep-formu select {
    font-family: inherit; font-size: 15px; color: var(--murekkep);
    background: var(--zemin); border: 1px solid var(--cizgi); border-radius: 6px;
    padding: 11px 13px; width: 100%;
  }
  .talep-formu textarea { min-height: 96px; resize: vertical; }
  .talep-formu input:focus, .talep-formu textarea:focus, .talep-formu select:focus { outline: 2px solid color-mix(in srgb, var(--altin) 55%, transparent); border-color: var(--altin); }
  .kvkk-onay { display: flex; gap: 9px; align-items: flex-start; font-size: 12.5px; color: var(--govde); }
  .kvkk-onay input { width: auto; margin-top: 2px; }
  .talep-formu button { border: none; cursor: pointer; font-size: 14px; }

  /* makale kaydırma şeridi + filtre */
  .serit-sarici { position: relative; padding: 0 44px; }
  .makale-serit {
    display: grid; grid-auto-flow: column; grid-auto-columns: min(330px, 82vw);
    gap: 22px; overflow-x: auto; padding: 4px 4px 16px;
    scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .makale-serit > article { scroll-snap-align: start; }
  .makale-serit::-webkit-scrollbar { display: none; }
  .serit-ok {
    position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
    width: 46px; height: 46px; border-radius: 50%;
    border: 1px solid color-mix(in srgb, var(--altin) 50%, transparent);
    background: var(--kagit); color: var(--altin);
    font-size: 26px; line-height: 1; cursor: pointer;
    display: grid; place-items: center;
    box-shadow: var(--golge);
    padding: 0 0 4px;
  }
  .serit-ok.sol { left: -6px; }
  .serit-ok.sag { right: -6px; }
  .serit-ok:hover { background: var(--altin); color: #FFFDF7; }
  .serit-ok:focus-visible { outline: 2px solid var(--altin); outline-offset: 2px; }
  .makale-daha { text-align: center; margin-top: 26px; }
  .filtreler { display: flex; flex-wrap: wrap; gap: 10px; margin: 4px 0 28px; }
  .filtre {
    font-family: 'Avenir Next', 'Segoe UI', system-ui, sans-serif; font-size: 13px; letter-spacing: .04em;
    border: 1px solid color-mix(in srgb, var(--altin) 45%, transparent); border-radius: 999px;
    background: var(--kagit); color: var(--govde);
    padding: 7px 16px; cursor: pointer;
  }
  .filtre.aktif { background: var(--altin); color: #FFFDF7; border-color: var(--altin); }
  .filtre:focus-visible { outline: 2px solid var(--altin); outline-offset: 2px; }

  /* yüzen telefon butonu */
  .tel-buton {
    position: fixed; right: 22px; bottom: 90px; z-index: 80;
    width: 56px; height: 56px; border-radius: 50%;
    background: var(--altin); color: #fff;
    display: grid; place-items: center;
    box-shadow: 0 4px 14px rgba(0,0,0,.25);
    transition: transform .15s ease;
  }
  .tel-buton:hover { transform: scale(1.07); }
  .tel-buton:focus-visible { outline: 3px solid var(--murekkep); outline-offset: 2px; }
  .tel-buton svg { width: 26px; height: 26px; }
  @media (prefers-reduced-motion: reduce) { .tel-buton { transition: none; } .tel-buton:hover { transform: none; } }

  /* sss */
  .sss-liste { display: flex; flex-direction: column; gap: 12px; max-width: 760px; margin: 0 auto; }
  details.sss { background: var(--kagit); border: 1px solid var(--cizgi); border-radius: 2px; }
  details.sss summary {
    cursor: pointer; list-style: none;
    display: flex; justify-content: space-between; align-items: center; gap: 16px;
    padding: 18px 22px; font-size: 17px; font-weight: 500; color: var(--murekkep);
  }
  details.sss summary::-webkit-details-marker { display: none; }
  details.sss summary::after { content: "+"; color: var(--altin); font-size: 22px; line-height: 1; flex: none; }
  details.sss[open] summary::after { content: "–"; }
  details.sss summary:hover { color: var(--altin); }
  details.sss summary:focus-visible { outline: 2px solid var(--altin); outline-offset: -2px; }
  details.sss .cevap { padding: 0 22px 20px; font-size: 15.5px; color: var(--govde); max-width: 65ch; margin: 0; }

  /* whatsapp yüzen buton */
  .wa-buton {
    position: fixed; right: 22px; bottom: 22px; z-index: 80;
    width: 56px; height: 56px; border-radius: 50%;
    background: #25D366; color: #fff;
    display: grid; place-items: center;
    box-shadow: 0 4px 14px rgba(0,0,0,.25);
    transition: transform .15s ease;
  }
  .wa-buton:hover { transform: scale(1.07); }
  .wa-buton:focus-visible { outline: 3px solid var(--altin); outline-offset: 2px; }
  .wa-buton svg { width: 30px; height: 30px; }
  @media (prefers-reduced-motion: reduce) { .wa-buton { transition: none; } .wa-buton:hover { transform: none; } }

  /* footer: koyu görsel zemin */
  footer.alt {
    position: relative; padding: 0;
    background: url("assets/foot.jpg") center 26% / cover no-repeat;
    color: #E6DCC6;
  }
  .alt-ortu { background: linear-gradient(180deg, rgba(15, 11, 5, .94), rgba(15, 11, 5, .90)); padding: 64px 0 36px; }
  .alt-ust {
    display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 24px;
    padding-bottom: 34px; margin-bottom: 38px;
    border-bottom: 1px solid rgba(217, 188, 122, .25);
  }
  .alt-marka { display: flex; align-items: center; gap: 14px; }
  .alt-marka img { height: 88px; width: auto; }
  .alt-marka b { display: block; font-size: 19px; font-weight: 500; color: #F5EDDA; letter-spacing: .02em; }
  .alt-marka span { font-family: 'Avenir Next', 'Segoe UI', system-ui, sans-serif; font-size: 11px; letter-spacing: .24em; color: #D9BC7A; }
  .alt-menu { display: flex; gap: 24px; flex-wrap: wrap; }
  .alt-menu a { font-family: 'Avenir Next', 'Segoe UI', system-ui, sans-serif; font-size: 13.5px; letter-spacing: .05em; text-decoration: none; color: #D8CDB4; }
  .alt-menu a:hover { color: #E7C877; }
  .alt-kolonlar { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 34px; margin-bottom: 40px; }
  .alt-kolonlar h4 {
    margin: 0 0 10px; font-size: 16px; font-weight: 500; color: #F5EDDA;
    padding-bottom: 8px; border-bottom: 1px solid rgba(217, 188, 122, .35); display: inline-block;
  }
  .alt-kolonlar a { display: block; color: #E7C877; text-decoration: none; font-size: 15.5px; margin-top: 10px; }
  .alt-kolonlar a:hover { text-decoration: underline; }
  .alt-kolonlar p { color: #C9BEA5; font-size: 13.5px; margin: 8px 0 0; max-width: 30ch; }
  .alt-alt {
    display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; align-items: center;
    padding-top: 24px; border-top: 1px solid rgba(217, 188, 122, .25);
  }
  .alt-alt p { color: #B7AC93; font-size: 13px; margin: 0; }
  .alt-linkler { display: flex; gap: 20px; flex-wrap: wrap; }
  .alt-linkler a { font-family: 'Avenir Next', 'Segoe UI', system-ui, sans-serif; font-size: 13px; text-decoration: none; letter-spacing: .04em; color: #D8CDB4; }
  .alt-linkler a:hover { color: #E7C877; }
  .uyari-not { margin: 18px 0 0; font-size: 12px; color: #9C9078; max-width: 78ch; }

  /* WordPress ekleri */
  body:not(.home) header.ust { background: rgba(13, 10, 5, .96); border-bottom-color: rgba(217, 188, 122, .22); }
  .alan-detay .icerik p { margin: 0 0 16px; max-width: 66ch; }
  .alan-detay .icerik h2, .alan-detay .icerik h3 { margin: 26px 0 12px; }
  .alan-detay .icerik ul, .alan-detay .icerik ol { color: var(--govde); padding-left: 24px; margin: 0 0 16px; }
  .alan-detay .icerik img { max-width: 100%; height: auto; border-radius: 6px; }
  .sayfalama { display: flex; gap: 10px; justify-content: center; margin-top: 36px; }
  .sayfalama .page-numbers { padding: 8px 14px; border: 1px solid var(--cizgi); border-radius: 6px; text-decoration: none; color: var(--govde); font-size: 14px; }
  .sayfalama .page-numbers.current { background: var(--altin); color: #FFFDF7; border-color: var(--altin); }
