/* foleygen — "Stüdyo / Konsol" tasarımı.
 * İmza: amber = analog ses ekipmanı sıcaklığı; mono etiketler = DAW/timecode dünyası.
 * (22-45: bu satır eskiden imzayı "canlı dalga formu (idle→busy→ok)" diye tanıtıyordu;
 *  o bileşen hiçbir sayfada YOKTU — ölçüldü, 0 eşleşme — ve stilleri silindi. Durum
 *  köprüsü `body[data-state]` + `.rec-dot` olarak yaşıyor.)
 * Login/güvenlik mantığı app.js'te; burada yalnız görünüm.
 */

/* ---------- Yazı tipleri: KENDİ SUNUCUMUZDAN (self-host) ----------
 * 15-1a düzeltmesi (K7): Google Fonts'tan çekmek Türkçe metinle birlikte
 * latin + latin-ext alt kümelerini AYRI AYRI indirtiyordu (8 woff2 → 16 istek).
 * Burada her ağırlık için latin + latin-ext TEK dosyada birleştirildi:
 *   Inter (değişken 400-500) · Space Grotesk (değişken 500-700) · IBM Plex Mono 400/500
 * → 4 istek, üçüncü taraf isteği YOK (CSP `font-src 'self'`, gizlilik metni daha da doğru).
 * Dosyalar OFL lisanslı, google/fonts kaynaklarından fonttools ile türetildi;
 * ayrıntı + lisans metinleri: /fonts/OFL.txt · karar: docs/DECISIONS.md (KARAR 39).
 * `unicode-range`: yalnız latin + latin-ext (kiril/yunan/vietnamca hiç indirilmez).
 * Dosya adları sürümlü (`-v1`) → /fonts/** uzun süreli immutable önbellek.
 */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url("/fonts/inter-var-latin-v1.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+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD, U+0100-02BA, U+02BD-02C5, U+02C7-02CC,
    U+02CE-02D7, U+02DD-02FF, 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: "Space Grotesk";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("/fonts/space-grotesk-var-latin-v1.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+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD, U+0100-02BA, U+02BD-02C5, U+02C7-02CC,
    U+02CE-02D7, U+02DD-02FF, 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: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/ibm-plex-mono-400-latin-v1.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+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD, U+0100-02BA, U+02BD-02C5, U+02C7-02CC,
    U+02CE-02D7, U+02DD-02FF, 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: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/ibm-plex-mono-500-latin-v1.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+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD, U+0100-02BA, U+02BD-02C5, U+02C7-02CC,
    U+02CE-02D7, U+02DD-02FF, 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;
}

:root {
  --void:    #0B0E0D;
  --panel:   #121714;
  --panel-2: #171E1A;
  --line:    #242D28;
  --line-2:  #2E3833;
  --fg:      #ECEFEA;
  --muted:   #8A968E;
  --faint:   #5C6660;
  --amber:   #E8A33D;
  --amber-2: #F2B860;
  --amber-ink:#1a1206;
  --signal:  #5BD6A8;
  --error:   #F07A6E;

  --mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --display: "Space Grotesk", system-ui, sans-serif;
  --body: "Inter", system-ui, -apple-system, sans-serif;

  --r: 14px;
  --r-sm: 10px;
}

* { box-sizing: border-box; }

[hidden] { display: none !important; }

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

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--body);
  color: var(--fg);
  line-height: 1.55;
  background:
    radial-gradient(1100px 620px at 50% -8%, #14201b 0%, rgba(20,32,27,0) 60%),
    radial-gradient(900px 500px at 88% 108%, #1a1510 0%, rgba(26,21,16,0) 55%),
    var(--void);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Fine film grain over the whole page — subtle studio texture. */
.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.stage {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 0 auto;
  padding: 56px 22px 40px;
}

/* ---------- Brand ---------- */
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}
.brand-name {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.28rem;
  letter-spacing: -0.02em;
}
.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  height: 22px;
}
.brand-mark i {
  width: 3px;
  border-radius: 3px;
  background: var(--amber);
  height: 40%;
}
.brand-mark i:nth-child(1) { height: 45%; }
.brand-mark i:nth-child(2) { height: 100%; }
.brand-mark i:nth-child(3) { height: 62%; }
.brand-mark i:nth-child(4) { height: 82%; }
.brand-mark i:nth-child(5) { height: 38%; }

/* 22-45: IMZA DALGA FORMU (.wavewrap / .waveform / .wave-caption / @keyframes bar
   ve body[data-state] renk koprusu) SILINDI — `#waveform` ve `#wave-caption`
   hicbir HTML'de yok, 6 sayfada 0 eslesme (olculdu). wave.js'in durum koprusu
   `body[data-state]` uzerinden hala calisiyor ve `.rec-dot` canli; yalniz hicbir
   yerde gorunmeyen cubuk stilleri gitti. */

/* ---------- Panels ---------- */
.panel {
  position: relative;
  padding: 26px 24px 28px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  box-shadow: 0 1px 0 rgba(255,255,255,0.03) inset, 0 20px 40px -30px #000;
}

.eyebrow {
  display: inline-block;
  font-family: var(--mono);
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--amber);
}

.panel-title {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.7rem;
  letter-spacing: -0.02em;
  margin: 10px 0 8px;
}

