/**
 * footer.css — full og-footer base + aurum overrides (all pages).
 * Base previously lived in home.css (home-only); moved here for inner-page parity.
 */

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   16. FOOTER
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.og-footer {
  position: relative;
  color: #cbd5e1;
  overflow: hidden;
  margin-top: 0;
  background:
    linear-gradient(135deg, #08111f 0%, #16234d 48%, #162032 100%);
}

.og-footer__accent {
  height: 5px;
  background: linear-gradient(90deg, var(--og-coral), var(--og-sun), var(--og-green-light), var(--og-blue-light));
}

.og-footer__bg {
  position: absolute;
  inset: 0;
  opacity: 0.9;
  background: linear-gradient(165deg, #0f172a 0%, #121925 42%, #0f172a 100%);
  pointer-events: none;
}

.og-footer__mesh,
.og-footer__glow,
.og-footer__glow--blue,
.og-footer__glow--green {
  display: none !important;
}

.og-footer__main {
  position: relative;
  z-index: 1;
  padding: clamp(3rem, 6vw, 5.2rem) 0 2rem;
}

/* Brand card */
.og-footer__brand-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem 2rem;
  margin-bottom: 1.2rem;
  padding: 1.35rem;
  border: 1px solid rgb(255 255 255 / 0.16);
  border-radius: 24px;
  background: rgb(255 255 255 / 0.08);
  box-shadow: 0 24px 72px rgb(0 0 0 / 0.24);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  overflow: hidden;
}

.og-footer__brand-link {
  display: inline-flex; align-items: center; gap: 0.9rem;
  color: #fff; text-decoration: none;
  min-width: 0;
  max-width: 100%;
}

.og-footer__mark {
  display: grid;
  width: 58px; height: 58px;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--og-coral), var(--og-sun));
  color: #101827;
  font-weight: 950;
}

.og-footer__brand-text {
  max-width: min(32rem, 100%);
  min-width: 0;
}

.og-footer__brand-text strong {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-width: min(32rem, 100%);
  color: #fff;
  font-family: var(--og-font-display);
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
  line-height: 1.2;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
}
.og-footer__brand-text small,
.og-footer__tagline { color: rgb(255 255 255 / 0.72); }
.og-footer__tagline  { max-width: 32rem; margin: 0.9rem 0 0; line-height: 1.65; }

.og-footer__chips { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-top: 1rem; }
.og-footer__chip {
  display: inline-flex; align-items: center; gap: 0.45rem;
  padding: 0.48rem 0.78rem;
  border: 1px solid rgb(255 255 255 / 0.14);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.08);
  color: rgb(255 255 255 / 0.84);
  font-size: 0.82rem; font-weight: 700;
}

.og-footer__brand-side,
.og-footer__actions,
.og-footer__social { display: flex; align-items: center; gap: 0.7rem; }
.og-footer__brand-side { flex-direction: column; align-items: flex-end; }
.og-footer__brand-tools {
  width: 17.5rem;
  max-width: 100%;
  min-width: 0;
  flex: 0 0 17.5rem;
  margin-left: auto;
}

/* Nav grid */
.og-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
  gap: 2.5rem 2rem;
}

.og-footer__nav-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  gap: 1rem;
}

