/* Panelden üretildi - elle düzenlemeyin, yönetim panelinden değiştirin. */
:root {
  --ink: #ffffff;
  --ink-2: #f5f5f7;
  --ink-3: #ffffff;
  --text: #1d1d1f;
  --muted: #6e6e73;
  --gold: #0071e3;
  --gold-deep: #0066cc;
  --accent-soft: rgba(0, 113, 227, 0.18);
  --font-head: "Inter", -apple-system, BlinkMacSystemFont, "SF Pro Display", "Baslik yedek", "Segoe UI", system-ui, sans-serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "SF Pro Text", "Metin yedek", "Segoe UI", system-ui, sans-serif;
}
.brand-logo { display: block; height: auto; max-height: 30px; width: auto; }
.review-card blockquote { quotes: "\201C" "\201D"; }
.review-card blockquote::before { content: open-quote; }
.review-card blockquote::after { content: close-quote; }