.lead {
  color: var(--muted);
  font-size: 0.95rem;
  margin: 0 0 20px;
}

/* ---------- Forms ---------- */
.form { margin: 0; }
.field { margin-bottom: 14px; }

label {
  display: block;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 7px;
}

input[type="email"],
input[type="password"] {
  width: 100%;
  padding: 12px 14px;
  font-family: var(--body);
  font-size: 0.98rem;
  color: var(--fg);
  background: #0C100E;
  border: 1px solid var(--line-2);
  border-radius: var(--r-sm);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
input::placeholder { color: var(--faint); }
input[type="email"]:focus,
input[type="password"]:focus {
  outline: none;
  border-color: var(--amber);
  box-shadow: 0 0 0 3px rgba(232,163,61,0.18);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  margin-top: 8px;
  padding: 13px 18px;
  font-family: var(--display);
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--amber-ink);
  background: linear-gradient(180deg, var(--amber-2), var(--amber));
  border: none;
  border-radius: var(--r-sm);
  cursor: pointer;
  /* 22-45: `.btn` <a> uzerinde de kullaniliyor (app.html "Upgrade your plan").
     Bu satir olmadan tarayici varsayilani alt cizgi ciziyordu (olculdu:
     textDecorationLine = underline). Dosyadaki diger baglanti-butonlari
     (.download, .nav-signin, .btn-link) zaten temizliyor; burada unutulmustu. */
  text-decoration: none;
  transition: transform 0.08s ease, box-shadow 0.2s ease, filter 0.2s ease;
  box-shadow: 0 10px 24px -12px rgba(232,163,61,0.6);
}
.btn:hover { filter: brightness(1.06); box-shadow: 0 14px 30px -12px rgba(232,163,61,0.7); }
.btn:active { transform: translateY(1px); }
.btn:focus-visible { outline: 2px solid var(--amber-2); outline-offset: 3px; }
.btn:disabled { filter: grayscale(0.4) brightness(0.8); cursor: progress; box-shadow: none; }
.btn-lg { padding: 15px 18px; font-size: 1.02rem; margin-top: 4px; }

/* 15-2: Google ile giris butonu — koyu/amber temaya uygun, beyaz olcekli degil.
   Dokunma hedefi ≥44 px (padding 13px + metin), klavye erisilebilir (native button). */
.btn-google {
  color: var(--fg);
  background: var(--panel-2, rgba(255,255,255,0.04));
  border: 1px solid var(--line-2);
  box-shadow: none;
  margin-top: 0;
}
.btn-google:hover { filter: none; background: rgba(255,255,255,0.07); border-color: var(--faint); box-shadow: none; }
.btn-google:disabled { filter: grayscale(0.4) brightness(0.8); cursor: progress; }
.btn-google .g-icon { flex: 0 0 auto; }

/* "veya" ayirici — Google butonu ile e-posta/parola formu arasinda. */
.or-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 14px 0;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.or-divider::before,
.or-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line-2);
}

.rec-dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--amber-ink);
  opacity: 0.55;
}
body[data-state="busy"] .rec-dot {
  opacity: 1;
  animation: pulse 1s ease-in-out infinite;
}
@keyframes pulse { 50% { opacity: 0.25; } }

.btn-ghost {
  padding: 6px 12px;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: var(--muted);
  background: transparent;
  border: 1px solid var(--line-2);
  border-radius: 7px;
  cursor: pointer;
  /* 22-45: `.btn-ghost` <a> olarak da kullaniliyor ("Buy credits",
     "Manage subscription") -> varsayilan alt cizgi temizlenir. */
  text-decoration: none;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.btn-ghost:hover { color: var(--fg); border-color: var(--faint); }
.btn-ghost:focus-visible { outline: 2px solid var(--amber); outline-offset: 2px; }

/* ---------- Userbar ---------- */
.userbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 4px;
}
.user-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--mono);
  font-size: 0.74rem;
  color: var(--muted);
  min-width: 0;
}
.user-chip > span:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 180px;
}

/* KARAR 45: Buy credits sits under the chip, not inside it (390px wrap). */
.billing-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 8px 0 12px;
}
.billing-bar[hidden] { display: none; }
.checkout-note {
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.4;
  color: var(--muted);
}

/* ---------- Dropzone ---------- */
.drop {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 30px 18px;
  text-align: center;
  border: 1.5px dashed var(--line-2);
  border-radius: var(--r);
  background:
    repeating-linear-gradient(90deg, transparent 0 6px, rgba(255,255,255,0.012) 6px 7px),
    #0C100E;
  cursor: pointer;
  color: var(--muted);
  text-transform: none;
  letter-spacing: normal;
  font-size: inherit;
  margin-bottom: 14px;
  transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}
.drop:hover { border-color: var(--amber); color: var(--fg); }
.drop.has-file {
  border-style: solid;
  border-color: var(--signal);
  color: var(--fg);
}
.drop-icon { color: var(--amber); display: inline-flex; }
.drop.has-file .drop-icon { color: var(--signal); }
.drop-text { font-family: var(--display); font-weight: 600; font-size: 1.02rem; color: var(--fg); }
.drop-text em { color: var(--muted); font-style: normal; font-weight: 400; font-family: var(--body); font-size: 0.9rem; }
.drop.has-file .drop-text { color: var(--signal); word-break: break-word; overflow-wrap: anywhere; max-width: 100%; }
.drop-meta {
  font-family: var(--mono);
  font-size: 0.64rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--faint);
}
.drop.dragging { border-color: var(--amber); color: var(--fg); }

