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

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

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

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

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

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

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

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

.cc_ucuvj14p_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_ucuvj14p_LDCVhFz5eW .footer-section__tagline {
  margin: 0;
  max-width: 320px;
  font-size: var(--text-small);
  line-height: 1.55;
  color: var(--color-text-secondary);
}

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

.cc_ucuvj14p_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_ucuvj14p_LDCVhFz5eW .footer-section__social-link svg {
  width: 20px;
  height: 20px;
}

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

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

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

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

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

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

.cc_ucuvj14p_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_ucuvj14p_LDCVhFz5eW .footer-section__social-link {
    transition: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

/* Çerçi AVM footer */
.cc_ucuvj14p_LDCVhFz5eW .footer-section { color: rgba(255,255,255,.76); background: var(--color-accent-secondary-dark); }
.cc_ucuvj14p_LDCVhFz5eW .footer-section__container { max-width: var(--content-width); }
.cc_ucuvj14p_LDCVhFz5eW .footer-section__logo-text, .cc_ucuvj14p_LDCVhFz5eW .footer-section__tagline, .cc_ucuvj14p_LDCVhFz5eW .footer-section__social-link { color: var(--color-surface); }
.cc_ucuvj14p_LDCVhFz5eW .footer-section__logo-text { font-weight: 800; letter-spacing: -.04em; }
.cc_ucuvj14p_LDCVhFz5eW .footer-section__social-link { border-color: rgba(255,255,255,.16); }
.cc_ucuvj14p_LDCVhFz5eW .footer-section__social-link:hover { color: var(--color-surface); background: var(--color-accent); border-color: var(--color-accent); }
.cc_ucuvj14p_LDCVhFz5eW .footer-section__bottom { background: color-mix(in srgb, var(--color-accent-secondary-dark) 82%, var(--color-text-primary)); border-top-color: rgba(255,255,255,.12); }

/* Dynamic footer colors */
.cc_ucuvj14p_LDCVhFz5eW .footer-section__logo-text, .cc_ucuvj14p_LDCVhFz5eW .footer-section .footer-column__title, .cc_ucuvj14p_LDCVhFz5eW .footer-section .footer-contact__title { color: var(--footer-heading-color, #fff); }
.cc_ucuvj14p_LDCVhFz5eW .footer-section__tagline, .cc_ucuvj14p_LDCVhFz5eW .footer-section .footer-column__link, .cc_ucuvj14p_LDCVhFz5eW .footer-section .footer-contact__row, .cc_ucuvj14p_LDCVhFz5eW .footer-section .footer-contact__link { color: var(--footer-link-color, rgba(255,255,255,.76)); }
.cc_ucuvj14p_LDCVhFz5eW .footer-section__social-link, .cc_ucuvj14p_LDCVhFz5eW .footer-section .footer-contact__icon, .cc_ucuvj14p_LDCVhFz5eW .footer-section .footer-column__chevron { color: var(--footer-icon-color, #03CBDF); }
.cc_ucuvj14p_LDCVhFz5eW .footer-section__social-link { border-color: color-mix(in srgb, var(--footer-icon-color, #03CBDF) 42%, transparent); }


/* V4 configurable footer logo */
.cc_ucuvj14p_LDCVhFz5eW .footer-section__logo-img { width: min(var(--footer-logo-width, 190px), 100%); max-width: none; height: auto; }
@media (max-width: 767px) {
  .cc_ucuvj14p_LDCVhFz5eW .footer-section__brand { align-items: center; text-align: center; }
  .cc_ucuvj14p_LDCVhFz5eW .footer-section__logo-img { width: min(var(--footer-logo-mobile-width, 170px), 72vw); max-width: none; margin-inline: auto; object-position: center; }
  .cc_ucuvj14p_LDCVhFz5eW .footer-section__tagline { margin-inline: auto; }
  .cc_ucuvj14p_LDCVhFz5eW .footer-section__socials { justify-content: center; }
}

/* V5 alignment contract: desktop/tablet left, mobile centered */
@media (min-width: 768px) {
  .cc_ucuvj14p_LDCVhFz5eW .footer-section__brand {
    align-items: flex-start;
    text-align: left;
  }
  .cc_ucuvj14p_LDCVhFz5eW .footer-section__logo-img {
    margin-inline: 0;
    object-position: left center;
  }
  .cc_ucuvj14p_LDCVhFz5eW .footer-section__tagline { margin-inline: 0; }
  .cc_ucuvj14p_LDCVhFz5eW .footer-section__socials { justify-content: flex-start; }
}


/* V6 mobile footer rhythm: no dividers, contact behaves like every other group */
@media (max-width: 767px) {
  .cc_ucuvj14p_LDCVhFz5eW .footer-section__main {
    padding-top: 1.75rem;
    padding-bottom: 1.85rem;
  }
  .cc_ucuvj14p_LDCVhFz5eW .footer-section__container { padding-inline: 1.15rem; }
  .cc_ucuvj14p_LDCVhFz5eW .footer-section__grid { gap: 0; }
  .cc_ucuvj14p_LDCVhFz5eW .footer-section__brand {
    gap: .65rem;
    padding-bottom: 1.45rem;
    border-bottom: 0;
  }
  .cc_ucuvj14p_LDCVhFz5eW .footer-section__logo-img {
    image-rendering: auto;
    transform: translateZ(0);
  }
  .cc_ucuvj14p_LDCVhFz5eW .footer-section__tagline {
    max-width: 28rem;
    line-height: 1.6;
  }
  .cc_ucuvj14p_LDCVhFz5eW .footer-section__socials { margin-top: .1rem; }
  .cc_ucuvj14p_LDCVhFz5eW .footer-section__columns {
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
  }
  .cc_ucuvj14p_LDCVhFz5eW .footer-section__contact {
    margin-top: 1.35rem;
    padding-top: 0;
    border-top: 0 !important;
  }
  .cc_ucuvj14p_LDCVhFz5eW .footer-section .footer-column__heading, .cc_ucuvj14p_LDCVhFz5eW .footer-section .footer-contact__title {
    margin: 0 0 .7rem;
  }
  .cc_ucuvj14p_LDCVhFz5eW .footer-section .footer-column__title, .cc_ucuvj14p_LDCVhFz5eW .footer-section .footer-contact__title {
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .01em;
  }
  .cc_ucuvj14p_LDCVhFz5eW .footer-section .footer-column__panel, .cc_ucuvj14p_LDCVhFz5eW .footer-section .footer-contact__list {
    gap: .45rem;
  }
  .cc_ucuvj14p_LDCVhFz5eW .footer-section .footer-column__link, .cc_ucuvj14p_LDCVhFz5eW .footer-section .footer-contact__row {
    font-size: .78rem;
    line-height: 1.55;
  }
  .cc_ucuvj14p_LDCVhFz5eW .footer-section .footer-contact { gap: 0; }
  .cc_ucuvj14p_LDCVhFz5eW .footer-section .footer-contact__icon { margin-top: .18rem; }
}

.cc_ucuvj14p_LDCVhFz5eW .footer-column {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.cc_ucuvj14p_LDCVhFz5eW .footer-column__heading {
  margin: 0 0 var(--space-sm);
  font: inherit;
}

.cc_ucuvj14p_LDCVhFz5eW .footer-column__title {
  display: block;
  font-family: var(--font-label);
  font-size: var(--text-label);
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--footer-heading-color, var(--color-text-primary));
}

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

.cc_ucuvj14p_LDCVhFz5eW .footer-column__link {
  font-family: var(--font-body);
  font-size: var(--text-small);
  line-height: 1.55;
  color: var(--footer-link-color, var(--color-text-secondary));
  text-decoration: none;
  transition: color 200ms ease, opacity 200ms ease;
}

.cc_ucuvj14p_LDCVhFz5eW .footer-column__link:hover {
  color: var(--footer-heading-color, var(--color-accent));
  opacity: 0.9;
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

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

.cc_ucuvj14p_LDCVhFz5eW .footer-contact__title {
  margin: 0;
  font-family: var(--font-label);
  font-size: var(--text-label);
  font-weight: 500;
  color: var(--color-text-primary);
}

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

.cc_ucuvj14p_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(--color-text-secondary);
}

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

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

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

.cc_ucuvj14p_LDCVhFz5eW .footer-contact__link:hover {
  color: var(--color-accent);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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