.cc_99htTM51oX_LDCVhFz5eW .footer-section {
  --footer-text-color: var(--lava-on-teal);
  --footer-accent-color: var(--lava-gold);
  width: 100%;
  background-color: var(--lava-teal);
  color: var(--footer-text-color);
  font-family: var(--font-body);
}

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

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

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

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

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

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

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

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

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

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

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

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

.cc_99htTM51oX_LDCVhFz5eW .footer-section__social-link:hover {
  opacity: 0.75;
  border-color: var(--lava-border-on-teal);
}

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

.cc_99htTM51oX_LDCVhFz5eW .footer-section__columns {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

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

.cc_99htTM51oX_LDCVhFz5eW .footer-section__contact {
  padding-top: var(--space-md);
  border-top: 1px solid var(--lava-border-on-teal);
}

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

.cc_99htTM51oX_LDCVhFz5eW .footer-section__bottom {
  background-color: var(--lava-teal-deep);
  border-top: 1px solid var(--lava-border-on-teal);
  padding-top: var(--space-md);
  padding-bottom: var(--space-md);
}

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

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

@media (min-width: 768px) {
  .cc_99htTM51oX_LDCVhFz5eW .footer-section__brand {
    padding-bottom: var(--space-lg);
    border-bottom: 1px solid var(--lava-border-on-teal);
  }

  /* Keep footer columns on one row at editor/desktop widths. */
  .cc_99htTM51oX_LDCVhFz5eW .footer-section__columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    column-gap: clamp(var(--space-md), 3vw, var(--space-lg));
    row-gap: var(--space-lg);
    align-items: start;
  }

  /* each rendered column shares the width equally (auto-adjusts on add/remove) */
  .cc_99htTM51oX_LDCVhFz5eW .footer-section__columns > * {
    min-width: 0;
  }
}

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

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

  .cc_99htTM51oX_LDCVhFz5eW .footer-section__grid {
    flex-direction: row;
    align-items: flex-start;
    gap: var(--space-2xl);
  }

  .cc_99htTM51oX_LDCVhFz5eW .footer-section__brand {
    flex: 0 0 clamp(13.75rem, 24%, 21.25rem);
    border-bottom: 0;
    padding-bottom: 0;
  }

  .cc_99htTM51oX_LDCVhFz5eW .footer-section__columns {
    flex: 1 1 auto;
  }
}

/* ============================================================
 * FooterSitemapColumn (src/sub-components/FooterSitemapColumn)
 * Bundled here because sub-component styles.css files are not
 * compiled separately — only the consuming component's CSS is.
 * ============================================================ */

.cc_99htTM51oX_LDCVhFz5eW .footer-column {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--lava-border-on-teal);
}

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

.cc_99htTM51oX_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(--footer-heading-color, #000000);
  text-align: left;
}

.cc_99htTM51oX_LDCVhFz5eW .footer-column__title {
  font-family: var(--font-label);
  font-size: var(--footer-heading-size, var(--text-h3, clamp(20px, 2.5vw, 28px)));
  font-weight: 600;
  letter-spacing: 0.01em;
}

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

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

.cc_99htTM51oX_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_99htTM51oX_LDCVhFz5eW .footer-column[data-open="true"] .footer-column__panel {
  display: flex;
}

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