.og-footer__panel {
  min-height: 100%;
  padding: 1rem;
  border: 1px solid rgb(255 255 255 / 0.13);
  border-radius: 20px;
  background: rgb(255 255 255 / 0.065);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.og-footer__panel-head { display: flex; align-items: center; gap: 0.65rem; margin-bottom: 0.85rem; }
.og-footer__panel-icon {
  display: grid;
  width: 34px; height: 34px;
  place-items: center;
  border-radius: 10px;
  background: rgb(255 255 255 / 0.12);
  color: #fde68a;
}

.og-footer__heading {
  margin: 0;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.og-footer__links,
.og-footer__contact {
  display: grid; gap: 0.45rem;
  margin: 0; padding: 0; list-style: none;
}

.og-footer__link,
.og-footer__contact-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.62rem 0.7rem;
  border-radius: 12px;
  color: rgb(255 255 255 / 0.78);
  font-size: 0.875rem; font-weight: 500;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.og-footer__link:hover,
a.og-footer__contact-item:hover { background: rgb(255 255 255 / 0.1); color: #fff; }
.og-footer__link i {
  font-size: 0.75rem; opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.2s, transform 0.2s;
  color: #d4b46a;
}
.og-footer__link:hover i { opacity: 1; transform: translateX(0); }

.og-footer__contact-item { justify-content: flex-start; }
.og-footer__contact-icon {
  display: grid; flex: 0 0 auto;
  width: 34px; height: 34px;
  place-items: center;
  border-radius: 10px;
  background: rgb(255 255 255 / 0.1);
  color: #86efac;
}
.og-footer__contact-body small {
  display: block; color: rgb(255 255 255 / 0.54);
  font-size: 0.72rem;
}
.og-footer__contact-body strong {
  display: block; color: rgb(255 255 255 / 0.86);
  font-size: 0.86rem; line-height: 1.35;
}

/* Legacy footer elements (compat) */
.og-footer__logo-link   { display: inline-block; margin-bottom: 1rem; }
.og-footer__logo {
  display: block;
  height: clamp(2.5rem, 5vw, 3.25rem);
  width: auto; max-width: 220px;
  object-fit: contain; object-position: left center;
  filter: brightness(0) invert(1);
  opacity: 0.96;
}
.og-footer__logo--native { filter: none; opacity: 1; }

.og-footer__meta {
  list-style: none; margin: 0 0 1.25rem; padding: 0;
  display: flex; flex-direction: column; gap: 0.45rem;
  font-size: 0.8125rem; color: #94a3b8;
}
.og-footer__meta li { display: flex; align-items: flex-start; gap: 0.5rem; }
.og-footer__meta i  { color: #d4b46a; margin-top: 0.15rem; }

.og-footer__social { flex-wrap: wrap; }
.og-footer__social-link {
  display: flex; align-items: center; justify-content: center;
  width: 2.35rem; height: 2.35rem;
  border-radius: 10px;
  background: rgb(255 255 255 / 0.08);
  border: 1px solid rgb(255 255 255 / 0.12);
  color: #e2e8f0; text-decoration: none;
  transition: background 0.2s, color 0.2s, transform 0.22s, border-color 0.2s;
}
.og-footer__social-link:hover {
  background: rgb(22 32 50 / 0.38);
  border-color: rgb(147 197 253 / 0.45);
  color: #fff; transform: translateY(-2px);
}

.og-footer__btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  font-size: 0.8125rem; font-weight: 600;
  text-decoration: none;
  transition: transform 0.22s var(--og-ease), box-shadow 0.22s, background 0.2s;
}
.og-footer__btn--primary {
  background: linear-gradient(135deg, var(--og-green), #b08a3c);
  color: #fff;
  box-shadow: 0 6px 22px rgb(176 138 60 / 0.36);
}
.og-footer__btn--primary:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgb(176 138 60 / 0.42); }
.og-footer__btn--ghost {
  color: #fff;
  border: 1px solid rgb(255 255 255 / 0.28);
  background: rgb(255 255 255 / 0.06);
}
.og-footer__btn--ghost:hover { background: rgb(255 255 255 / 0.12); border-color: rgb(191 219 254 / 0.5); }

/* Sponsor band */
.og-footer__sponsors {
  border-top: 1px solid rgb(255 255 255 / 0.1);
  border-bottom: 1px solid rgb(255 255 255 / 0.1);
  background: rgb(255 255 255 / 0.05);
}

/* Bottom bar */
.og-footer__bottom {
  position: relative; z-index: 1;
  padding: 1.15rem 0;
  background: rgb(0 0 0 / 0.2);
  border-top: 1px solid rgb(255 255 255 / 0.08);
}
.og-footer__bottom-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.og-footer__copy,
.og-footer__credit { color: rgb(255 255 255 / 0.72); }
.og-footer__copy   { margin: 0; font-size: 0.8125rem; }
/* .og-footer__credit — footer.css */

/* Sponsor band (global override) */
html.site-preset-showcase .og-footer + .sponsor-band,
html.site-preset-showcase .og-footer .sponsor-band,
html.site-preset-showcase .og-footer ~ .sponsor-band,
html.site-preset-showcase .sponsor-band {
  position: relative; z-index: 1;
  border-top: 1px solid rgb(255 255 255 / 0.06);
  background: linear-gradient(180deg, #0b1220 0%, #020617 100%);
}
html.site-preset-showcase .sponsor-band__eyebrow {
  color: #d4b46a;
  background: rgb(22 32 50 / 0.12);
  border-color: rgb(22 32 50 / 0.25);
}
html.site-preset-showcase .sponsor-band__title {
  font-family: var(--og-font-display, 'Fraunces', Georgia, serif);
  color: #f8fafc;
}
html.site-preset-showcase .sponsor-marquee__link,
html.site-preset-showcase .sponsor-marquee__link--static {
  background: rgb(255 255 255 / 0.04);
  border-color: rgb(255 255 255 / 0.1);
}
html.site-preset-showcase .sponsor-marquee__link:hover {
  background: rgb(255 255 255 / 0.08);
  border-color: rgb(147 197 253 / 0.35);
}
html.site-preset-showcase .sponsor-marquee__fallback { color: #94a3b8; }

/* ── symposium iş ortakları — premium: sol başlık, sağ kaydırma ── */
html.site-template-aurum .pd-partners.sponsor-band,
html.site-template-aurum .og-footer__sponsors .sponsor-band,
html.site-template-aurum .sponsor-band {
  position: relative;
  padding: 1rem 0 !important;
  background:
    radial-gradient(ellipse 55% 140% at 12% 50%, rgba(212, 180, 106, 0.1), transparent 50%),
    linear-gradient(90deg, #0f1622 0%, #162032 42%, #121925 100%) !important;
  border-top: 1px solid rgba(212, 180, 106, 0.2);
  border-bottom: 1px solid rgba(244, 241, 234, 0.06);
}

html.site-template-aurum .pd-partners.sponsor-band::before,
html.site-template-aurum .pd-partners.sponsor-band::after,
html.site-template-aurum .sponsor-band::before,
html.site-template-aurum .sponsor-band::after {
  content: none !important;
  display: none !important;
}

html.site-template-aurum .sponsor-band__inner--premium {
  display: grid !important;
  grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
  align-items: center;
  gap: 1.25rem 1.75rem !important;
}

html.site-template-aurum .sponsor-band__header--premium {
  text-align: left;
  max-width: none;
  margin: 0;
  padding-right: 0.5rem;
  border-right: 1px solid rgba(212, 180, 106, 0.22);
}

html.site-template-aurum .sponsor-band__eyebrow {
  color: #d4b46a;
  background: rgba(212, 180, 106, 0.1);
  border-color: rgba(212, 180, 106, 0.28);
  margin-bottom: 0.35rem !important;
  padding: 0.2rem 0.55rem !important;
  font-size: 0.56rem !important;
}

html.site-template-aurum .sponsor-band__title {
  font-family: "Source Serif 4", Georgia, serif;
  color: #f8f5ef;
  font-size: clamp(1.05rem, 1.7vw, 1.25rem) !important;
  margin: 0 0 0.25rem !important;
  font-weight: 700;
  line-height: 1.25;
}

html.site-template-aurum .sponsor-band__lead {
  color: rgba(244, 241, 234, 0.58);
  font-size: 0.74rem !important;
  margin: 0 !important;
  line-height: 1.4 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

html.site-template-aurum .sponsor-marquee--premium {
  min-width: 0;
}

html.site-template-aurum .sponsor-marquee__viewport {
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  padding: 0.2rem 0;
}

html.site-template-aurum .sponsor-marquee__link,
html.site-template-aurum .sponsor-marquee__link--static {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  width: 9.5rem !important;
  height: 3.1rem !important;
  padding: 0.35rem 0.7rem !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

html.site-template-aurum .sponsor-marquee__link:hover,
html.site-template-aurum .sponsor-marquee__link:focus-visible {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(212, 180, 106, 0.45);
}

html.site-template-aurum .sponsor-marquee__fallback {
  color: rgba(244, 241, 234, 0.55);
}

@media (max-width: 820px) {
  html.site-template-aurum .sponsor-band__inner--premium {
    grid-template-columns: 1fr !important;
    gap: 0.75rem !important;
  }

  html.site-template-aurum .sponsor-band__header--premium {
    text-align: center;
    border-right: 0;
    padding-right: 0;
    max-width: 28rem;
    margin-inline: auto;
  }
}

/* ═══ Overrides / aurum polish (after base) ═══ */

/* ── Accent çizgisi ── */
.og-footer__accent {
  position: relative;
  z-index: 2;
  height: 4px;
  background: linear-gradient(90deg, #b08a3c, #9f1239, #162032);
}

/* ── Arka plan: düz navy (yeşil/mavi glow yok) ── */
.og-footer__bg {
  background: linear-gradient(180deg, #0c1425 0%, #0f172a 38%, #070b14 100%) !important;
}

.og-footer__mesh {
  display: none !important;
}

/* ── Glow orbs — symposium'ta kapalı ── */
.og-footer__glow--blue,
.og-footer__glow--green {
  display: none !important;
}

/* Decorative ring */
.og-footer__ring {
  display: none !important;
}

/* ── Main padding ── */
.og-footer__main { padding: clamp(3rem, 6vw, 5rem) 0 2rem !important; }

/* ── Brand card (2 children: brand | brand-tools) ── */
.og-footer__brand-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem 2rem;
  margin-bottom: 0;
  padding: clamp(1.5rem, 3vw, 2rem) clamp(1.5rem, 3vw, 2.25rem);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgb(255 255 255 / 0.08) 0%, rgb(255 255 255 / 0.03) 55%, rgb(15 23 42 / 0.4) 100%);
  border: 1px solid rgb(255 255 255 / 0.09);
  box-shadow:
    0 28px 72px rgb(0 0 0 / 0.32),
    inset 0 1px 0 rgb(255 255 255 / 0.07);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  overflow: hidden;
}

.og-footer__brand      { flex: 1 1 18rem; min-width: 0; max-width: min(40rem, 100%); }
.og-footer__brand-tools {
  flex: 0 0 17.5rem;
  width: 17.5rem;
  max-width: 100%;
  min-width: 0;
  margin-left: auto;
}
.og-footer__brand-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  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, var(--og-blue, #162032), var(--og-green, #b08a3c));
  border-color: rgb(147 197 253 / 0.22);
}

.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;
}
.og-footer__brand-text small {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94a3b8;
}

.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: 1.75rem 0;
  background: linear-gradient(90deg, transparent, rgb(147 197 253 / 0.22) 20%, rgb(16 185 129 / 0.18) 80%, transparent);
}

/* Chips */
.og-footer__chips { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.og-footer__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #f0e6d2;
  background: rgb(22 32 50 / 0.14);
  border: 1px solid rgb(147 197 253 / 0.2);
}
.og-footer__chip i { color: #d4b46a; font-size: 0.7rem; }

/* Brand side (CTA + social) */
.og-footer__brand-side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  flex-shrink: 0;
}
@media (min-width: 768px) { .og-footer__brand-side { align-items: flex-end; } }

/* ── Etkinlik geri sayımı ── */
.og-event-countdown--footer {
  justify-self: center;
  width: 100%;
  max-width: 22rem;
  padding: 1rem 1.1rem 1.05rem;
  border-radius: 16px;
  background: linear-gradient(180deg, rgb(255 255 255 / 0.07) 0%, rgb(255 255 255 / 0.03) 100%);
  border: 1px solid rgb(147 197 253 / 0.16);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.06),
    0 12px 32px rgb(0 0 0 / 0.22);
}

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

.og-event-countdown__title i { color: #d4b46a; font-size: 0.78rem; }

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

.og-event-countdown__unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 3.25rem;
  padding: 0.45rem 0.35rem 0.4rem;
  border-radius: 12px;
  background: rgb(15 23 42 / 0.55);
  border: 1px solid rgb(255 255 255 / 0.08);
}

.og-event-countdown__num {
  font-family: var(--og-font-display, 'Fraunces', Georgia, serif);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  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: #94a3b8;
}

.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(147 197 253 / 0.45);
}

.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: #d4b46a;
}

.og-event-countdown__live-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #d4b46a;
  box-shadow: 0 0 0 0 rgb(212 180 106 / 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(212 180 106 / 0.55); }
  70%  { box-shadow: 0 0 0 8px rgb(212 180 106 / 0); }
  100% { box-shadow: 0 0 0 0 rgb(212 180 106 / 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--footer {
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding-inline: 0.65rem;
    overflow: hidden;
  }
  .og-event-countdown__grid {
    width: 100%;
    min-width: 0;
    gap: 0.15rem;
    justify-content: space-between;
  }
  .og-event-countdown__unit {
    flex: 1 1 0;
    min-width: 0;
    padding-inline: 0.12rem;
  }
  .og-event-countdown__num { font-size: 1.05rem; }
  .og-event-countdown__sep { font-size: 0.9rem; padding-bottom: 0.65rem; }
}

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

.og-footer__btn {
  gap: 0.45rem;
  padding: 0.65rem 1.25rem !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;
}

.og-footer__btn--primary {
  background: linear-gradient(135deg, #d4b46a, var(--og-green, #b08a3c)) !important;
  box-shadow: 0 8px 24px rgb(176 138 60 / 0.38) !important;
}
.og-footer__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 34px rgb(176 138 60 / 0.44) !important;
}
.og-footer__btn--ghost:hover { transform: translateY(-2px); }

/* ── 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(22 32 50 / 0.48), rgb(176 138 60 / 0.36)) !important;
  border-color: rgb(147 197 253 / 0.4) !important;
  color: #fff !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 22px rgb(0 0 0 / 0.26);
}

/* ── Nav grid (3 panels) ── */
.og-footer__nav-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 900px) { .og-footer__nav-grid { grid-template-columns: 1fr; } }

/* ── Individual nav panel ── */
.og-footer__panel {
  padding: 1.5rem 1.45rem 1.6rem;
  border-radius: 16px;
  background: linear-gradient(180deg, rgb(255 255 255 / 0.05) 0%, rgb(255 255 255 / 0.025) 100%);
  border: 1px solid rgb(255 255 255 / 0.07);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.04);
  transition: border-color 0.25s, background 0.25s, transform 0.25s var(--og-ease, cubic-bezier(0.22, 1, 0.36, 1));
}
.og-footer__panel:hover {
  background: linear-gradient(180deg, rgb(255 255 255 / 0.07) 0%, rgb(255 255 255 / 0.035) 100%);
  border-color: rgb(147 197 253 / 0.18);
  transform: translateY(-1px);
}

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

.og-footer__panel-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem; height: 2rem;
  border-radius: 8px;
  background: linear-gradient(135deg, rgb(22 32 50 / 0.32), rgb(176 138 60 / 0.24));
  color: #e8d9b0;
  font-size: 0.8rem;
}

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

/* Links */
.og-footer__link {
  padding: 0.5rem 0.55rem !important;
  margin: 0 -0.55rem;
  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(22 32 50 / 0.1) !important; }
.og-footer__link:hover i { opacity: 1 !important; transform: translateX(2px) !important; }

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

.og-footer__contact-icon {
  width: 2.35rem !important;
  height: 2.35rem !important;
  border-radius: 10px !important;
  border: 1px solid rgb(147 197 253 / 0.18);
}

.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: #64748b;
}
.og-footer__contact-body strong {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.45;
  color: #e2e8f0;
  word-break: break-word;
}

