/* 17 OKEY vitrin v6 "TEPSİ" (2026-09-16). Dünya: kahvehane çay tablası, akşam; çelik-slate zemin, tek taahhütlü renk ÇAY.
   Yön sözleşmesi: .impeccable/surfaces/web-index-html.md (seed 2fd79876). v6: kurucu notları (yatay klip, tek üstten bardak,
   büyük rozetler, akıcı hareket, zengin sayfa) + finiş incelemesi 8 madde. Kart yok, göz kaşı yok, uzun tire yok. */
:root {
  color-scheme: dark;
  --zemin: #1B1F23; --zemin-2: #242B31; --zemin-3: #2D353C;
  --celik: #8A949C; --celik-acik: #C6CDD3; --hairline: rgba(255, 255, 255, .14); --hairline-2: rgba(255, 255, 255, .3);
  --cay: #B03A15; --cay-koyu: #8E2C10; --cay-derin: #5E1C0A; --cay-acik: #E8862F; --cay-parlak: #F5B06A;
  --seker: #F1F0EC; --seker-2: rgba(241, 240, 236, .78); --seker-3: rgba(241, 240, 236, .58);
  --murekkep: #14171A;
  --display: 'Sofia Sans Extra Condensed', 'Cairo', 'Hind', 'Arial Narrow', sans-serif;
  --govde: 'Sofia Sans', 'Cairo', 'Hind', 'Segoe UI', system-ui, sans-serif;
  --r-tepsi: 24px; --r-hucre: 6px; --kap: 1200px;
  --ease: cubic-bezier(.16, 1, .3, 1);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-color: var(--celik) var(--zemin); }
body { background: var(--zemin); color: var(--seker); font-family: var(--govde); font-size: 17px; line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: hidden; font-variant-numeric: tabular-nums; }
::selection { background: var(--cay); color: var(--seker); }
img, video, svg { display: block; max-width: 100%; }
img, video { height: auto; }
a { color: inherit; text-decoration: none; text-underline-offset: .18em; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid var(--cay-parlak); outline-offset: 3px; border-radius: 6px; }
ol, ul { list-style: none; }
.kap { max-width: var(--kap); margin: 0 auto; padding: 0 28px; }
h1, h2, h3, .sayi, .flap, .cagri-baslik { font-family: var(--display); text-transform: uppercase; letter-spacing: -.005em; line-height: .92; font-weight: 800; text-wrap: balance; }
h2 { font-size: clamp(40px, 5vw, 68px); }
h3 { font-size: 28px; line-height: 1; }
p { max-width: 66ch; }
.alt-metin { color: var(--seker-2); font-size: 19px; margin-top: 18px; max-width: 58ch; line-height: 1.5; }
section { padding: 112px 0; }

/* ── Hareket: giriş dizisi + kaydırmada belirme (JS .hareketli ekler; JS yoksa her şey görünür) ── */
.hareketli .acil { opacity: 0; translate: 0 22px; transition: opacity .9s var(--ease), translate .9s var(--ease); transition-delay: calc(var(--i, 0) * 90ms); }
.hareketli .acil.geldi { opacity: 1; translate: 0 0; }
.hareketli .giris { opacity: 0; translate: 0 34px; animation: giris 1s var(--ease) forwards; animation-delay: calc(.08s + var(--i, 0) * 110ms); }
@keyframes giris { to { opacity: 1; translate: 0 0; } }
@media (prefers-reduced-motion: reduce) {
  .hareketli .acil, .hareketli .giris { opacity: 1; translate: none; transition: none; animation: none; }
}