/* 22-45: `.drop input[type="file"]` kurali SILINDI — `#video` input'u `.drop`'un
   cocugu degil KARDESI (app.html) ve `.visually-hidden`; kural 6 sayfada 0
   elemana esliyordu (olculdu). Dokunma hedefi CSS'te degil: wave.js `.drop`
   uzerindeki click dinleyicisiyle her tiklamada SIFIRDAN gizli bir input
   yaratip tiklatiyor (Chrome eski-dosya kusuru icin). `.record-link` de olu
   (0 eslesme) — o da silindi. */

/* Dosya input'u form'un dogrudan cocugu ve gizli (cift-tetikleme fix'i).
   22-45: eski yorum "label for=video tetikler" diyordu; projede `for="video"`
   tasiyan HICBIR label yok (olculdu: 0 eslesme) ve bu, 20 satir yukaridaki
   "label/for yok" yorumuyla celisiyordu. Gercek yol: input yalniz `aria-label`
   tasir, dosya secimi wave.js'in `.drop` click dinleyicisiyle acilir. */
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* spec strip — mono console tags */
.spec {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 18px;
}
.spec span {
  font-family: var(--mono);
  font-size: 0.63rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 4px 9px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255,255,255,0.015);
}

/* ---------- Status ---------- */
.status {
  display: none;
  margin-top: 16px;
  font-family: var(--mono);
  font-size: 0.8rem;
  color: var(--muted);
  padding: 11px 13px;
  border-radius: var(--r-sm);
  border: 1px solid var(--line);
  background: rgba(0,0,0,0.2);
}
.status.busy, .status.ok, .status.err { display: block; }
.status.busy { color: var(--amber); border-color: rgba(232,163,61,0.3); }
.status.busy::before { content: "● "; }
.status.ok  { color: var(--signal); border-color: rgba(91,214,168,0.3); }
.status.ok::before { content: "✓ "; }
.status.err { color: var(--error); border-color: rgba(240,122,110,0.32); }
.status.err::before { content: "! "; }

/* 22-54: "Retry fetching your last result" — durum satirinin altinda. */
.retry-result { margin-top: 10px; }

/* ---------- Result ---------- */
.result {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.result .eyebrow { color: var(--signal); }
.result audio {
  width: 100%;
  margin: 12px 0 14px;
  border-radius: var(--r-sm);
  filter: saturate(0.9);
}
.download {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--amber);
  text-decoration: none;
  padding: 9px 15px;
  border: 1px solid rgba(232,163,61,0.4);
  border-radius: var(--r-sm);
  transition: background 0.15s ease;
}
.download:hover { background: rgba(232,163,61,0.1); }

/* ---------- 13-1: kota rozeti ---------- */
.quota-badge {
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.05em;
  color: var(--amber);
  padding: 3px 9px;
  border: 1px solid rgba(232,163,61,0.35);
  border-radius: 999px;
  white-space: nowrap;
}

/* ---------- 13-1: gizlilik notu (yukleme kutusunun altinda) ---------- */
.privacy-note {
  margin: 10px 0 2px;
  font-size: 0.76rem;
  line-height: 1.5;
  color: var(--muted);
}
.privacy-note a { color: var(--amber); text-decoration: underline; }
.privacy-note a:hover { color: var(--amber-2); }

/* 22-45: `.privacy-table` blogu SILINDI — privacy.html saklama tablosunu
   legal.css'teki `.legal-tablewrap` + `.legal-table` ile ciziyor; bu blok 6
   sayfada 0 elemana esliyordu (olculdu). Ayni tablonun iki farkli ve celisen
   tanimi (table-layout:fixed vs. min-width:460px) kalmasin. 390px yatay tasma
   korumasi legal.css'te: `.legal-tablewrap { overflow-x: auto }` (olculdu:
   privacy.html 390px'te scrollWidth = 390). */

/* ---------- 13-1: "videoyla birlikte dinle" ---------- */
.btn-sync {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 10px 14px 0;
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--signal);
  background: transparent;
  cursor: pointer;
  padding: 9px 15px;
  border: 1px solid rgba(91,214,168,0.4);
  border-radius: var(--r-sm);
  transition: background 0.15s ease;
}
.btn-sync:hover { background: rgba(91,214,168,0.1); }
.btn-sync[aria-pressed="true"] {
  color: var(--amber);
  border-color: rgba(232,163,61,0.45);
  background: rgba(232,163,61,0.08);
}
.btn-sync:focus-visible { outline: 2px solid var(--signal); outline-offset: 2px; }

/* ---------- 13-1: belirsiz-ilerleme animasyonu ---------- */
/* Sure sayaci + ETA metnin ICINDE; buradaki ince serit "calisiyor" hissini
   verir (yuzde bilinmedigi icin belirsiz/indeterminate). */
.status.busy {
  position: relative;
  overflow: hidden;
}
.status.busy::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  height: 2px;
  width: 34%;
  background: linear-gradient(90deg, transparent, var(--amber), transparent);
  animation: foleygen-indeterminate 1.6s ease-in-out infinite;
}
@keyframes foleygen-indeterminate {
  0%   { transform: translateX(-110%); }
  100% { transform: translateX(400%); }
}

