.cc_K0NqjoILrr_toQED0OG3m .velora-footer {
  width: 100%;
  box-sizing: border-box;
  font-family: var(--site-font, system-ui, -apple-system, sans-serif);
}

/* ── Yukarıya çık butonu ── */
.cc_K0NqjoILrr_toQED0OG3m .velora-footer__back-top {
  position: fixed;
  bottom: 28px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: var(--vf-back-top-bg, #f06400);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.22);
  z-index: 350;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.cc_K0NqjoILrr_toQED0OG3m .velora-footer__back-top:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}

.cc_K0NqjoILrr_toQED0OG3m .velora-footer__back-top--right { right: 24px; }
.cc_K0NqjoILrr_toQED0OG3m .velora-footer__back-top--left { left: 24px; }

@media (max-width: 760px) {
.cc_K0NqjoILrr_toQED0OG3m .velora-footer__back-top { bottom: 20px; }
.cc_K0NqjoILrr_toQED0OG3m .velora-footer__back-top--right { right: 16px; }
.cc_K0NqjoILrr_toQED0OG3m .velora-footer__back-top--left { left: 16px; }
}

.velora-footer *,
.velora-footer *::before,
.cc_K0NqjoILrr_toQED0OG3m .velora-footer *::after {
  box-sizing: border-box;
}

.cc_K0NqjoILrr_toQED0OG3m .velora-footer__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 40px 0;
}

/* ── Logo ──────────────────────────────────────────────────────────────────── */

.cc_K0NqjoILrr_toQED0OG3m .velora-footer__top {
  margin-bottom: 40px;
}

.cc_K0NqjoILrr_toQED0OG3m .velora-footer__logo {
  display: inline-block;
  text-decoration: none;
}

.cc_K0NqjoILrr_toQED0OG3m .velora-footer__logo-img {
  max-height: 80px;
  width: auto;
  display: block;
}

.cc_K0NqjoILrr_toQED0OG3m .velora-footer__logo-placeholder {
  font-size: 28px;
  font-weight: 800;
  color: currentColor;
  opacity: 0.5;
}

/* ── Newsletter ────────────────────────────────────────────────────────────── */

