.cc_malgdg6b_LDCVhFz5eW .footer-section {
  width: 100%;
  background-color: var(--color-surface-alt);
  color: var(--color-text-secondary);
  font-family: var(--font-body);
}

.cc_malgdg6b_LDCVhFz5eW .footer-section__container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(16px, 5vw, 80px);
}

/* ========== Main footer ========== */

.cc_malgdg6b_LDCVhFz5eW .footer-section__main {
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
}

.cc_malgdg6b_LDCVhFz5eW .footer-section__grid {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

/* ========== Brand column ========== */

.cc_malgdg6b_LDCVhFz5eW .footer-section__brand {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  padding-bottom: var(--space-md);
}

.cc_malgdg6b_LDCVhFz5eW .footer-section__logo-img {
  display: block;
  max-width: 160px;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: left center;
}

.cc_malgdg6b_LDCVhFz5eW .footer-section__logo-text {
  font-family: var(--font-display);
  font-size: var(--text-h2);
  font-weight: 400;
  line-height: 1;
  color: var(--color-text-primary);
  letter-spacing: 0.01em;
}

.cc_malgdg6b_LDCVhFz5eW .footer-section__tagline {
  margin: 0;
  max-width: 320px;
  font-size: var(--text-small);
  line-height: 1.55;
  color: var(--color-text-secondary);
}

.cc_malgdg6b_LDCVhFz5eW .footer-section__socials {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-xs);
}

.cc_malgdg6b_LDCVhFz5eW .footer-section__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: var(--color-text-secondary);
  border: 1px solid transparent;
  border-radius: 999px;
  transition: color 200ms ease, border-color 200ms ease, background-color 200ms ease;
}

.cc_malgdg6b_LDCVhFz5eW .footer-section__social-link svg {
  width: 20px;
  height: 20px;
}

.cc_malgdg6b_LDCVhFz5eW .footer-section__social-link:hover {
  color: var(--color-accent);
  border-color: var(--color-border);
}

/* ========== Sitemap columns wrapper ========== */

.cc_malgdg6b_LDCVhFz5eW .footer-section__columns {
  display: flex;
  flex-direction: column;
}

/* ========== Contact column ========== */

.cc_malgdg6b_LDCVhFz5eW .footer-section__contact {
  padding-top: var(--space-md);
  border-top: 1px solid var(--color-border);
}

/* ========== Bottom bar ========== */

.cc_malgdg6b_LDCVhFz5eW .footer-section__bottom {
  background-color: var(--color-border);
  border-top: 1px solid var(--color-border);
  padding-top: var(--space-md);
  padding-bottom: var(--space-md);
}

@media (prefers-reduced-motion: reduce) {
  .cc_malgdg6b_LDCVhFz5eW .footer-section__social-link {
    transition: none;
  }
}

/* ========== Tablet (≥ 768px) ========== */

@media (min-width: 768px) {
  .cc_malgdg6b_LDCVhFz5eW .footer-section__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-xl);
  }

  .cc_malgdg6b_LDCVhFz5eW .footer-section__brand {
    grid-column: 1 / -1;
    padding-bottom: var(--space-lg);
    border-bottom: 1px solid var(--color-border);
  }

  .cc_malgdg6b_LDCVhFz5eW .footer-section__columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--space-lg);
  }

  .cc_malgdg6b_LDCVhFz5eW .footer-section__contact {
    padding-top: 0;
    border-top: 0;
  }
}

/* ========== Desktop (≥ 1024px) ========== */

@media (min-width: 1024px) {
  .cc_malgdg6b_LDCVhFz5eW .footer-section__main {
    padding-top: var(--space-2xl);
    padding-bottom: var(--space-2xl);
  }

  .cc_malgdg6b_LDCVhFz5eW .footer-section__grid {
    grid-template-columns: 2.4fr repeat(3, minmax(0, 1fr)) 2.4fr;
    gap: var(--space-xl);
    align-items: start;
  }

  .cc_malgdg6b_LDCVhFz5eW .footer-section__brand {
    grid-column: auto;
    border-bottom: 0;
    padding-bottom: 0;
  }

  .cc_malgdg6b_LDCVhFz5eW .footer-section__columns {
    display: contents;
  }

  .cc_malgdg6b_LDCVhFz5eW .footer-section__contact {
    grid-column: -2 / -1;
  }
}

