/* Footer bağlantı sütunu. */

.cc_lqof57t2_h6ZhYMOShA .vt-fcol {
  display: flex;
  flex-direction: column;
}

.cc_lqof57t2_h6ZhYMOShA .vt-fcol__title {
  margin: 0 0 24px;
  color: var(--color-text-primary);
  font-size: var(--vt-f-coltitle, 12px);
  text-transform: uppercase;
}

.cc_lqof57t2_h6ZhYMOShA .vt-fcol__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* `hidden` niteligi UA stil sayfasindan `display: none` getirir; sinif
   secicisi ondan agir bastigi icin liste kapanmiyordu. Acikca yazilir. */
.cc_lqof57t2_h6ZhYMOShA .vt-fcol__list[hidden] {
  display: none;
}

/* Stitch detayı: bağlantı hover'da 4px sağa kayar. */
.cc_lqof57t2_h6ZhYMOShA .vt-fcol__link {
  display: inline-block;
  color: var(--color-text-secondary);
  font-size: var(--vt-f-link, 15px);
  text-decoration: none;
  transition: color 300ms ease, transform 300ms ease;
}

.cc_lqof57t2_h6ZhYMOShA .vt-fcol__link:hover, .cc_lqof57t2_h6ZhYMOShA .vt-fcol__link:focus-visible {
  color: var(--color-accent);
  transform: translateX(4px);
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  .cc_lqof57t2_h6ZhYMOShA .vt-fcol__link { transition: none; }
  .cc_lqof57t2_h6ZhYMOShA .vt-fcol__link:hover { transform: none; }
}

/* ─── Mobil akordeon ───────────────────────────────────── */

.cc_lqof57t2_h6ZhYMOShA .vt-fcol__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 16px 0;
  border: 0;
  background: transparent;
  color: var(--color-text-primary);
  font: inherit;
  font-size: var(--vt-f-coltitle, 12px);
  text-transform: uppercase;
  text-align: left;
  cursor: pointer;
}

.cc_lqof57t2_h6ZhYMOShA .vt-fcol__chevron {
  flex: none;
  font-size: 16px;
  color: var(--color-text-muted);
  transition: transform 250ms ease;
}

.cc_lqof57t2_h6ZhYMOShA .vt-fcol.is-open .vt-fcol__chevron {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  /* Her sutun kendi satiri; aralarinda ince ayirici. */
  .cc_lqof57t2_h6ZhYMOShA .vt-fcol {
    border-bottom: 1px solid var(--color-border);
  }

  /* Baslik dugmede oldugu icin listenin ust boslugu ondan gelir. */
  .cc_lqof57t2_h6ZhYMOShA .vt-fcol__list {
    padding-bottom: 18px;
    gap: 12px;
  }

  /* Dokunmatikte 4px kayma hissi vermiyor, sadece titretiyor. */
  .cc_lqof57t2_h6ZhYMOShA .vt-fcol__link:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cc_lqof57t2_h6ZhYMOShA .vt-fcol__chevron { transition: none; }
}