/* ── Sponsor band ── */
.og-footer__sponsors .sponsor-band {
  margin: 0;
  padding: 1.35rem 0 1.25rem !important;
  border-top: 1px solid rgb(255 255 255 / 0.06);
  background: #121925 !important;
}
.og-footer__sponsors .sponsor-band__inner { gap: 0.85rem !important; }
.og-footer__sponsors .sponsor-band__title {
  font-family: var(--og-font-display, 'Fraunces', Georgia, serif) !important;
  font-size: clamp(1.15rem, 2vw, 1.35rem) !important;
}

.og-footer__sponsors .sponsor-marquee__link,
.og-footer__sponsors .sponsor-marquee__link--static {
  width: 10.5rem !important;
  height: 3.5rem !important;
  padding: 0.45rem 0.85rem !important;
  border-radius: 10px !important;
  background: linear-gradient(145deg, rgb(255 255 255 / 0.05), rgb(255 255 255 / 0.02)) !important;
  border: 1px solid rgb(255 255 255 / 0.09) !important;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.05), 0 6px 16px rgb(0 0 0 / 0.16) !important;
  transition: transform 0.28s var(--og-ease, cubic-bezier(0.22, 1, 0.36, 1)), box-shadow 0.28s, background 0.22s, border-color 0.22s !important;
}
.og-footer__sponsors .sponsor-marquee__link:hover {
  background: rgba(212, 180, 106, 0.1) !important;
  border-color: rgba(212, 180, 106, 0.35) !important;
  transform: translateY(-3px);
  box-shadow: 0 0 0 1px rgba(212, 180, 106, 0.14), 0 16px 38px rgb(0 0 0 / 0.32) !important;
}
.og-footer__sponsors .sponsor-marquee__fallback {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #cbd5e1 !important;
  text-align: center;
}