/* ═══════════════════════════════════════════════════════════════
   DEM ACCESSORY — tema uyarlamasi
   Stok altbilginin yapisi korunur; basliktakiyle ayni gorsel dil.
   ═══════════════════════════════════════════════════════════════ */

/* Logo basliktakiyle ayni olcude — iki ucta ayni marka isareti. */
.cc_malgdg6b_LDCVhFz5eW .footer-section__logo-text {
  font-size: 22px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.cc_malgdg6b_LDCVhFz5eW .footer-section__tagline {
  max-width: 34ch;
  font-size: var(--text-body);
  line-height: var(--leading-body);
}

/* Sosyal ikonlar: gul pembesi daire */
.cc_malgdg6b_LDCVhFz5eW .footer-section__social-link {
  background-color: rgba(255, 255, 255, 0.55);
}

.cc_malgdg6b_LDCVhFz5eW .footer-section__social-link:hover {
  background-color: var(--ivory);
  border-color: transparent;
  color: var(--deep-rose);
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  .cc_malgdg6b_LDCVhFz5eW .footer-section__social-link:hover { transform: none; }
}

/* Sutun basliklari ust etiket diliyle */
.cc_malgdg6b_LDCVhFz5eW .footer-column__title, .cc_malgdg6b_LDCVhFz5eW .footer-column__heading {
  font-family: var(--font-label);
  font-size: var(--text-label);
  font-weight: 700;
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
  color: var(--color-accent-dark);
}

.cc_malgdg6b_LDCVhFz5eW .footer-column__link {
  transition: color var(--dur-fast) var(--ease), padding-left var(--dur-fast) var(--ease);
}

.cc_malgdg6b_LDCVhFz5eW .footer-column__link:hover {
  color: var(--deep-rose);
  padding-left: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .cc_malgdg6b_LDCVhFz5eW .footer-column__link { transition: none; }
  .cc_malgdg6b_LDCVhFz5eW .footer-column__link:hover { padding-left: 0; }
}

.cc_malgdg6b_LDCVhFz5eW .footer-bottom__copyright, .cc_malgdg6b_LDCVhFz5eW .footer-bottom__legal-link {
  font-size: var(--text-small);
}

/* ═══════════════════════════════════════════════════════════════
   Koyu zemin (demodaki footer)
   Renkleri tek tek ezmek yerine bolumun kendi token'larini
   yeniden tanimliyoruz — icerideki her sey (sutunlar, iletisim,
   alt bar, odeme rozetleri) otomatik uyum sagliyor.
   ═══════════════════════════════════════════════════════════════ */

.cc_malgdg6b_LDCVhFz5eW .footer-section--dark {
  --color-text-primary: #fdf3f0;
  --color-text-secondary: rgba(253, 243, 240, 0.72);
  --color-text-muted: rgba(253, 243, 240, 0.5);
  --color-border: rgba(253, 243, 240, 0.14);
  --color-border-strong: rgba(253, 243, 240, 0.26);
  --color-accent-dark: var(--macaron);
  --color-surface: rgba(253, 243, 240, 0.06);
  color: #fdf3f0;
}

/* Sutun basliklari koyu zeminde macaron tonunda okunur */
.cc_malgdg6b_LDCVhFz5eW .footer-section--dark .footer-column__title, .cc_malgdg6b_LDCVhFz5eW .footer-section--dark .footer-column__heading {
  color: var(--macaron);
}

.cc_malgdg6b_LDCVhFz5eW .footer-section--dark .footer-column__link:hover, .cc_malgdg6b_LDCVhFz5eW .footer-section--dark .footer-contact__link:hover {
  color: var(--macaron);
}

/* Sosyal ikonlar: acik zemindeki beyaz daire koyuda kaybolur */
.cc_malgdg6b_LDCVhFz5eW .footer-section--dark .footer-section__social-link {
  background-color: rgba(253, 243, 240, 0.08);
  color: rgba(253, 243, 240, 0.85);
}

.cc_malgdg6b_LDCVhFz5eW .footer-section--dark .footer-section__social-link:hover {
  background-color: rgba(253, 243, 240, 0.16);
  color: #fdf3f0;
}

/* Odeme rozetleri koyuda kontrastini kaybediyor — hafif zemin ver */
.cc_malgdg6b_LDCVhFz5eW .footer-section--dark .footer-bottom__pay {
  background-color: rgba(253, 243, 240, 0.92);
  border-radius: 4px;
}

/* WhatsApp hatti butonu — demoda logonun ve taglinein altinda
   hap seklinde duruyor. */
.cc_malgdg6b_LDCVhFz5eW .footer-section__whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  padding: 14px 24px;
  border: 1px solid var(--color-border-strong);
  border-radius: var(--radius-pill);
  color: var(--color-text-primary);
  font-family: var(--font-body);
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  transition:
    background var(--dur-fast) var(--ease),
    border-color var(--dur-fast) var(--ease);
}

