/**
 * footer.css — tüm sayfalarda yüklenir (ana + iç).
 * home.css yalnızca ana sayfada olduğu için burada TAM taban stiller var.
 */

/* ── BASE (iç sayfalarda home.css yok; bu blok zorunlu) ── */
.og-footer {
  position: relative !important;
  color: #e8dfd2 !important;
  /* glow/ring sağa taşmasın; dikeyde paneller görünsün */
  overflow-x: clip !important;
  overflow-y: visible !important;
  max-width: 100% !important;
  margin-top: 0 !important;
  background:
    linear-gradient(135deg, #121A16 0%, #15211B 48%, #121A16 100%) !important;
  isolation: isolate;
}

.og-footer a {
  text-decoration: none !important;
}

.og-footer__accent {
  position: relative;
  z-index: 2;
  height: 3px;
  background: linear-gradient(90deg,
    #1E3329 0%,
    #2F4A3C 42%,
    #3D5C4A 72%,
    #6B7F62 100%
  ) !important;
}

.og-footer__bg {
  position: absolute !important;
  inset: 0 !important;
  opacity: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 50% at 50% -20%, rgb(61 92 74 / 0.22), transparent 55%),
    linear-gradient(180deg, #121A16 0%, #121A16 38%, #121A16 100%) !important;
}

/* Photo footer — festival banner style (admin / tema görseli) */
.og-footer--photo {
  background: #121A16 !important;
  overflow: hidden !important;
  overflow-x: clip !important;
  overflow-y: clip !important;
}

.og-footer--photo .og-footer__bg {
  opacity: 1 !important;
  background: transparent !important;
  overflow: hidden !important;
}

.og-footer__photo {
  position: absolute !important;
  inset: 0 !important;
  background-image: var(--og-footer-bg) !important;
  background-size: cover !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
  transform: none;
}

.og-footer__shade {
  position: absolute !important;
  inset: 0 !important;
  background:
    linear-gradient(90deg,
      rgb(18 26 22 / 0.92) 0%,
      rgb(18 26 22 / 0.78) 38%,
      rgb(21 33 27 / 0.55) 62%,
      rgb(30 51 41 / 0.42) 100%
    ),
    linear-gradient(180deg,
      rgb(18 26 22 / 0.55) 0%,
      rgb(18 26 22 / 0.28) 42%,
      rgb(18 26 22 / 0.88) 88%,
      rgb(18 26 22 / 1) 100%
    ),
    radial-gradient(ellipse 70% 55% at 78% 42%, rgb(61 92 74 / 0.12), transparent 70%) !important;
}

.og-footer__motif {
  position: absolute !important;
  inset: 0 !important;
  opacity: 0.14;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 50% 28%, rgb(255 245 230 / 0.35) 0 1px, transparent 1.5px),
    radial-gradient(circle at 50% 28%, transparent 18%, rgb(246 243 236 / 0.08) 19%, transparent 20%),
    radial-gradient(circle at 50% 28%, transparent 28%, rgb(246 243 236 / 0.06) 29%, transparent 30%) !important;
  background-size: 220px 220px !important;
  background-position: 52% 8% !important;
  background-repeat: no-repeat !important;
  mask-image: radial-gradient(ellipse 55% 45% at 50% 20%, #000 0%, transparent 75%);
}

@media (max-width: 767px) {
  .og-footer__photo {
    background-position: 72% center !important;
  }
  .og-footer__shade {
    background:
      linear-gradient(180deg,
        rgb(18 26 22 / 0.72) 0%,
        rgb(18 26 22 / 0.78) 45%,
        rgb(18 26 22 / 0.92) 100%
      ),
      linear-gradient(90deg,
        rgb(18 26 22 / 0.7) 0%,
        rgb(18 26 22 / 0.45) 100%
      ) !important;
  }
  .og-footer__motif { opacity: 0.08; }
}

.og-footer__mesh {
  position: absolute !important;
  inset: 0 !important;
  opacity: 0.38;
  pointer-events: none;
  background-image:
    linear-gradient(rgb(255 255 255 / 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 0.025) 1px, transparent 1px) !important;
  background-size: 40px 40px !important;
  mask-image: linear-gradient(180deg, #000 0%, transparent 88%);
}

/* ââ Glow orbs ââ */
.og-footer__glow--blue {
  width: min(480px, 60vw);
  height: min(480px, 60vw);
  top: -160px;
  right: 0;
  background: rgb(61 92 74 / 0.25);
}
.og-footer__glow--green {
  width: min(360px, 50vw);
  height: min(360px, 50vw);
  bottom: 20%;
  left: 0;
  background: rgb(47 74 60 / 0.18);
}

/* Decorative ring */
.og-footer__ring {
  position: absolute;
  width: 520px; height: 520px;
  top: -260px; left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 1px solid rgb(138 163 148 / 0.08);
  pointer-events: none;
}

/* Main — daha kompakt yükseklik */
.og-footer__main {
  position: relative !important;
  z-index: 1 !important;
  padding: clamp(1.5rem, 3vw, 2.25rem) 0 1.25rem !important;
}

/* Actions / buttons / social — taban (home.css olmadan) */
.og-footer__actions {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
}
.og-footer__btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  font-size: 0.8125rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  color: #fff !important;
}
.og-footer__btn--ghost {
  color: #fff !important;
  border: 1px solid rgb(255 255 255 / 0.28) !important;
  background: rgb(255 255 255 / 0.06) !important;
}
.og-footer__social {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
}
.og-footer__social-link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgb(255 255 255 / 0.08) !important;
  border: 1px solid rgb(255 255 255 / 0.12) !important;
  color: #e2e8f0 !important;
  text-decoration: none !important;
}

