/* dövizKKTC marka renk eşitlemesi
   Yalnızca yatay markadaki KKTC yazısını DK logosundaki K harfinin
   mor geçişine yaklaştırır. "döviz" beyaz ve slogan mevcut renkte kalır. */
.brand-name > span {
  background: linear-gradient(135deg, #5e20d2 0%, #7a2bea 48%, #8f43f5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  -webkit-text-fill-color: transparent;
}

/* FINAL40 — source-safe premium monogram fallback.
   Gerçek logo_path yoksa yalnızca görsel fallback üretir.
   DB'ye logo yazmaz; resmî logo geldiğinde img otomatik olarak önceliklidir. */
.office-logo-placeholder {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(168,121,255,.42) !important;
  background:
    radial-gradient(circle at 20% 15%, rgba(255,255,255,.18), transparent 30%),
    linear-gradient(145deg,#25144f 0%,#17122e 52%,#0b0e1d 100%) !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.10), 0 0 0 1px rgba(139,92,246,.08);
  color: #fff !important;
  font-size: 0 !important;
  font-family: Poppins,system-ui,sans-serif;
}
.office-logo-placeholder::after {
  content:"";
  position:absolute;
  inset:-38% 42% 38% -42%;
  z-index:-1;
  transform:rotate(-22deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.13),transparent);
  pointer-events:none;
}
.office-logo-placeholder::before {
  content:"EX";
  position:relative;
  z-index:1;
  display:block;
  font-size:12px;
  font-weight:800;
  line-height:1;
  letter-spacing:.03em;
  color:#fff;
  text-shadow:0 2px 12px rgba(116,75,235,.38);
}

/* Altı logosuz aktif FINAL40 kaydı. */
article:has(a[href*="antas-exchange-long-beach"]) .office-logo-placeholder::before { content:"AN"; }
article:has(a[href*="dabloz-doviz-gazimagusa"]) .office-logo-placeholder::before { content:"DB"; }
article:has(a[href*="griffin-exchange-gazimagusa"]) .office-logo-placeholder::before { content:"GR"; }
article:has(a[href*="kar-is-doviz-gazimagusa"]) .office-logo-placeholder::before { content:"Kİ"; }
article:has(a[href*="tna-change-and-exchange-iskele"]) .office-logo-placeholder::before { content:"TNA"; font-size:10px; letter-spacing:0; }
article:has(a[href*="tunal-doviz-guzelyurt"]) .office-logo-placeholder::before { content:"TN"; }

/* Aynı sistem içinde hafif kimlik varyasyonları. */
article:has(a[href*="dabloz-doviz-gazimagusa"]) .office-logo-placeholder {
  border-color:rgba(98,145,255,.48) !important;
  background:radial-gradient(circle at 20% 15%,rgba(111,158,255,.23),transparent 31%),linear-gradient(145deg,#172752,#10172f 54%,#090d1b) !important;
}
article:has(a[href*="griffin-exchange-gazimagusa"]) .office-logo-placeholder {
  border-color:rgba(74,206,181,.45) !important;
  background:radial-gradient(circle at 20% 15%,rgba(73,211,185,.20),transparent 31%),linear-gradient(145deg,#123a3a,#0e2528 54%,#081315) !important;
}
article:has(a[href*="kar-is-doviz-gazimagusa"]) .office-logo-placeholder {
  border-color:rgba(238,177,60,.52) !important;
  background:radial-gradient(circle at 20% 15%,rgba(255,193,74,.22),transparent 31%),linear-gradient(145deg,#4a3214,#261d11 54%,#11100d) !important;
}
article:has(a[href*="tna-change-and-exchange-iskele"]) .office-logo-placeholder {
  border-color:rgba(211,91,177,.48) !important;
  background:radial-gradient(circle at 20% 15%,rgba(225,99,194,.20),transparent 31%),linear-gradient(145deg,#431936,#251329 54%,#120b14) !important;
}
article:has(a[href*="tunal-doviz-guzelyurt"]) .office-logo-placeholder {
  border-color:rgba(73,186,233,.48) !important;
  background:radial-gradient(circle at 20% 15%,rgba(83,199,245,.20),transparent 31%),linear-gradient(145deg,#15364d,#102433 54%,#09131b) !important;
}

/* SEO bölge ve detay sayfasındaki mevcut fallback'i de premiumlaştır. */
.seo-office-logo-wrap:has(> span),
.seo-office-logo-large:has(> span) {
  position:relative;
  isolation:isolate;
  overflow:hidden;
  border-color:rgba(168,121,255,.42) !important;
  background:radial-gradient(circle at 20% 15%,rgba(255,255,255,.17),transparent 30%),linear-gradient(145deg,#25144f,#17122e 55%,#0b0e1d) !important;
  box-shadow:0 12px 28px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.10);
}
.seo-office-logo-wrap:has(> span)::after,
.seo-office-logo-large:has(> span)::after {
  content:"";
  position:absolute;
  inset:-35% 45% 38% -45%;
  transform:rotate(-22deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent);
  pointer-events:none;
}
.seo-office-logo-wrap > span,
.seo-office-logo-large > span {
  position:relative;
  z-index:1;
  color:#fff;
  font-weight:800;
  text-shadow:0 2px 14px rgba(116,75,235,.40);
}
.seo-office-card:has(a[href*="antas-exchange-long-beach"]) .seo-office-logo-wrap > span,
.seo-office-card:has(a[href*="dabloz-doviz-gazimagusa"]) .seo-office-logo-wrap > span,
.seo-office-card:has(a[href*="griffin-exchange-gazimagusa"]) .seo-office-logo-wrap > span,
.seo-office-card:has(a[href*="kar-is-doviz-gazimagusa"]) .seo-office-logo-wrap > span,
.seo-office-card:has(a[href*="tna-change-and-exchange-iskele"]) .seo-office-logo-wrap > span,
.seo-office-card:has(a[href*="tunal-doviz-guzelyurt"]) .seo-office-logo-wrap > span { font-size:0; }
.seo-office-card:has(a[href*="antas-exchange-long-beach"]) .seo-office-logo-wrap > span::before { content:"AN"; font-size:18px; }
.seo-office-card:has(a[href*="dabloz-doviz-gazimagusa"]) .seo-office-logo-wrap > span::before { content:"DB"; font-size:18px; }
.seo-office-card:has(a[href*="griffin-exchange-gazimagusa"]) .seo-office-logo-wrap > span::before { content:"GR"; font-size:18px; }
.seo-office-card:has(a[href*="kar-is-doviz-gazimagusa"]) .seo-office-logo-wrap > span::before { content:"Kİ"; font-size:18px; }
.seo-office-card:has(a[href*="tna-change-and-exchange-iskele"]) .seo-office-logo-wrap > span::before { content:"TNA"; font-size:14px; }
.seo-office-card:has(a[href*="tunal-doviz-guzelyurt"]) .seo-office-logo-wrap > span::before { content:"TN"; font-size:18px; }

@media (max-width:620px) {
  .office-logo-placeholder { box-shadow:0 7px 18px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.08); }
  .office-logo-placeholder::before { font-size:11px; }
}