.cc_malgdg6b_LDCVhFz5eW .footer-section__whatsapp::before {
  content: "\2706";
  font-size: 15px;
  opacity: 0.75;
}

.cc_malgdg6b_LDCVhFz5eW .footer-section__whatsapp:hover {
  border-color: var(--color-text-primary);
  background: rgba(253, 243, 240, 0.08);
}

.cc_malgdg6b_LDCVhFz5eW .footer-section--dark .footer-section__whatsapp:hover {
  background: rgba(253, 243, 240, 0.12);
}

@media (prefers-reduced-motion: reduce) {
  .cc_malgdg6b_LDCVhFz5eW .footer-section__whatsapp { transition: none; }
}

/* E-posta — WhatsApp butonunun altinda sade bir satir. */
.cc_malgdg6b_LDCVhFz5eW .footer-section__email {
  display: inline-block;
  margin-top: 12px;
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--color-text-secondary);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);
}

.cc_malgdg6b_LDCVhFz5eW .footer-section__email:hover {
  color: var(--color-text-primary);
  border-bottom-color: currentColor;
}

@media (prefers-reduced-motion: reduce) {
  .cc_malgdg6b_LDCVhFz5eW .footer-section__email { transition: none; }
}

/* Sag sutun: WhatsApp, e-posta ve sosyal hesaplar.
   Marka blogunda soldaydilar; kalabalik duruyordu. */
.cc_malgdg6b_LDCVhFz5eW .footer-section__reach {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

@media (min-width: 768px) {
  .cc_malgdg6b_LDCVhFz5eW .footer-section__reach {
    align-items: flex-end;
    text-align: right;
  }
}

.cc_malgdg6b_LDCVhFz5eW .footer-section__reach .footer-section__whatsapp {
  margin-top: 0;
}

.cc_malgdg6b_LDCVhFz5eW .footer-section__reach .footer-section__socials {
  margin-top: 14px;
}

.cc_malgdg6b_LDCVhFz5eW .footer-column {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--color-border);
}

.cc_malgdg6b_LDCVhFz5eW .footer-column__heading {
  margin: 0;
  font: inherit;
}

.cc_malgdg6b_LDCVhFz5eW .footer-column__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-xs);
  padding: var(--space-sm) 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: var(--color-text-primary);
  text-align: left;
}

.cc_malgdg6b_LDCVhFz5eW .footer-column__title {
  font-family: var(--font-label);
  font-size: var(--text-label);
  font-weight: 500;
}

.cc_malgdg6b_LDCVhFz5eW .footer-column__chevron {
  flex-shrink: 0;
  color: var(--color-text-secondary);
  transition: transform 240ms ease;
}