/* ── Bottom bar ── */
.og-footer__bottom { background: rgb(2 4 8 / 0.88) !important; }

.og-footer__copy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8125rem;
  color: #94a3b8 !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: #64748b;
  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: #fbbf24 !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: #fbbf24 !important;
  opacity: 0.95;
}

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

.og-footer__credit-badge:hover {
  color: #fde68a !important;
  background: rgb(245 158 11 / 0.14) !important;
  border-color: rgb(251 191 36 / 0.38) !important;
  transform: translateY(-1px);
}

.og-footer__credit-badge:hover i {
  color: #fde68a !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;
  }
}

/* ── symposium accent overlay (legacy structure, agency colors) ── */
html.site-template-aurum .og-footer__accent {
  background: linear-gradient(90deg, #b08a3c, #9f1239, #162032) !important;
}
html.site-template-aurum .og-footer__glow--blue,
html.site-template-aurum .og-footer__glow--green,
html.site-template-aurum .og-footer__mesh,
html.site-template-aurum .og-footer__ring {
  display: none !important;
}
html.site-template-aurum .og-footer__brand-text small {
  color: #d4b46a !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.68rem !important;
}
html.site-template-aurum .og-footer__btn--primary {
  background: linear-gradient(135deg, #d4b46a, #b08a3c) !important;
  color: #162032 !important;
  box-shadow: 0 10px 28px rgb(176 138 60 / 0.28) !important;
}
html.site-template-aurum .og-footer__btn--primary:hover {
  box-shadow: 0 12px 32px rgb(176 138 60 / 0.4) !important;
}
html.site-template-aurum .og-event-countdown--footer {
  border-color: rgb(212 180 106 / 0.28) !important;
}
html.site-template-aurum .og-event-countdown__title,
html.site-template-aurum .og-event-countdown__title i {
  color: #d4b46a !important;
}
html.site-template-aurum .og-event-countdown__sep {
  color: rgb(212 180 106 / 0.45) !important;
}
html.site-template-aurum .og-footer__chip i,
html.site-template-aurum .og-footer__panel-icon,
html.site-template-aurum .og-footer__contact-icon {
  color: #d4b46a !important;
}
html.site-template-aurum .og-footer__link:hover {
  background: rgb(212 180 106 / 0.1) !important;
}

/* symposium footer paneller — daha kısa, aralar açık, eşit yükseklik zorlaması yok */
html.site-template-aurum .og-footer__nav-grid {
  gap: 1.35rem !important;
  align-items: start !important;
}

html.site-template-aurum .og-footer__panel {
  min-height: 0 !important;
  height: auto !important;
  padding: 0.85rem 0.95rem 0.95rem !important;
  border-radius: 12px !important;
}

html.site-template-aurum .og-footer__panel-head {
  gap: 0.5rem !important;
  margin-bottom: 0.55rem !important;
  padding-bottom: 0.55rem !important;
}

html.site-template-aurum .og-footer__panel-icon {
  width: 1.65rem !important;
  height: 1.65rem !important;
  border-radius: 7px !important;
  font-size: 0.7rem !important;
}

html.site-template-aurum .og-footer__heading {
  font-size: 0.72rem !important;
  letter-spacing: 0.08em !important;
}

html.site-template-aurum .og-footer__links,
html.site-template-aurum .og-footer__contact {
  gap: 0.35rem !important;
}

html.site-template-aurum .og-footer__link {
  padding: 0.38rem 0.45rem !important;
  margin: 0 -0.45rem !important;
  font-size: 0.8125rem !important;
  line-height: 1.35 !important;
  border-radius: 7px !important;
}

html.site-template-aurum .og-footer__contact {
  gap: 0.55rem !important;
}

html.site-template-aurum .og-footer__contact-item {
  gap: 0.55rem !important;
  padding: 0.2rem 0 !important;
}

html.site-template-aurum .og-footer__contact-icon {
  width: 1.85rem !important;
  height: 1.85rem !important;
  border-radius: 8px !important;
}

html.site-template-aurum .og-footer__contact-body small {
  font-size: 0.58rem !important;
}

html.site-template-aurum .og-footer__contact-body strong {
  font-size: 0.78rem !important;
  line-height: 1.35 !important;
}

html.site-template-aurum .og-footer__divider {
  margin: 1.15rem 0 !important;
}

html.site-template-aurum .og-footer__main {
  padding: clamp(2rem, 4vw, 3.25rem) 0 1.5rem !important;
}

/* Brand logo + metin — taşma yok */
html.site-template-aurum .og-footer__brand-link {
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
  min-width: 0 !important;
  width: 100% !important;
  margin-bottom: 0.75rem !important;
}

html.site-template-aurum .og-footer__logo-frame {
  flex: 0 0 auto !important;
  width: min(10.5rem, 38vw) !important;
  height: 3.15rem !important;
  max-width: 10.5rem !important;
  padding: 0.3rem 0.45rem !important;
  overflow: hidden !important;
  border-radius: 12px !important;
}

html.site-template-aurum .og-footer__logo,
html.site-template-aurum .og-footer__logo--brand {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: left center !important;
}

html.site-template-aurum .og-footer__brand-text {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.2rem !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
  max-width: min(32rem, 100%) !important;
}

html.site-template-aurum .og-footer__brand-text strong {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  max-width: min(32rem, 100%) !important;
  font-size: clamp(0.98rem, 1.7vw, 1.2rem) !important;
  line-height: 1.25 !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
  word-break: break-word !important;
}

html.site-template-aurum .og-footer__brand-text small {
  display: block !important;
  color: #d4b46a !important;
  font-size: 0.68rem !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  line-height: 1.3 !important;
}

/* Brand kart: sol başlık | sağ sayaç (kart genişliğinde dengeli) */
html.site-template-aurum .og-footer__brand-card {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1.15rem 2rem !important;
  padding: 1.15rem 1.25rem !important;
  overflow: hidden !important;
}

html.site-template-aurum .og-footer__brand {
  min-width: 0 !important;
  max-width: min(40rem, calc(100% - 19.5rem)) !important;
  flex: 1 1 18rem !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.65rem !important;
}

html.site-template-aurum .og-footer__brand-link {
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
  margin-bottom: 0 !important;
  min-width: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

html.site-template-aurum .og-footer__tagline {
  margin: 0 !important;
  max-width: 32rem !important;
  font-size: 0.8125rem !important;
  line-height: 1.5 !important;
}

html.site-template-aurum .og-footer__chips {
  margin: 0 !important;
  gap: 0.4rem !important;
}

html.site-template-aurum .og-footer__chip {
  padding: 0.32rem 0.65rem !important;
  font-size: 0.68rem !important;
}

html.site-template-aurum .og-footer__brand-tools {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 0.75rem !important;
  width: min(18rem, 100%) !important;
  max-width: 100% !important;
  min-width: 0 !important;
  flex: 0 1 18rem !important;
  margin-left: auto !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}

html.site-template-aurum .og-event-countdown--footer {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  justify-self: stretch !important;
  padding: 0.75rem 0.65rem 0.8rem !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

html.site-template-aurum .og-event-countdown__title {
  margin-bottom: 0.55rem !important;
  font-size: 0.65rem !important;
  max-width: 100% !important;
  text-align: center !important;
}

html.site-template-aurum .og-event-countdown__grid {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 0.15rem !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

html.site-template-aurum .og-event-countdown__unit {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  padding: 0.35rem 0.12rem 0.3rem !important;
  box-sizing: border-box !important;
}

html.site-template-aurum .og-event-countdown__num {
  font-size: clamp(0.95rem, 2.6vw, 1.15rem) !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: clip !important;
}

html.site-template-aurum .og-event-countdown__sep {
  flex: 0 0 auto !important;
  padding-inline: 0.05rem !important;
  padding-bottom: 0.65rem !important;
  font-size: 0.95rem !important;
  line-height: 1 !important;
}

html.site-template-aurum .og-event-countdown__label {
  font-size: 0.52rem !important;
  letter-spacing: 0.04em !important;
}

html.site-template-aurum .og-footer__brand-side {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 0.55rem !important;
  width: 100% !important;
}

html.site-template-aurum .og-footer__actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.45rem !important;
  width: 100% !important;
  margin: 0 !important;
}

html.site-template-aurum .og-footer__btn {
  flex: 1 1 auto !important;
  justify-content: center !important;
  min-height: 2.35rem !important;
  padding: 0.5rem 0.9rem !important;
  font-size: 0.78rem !important;
  border-radius: 999px !important;
  white-space: nowrap !important;
}

html.site-template-aurum .og-footer__social {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.4rem !important;
  justify-content: flex-start !important;
}

@media (max-width: 899px) {
  html.site-template-aurum .og-footer__brand-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }

  html.site-template-aurum .og-footer__brand,
  html.site-template-aurum .og-footer__brand-tools {
    flex: 1 1 auto !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Premium rail: do not override compact left/right layout above */
html.site-template-aurum .sponsor-band--premium {
  padding: 1rem 0 !important;
}

html.site-template-aurum .sponsor-band__inner--premium {
  gap: 1.25rem 1.75rem !important;
}

html.site-template-aurum .sponsor-band--premium .sponsor-band__title {
  font-size: clamp(1.05rem, 1.7vw, 1.25rem) !important;
  margin-bottom: 0.25rem !important;
}

html.site-template-aurum .sponsor-band--premium .sponsor-band__lead {
  font-size: 0.74rem !important;
  margin: 0 !important;
}

html.site-template-aurum .sponsor-band--premium .sponsor-marquee__link,
html.site-template-aurum .sponsor-band--premium .sponsor-marquee__link--static {
  width: 9.5rem !important;
  height: 3.1rem !important;
  padding: 0.35rem 0.7rem !important;
}

@media (max-width: 820px) {
  html.site-template-aurum .sponsor-band__inner--premium {
    gap: 0.75rem !important;
  }
}

/* Responsive (moved from home.css — all pages) */
@media (max-width: 900px) {
  .og-footer__nav-grid,
  .og-footer__bottom-inner { grid-template-columns: 1fr; }
  .og-footer__bottom-inner { display: grid; }
  .og-footer__brand-side   { align-items: flex-start; }
  .og-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .og-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .og-footer__grid         { grid-template-columns: 1fr; }
  .og-footer__actions,
  .og-footer__brand-side   { width: 100%; }
  .og-footer__actions      { flex-direction: column; align-items: stretch; }
}