.cc_K0NqjoILrr_toQED0OG3m .velora-footer__newsletter {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.cc_K0NqjoILrr_toQED0OG3m .velora-newsletter {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
}

.cc_K0NqjoILrr_toQED0OG3m .velora-newsletter__text {
  flex: 1 1 320px;
  min-width: 0;
}

.cc_K0NqjoILrr_toQED0OG3m .velora-newsletter__title {
  margin: 0 0 8px;
  font-size: var(--vf-heading-fs, 20px);
  font-weight: 700;
  color: currentColor;
  line-height: 1.25;
}

.cc_K0NqjoILrr_toQED0OG3m .velora-newsletter__subtitle {
  margin: 0;
  font-size: var(--vf-body-fs, 14px);
  color: currentColor;
  opacity: 0.8;
  line-height: 1.5;
}

.cc_K0NqjoILrr_toQED0OG3m .velora-newsletter__form {
  flex: 1 1 380px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cc_K0NqjoILrr_toQED0OG3m .velora-newsletter__row {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.cc_K0NqjoILrr_toQED0OG3m .velora-newsletter__input {
  flex: 1 1 0;
  min-width: 0;
  padding: 13px 16px;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  font-size: var(--vf-body-fs, 14px);
  color: #111111;
  background: #ffffff;
  outline: none;
  transition: border-color 0.18s, box-shadow 0.18s;
  box-sizing: border-box;
}

.cc_K0NqjoILrr_toQED0OG3m .velora-newsletter__input:focus {
  border-color: #111111;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}

.cc_K0NqjoILrr_toQED0OG3m .velora-newsletter__input--error {
  border-color: #ef4444;
}

.cc_K0NqjoILrr_toQED0OG3m .velora-newsletter__submit {
  flex-shrink: 0;
  padding: 13px 24px;
  border: none;
  border-radius: 8px;
  font-size: var(--vf-btn-fs, 14px);
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.18s, transform 0.12s;
}

.cc_K0NqjoILrr_toQED0OG3m .velora-newsletter__submit:hover:not(:disabled) {
  opacity: 0.85;
}

.cc_K0NqjoILrr_toQED0OG3m .velora-newsletter__submit:active:not(:disabled) {
  transform: translateY(1px);
}

.cc_K0NqjoILrr_toQED0OG3m .velora-newsletter__submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.cc_K0NqjoILrr_toQED0OG3m .velora-newsletter__terms {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  font-size: 12.5px;
  color: currentColor;
  opacity: 0.85;
  line-height: 1.5;
  cursor: pointer;
}

.cc_K0NqjoILrr_toQED0OG3m .velora-newsletter__checkbox {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: currentColor;
  cursor: pointer;
}

.cc_K0NqjoILrr_toQED0OG3m .velora-newsletter__terms-link {
  color: currentColor;
  text-decoration: underline;
  font-weight: 600;
}

.cc_K0NqjoILrr_toQED0OG3m .velora-newsletter__error {
  font-size: 12.5px;
  color: #ffb4b4;
}

.cc_K0NqjoILrr_toQED0OG3m .velora-newsletter__success {
  font-size: 12.5px;
  font-weight: 600;
  color: #baffd6;
}

@media (max-width: 768px) {
.cc_K0NqjoILrr_toQED0OG3m .velora-footer__newsletter {
    padding-bottom: 28px !important;
    margin-bottom: 28px !important;
  }

.cc_K0NqjoILrr_toQED0OG3m .velora-newsletter {
    flex-direction: column !important;
    gap: 20px !important;
  }

  .velora-newsletter__text,
.cc_K0NqjoILrr_toQED0OG3m .velora-newsletter__form {
    flex: none !important;
    width: 100% !important;
  }

.cc_K0NqjoILrr_toQED0OG3m .velora-newsletter__row {
    flex-direction: column !important;
  }

.cc_K0NqjoILrr_toQED0OG3m .velora-newsletter__submit {
    width: 100% !important;
  }
}

/* ── Main: columns + decorative ────────────────────────────────────────────── */

.cc_K0NqjoILrr_toQED0OG3m .velora-footer__main {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 48px;
}

.cc_K0NqjoILrr_toQED0OG3m .velora-footer__columns {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px 32px;
}

.cc_K0NqjoILrr_toQED0OG3m .velora-footer__column {
  flex: 1 1 160px;
  min-width: 0;
}

/* Desktop column title */
.cc_K0NqjoILrr_toQED0OG3m .velora-footer__col-title {
  margin: 0 0 16px 0;
  font-size: var(--vf-heading-fs, 16px);
  font-weight: 700;
  color: currentColor;
  line-height: 1.2;
}

/* Mobile accordion toggle — hidden on desktop */
.cc_K0NqjoILrr_toQED0OG3m .velora-footer__col-toggle {
  display: none;
}

.cc_K0NqjoILrr_toQED0OG3m .velora-footer__col-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cc_K0NqjoILrr_toQED0OG3m .velora-footer__col-link {
  color: currentColor;
  text-decoration: none;
  font-size: var(--vf-body-fs, 14px);
  font-weight: 400;
  line-height: 1.4;
  opacity: 0.85;
  transition: opacity 0.15s ease;
}

.cc_K0NqjoILrr_toQED0OG3m .velora-footer__col-link:hover {
  opacity: 1;
  text-decoration: underline;
}

/* Decorative image */
.cc_K0NqjoILrr_toQED0OG3m .velora-footer__decorative {
  flex: 0 0 auto;
  width: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.cc_K0NqjoILrr_toQED0OG3m .velora-footer__decorative-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* ── Bottom bar ────────────────────────────────────────────────────────────── */

.cc_K0NqjoILrr_toQED0OG3m .velora-footer__bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.cc_K0NqjoILrr_toQED0OG3m .velora-footer__social {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.cc_K0NqjoILrr_toQED0OG3m .velora-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
  text-decoration: none;
  transition: opacity 0.15s ease;
}

.cc_K0NqjoILrr_toQED0OG3m .velora-footer__social-link:hover {
  opacity: 0.75;
}

.cc_K0NqjoILrr_toQED0OG3m .velora-footer__payment {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.cc_K0NqjoILrr_toQED0OG3m .velora-footer__payment-logo {
  height: 28px;
  width: auto;
  display: block;
  object-fit: contain;
}

/* ── Copyright ─────────────────────────────────────────────────────────────── */

.cc_K0NqjoILrr_toQED0OG3m .velora-footer__copyright {
  padding: 18px 0;
  font-size: var(--vf-body-fs, 13px);
  color: currentColor;
  opacity: 0.7;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

/* ── Tema kredisi ──────────────────────────────────────────────────────────── */

/* Kendine ait beyaz şerit — footer/tema renklerinden bağımsız, tam genişlik. */
.cc_K0NqjoILrr_toQED0OG3m .velora-footer__credit {
  width: 100%;
  padding: 20px 16px;
  text-align: center;
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 18px;
}

.cc_K0NqjoILrr_toQED0OG3m .velora-footer__credit-link {
  color: #111111;
  opacity: 0.75;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: opacity 0.15s ease;
}

.cc_K0NqjoILrr_toQED0OG3m .velora-footer__credit-link:hover {
  opacity: 1;
  text-decoration: underline;
}

/* ── Mobile (≤768px) ────────────────────────────────────────────────────────── */

@media (max-width: 768px) {
.cc_K0NqjoILrr_toQED0OG3m .velora-footer__inner {
    padding: 32px 20px 0 !important;
  }

.cc_K0NqjoILrr_toQED0OG3m .velora-footer__top {
    margin-bottom: 28px !important;
  }

.cc_K0NqjoILrr_toQED0OG3m .velora-footer__main {
    flex-direction: column !important;
    gap: 0 !important;
    margin-bottom: 28px !important;
    width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

.cc_K0NqjoILrr_toQED0OG3m .velora-footer__columns {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
  }

.cc_K0NqjoILrr_toQED0OG3m .velora-footer__column {
    flex: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  }

  /* Hide desktop title */
.cc_K0NqjoILrr_toQED0OG3m .velora-footer__col-title {
    display: none !important;
  }

  /* Show accordion toggle */
.cc_K0NqjoILrr_toQED0OG3m .velora-footer__col-toggle {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    padding: 16px 0 !important;
    border: none !important;
    background: transparent !important;
    color: currentColor !important;
    font-family: inherit !important;
    font-size: var(--vf-heading-fs-m, var(--vf-heading-fs, 16px)) !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    cursor: pointer !important;
    text-align: left !important;
  }

  .velora-newsletter__title,
.cc_K0NqjoILrr_toQED0OG3m .velora-footer__col-title {
    font-size: var(--vf-heading-fs-m, var(--vf-heading-fs, 20px));
  }

  .velora-newsletter__subtitle,
  .velora-newsletter__input,
  .velora-footer__col-link,
.cc_K0NqjoILrr_toQED0OG3m .velora-footer__copyright {
    font-size: var(--vf-body-fs-m, var(--vf-body-fs, 14px));
  }

.cc_K0NqjoILrr_toQED0OG3m .velora-newsletter__submit {
    font-size: var(--vf-btn-fs-m, var(--vf-btn-fs, 14px));
  }

  /* Plus icon animation */
.cc_K0NqjoILrr_toQED0OG3m .velora-footer__col-plus {
    flex-shrink: 0 !important;
    transition: transform 0.2s ease !important;
  }

.cc_K0NqjoILrr_toQED0OG3m .velora-footer__col-plus-h {
    transition: opacity 0.2s ease !important;
  }

.cc_K0NqjoILrr_toQED0OG3m .velora-footer__col-plus--open .velora-footer__col-plus-h {
    opacity: 0 !important;
  }

  /* Accordion links: closed by default, open when --open */
.cc_K0NqjoILrr_toQED0OG3m .velora-footer__col-links {
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.28s ease, padding-bottom 0.28s ease !important;
    padding-bottom: 0 !important;
    gap: 0 !important;
    width: 100% !important;
  }

.cc_K0NqjoILrr_toQED0OG3m .velora-footer__col-links--open {
    max-height: 600px !important;
    padding-bottom: 16px !important;
    gap: 10px !important;
  }

  /* Decorative image */
.cc_K0NqjoILrr_toQED0OG3m .velora-footer__decorative {
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 24px !important;
    justify-content: center !important;
  }

.cc_K0NqjoILrr_toQED0OG3m .velora-footer__decorative-img {
    max-width: 300px !important;
    margin: 0 auto !important;
  }

  /* Bottom bar: stack */
.cc_K0NqjoILrr_toQED0OG3m .velora-footer__bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
  }

.cc_K0NqjoILrr_toQED0OG3m .velora-footer__payment {
    justify-content: flex-start !important;
  }
}