/* ── Üst bar ── */
.ust { position: absolute; inset: 0 0 auto 0; z-index: 10; height: 76px; display: flex; align-items: center; }
.ust .kap { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: 100%; }
.marka { display: flex; align-items: center; gap: 12px; min-height: 44px; }
.marka img { width: 42px; height: 42px; border-radius: 10px; }
.marka-ad { font-family: var(--display); font-weight: 800; font-size: 26px; text-transform: uppercase; line-height: 1; white-space: nowrap; }
.marka-ad small { display: block; font-family: var(--govde); font-weight: 500; font-size: 12px; text-transform: none; color: var(--seker-3); margin-top: 3px; }
.gezinti { display: flex; align-items: center; gap: 26px; font-weight: 600; font-size: 15px; white-space: nowrap; }
.gezinti a:not(.dugme) { color: var(--seker-2); display: inline-flex; align-items: center; min-height: 44px; }
.gezinti a:not(.dugme):hover { color: var(--seker); text-decoration: underline; }

/* ── Düğme / rozet: tek şekil dili (pill) ── */
.dugme { display: inline-flex; align-items: center; gap: 10px; height: 48px; padding: 0 22px; border-radius: 999px; background: var(--cay); color: var(--seker); font-weight: 700; font-size: 16px; transition: transform .35s var(--ease), background .35s var(--ease); }
.dugme:hover { background: var(--cay-koyu); transform: translateY(-1px); }
.dugme:active { transform: scale(.98); }
.rozetler { display: flex; flex-wrap: wrap; gap: 14px; }
.rozet { display: inline-flex; align-items: center; gap: 14px; height: 74px; padding: 0 30px 0 22px; border-radius: 999px; background: var(--seker); color: var(--murekkep); white-space: nowrap; box-shadow: 0 18px 34px -18px rgba(0, 0, 0, .9); transition: transform .45s var(--ease), box-shadow .45s var(--ease); }
.rozet:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 26px 40px -18px rgba(0, 0, 0, .95); }
.rozet:active { transform: scale(.98); }
.rozet svg { flex: none; width: 30px; height: 32px; }
.rozet .metin { display: flex; flex-direction: column; line-height: 1.05; }
.rozet .metin i { font-style: normal; font-size: 12.5px; font-weight: 600; color: #5B6167; }
.rozet .metin b { font-size: 21px; font-weight: 800; }
.cay-zemin .rozet { box-shadow: 0 16px 34px -18px rgba(0, 0, 0, .55); }

/* ── Mobil sabit indirme çubuğu (sitenin tek işi) ── */
.indir-cubugu { position: fixed; inset: auto 0 0 0; z-index: 20; display: none; gap: 10px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px)); background: rgba(27, 31, 35, .92); backdrop-filter: blur(10px); border-top: 1px solid var(--hairline-2); }
.indir-cubugu .rozet { flex: 1; height: 52px; padding: 0 12px; gap: 10px; justify-content: center; box-shadow: none; }
.indir-cubugu .rozet svg { width: 22px; height: 24px; }
.indir-cubugu .rozet .metin i { display: none; }
.indir-cubugu .rozet .metin b { font-size: 16px; }

html.cubuksuz .indir-cubugu { display: none !important; }  /* tam sayfa yakalama: ?cubuk=0 */