/* List / link tabanı — iç sayfa mavi link stilini ezer */
.og-footer__links,
.og-footer__contact {
  display: grid !important;
  gap: 0.28rem !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.og-footer__link,
.og-footer__contact-item {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 0.8rem !important;
  color: rgb(255 255 255 / 0.78) !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  border: none !important;
  box-shadow: none !important;
}
.og-footer__contact-item { justify-content: flex-start !important; }
.og-footer__heading {
  color: #fff !important;
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}
.og-footer__bottom {
  position: relative !important;
  z-index: 1 !important;
  padding: 0.75rem 0 !important;
  border-top: 0 !important;
}
.og-footer__bottom-inner {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.og-footer__sponsors {
  position: relative;
  z-index: 1;
}

.og-footer__nav-gap {
  display: block !important;
  height: 0.65rem !important;
  min-height: 0.65rem !important;
}

/* ── Brand card: logo | countdown | CTA ── */
.og-footer__brand-card {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0.85rem 1.15rem !important;
  align-items: center !important;
  margin-bottom: 0 !important;
  padding: 0.95rem 1.1rem !important;
  border-radius: 14px !important;
  background:
    linear-gradient(145deg, rgb(246 243 236 / 0.1) 0%, rgb(255 255 255 / 0.04) 50%, rgb(18 26 22 / 0.45) 100%) !important;
  border: 1px solid rgb(138 163 148 / 0.22) !important;
  box-shadow:
    0 24px 64px rgb(0 0 0 / 0.38),
    inset 0 1px 0 rgb(255 245 230 / 0.1) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.og-footer--photo .og-footer__brand-card {
  background:
    linear-gradient(145deg, rgb(246 243 236 / 0.12) 0%, rgb(18 26 22 / 0.55) 100%) !important;
  border-color: rgb(138 163 148 / 0.28) !important;
}

@media (min-width: 900px) {
  .og-footer__brand-card {
    /* Marka | (geri sayım + butonlar sıkı grup) — sağda boş kolon yok */
    grid-template-columns: minmax(0, 1fr) auto auto !important;
    gap: 1.25rem 1.35rem !important;
    justify-content: start !important;
  }
}

@media (min-width: 1100px) {
  .og-footer__brand-card {
    grid-template-columns: minmax(0, 1.15fr) auto auto !important;
    gap: 1.35rem 1.5rem !important;
  }
}

.og-footer__brand-side {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: center !important;
  gap: 0.75rem !important;
}
@media (max-width: 767px) {
  .og-footer__brand-side { align-items: stretch !important; }
}

/* Mesh / glow base (home.css bunları gizlemesin diye burada da) */
.og-footer__mesh,
.og-footer__glow {
  display: block !important;
  position: absolute;
  pointer-events: none;
}
.og-footer__mesh { inset: 0; }
.og-footer__glow {
  border-radius: 50%;
  filter: blur(80px);
}
.og-footer__ring { display: block !important; }

.og-footer__brand      { flex: 1 1 20rem; min-width: 0; }
.og-footer__brand-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.55rem;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s;
}
.og-footer__brand-link:hover { opacity: 0.92; }

/* Site ayarlarÄ±ndan gelen logo */
.og-footer__logo-frame {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.25rem;
  height: 4.25rem;
  padding: 0.45rem;
  border-radius: 16px;
  background: rgb(255 255 255 / 0.06);
  border: 1px solid rgb(255 255 255 / 0.1);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.06);
}

.og-footer__logo--brand {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: center;
  filter: brightness(0) invert(1);
  opacity: 0.96;
}

.og-footer__logo--brand.og-footer__logo--native {
  filter: none;
  opacity: 1;
}

.og-footer__logo-fallback {
  display: none;
  font-family: var(--og-font-display, 'Fraunces', Georgia, serif);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff;
}

.og-footer__logo-frame.is-fallback .og-footer__logo { display: none; }
.og-footer__logo-frame.is-fallback .og-footer__logo-fallback { display: block; }
.og-footer__logo-frame.is-fallback {
  background: linear-gradient(135deg, #1E3329, #3D5C4A);
  border-color: rgb(138 163 148 / 0.35);
}

.og-footer__mark {
  display: none;
}

.og-footer__brand-text { display: flex; flex-direction: column; gap: 0.15rem; line-height: 1.25; }
.og-footer__brand-text strong {
  font-family: var(--og-font-display, 'Fraunces', Georgia, serif);
  font-size: 1.15rem;
  font-weight: 700;
  color: #f8fafc !important;
}
.og-footer__brand-text small {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #C4B49A;
}

.og-footer__tagline {
  max-width: 34rem !important;
  margin-top: 0.15rem !important;
  font-size: 0.9375rem !important;
  line-height: 1.75 !important;
  color: #cbd5e1 !important;
}

/* Brand card ile nav arası ayırıcı */
.og-footer__divider {
  height: 1px;
  margin: 0.85rem 0;
  background: linear-gradient(90deg, transparent, rgb(138 163 148 / 0.28) 20%, rgb(30 51 41 / 0.2) 80%, transparent);
}

/* Brand side (CTA + social) — kompakt, taşmasın */
.og-footer__brand-side {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: center !important;
  gap: 0.45rem !important;
  flex-shrink: 1 !important;
  min-width: 0 !important;
  max-width: 8.75rem !important;
}
@media (min-width: 768px) {
  .og-footer__brand-side {
    align-items: stretch !important;
  }
}

.og-footer__actions {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  gap: 0.35rem !important;
  margin-bottom: 0 !important;
  min-width: 0 !important;
}

.og-footer__actions .og-footer__btn {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 2rem !important;
  padding: 0.35rem 0.7rem !important;
  font-size: 0.72rem !important;
  gap: 0.35rem !important;
  justify-content: center !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
}

.og-footer__actions .og-footer__btn i {
  font-size: 0.62rem !important;
}

.og-footer__social {
  justify-content: center !important;
  gap: 0.4rem !important;
}

.og-footer__social-link {
  width: 1.85rem !important;
  height: 1.85rem !important;
  border-radius: 8px !important;
}

/* Chips — dikdörtgen, uzun metin kesilir */
.og-footer__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  max-width: 100%;
}
.og-footer__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  max-width: 100%;
  padding: 0.28rem 0.55rem;
  border-radius: 0.45rem;
  font-size: 0.68rem;
  font-weight: 600;
  color: #F6F3EC;
  background: rgb(30 51 41 / 0.28);
  border: 1px solid rgb(138 163 148 / 0.28);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.og-footer__chip i {
  flex-shrink: 0;
  color: #E7DCC8;
  font-size: 0.62rem;
}

/* Brand card taşmasın */
.og-footer__brand-card {
  overflow: hidden !important;
  min-width: 0 !important;
}
.og-footer__brand {
  min-width: 0 !important;
}

/* Etkinlik geri sayımı — daha kompakt */
.og-event-countdown--footer {
  justify-self: center;
  width: 100%;
  max-width: 17.5rem;
  padding: 0.7rem 0.8rem 0.75rem;
  border-radius: 12px;
  background: linear-gradient(180deg, rgb(246 243 236 / 0.1) 0%, rgb(18 26 22 / 0.35) 100%);
  border: 1px solid rgb(138 163 148 / 0.22);
  box-shadow:
    inset 0 1px 0 rgb(255 245 230 / 0.08),
    0 8px 22px rgb(0 0 0 / 0.22);
}

.og-event-countdown__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin: 0 0 0.5rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #E7DCC8;
}