/* ---------- Error ---------- */
.error {
  margin-top: 12px;
  color: var(--error);
  font-size: 0.86rem;
}

/* ---------- Footer ---------- */
.foot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 26px;
  font-family: var(--mono);
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  /* 15-1a düzeltmesi (K6): --faint (#5C6660) kontrastı 3.25 idi → WCAG AA altı.
     --muted (#8A968E) aynı palet içinde kalır ve koyu zeminde ≈6.3:1 verir. */
  color: var(--muted);
}
.foot .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 8px var(--signal);
}

/* ---------- Responsive ---------- */
@media (max-width: 480px) {
  .stage { padding: 40px 16px 32px; }
  .panel-title { font-size: 1.45rem; }
  .userbar { flex-wrap: wrap; }
  .user-chip { flex-wrap: wrap; justify-content: flex-end; row-gap: 6px; }
  .user-chip > span:first-child { max-width: 120px; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  /* 22-45: `.waveform i` kaldirildi (dalga formu silindi); `.rec-dot` CANLI. */
  .rec-dot { animation: none !important; }
  .btn, .drop, input { transition: none !important; }
  /* 13-1: belirsiz-ilerleme seridi de hareket etmez (erisilebilirlik). */
  .status.busy::after { animation: none !important; opacity: 0.5; }
}

/* ============================================================================
   18-1 — TASARIM v02 · TANITIM SAYFASI SIFIRDAN
   ----------------------------------------------------------------------------
   urun sahibi (2026-08-25): "duzgun bir landing page yap; AYNI renkler, AYNI logo,
   AYNI fontlar ama SIFIRDAN." Bu yuzden `:root` paleti, `.brand*` logosu ve
   uc yazi tipi AYNEN kullanilir; degisen tek sey YERLESIM DILIDIR:

     v01 (eski)                       v02 (bu)
     -----------------------------    ----------------------------------------
     her sey yuvarlak "panel" karti   tam-genislik SERITLER (band) + ince cizgi
     tek dar sutun (~520px)           1120px icerik izgarasi, 2-3 sutun
     bolumler ust uste yiginlanir     serit arkaplani DEGISIR (ritim olusur)
     imza dalga formu sayfa basinda   imza, hero'da "kulvar" olarak: ustte
                                      goruntu seridi, altinda SES kulvari

   Renk anlami (v01'den gelir, degismedi): amber = kullanicinin yapacagi eylem ·
   `--signal` (aqua) = BIZIM urettigimiz ses · gri tonlar = sessiz goruntu.
   ============================================================================ */

/* --- Sayfa kabugu ------------------------------------------------------- */
.page-landing .stage { max-width: none; margin: 0; padding: 0; }
.wrap { width: min(1120px, 100% - 44px); margin-inline: auto; }

/* Seritler: arkaplan degisimi sayfaya ritim verir (karti cogaltmak yerine). */
.band { padding: 74px 0; border-top: 1px solid var(--line); }
.band-alt { background: rgba(18, 23, 20, 0.62); }
@media (max-width: 700px) { .band { padding: 52px 0; } }

/* --- Ust bar ------------------------------------------------------------ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(11, 14, 13, 0.82);
  backdrop-filter: blur(12px);
}
.site-header .wrap {
  display: flex;
  align-items: center;
  gap: 26px;
  height: 66px;
}
/* Logo AYNEN v01 (.brand-mark + .brand-name) — yalniz alt bosluk sifirlanir. */
.site-header .brand { margin: 0; }
.site-nav { display: flex; gap: 2px; margin-left: auto; }
.site-nav a {
  padding: 10px 13px;
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  color: var(--muted);
  text-decoration: none;
  border-radius: var(--r-sm);
}
.site-nav a:hover { color: var(--fg); background: rgba(255, 255, 255, 0.05); }
.site-nav a:focus-visible { outline: 2px solid var(--amber-2); outline-offset: 2px; }
.nav-signin {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 20px;
  font-family: var(--display);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--amber-ink);
  text-decoration: none;
  background: linear-gradient(180deg, var(--amber-2), var(--amber));
  border-radius: 999px;
  box-shadow: 0 10px 24px -14px rgba(232, 163, 61, 0.8);
}
.nav-signin:hover { filter: brightness(1.06); }
.nav-signin:focus-visible { outline: 2px solid var(--amber-2); outline-offset: 3px; }
@media (max-width: 860px) { .site-nav { display: none; } .nav-signin { margin-left: auto; } }

/* --- Hero --------------------------------------------------------------- */
.hero { padding: 86px 0 66px; }
/* 22-27: sagdaki diyagram kaldirildi → hero TEK SUTUN. Iki-sutunlu izgara
   birakilsaydi metin sayfanin yarisinda sikisir, sag yari BOS kalirdi. */
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  max-width: 46rem;
}
.hero h1 {
  margin: 14px 0 20px;
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(2.3rem, 5.2vw, 3.9rem);
  line-height: 1.05;
  letter-spacing: -0.032em;
  max-width: 15ch;
}
.hero h1 em { font-style: normal; color: var(--amber); }
.hero-lead {
  margin: 0 0 30px;
  max-width: 52ch;
  font-size: 1.09rem;
  line-height: 1.62;
  color: var(--muted);
}
.hero-lead strong { color: var(--fg); font-weight: 600; }
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
@media (max-width: 940px) {
  .hero { padding: 54px 0 44px; }
  .hero-grid { grid-template-columns: 1fr; gap: 38px; }
}