.cc_99htTM51oX_LDCVhFz5eW .footer-column__link:hover {
  opacity: 0.75;
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

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

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

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

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

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

/* ============================================================
 * FooterContactBlock (src/sub-components/FooterContactBlock)
 * ============================================================ */

.cc_99htTM51oX_LDCVhFz5eW .footer-contact {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.cc_99htTM51oX_LDCVhFz5eW .footer-contact__title {
  margin: 0;
  font-family: var(--font-label);
  font-size: var(--footer-heading-size, var(--text-h3, clamp(20px, 2.5vw, 28px)));
  font-weight: 600;
  color: var(--footer-heading-color, #000000);
}

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

.cc_99htTM51oX_LDCVhFz5eW .footer-contact__row {
  display: flex;
  align-items: flex-start;
  gap: var(--space-xs);
  font-family: var(--font-body);
  font-size: var(--text-small);
  line-height: 1.55;
  color: var(--footer-text-color);
}

.cc_99htTM51oX_LDCVhFz5eW .footer-contact__icon {
  flex-shrink: 0;
  margin-top: 3px;
  color: var(--footer-text-color);
}

.cc_99htTM51oX_LDCVhFz5eW .footer-contact__text {
  flex: 1;
}

.cc_99htTM51oX_LDCVhFz5eW .footer-contact__link {
  flex: 1;
  color: var(--footer-text-color);
  text-decoration: none;
  transition: opacity 200ms ease;
}

.cc_99htTM51oX_LDCVhFz5eW .footer-contact__link:hover {
  opacity: 0.75;
}

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

/* ============================================================
 * FooterBottomBar (src/sub-components/FooterBottomBar)
 * ============================================================ */

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

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

.cc_99htTM51oX_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_99htTM51oX_LDCVhFz5eW .footer-bottom__legal-link {
  font-family: var(--font-body);
  color: var(--footer-text-color);
  text-decoration: none;
  transition: opacity 200ms ease;
}

.cc_99htTM51oX_LDCVhFz5eW .footer-bottom__legal-link:hover {
  opacity: 0.75;
}

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

.cc_99htTM51oX_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_99htTM51oX_LDCVhFz5eW .footer-bottom__pay {
  display: inline-flex;
  align-items: center;
  opacity: 0.65;
  transition: opacity 200ms ease;
}

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

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

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

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

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

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

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

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

/* ============================================================
 * Defensive text-color overrides.
 * Theme/base styles (UA button color, global link color) were
 * observed overriding the rules above in the editor preview.
 * !important guarantees white; the var() keeps the "Metin Rengi"
 * (textColor) prop in control. Each selector is its own rule —
 * comma lists break the build's .cc_ scoping on the first selector.
 * ============================================================ */

.cc_99htTM51oX_LDCVhFz5eW .footer-section .footer-column__toggle {
  color: var(--footer-heading-color, #000000) !important;
}

.cc_99htTM51oX_LDCVhFz5eW .footer-section .footer-column__title {
  color: var(--footer-heading-color, #000000) !important;
  font-size: var(--footer-heading-size, var(--text-h3, clamp(20px, 2.5vw, 28px))) !important;
  font-weight: 600 !important;
}

.cc_99htTM51oX_LDCVhFz5eW .footer-section .footer-column__link {
  color: var(--footer-text-color, #ffffff) !important;
}

.cc_99htTM51oX_LDCVhFz5eW .footer-section .footer-column__link:hover {
  color: var(--footer-text-color, #ffffff) !important;
}

.cc_99htTM51oX_LDCVhFz5eW .footer-section .footer-column__link:visited {
  color: var(--footer-text-color, #ffffff) !important;
}

.cc_99htTM51oX_LDCVhFz5eW .footer-section .footer-contact__title {
  color: var(--footer-heading-color, #000000) !important;
  font-size: var(--footer-heading-size, var(--text-h3, clamp(20px, 2.5vw, 28px))) !important;
  font-weight: 600 !important;
}

.cc_99htTM51oX_LDCVhFz5eW .footer-section .footer-contact__row {
  color: var(--footer-text-color, #ffffff) !important;
}

.cc_99htTM51oX_LDCVhFz5eW .footer-section .footer-contact__icon {
  color: var(--footer-text-color, #ffffff) !important;
}

.cc_99htTM51oX_LDCVhFz5eW .footer-section .footer-contact__text {
  color: var(--footer-text-color, #ffffff) !important;
}

.cc_99htTM51oX_LDCVhFz5eW .footer-section .footer-contact__link {
  color: var(--footer-text-color, #ffffff) !important;
}

.cc_99htTM51oX_LDCVhFz5eW .footer-section .footer-contact__link:visited {
  color: var(--footer-text-color, #ffffff) !important;
}

.cc_99htTM51oX_LDCVhFz5eW .footer-section .footer-bottom__copyright {
  color: var(--footer-text-color, #ffffff) !important;
}

.cc_99htTM51oX_LDCVhFz5eW .footer-section .footer-bottom__legal-link {
  color: var(--footer-text-color, #ffffff) !important;
}

.cc_99htTM51oX_LDCVhFz5eW .footer-section .footer-bottom__legal-link:visited {
  color: var(--footer-text-color, #ffffff) !important;
}

.cc_99htTM51oX_LDCVhFz5eW .footer-section .footer-bottom__legal-sep {
  color: var(--footer-text-color, #ffffff) !important;
}

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

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

.cc_99htTM51oX_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_99htTM51oX_LDCVhFz5eW .footer-bottom__legal-link {
  font-family: var(--font-body);
  color: var(--color-text-muted);
  text-decoration: none;
  transition: color 200ms ease;
}

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

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

.cc_99htTM51oX_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_99htTM51oX_LDCVhFz5eW .footer-bottom__pay {
  display: inline-flex;
  align-items: center;
  opacity: 0.65;
  transition: opacity 200ms ease;
}

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

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

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

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

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

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

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