.og-event-countdown__title i { color: #E7DCC8; font-size: 0.65rem; }

.og-event-countdown__grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}

.og-event-countdown__unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 2.55rem;
  padding: 0.3rem 0.22rem 0.28rem;
  border-radius: 8px;
  background: linear-gradient(165deg, rgb(30 51 41 / 0.85) 0%, rgb(18 26 22 / 0.9) 100%);
  border: 1px solid rgb(138 163 148 / 0.22);
  box-shadow: inset 0 1px 0 rgb(246 243 236 / 0.06);
}

.og-event-countdown__num {
  font-family: var(--og-font-display, 'Fraunces', Georgia, serif);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  color: #F6F3EC;
  font-variant-numeric: tabular-nums;
}

.og-event-countdown__num--pulse {
  animation: og-footer-count-pulse 1s ease-in-out infinite;
}

@keyframes og-footer-count-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.82; transform: scale(0.98); }
}

.og-event-countdown__label {
  margin-top: 0.28rem;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #C4B49A;
}

.og-event-countdown__sep {
  padding-bottom: 0.85rem;
  font-family: var(--og-font-display, 'Fraunces', Georgia, serif);
  font-size: 1.15rem;
  font-weight: 700;
  color: rgb(138 163 148 / 0.55);
}

.og-event-countdown__live {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #8AA394;
}