/* 22-45: HERO "KULVAR" imzasi (.lane / .lane-row / .lane-tag / .filmstrip /
   .lane-note) SILINDI — 22-27'de hero tek sutuna dusuruldu, bu siniflar hicbir
   HTML'de gecmiyor (6 sayfada 0 eslesme, olculdu). */

/* --- Spec seridi (hero altinda, tam genislik) --------------------------- */
/* --- Bolum basliklari --------------------------------------------------- */
.section-head { max-width: 62ch; margin-bottom: 40px; }
.section-head h2 {
  margin: 12px 0 12px;
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(1.55rem, 2.8vw, 2.15rem);
  line-height: 1.16;
  letter-spacing: -0.02em;
}
.section-head p { margin: 0; color: var(--muted); font-size: 1.02rem; }

/* --- "Uc adim": kart YOK, ince cizgili sutunlar ------------------------- */
.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.step { padding: 4px 30px; border-left: 1px solid var(--line); }
.step:first-child { padding-left: 0; border-left: 0; }
.step-no {
  display: block;
  margin-bottom: 12px;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  color: var(--amber);
}
.step h3 {
  margin: 0 0 8px;
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.12rem;
  letter-spacing: -0.01em;
}
.step p { margin: 0; color: var(--muted); line-height: 1.6; }
.step b { color: var(--fg); font-weight: 600; }
@media (max-width: 820px) {
  .steps { grid-template-columns: 1fr; }
  .step { padding: 22px 0; border-left: 0; border-top: 1px solid var(--line); }
  .step:first-child { padding-top: 0; border-top: 0; }
}

/* --- Ornek (demo) yeri: DURUST yer tutucu, sahte oynatici YOK ----------- */
.sample-slot {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  margin-top: 28px;
}
.sample-frame {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  min-height: 196px;
  min-width: 0;
  padding: 20px 22px;
  border: 1px dashed var(--line-2);
  border-radius: var(--r);
  color: var(--faint);
  background:
    repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 11px,
      rgba(232, 163, 61, 0.04) 11px,
      rgba(232, 163, 61, 0.04) 12px
    );
}
/* 22-45: `.sample-status` ("PENDING" rozeti) SILINDI — index.html'deki DURUST
   yer tutucuda boyle bir rozet yok, 6 sayfada 0 eslesme (olculdu).
   `.sample-slot` / `.sample-frame` / `.sample-code` CANLI, dokunulmadi. */
.sample-code {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
}
.sample-frame b { color: var(--muted); font-family: var(--body); font-weight: 500; }
.sample-frame p {
  margin: 0;
  max-width: 36ch;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--faint);
}
.sample-note {
  margin: 16px 0 0;
  color: var(--faint);
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}

/* --- "Kimler icin": sol baslik + sag liste ----------------------------- */
.split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 56px;
  align-items: start;
}
.split .section-head { margin-bottom: 0; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; gap: 32px; } }

.rows { margin: 0; padding: 0; list-style: none; }
.rows li { padding: 20px 0; border-top: 1px solid var(--line); }
.rows li:first-child { padding-top: 0; border-top: 0; }
.rows h3 {
  margin: 0 0 6px;
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.04rem;
}
.rows p { margin: 0; color: var(--muted); line-height: 1.6; }
.rows b { color: var(--fg); font-weight: 600; }

/* --- Sinirlar: terim / aciklama (durustluk bolumu) --------------------- */
.facts { margin: 0; }
.facts > div {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(0, 1.45fr);
  gap: 28px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}
.facts > div:first-child { border-top: 0; padding-top: 0; }
.facts dt {
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--amber);
}
.facts dd { margin: 0; color: var(--muted); line-height: 1.62; }
.facts dd b { color: var(--fg); font-weight: 600; }
@media (max-width: 760px) {
  .facts > div { grid-template-columns: 1fr; gap: 6px; }
}

/* --- Kapanis CTA seridi ------------------------------------------------- */
.cta-band { text-align: center; }
.cta-band .section-head { margin-inline: auto; margin-bottom: 26px; }
.cta-band .cta-row { justify-content: center; }

/* --- Ayak --------------------------------------------------------------- */
.site-footer { padding: 34px 0 46px; border-top: 1px solid var(--line); }
.site-footer .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 26px;
}
.site-footer .brand { margin: 0; }
.landing-legal { display: flex; gap: 18px; margin: 0 0 0 auto; }
.landing-legal a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-family: var(--mono);
  font-size: 0.76rem;
  color: var(--muted);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.landing-legal a:hover { color: var(--amber); }
.site-footer .foot { margin: 0; width: 100%; justify-content: flex-start; }
@media (max-width: 700px) { .landing-legal { margin-left: 0; } }