/* ── Kahraman: tepsi ── */
.kahraman { position: relative; padding: 136px 0 96px; overflow: hidden; background: var(--zemin); }
.kahraman::before { content: ""; position: absolute; inset: 0; background: radial-gradient(48% 62% at 74% 52%, rgba(176, 58, 21, .55), rgba(176, 58, 21, .18) 55%, transparent 76%); pointer-events: none; }
.kahraman .kap { position: relative; display: grid; grid-template-columns: minmax(0, 46fr) minmax(0, 54fr); gap: 44px; align-items: center; }
.kahraman h1 { font-size: clamp(64px, 8.6vw, 140px); font-weight: 900; line-height: .88; }
.kahraman h1 .satir2 { display: block; color: var(--cay-parlak); }
.kahraman .alt-metin { margin-top: 26px; font-size: 20px; max-width: 46ch; }
.kahraman .rozetler { margin-top: 36px; }
.tepsi-sahne { position: relative; aspect-ratio: 1; width: min(100%, 620px); margin-inline-start: auto; }
.tepsi { position: absolute; left: 0; right: 0; top: 12%; height: 76%; border-radius: 50%; background: radial-gradient(70% 60% at 38% 30%, #5E6870, #39424A 55%, #232A30 100%); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .42), inset 0 0 0 16px rgba(255, 255, 255, .05), inset 0 2px 0 rgba(255, 255, 255, .28), inset 0 -34px 60px -30px rgba(0, 0, 0, .65), 0 70px 100px -40px rgba(0, 0, 0, .95), 0 24px 40px -24px rgba(0, 0, 0, .9); }
.tepsi::after { content: ""; position: absolute; inset: 16px; border-radius: 50%; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 0 rgba(0, 0, 0, .55); }
.hareketli .tepsi { animation: tepsi-gel 1.1s var(--ease) both; }
@keyframes tepsi-gel { from { opacity: 0; scale: .94; } }
.telefon { position: absolute; left: 12%; top: 22%; width: 76%; aspect-ratio: 16 / 9; border-radius: 22px; background: #0B0D10; padding: 7px; box-shadow: 0 34px 50px -26px rgba(0, 0, 0, .95), 0 0 0 1px rgba(255, 255, 255, .18), inset 0 1px 0 rgba(255, 255, 255, .12); }
.telefon video { width: 100%; height: 100%; object-fit: cover; border-radius: 16px; background: #000; }
.hareketli .telefon { animation: giris 1s var(--ease) .25s both; }
/* üstten çay bardağı: tabak + cam kenarı + çay diski + parlama; tek imza an: çay konur */
.bardak-ust { position: absolute; width: 21%; aspect-ratio: 1; right: 4%; bottom: 8%; filter: drop-shadow(0 14px 14px rgba(0, 0, 0, .55)); }
.bardak-ust .cay { transform-origin: 50% 50%; }
.hareketli .bardak-ust .cay { scale: 0; animation: cay-koy 1.4s var(--ease) 1s forwards; }
@keyframes cay-koy { to { scale: 1; } }
.hareketli .bardak-ust .dalga { opacity: 0; transform-origin: 50% 50%; animation: dalga 1.2s ease-out 1.5s both; }
.bardak-ust .dalga { opacity: 0; }
@keyframes dalga { 0% { opacity: .7; scale: .55; } 100% { opacity: 0; scale: 1.25; } }
@media (prefers-reduced-motion: reduce) { .hareketli .bardak-ust .cay, .hareketli .tepsi, .hareketli .telefon { animation: none; scale: 1; opacity: 1; translate: none; } .hareketli .bardak-ust .dalga { display: none; } }
.seker-kupu { position: absolute; width: 4.2%; aspect-ratio: 1; border-radius: 12%; background: linear-gradient(160deg, #FFFFFF, #D9D9D4); box-shadow: 0 6px 10px -4px rgba(0, 0, 0, .7), inset 0 -2px 0 rgba(0, 0, 0, .12); }
.seker-kupu.a { right: 24%; bottom: 12%; rotate: -12deg; }
.seker-kupu.b { right: 21.5%; bottom: 7.5%; rotate: 9deg; }
.callout { position: absolute; z-index: 3; display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px; border-radius: 999px; background: rgba(27, 31, 35, .9); color: var(--seker); font-size: 14.5px; font-weight: 600; box-shadow: inset 0 0 0 1px var(--hairline-2), 0 12px 24px -14px rgba(0, 0, 0, .9); white-space: nowrap; }
.callout::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--cay-acik); }
.callout.c1 { top: 8%; left: 0; }
.callout.c2 { bottom: 4%; left: 6%; }
.hareketli .callout { animation: giris .8s var(--ease) both; }
.hareketli .callout.c1 { animation-delay: 1.3s; } .hareketli .callout.c2 { animation-delay: 1.5s; }
.callout-cizgi { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 2; }
.callout-cizgi line { stroke: rgba(241, 240, 236, .6); stroke-width: .35; vector-effect: non-scaling-stroke; }
.callout-cizgi circle { fill: var(--cay-acik); stroke: rgba(27, 31, 35, .9); stroke-width: .5; }
.hareketli .callout-cizgi { animation: giris .8s var(--ease) 1.4s both; }

/* ── Çetele: kanıt satırı ── */
.cetele { background: var(--zemin-2); border-block: 1px solid var(--hairline); padding: 12px 0; }
.cetele .kap { display: grid; grid-template-columns: repeat(4, 1fr); }
.cetele-kalem { padding: 28px 22px 28px 0; border-inline-start: 1px solid var(--hairline); padding-inline-start: 22px; }
.cetele-kalem:first-child { border-inline-start: 0; padding-inline-start: 0; }
.cetele-kalem .sayi { display: block; white-space: nowrap; font-size: clamp(30px, 3vw, 44px); line-height: 1; color: var(--seker); }
.cetele-kalem span:not(.sayi):not(.sayac) { display: block; margin-top: 8px; color: var(--seker-3); font-size: 15px; line-height: 1.35; }

/* ── Nedir: çay bandı ── */
.cay-zemin { background: linear-gradient(180deg, var(--cay-koyu), var(--cay) 55%, var(--cay-koyu)); color: var(--seker); }
.cay-zemin ::selection { background: var(--murekkep); }
.nedir .kap { display: grid; grid-template-columns: minmax(0, 46fr) minmax(0, 54fr); gap: 56px; align-items: center; }
.nedir p { font-size: 19px; line-height: 1.6; margin-top: 24px; color: rgba(241, 240, 236, .92); }
.nedir strong { font-weight: 800; color: var(--seker); text-decoration: underline; text-decoration-color: rgba(241, 240, 236, .5); text-decoration-thickness: 1px; }
.ekran { border-radius: var(--r-tepsi); overflow: hidden; box-shadow: 0 50px 80px -40px rgba(0, 0, 0, .9), 0 0 0 1px rgba(255, 255, 255, .18); background: #000; }
.ekran img, .ekran video { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }

/* ── El akışı: dolan bardaklar (üstten) ── */
.akis-liste { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px; margin-top: 56px; }
.akis-adim .mini-bardak { width: 64px; height: 64px; margin-bottom: 22px; }
.akis-adim h3 { color: var(--seker); }
.akis-adim p { margin-top: 12px; color: var(--seker-2); font-size: 16.5px; line-height: 1.55; }

/* ── Skor: flap tablosu + gerçek elin klibi (çay bandı) ── */
.skor { padding: 112px 0; }
.skor .kap { display: grid; grid-template-columns: minmax(0, 44fr) minmax(0, 56fr); gap: 56px; align-items: center; }
.skor .alt-metin { color: rgba(241, 240, 236, .9); }
.flap-tablo { width: 100%; border-collapse: separate; border-spacing: 0 8px; margin-top: 30px; }
.flap-tablo th { text-align: start; font-weight: 600; font-size: 13px; color: var(--seker); padding: 0 14px 6px; }
.flap-tablo td { padding: 0; }
.flap { display: block; padding: 12px 14px; background: var(--zemin); border-radius: var(--r-hucre); font-size: 30px; line-height: 1; color: var(--seker); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), inset 0 -1px 0 rgba(0, 0, 0, .5); position: relative; }
.flap::after { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: rgba(0, 0, 0, .6); }
.flap.ad { text-transform: none; font-family: var(--govde); font-weight: 600; font-size: 18px; padding-block: 18px; }
.flap.arti { color: var(--cay-parlak); }
.flap.eksi { color: var(--celik-acik); }

/* ── Menü tahtası: özellikler ── */
.menu { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 56px; margin-top: 40px; }
.menu-kalem { padding: 26px 0; border-top: 1px solid var(--hairline); }
.menu-kalem h3 { color: var(--cay-parlak); }
.menu-kalem p { margin-top: 10px; color: var(--seker-2); font-size: 16.5px; line-height: 1.55; }

/* ── Galeri: viewport kenarına taşan şerit ── */
.galeri { padding: 112px 0; overflow: hidden; }  /* çay bandı (.cay-zemin): sayfa ölçeğinde renk taahhüdü ≥%30 */
.galeri-serit { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; margin-top: 44px; scrollbar-color: var(--seker) transparent; padding: 0 max(28px, calc(50vw - var(--kap) / 2 + 28px)) 12px; scroll-padding-inline: max(28px, calc(50vw - var(--kap) / 2 + 28px)); scrollbar-width: thin; scrollbar-color: var(--cay) transparent; }
.galeri-serit figure { flex: 0 0 min(80vw, 860px); scroll-snap-align: start; }
.galeri-serit figcaption { margin-top: 14px; font-size: 16px; color: rgba(241, 240, 236, .9); max-width: 60ch; }
.galeri-serit figcaption b { color: var(--seker); font-weight: 700; margin-inline-end: 6px; }

/* ── SSS ── */
.sss { margin-top: 36px; max-width: 880px; }
.sss details { border-top: 1px solid var(--hairline); }
.sss details:last-child { border-bottom: 1px solid var(--hairline); }
.sss summary { list-style: none; cursor: pointer; padding: 22px 52px 22px 0; font-weight: 700; font-size: 20px; line-height: 1.3; position: relative; min-height: 44px; }
.sss summary::-webkit-details-marker { display: none; }
.sss summary::after { content: ""; position: absolute; inset-inline-end: 8px; top: 26px; width: 16px; height: 16px; border-inline-end: 2px solid var(--cay-parlak); border-bottom: 2px solid var(--cay-parlak); transform: rotate(45deg); transition: transform .35s var(--ease); }
.sss details[open] summary::after { transform: rotate(225deg); top: 32px; }
.sss .cevap { padding: 0 0 24px; color: var(--seker-2); font-size: 17px; line-height: 1.6; max-width: 68ch; }

/* ── Son çağrı: çay bandı ── */
.son { text-align: center; }
.son .kap { display: flex; flex-direction: column; align-items: center; }
.cagri-baslik { font-size: clamp(48px, 7vw, 110px); font-weight: 900; line-height: .9; }
.son .alt-metin { text-align: center; margin: 18px auto 0; }
.son .rozetler { margin-top: 36px; justify-content: center; }
.adimlar { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 36px; margin-top: 40px; font-size: 16px; color: rgba(241, 240, 236, .9); }
.adimlar li { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; }
.adimlar li b { font-family: var(--display); font-size: 26px; line-height: 1; color: var(--seker); }
.sosyal { display: flex; gap: 22px; margin-top: 36px; }
.sosyal a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; font-weight: 600; font-size: 14.5px; color: rgba(241, 240, 236, .9); }
.sosyal svg { width: 18px; height: 18px; }
.sosyal a:hover { text-decoration: underline; }
.durust { margin-top: 36px; max-width: 72ch; font-size: 13.5px; line-height: 1.55; color: rgba(241, 240, 236, .7); }

/* ── Alt bilgi ── */
.alt { padding: 28px 0 40px; font-size: 13.5px; color: var(--seker-3); }
.alt .kap { display: flex; flex-wrap: wrap; gap: 4px 22px; align-items: center; }
.alt a { display: inline-flex; align-items: center; min-height: 44px; }
.alt a:hover { color: var(--seker); text-decoration: underline; }
.eba { font-family: var(--display); font-weight: 900; font-size: 20px; color: var(--seker); text-transform: uppercase; }
.diller { display: inline-flex; gap: 4px; margin-inline-start: auto; }
.diller a { padding: 0 9px; min-height: 44px; border-radius: 8px; font-weight: 700; font-size: 12.5px; }
.diller a.secili { background: var(--cay); color: var(--seker); }

/* ── Dil ayarları: Cairo/Hind kondanse değil → başlık ölçeği; marka adı bidi'de sabit ── */
.marka-ad { direction: ltr; unicode-bidi: isolate; }
html[lang="ar"] .kahraman h1, html[lang="hi"] .kahraman h1 { font-size: clamp(52px, 6.2vw, 92px); line-height: 1.04; }
html[lang="ar"] h2, html[lang="hi"] h2 { line-height: 1.12; }
html[lang="ar"] .cagri-baslik, html[lang="hi"] .cagri-baslik { font-size: clamp(40px, 5.4vw, 84px); line-height: 1.06; }

/* ── RTL ── */
[dir="rtl"] .bardak-ust { right: auto; left: 4%; }
[dir="rtl"] .seker-kupu.a { right: auto; left: 24%; } [dir="rtl"] .seker-kupu.b { right: auto; left: 21.5%; }
[dir="rtl"] .callout.c1 { left: auto; right: 0; } [dir="rtl"] .callout.c2 { left: auto; right: 6%; }
[dir="rtl"] .callout-cizgi { transform: scaleX(-1); }

/* ── Duyarlılık ── */
@media (max-width: 1024px) {
  .kahraman .kap, .nedir .kap, .skor .kap { grid-template-columns: minmax(0, 1fr); }
  .kahraman { padding: 110px 0 80px; }
  .kahraman h1 { font-size: clamp(60px, 15vw, 120px); }
  .tepsi-sahne { margin: 36px auto 0; width: min(100%, 560px); }
  .cetele .kap { grid-template-columns: repeat(2, 1fr); }
  .cetele-kalem:nth-child(3) { border-inline-start: 0; padding-inline-start: 0; }
  .akis-liste { grid-template-columns: repeat(2, 1fr); }
  .menu { grid-template-columns: 1fr; }
  .ust .gezinti .gizle-dar { display: none; }  /* .gezinti a:not(.dugme) (0,2,1) display:inline-flex'i eziyordu (ÖLÇÜLDÜ 390px) */
  .indir-cubugu { display: flex; }
  body { padding-bottom: 76px; }
}
@media (max-width: 600px) {
  .kap { padding: 0 20px; }
  section, .skor, .galeri { padding: 72px 0; }
  .kahraman h1 { font-size: clamp(56px, 17vw, 96px); }
  .kahraman .alt-metin { font-size: 18px; }
  .rozetler { flex-direction: column; align-items: stretch; }
  .rozet { height: 66px; justify-content: center; }
  .tepsi-sahne { width: 100%; }
  .callout { font-size: 13px; padding: 7px 11px; }
  .callout.c1 { top: 3%; } .callout.c2 { bottom: 0; }
  .cetele .kap { grid-template-columns: 1fr 1fr; }
  .cetele-kalem { padding: 20px 12px; }
  .akis-liste { grid-template-columns: 1fr; gap: 28px; }
  .flap { font-size: 26px; padding: 10px 12px; }
  .galeri-serit figure { flex-basis: 84vw; }
  .cagri-baslik { font-size: clamp(44px, 13vw, 72px); }
  .diller { margin-inline-start: 0; flex-wrap: wrap; }
}

/* ── Oyunun içinden (2026-09-17, kurucu "görselle destekle"): gerçek ekranlarla 3 sıra, sağ-sol dönüşümlü ── */
.icinden { padding-top: 0; }
.icinden .kap > h2 { padding-top: 96px; border-top: 1px solid var(--hairline); }
.icinden .satir { display: grid; grid-template-columns: minmax(0, 42fr) minmax(0, 58fr); gap: 56px; align-items: center; padding: 64px 0 0; }
.icinden .satir:nth-child(even) { grid-template-columns: minmax(0, 58fr) minmax(0, 42fr); }
.icinden .satir:nth-child(even) .metin { order: 2; }
.icinden .metin h3 { color: var(--cay-parlak); }
.icinden .metin h3.ikinci { margin-top: 28px; }
.icinden .metin p { margin-top: 10px; color: var(--seker-2); font-size: 17px; line-height: 1.6; }
.icinden .cift { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.icinden .cift .ekran { box-shadow: 0 30px 50px -30px rgba(0, 0, 0, .9), 0 0 0 1px rgba(255, 255, 255, .18); }
@media (max-width: 900px) {
  .icinden .satir { grid-template-columns: minmax(0, 1fr); gap: 24px; padding-top: 48px; }
  .icinden .satir:nth-child(even) .metin { order: 0; }
  .icinden .satir .metin { order: 2; }
  .icinden .cift { gap: 12px; }
}

/* ── Kurallar rehberi (2026-09-16): okunur uzun içerik, aynı dünya ── */
.rehber-bas { padding: 128px 0 56px; background: radial-gradient(60% 70% at 80% 30%, rgba(176, 58, 21, .32), transparent 70%), var(--zemin); }
.kirinti { display: flex; gap: 10px; font-size: 14px; color: var(--seker-3); margin-bottom: 18px; }
.kirinti a { color: var(--seker-2); min-height: 44px; display: inline-flex; align-items: center; }
.rehber-bas h1 { font-size: clamp(48px, 7vw, 112px); font-weight: 900; line-height: .9; }
.rehber-giris { font-size: 20px; max-width: 62ch; }
.guncelleme { margin-top: 12px; font-size: 14px; color: var(--seker-3); }
.rehber-bas .rozetler { margin-top: 28px; }
.rehber-govde { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 56px; padding-top: 48px; padding-bottom: 96px; align-items: start; }
.icindekiler { position: sticky; top: 24px; }
.icindekiler b { display: block; font-family: var(--display); text-transform: uppercase; font-size: 22px; margin-bottom: 12px; }
.icindekiler ol { display: flex; flex-direction: column; gap: 2px; }
.icindekiler a { display: inline-flex; align-items: center; min-height: 40px; color: var(--seker-2); font-size: 15px; font-weight: 600; border-inline-start: 2px solid var(--hairline); padding-inline-start: 12px; }
.icindekiler a:hover { color: var(--seker); border-color: var(--cay-acik); }
.rehber-bolum { padding: 0; margin-top: 56px; scroll-margin-top: 24px; }
.rehber-bolum:first-child { margin-top: 0; }
.rehber-bolum h2 { font-size: clamp(34px, 3.6vw, 52px); margin-bottom: 18px; }
.rehber-bolum p, .rehber-bolum li { font-size: 18px; line-height: 1.65; color: rgba(241, 240, 236, .9); max-width: 66ch; }
.rehber-bolum p + p, .rehber-bolum p + ul, .rehber-bolum ul + p, .rehber-bolum .tablo-kap + p, .rehber-bolum p + .tablo-kap { margin-top: 14px; }
.rehber-bolum ul { list-style: disc; padding-inline-start: 22px; display: flex; flex-direction: column; gap: 8px; }
.rehber-bolum li::marker { color: var(--cay-acik); }
.tablo-kap { overflow-x: auto; }
.ceza-tablo { width: 100%; border-collapse: separate; border-spacing: 0 6px; min-width: 560px; }
.ceza-tablo th { text-align: start; font-size: 13px; font-weight: 600; color: var(--seker-3); padding: 0 14px 4px; }
.ceza-tablo td { background: var(--zemin-2); padding: 14px; font-size: 17px; color: var(--seker); }
.ceza-tablo td:first-child { border-start-start-radius: var(--r-hucre); border-end-start-radius: var(--r-hucre); font-weight: 700; }
.ceza-tablo td:last-child { border-start-end-radius: var(--r-hucre); border-end-end-radius: var(--r-hucre); }
.ceza-tablo td:nth-child(2) { font-family: var(--display); font-size: 26px; color: var(--cay-parlak); }
.rehber .sss { margin-top: 8px; }
@media (max-width: 900px) {
  .rehber-govde { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .icindekiler { position: static; }
  .icindekiler ol { flex-direction: row; flex-wrap: wrap; gap: 6px 10px; }
  .icindekiler a { border: 1px solid var(--hairline-2); border-radius: 999px; padding: 0 12px; }
}