.og-event-countdown__live-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #8AA394;
  box-shadow: 0 0 0 0 rgb(138 163 148 / 0.55);
  animation: og-footer-live-pulse 1.6s ease-out infinite;
}

@keyframes og-footer-live-pulse {
  0%   { box-shadow: 0 0 0 0 rgb(138 163 148 / 0.55); }
  70%  { box-shadow: 0 0 0 8px rgb(138 163 148 / 0); }
  100% { box-shadow: 0 0 0 0 rgb(138 163 148 / 0); }
}

@media (max-width: 899px) {
  .og-event-countdown--footer {
    max-width: none;
    order: 3;
  }

  .og-footer__brand-side { order: 4; }
}

@media (max-width: 480px) {
  .og-event-countdown__unit { min-width: 2.85rem; padding-inline: 0.25rem; }
  .og-event-countdown__num { font-size: 1.25rem; }
  .og-event-countdown__sep { font-size: 1rem; padding-bottom: 0.7rem; }
}

/* Buttons */
.og-footer__actions { margin-bottom: 0 !important; }

.og-footer__btn {
  gap: 0.35rem;
  min-height: 2rem !important;
  padding: 0.35rem 0.7rem !important;
  font-size: 0.72rem !important;
  transition:
    transform 0.25s var(--og-ease, cubic-bezier(0.22, 1, 0.36, 1)),
    box-shadow 0.25s,
    background 0.22s,
    border-color 0.22s !important;
}

/* Anadolu CTA — dikdörtgen bordo */
.og-footer__btn--primary,
.og-footer__btn--ghost {
  background: #2F4A3C !important;
  background-image: none !important;
  color: #fffdf9 !important;
  border: 1px solid #1E3329 !important;
  border-radius: 0.55rem !important;
  box-shadow: 0 1px 2px rgb(47 74 60 / 0.14) !important;
}
.og-footer__btn--primary:hover,
.og-footer__btn--ghost:hover {
  background: #1E3329 !important;
  color: #fff !important;
  border-color: #1E3329 !important;
  box-shadow: 0 8px 20px rgb(47 74 60 / 0.24) !important;
  transform: translateY(-1px);
}