/* --- Buton benzeri BAGLANTI (JS'siz de calisir) ------------------------- */
.btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  min-width: 190px;
  width: auto;
  margin: 0;
  padding: 0 26px;
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--amber-ink);
  text-decoration: none;
  background: linear-gradient(180deg, var(--amber-2), var(--amber));
  border-radius: var(--r-sm);
  box-shadow: 0 12px 28px -14px rgba(232, 163, 61, 0.75);
}
.btn-link:hover { filter: brightness(1.06); }
.btn-link:focus-visible { outline: 2px solid var(--amber-2); outline-offset: 3px; }

/* Ikincil eylem: davet iste (hem tanitimda hem `/app`'te ayni goruntu). */
.contact-link {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  padding: 0 20px;
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: var(--amber);
  text-decoration: none;
  border: 1px solid rgba(232, 163, 61, 0.4);
  border-radius: var(--r-sm);
  transition: background 0.15s ease;
}
.contact-link:hover { background: rgba(232, 163, 61, 0.1); }
.contact-link:focus-visible { outline: 2px solid var(--amber-2); outline-offset: 3px; }

/* ============================================================================
   `/app` (studyo) ve `/privacy.html` — v02 genislikleri
   Tanitim SIFIRDAN yazildi; bu iki sayfa YAPISINI korur, yalniz genisler.
   ============================================================================ */
.page-app .stage { max-width: 1020px; padding-top: 30px; }
/* 22-45: `.page-doc .stage`, `.page-doc .panel` ve `.page-doc { overflow-x: hidden }`
   SILINDI. Yorum bunlari "/privacy.html icin" diye tanitiyordu ama privacy.html ve
   terms.html `class="page-legal"` kullaniyor -> uc kural da 6 sayfada 0 elemana
   esliyordu (olculdu); vaat edilen yatay tasma korumasi gercekte YOKTU.
   `.page-legal`e TASINMADI, cunku gerek yok ve bedeli var: yasal sayfalar bu
   koruma olmadan da tasmiyor (olculdu: privacy/terms 390px'te scrollWidth = 390;
   gercek koruma legal.css'te `.legal-tablewrap { overflow-x: auto }`), buna karsilik
   body'ye `overflow-x: hidden` eklemek marj daralmasini kesip sayfayi 14px
   uzatiyordu (olculdu) ve ileride cikacak bir tasmayi duzeltmek yerine GIZLERDI.
   Genislik siniri legal.css'te: `.legal-stage { max-width: 760px }`. */
.page-app #login-view { max-width: 470px; margin: 26px auto 18px; }
.page-app #app-view { padding: 30px 32px; }
.access-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.access-actions-app { margin-top: 18px; }
/* Studyo formu iki sutun (DOM SIRASI DEGISMEDI — kilitler bozulmaz). */
/* 22-45: `dense` OLMADAN izgara hicbir zaman iki sutun olmuyordu. DOM sirasi
   .drop -> #privacy-note(1/-1) -> #preview; seyrek (sparse) yerlestirmede imlec
   geri gitmedigi icin #preview satir1/sutun2'ye DONEMIYOR, satir3'e dusuyordu
   -> video secilince satir1'in sag yarisi BOS kaliyordu (olculdu: drop y=450
   w=447, preview y=777). `dense` #preview'i o boslugu doldurmak icin geri
   tasir; DOM sirasi yine degismedi. */
.page-app #generate-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-flow: row dense;
  gap: 16px;
  align-items: start;
}
.page-app #generate-form .drop { margin: 0; min-height: 210px; }
/* `max-height` TEK BASINA yetmiyordu. `<video>` YER DEGISTIRMIS bir elemandir:
   250px yukseklik, en-boy oranina gore GENISLIGE cevrilir (16:9 → 444px, 2.39:1
   sinemaskop → 598px) ve o genislik sutun izini asip sayfayi yatay TASIRIR.
   Olculdu (gercek Chromium, dosya SECILI, 1912x800 = 2.39:1 klip): duzeltmenin
   TAMAMI geri alinmis halde scrollWidth 1024→1118, 900→1056, 820→1016,
   761→986, 640→653, 500→653, 390→647, 320→647; onizlemenin sag kenari panel
   cercevesini 118-343px deliyordu.

   22-50 — HANGI SATIR ISI YAPIYOR? Dort varyant ayri ayri olculdu (ayni klip,
   10 genislik: 1280,1024,900,820,761,760,640,500,390,320):
     * yalniz `max-width: 100%`            → HICBIR genislikte tasma yok
     * yalniz `> * { min-width: 0 }`       → tasma AYNEN suruyor (390→647)
     * yalniz `#preview { min-width: 0 }`  → tasma AYNEN suruyor (390→647)
     * yalniz `minmax(0, 1fr)`             → tasma AYNEN suruyor (390→647)
   Yani tasmayi kapatan TEK sey `max-width: 100%`; oteki uc satirin olculebilir
   hicbir etkisi YOK (varliklari da yokluklari da 10 genislikte ayni sayilari
   verdi, 140 karakterlik bolunmez dosya adiyla da ayni). Bu yuzden
   `.page-app #generate-form > * { min-width: 0; }` kurali 22-50'de SILINDI:
   olcumle desteklenmeyen, hicbir testin koruyamadigi olu satirdi. Asagida kalan
   `min-width: 0` izgara hijyeni olarak DURUYOR ama isi yapan o degil — bir gun
   birisi `max-width: 100%`i silerse tasma geri gelir, `min-width: 0` onu
   KURTARMAZ (V7 olcumu). */