.cc_malgdg6b_LDCVhFz5eW .footer-column[data-open="true"] .footer-column__chevron {
  transform: rotate(180deg);
}

.cc_malgdg6b_LDCVhFz5eW .footer-column__panel {
  list-style: none;
  margin: 0;
  padding: 0 0 var(--space-sm) 0;
  display: none;
  flex-direction: column;
  gap: var(--space-xs);
}

.cc_malgdg6b_LDCVhFz5eW .footer-column[data-open="true"] .footer-column__panel {
  display: flex;
}

.cc_malgdg6b_LDCVhFz5eW .footer-column__link {
  font-family: var(--font-body);
  font-size: var(--text-small);
  color: var(--color-text-secondary);
  text-decoration: none;
  transition: color 200ms ease;
}

.cc_malgdg6b_LDCVhFz5eW .footer-column__link:hover {
  color: var(--color-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .cc_malgdg6b_LDCVhFz5eW .footer-column__chevron, .cc_malgdg6b_LDCVhFz5eW .footer-column__link {
    transition: none;
  }
}

@media (min-width: 768px) {
  .cc_malgdg6b_LDCVhFz5eW .footer-column {
    border-bottom: 0;
  }

  .cc_malgdg6b_LDCVhFz5eW .footer-column__toggle {
    padding: 0 0 var(--space-sm) 0;
    cursor: default;
    pointer-events: none;
  }

  .cc_malgdg6b_LDCVhFz5eW .footer-column__chevron {
    display: none;
  }

  .cc_malgdg6b_LDCVhFz5eW .footer-column__panel {
    display: flex !important;
    padding: 0;
  }
}

.cc_malgdg6b_LDCVhFz5eW .footer-bottom__inner {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  align-items: center;
  text-align: center;
}

.cc_malgdg6b_LDCVhFz5eW .footer-bottom__copyright {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--text-small);
  color: var(--color-text-muted);
}

.cc_malgdg6b_LDCVhFz5eW .footer-bottom__legal {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-xs);
  justify-content: center;
  align-items: center;
  font-size: var(--text-small);
}

.cc_malgdg6b_LDCVhFz5eW .footer-bottom__legal-link {
  font-family: var(--font-body);
  color: var(--color-text-muted);
  text-decoration: none;
  transition: color 200ms ease;
}

.cc_malgdg6b_LDCVhFz5eW .footer-bottom__legal-link:hover {
  color: var(--color-accent);
}

.cc_malgdg6b_LDCVhFz5eW .footer-bottom__legal-sep {
  color: var(--color-text-muted);
  user-select: none;
}

.cc_malgdg6b_LDCVhFz5eW .footer-bottom__payments {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-xs);
  align-items: center;
  justify-content: center;
}

.cc_malgdg6b_LDCVhFz5eW .footer-bottom__pay {
  display: inline-flex;
  align-items: center;
  opacity: 0.65;
  transition: opacity 200ms ease;
}

.cc_malgdg6b_LDCVhFz5eW .footer-bottom__pay:hover {
  opacity: 1;
}

.cc_malgdg6b_LDCVhFz5eW .footer-bottom__pay-svg {
  height: 24px;
  width: auto;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .cc_malgdg6b_LDCVhFz5eW .footer-bottom__legal-link, .cc_malgdg6b_LDCVhFz5eW .footer-bottom__pay {
    transition: none;
  }
}

@media (min-width: 768px) {
  .cc_malgdg6b_LDCVhFz5eW .footer-bottom__inner {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    gap: var(--space-md);
  }

  .cc_malgdg6b_LDCVhFz5eW .footer-bottom__copyright {
    flex: 1 1 auto;
  }

  .cc_malgdg6b_LDCVhFz5eW .footer-bottom__legal {
    flex: 0 0 auto;
    justify-content: center;
  }

  .cc_malgdg6b_LDCVhFz5eW .footer-bottom__payments {
    flex: 0 0 auto;
    justify-content: flex-end;
  }
}