/* Social icons */
.og-footer__social-link {
  width: 2.5rem !important;
  height: 2.5rem !important;
  border-radius: 12px !important;
  transition:
    background 0.22s,
    color 0.22s,
    transform 0.22s var(--og-ease, cubic-bezier(0.22, 1, 0.36, 1)),
    box-shadow 0.22s !important;
}
.og-footer__social-link:hover {
  background: linear-gradient(135deg, rgb(30 51 41 / 0.55), rgb(61 92 74 / 0.4)) !important;
  border-color: rgb(138 163 148 / 0.45) !important;
  color: #F6F3EC !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 22px rgb(0 0 0 / 0.26);
}

/* Nav grid — referans: 3 ayrı kutu, gap, alt köşe açık */
.og-footer__nav-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0.65rem !important;
  align-items: start !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 900px) {
  .og-footer__nav-grid { grid-template-columns: 1fr !important; }
}

/* Panel — içeriğe göre yükseklik, fazla boşluk yok */
.og-footer__panel {
  display: block !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0.75rem 0.9rem 0.8rem !important;
  border-radius: 12px !important;
  background: linear-gradient(180deg, rgb(255 255 255 / 0.05) 0%, rgb(255 255 255 / 0.025) 100%) !important;
  border: 1px solid rgb(255 255 255 / 0.07) !important;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.04) !important;
  overflow: hidden !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transition: border-color 0.25s, background 0.25s, transform 0.25s cubic-bezier(0.22, 1, 0.36, 1) !important;
}
.og-footer__panel:hover {
  background: linear-gradient(180deg, rgb(246 243 236 / 0.1) 0%, rgb(255 255 255 / 0.04) 100%) !important;
  border-color: rgb(138 163 148 / 0.28) !important;
  transform: translateY(-1px) !important;
}
.og-footer--photo .og-footer__panel {
  background: linear-gradient(180deg, rgb(246 243 236 / 0.08) 0%, rgb(18 26 22 / 0.35) 100%) !important;
  border-color: rgb(138 163 148 / 0.18) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}
.og-footer--photo .og-footer__panel:hover {
  border-color: rgb(138 163 148 / 0.32) !important;
  background: linear-gradient(180deg, rgb(246 243 236 / 0.12) 0%, rgb(18 26 22 / 0.4) 100%) !important;
}

.og-footer__panel-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.45rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid rgb(255 255 255 / 0.08);
}

.og-footer__panel-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem; height: 1.65rem;
  border-radius: 7px;
  background: linear-gradient(135deg, rgb(30 51 41 / 0.45), rgb(61 92 74 / 0.35));
  color: #F6F3EC;
  font-size: 0.7rem;
}

.og-footer__heading { margin: 0 !important; }

/* Links */
.og-footer__link {
  padding: 0.38rem 0.5rem !important;
  margin: 0 -0.5rem;
  border-radius: 8px;
  transition: color 0.2s, background 0.2s !important;
}
.og-footer__link i { font-size: 0.65rem !important; opacity: 0.55 !important; transform: none !important; }
.og-footer__link:hover { background: rgb(61 92 74 / 0.1) !important; }
.og-footer__link:hover i { opacity: 1 !important; transform: translateX(2px) !important; }

/* Contact */
.og-footer__contact      { gap: 0.55rem !important; }
.og-footer__contact-item { gap: 0.65rem !important; color: inherit !important; }

.og-footer__contact-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 2.35rem !important;
  height: 2.35rem !important;
  border-radius: 10px !important;
  border: 1px solid rgb(138 163 148 / 0.35) !important;
  background: linear-gradient(105deg, #1E3329 0%, #3D5C4A 55%, #3D5C4A 100%) !important;
  color: #F6F3EC !important;
}

.og-footer__contact-body { display: flex; flex-direction: column; gap: 0.15rem; min-width: 0; }
.og-footer__contact-body small {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #C4B49A;
}
.og-footer__contact-body strong {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.45;
  color: #e8dfd2;
  word-break: break-word;
}