.page-app #generate-form #preview {
  margin: 0;
  max-height: 250px;
  max-width: 100%;
  min-width: 0;
}
.page-app #generate-form #privacy-note,
.page-app #generate-form .spec,
.page-app #generate-form .btn-lg { grid-column: 1 / -1; }
.page-app #generate-form:has(#preview[hidden]) .drop { grid-column: 1 / -1; }
/* Mobil tek sutun. `minmax(0, 1fr)` izgara hijyeni olarak burada duruyor.
   22-50 DUZELTMESI (yanlis atif): 22-48 yorumu "390px ekranda scrollWidth 646
   olculdu" diyerek bu sayiyi duz `1fr`e yikliyordu. Olculdu — DOGRU DEGIL: bu
   dosyadaki `max-width: 100%` yerindeyken duz `1fr` ile de 390px'te scrollWidth
   390 (tasma YOK); 646/647 sayisi 22-48'in TAMAMEN geri alindigi duruma aittir.
   Kural zararsiz ve standart, ama tasmayi onleyen o degil. */
@media (max-width: 760px) { .page-app #generate-form { grid-template-columns: minmax(0, 1fr); } }
/* `/app` ve yasal sayfalarda yasal satir tek satir halinde kalir.
   22-45: selektor `.page-doc` idi ve hicbir seye eslesmiyordu; yasal sayfalarin
   gercek body sinifi `.page-legal`. Bu kural gorunumu bozmadan gecerli hale geldi
   (`.landing-legal` privacy/terms'te VAR; olculdu: ayni piksel). */
.page-app .landing-legal,
.page-legal .landing-legal { flex-wrap: wrap; margin: 14px 0 0; }

/* Marka bir BAGLANTI oldu (logoya tiklayinca ana sayfa) → tarayicinin mavi/alti
   cizili varsayilanini temizle; logo v01'deki goruntusunu KORUR. */
.site-header .brand,
.site-footer .brand { color: var(--fg); text-decoration: none; }
.site-header .brand:focus-visible { outline: 2px solid var(--amber-2); outline-offset: 4px; border-radius: 6px; }

/* --- Yatay tasma duzeltmesi (olculdu: 390px'te scrollWidth 413) ----------
   Kok neden: mobil kirilimlarda `1fr` = `minmax(auto, 1fr)` → izgara sutunu
   icerigin min-content genisliginden KUCULEMIYOR. Cozum: her kirilimda
   `minmax(0, 1fr)` + esnek cocuklarda `min-width: 0`.
   22-45 NOTU: bu tasmayi ilk yapan bilesen hero'daki "kulvar" idi; o bilesen
   22-27'de kaldirildi, ona ait yamalar da buradan silindi — post-mortem artik
   var olmayan bir elemani gostermiyor. Kural gecerli: yeni izgarada
   `minmax(0, 1fr)` kullan. */
@media (max-width: 940px) { .hero-grid { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 900px) { .split { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 820px) { .steps { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 760px) { .sample-slot { grid-template-columns: minmax(0, 1fr); } }
.hero-grid > *, .split > *, .steps > *, .sample-slot > * { min-width: 0; }

/* `/app` ust satiri: yalniz logo (tanitim sayfasina donus). Giris ekraninda
   imza dalga formu YOK — orada isi yoktu, yalniz yer kapliyordu (urun sahibi, 18-1). */
.app-header { display: flex; align-items: center; padding: 4px 0 26px; }
.app-header .brand { color: var(--fg); text-decoration: none; margin: 0; }
.app-header .brand:focus-visible { outline: 2px solid var(--amber-2); outline-offset: 4px; border-radius: 6px; }

/* 22-45: "20-1 Autumn plan secici" (.plan-picker / .plan-select) SILINDI —
   fatura cubugunda (#billing-bar) boyle bir secici yok; bu adlar public/*.html,
   public/*.js ve public/admin/* icinde hic gecmiyor (6 sayfada 0 eslesme,
   olculdu). Kaldirilmis bir ozelligin kalintisiydi. */

/* 21-1 — SONUC SAKLAMA ROZETI (#retention-left)
 * Yasal metin "kept for 7 days, then deleted" diyor; kullanici o pencereyi
 * gormeli. Vurgulu degil UYARICI degil: sakin, ikincil bir bilgi satiri.
 * `:root` paletine DOKUNULMAZ (tasarim v02 kapisi onu karsilastiriyor). */
.retention-left {
  margin: 10px 0 0;
  font-size: .86rem;
  line-height: 1.5;
  opacity: .72;
}

/* 21-1 — KREDI BITTI PANELI (#out-of-credits)
 * Cikmaz sokak birakmaz: ne oldugunu soyler, TEK bir birincil eylem gosterir.
 * `:root` paletine DOKUNULMAZ (tasarim v02 kapisi onu karsilastiriyor). */
.out-of-credits {
  margin: 14px 0 0;
  padding: 16px 18px;
  border: 1px solid rgba(232, 163, 61, .35);
  border-radius: 12px;
  background: rgba(232, 163, 61, .06);
}
.out-of-credits .ooc-title { margin: 0 0 6px; font-weight: 600; }
.out-of-credits .ooc-text { margin: 0 0 12px; font-size: .92rem; opacity: .8; }
/* 22-45: `display:inline-block` `.btn`'in inline-flex merkezlemesini iptal
   ediyor, ama `.btn { width: 100% }` duruyordu -> "Upgrade your plan" tam
   genislikte amber bir cubugun SOLUNA yaslaniyordu (olculdu: w=872,
   text-align=start). `width: auto` kuralin kendi niyetini (icerik boyunda,
   yan yana iki buton) geri getirir. */
.out-of-credits .btn,
.out-of-credits .btn-ghost { display: inline-block; width: auto; margin-right: 8px; }

/* 22-3 — STUDYODAKI TEK SEFERLIK PAKET TEKLIFI (urun karari 2026-08-29).
   Paketler fiyat sayfasindan kaldirildi; yalniz kota bitince / %90'a gelince
   BURADA cikar. Gorunum mevcut `out-of-credits` paneliyle ayni dilde. */
.ooc-actions { margin-top: 12px; }
.ooc-or { margin-top: 14px; opacity: .85; }
.topup-packs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.topup-packs .topup-pack { white-space: nowrap; }


/* 22-4 (urun sahibi): fiyatin hemen altinda vergi ibaresi. Odeme ekraninda fiyata KDV
   binebiliyor (Link satici sifatiyla, fatura adresine gore) — musteri bunu
   sepette degil, fiyati GORDUGU anda bilmeli. */
.plan-tax {
  margin: -6px 0 10px;
  font-size: .78rem;
  letter-spacing: .01em;
  opacity: .62;
}

/* 22-12 — ABONELIK DURUMU: iptal / kart hatasi panelde GORUNUR olmali. */
.sub-state { margin: .25rem 0 .75rem; font-size: .85rem; opacity: .8; }
.sub-state.warn { color: #d9534f; opacity: 1; font-weight: 600; }

/* === YAKINDA: EKLENTI KARTLARI (urun karari 2026-08-30) ===================
   Pro Tools ve DaVinci Resolve eklentileri HENUZ YOK. Rozet bunu gizlemez;
   kart sonradan 'canli' olacagi icin ayni kutu yapisi korunur. */
.plugin-cards { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); list-style: none; margin: 0; padding: 0; }
.plugin-card { border: 1px solid var(--line, #2a2a2a); border-radius: 10px; padding: 1.1rem 1.2rem; }
.plugin-card h3 { margin: .5rem 0 .35rem; }
.plugin-card p { margin: 0; opacity: .78; }
.badge-soon { display: inline-block; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; padding: .2rem .5rem; border: 1px solid currentColor; border-radius: 999px; opacity: .7; }

/* === 22-18: ANA SAYFA A/B DEMOSU ==========================================
   Iki oynatici YAN YANA ve AYNI boyutta durmali: farkli boyut, "B daha iyi
   gorunuyor" gibi bir yanilsama yaratirdi. Fark yalnizca SES olmali. */
.sample-picker { display: flex; gap: .5rem; flex-wrap: wrap; margin: 0 0 1rem; }
.sample-tab {
  font: inherit; font-size: .8rem; letter-spacing: .04em; text-transform: uppercase;
  padding: .4rem .9rem; border-radius: 999px; cursor: pointer;
  border: 1px solid var(--line, #2a2a2a); background: transparent; color: inherit;
  opacity: .65; transition: opacity .15s ease, border-color .15s ease;
}
.sample-tab:hover { opacity: .9; }
.sample-tab.on { opacity: 1; border-color: currentColor; font-weight: 600; }
.sample-video {
  width: 100%; aspect-ratio: 16 / 9; display: block; margin: .6rem 0 .5rem;
  border-radius: 8px; background: #000;
}
.sample-play {
  display: inline-flex; align-items: center; gap: .45rem;
  font: inherit; font-size: .85rem; font-weight: 600;
  padding: .45rem 1rem; margin: .6rem 0 0; border-radius: 999px; cursor: pointer;
  border: 1px solid currentColor; background: transparent; color: inherit;
}
.sample-play[hidden] { display: none; }

/* 22-22 — OYNATICI: TUM KARE TIKLANABILIR.
   OLCULEN SIKAYET: "bir sure tek kare olarak gosteriyor, tiklanamaz bir kare".
   Kucuk bir dugme videonun ALTINDA duruyordu; ziyaretci karenin kendisine
   tikliyor ve hicbir sey olmuyordu. Kaplama artik karenin TAMAMINI orter. */
.sample-stage { position: relative; display: block; }
.sample-stage .sample-play {
  position: absolute; inset: 0; margin: 0; width: 100%; height: 100%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: .5rem; border: 0; border-radius: 8px; cursor: pointer;
  background: rgba(0, 0, 0, .38); color: #fff; font: inherit;
}
.sample-stage .sample-play:hover { background: rgba(0, 0, 0, .5); }
.sample-play-dot {
  display: flex; align-items: center; justify-content: center;
  width: 56px; height: 56px; border-radius: 50%;
  border: 2px solid currentColor; font-size: 1.3rem; padding-left: .18em;
}
.sample-play-text { font-size: .85rem; font-weight: 600; letter-spacing: .03em; }
/* 22-34: hero'da ikinci satir — ana iddiadan daha sakin, ondan once okunmasin. */
.hero-sub { margin: -6px 0 22px; opacity: .72; max-width: 40rem; }