/* Sponsor band — kompakt */
.og-footer__sponsors .sponsor-band {
  margin: 0;
  padding: 0.45rem 0 0.4rem !important;
  border-top: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.og-footer__sponsors .sponsor-band__inner,
.og-footer__sponsors .sponsor-band__inner--premium {
  gap: 0.55rem 1rem !important;
  align-items: center !important;
}
.og-footer__sponsors .sponsor-band__header,
.og-footer__sponsors .sponsor-band__header--premium {
  text-align: left !important;
  max-width: 14rem !important;
  margin: 0 !important;
  margin-inline: 0 !important;
}
.og-footer__sponsors .sponsor-band__eyebrow {
  color: #E7DCC8 !important;
  background: rgba(30, 51, 41, 0.28) !important;
  border-color: rgba(138, 163, 148, 0.35) !important;
  margin-bottom: 0.2rem !important;
  padding: 0.15rem 0.45rem !important;
  font-size: 0.52rem !important;
}
.og-footer__sponsors .sponsor-band__title {
  font-family: "Source Serif 4", Georgia, serif !important;
  font-size: clamp(0.95rem, 1.5vw, 1.1rem) !important;
  color: #f8f5ef !important;
  margin: 0 !important;
  text-align: left !important;
  line-height: 1.25 !important;
}
.og-footer__sponsors .sponsor-band__lead {
  display: none !important;
}

.og-footer__sponsors .sponsor-marquee__link,
.og-footer__sponsors .sponsor-marquee__link--static {
  width: 7.75rem !important;
  height: 2.55rem !important;
  padding: 0.28rem 0.55rem !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: none !important;
}
.og-footer__sponsors .sponsor-marquee__link:hover,
.og-footer__sponsors .sponsor-marquee__link:focus-visible {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(196, 180, 154, 0.4) !important;
  transform: translateY(-1px);
  box-shadow: none !important;
}
.og-footer__sponsors .sponsor-marquee__fallback {
  font-size: 0.65rem;
  font-weight: 600;
  color: rgba(244, 241, 234, 0.55) !important;
  text-align: center;
}

/* Bottom — şerit / çizgi yok */
.og-footer__bottom {
  background: transparent !important;
  border-top: 0 !important;
}
.og-footer--photo .og-footer__bottom {
  background: transparent !important;
  border-top: 0 !important;
}
.og-footer--photo .og-footer__sponsors {
  background: transparent !important;
  border-top: 0 !important;
}

.og-footer__copy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8125rem;
  color: #C4B49A !important;
  letter-spacing: 0.01em;
}
.og-footer__copy-mark { display: none; }

/* TasarÄ±m & YazÄ±lÄ±m â ajans rozeti */
.og-footer__credit {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-left: auto;
  flex-shrink: 0;
}

.og-footer__credit-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #C4B49A;
  white-space: nowrap;
  letter-spacing: 0.01em;
}

.og-footer__credit-badge {
  display: inline-flex !important;
  align-items: center;
  gap: 0.45rem;
  padding: 0.42rem 0.85rem !important;
  border-radius: 8px !important;
  font-size: 0.8125rem !important;
  font-weight: 700 !important;
  color: #C4B49A !important;
  text-decoration: none !important;
  background: rgb(0 0 0 / 0.42) !important;
  border: 1px solid rgb(255 255 255 / 0.12) !important;
  box-shadow: 0 4px 16px rgb(0 0 0 / 0.28);
  transition:
    color 0.22s,
    background 0.22s,
    border-color 0.22s,
    transform 0.22s var(--og-ease, cubic-bezier(0.22, 1, 0.36, 1));
}

.og-footer__credit-badge i {
  font-size: 0.72rem;
  color: #C4B49A !important;
  opacity: 0.95;
}

.og-footer__credit-badge span {
  color: inherit;
}

.og-footer__credit-badge:hover {
  color: #E7DCC8 !important;
  background: rgb(196 180 154 / 0.14) !important;
  border-color: rgb(196 180 154 / 0.38) !important;
  transform: translateY(-1px);
}

.og-footer__credit-badge:hover i {
  color: #E7DCC8 !important;
}

@media (max-width: 640px) {
  .og-footer__bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
  }

  .og-footer__credit {
    margin-left: 0;
    width: 100%;
    justify-content: flex-start;
  }
}

