/* Varol Tekstil — S.S.S. / Yardim Merkezi (Trendyol tarzi iki sutun) */
#information-faq .vc-faq2 {
  --fq-ink: #16181d;
  --fq-ink-2: #2a2f37;
  --fq-muted: #6b7280;
  --fq-line: #e9e4db;
  --fq-soft: #f7f5f1;
  max-width: 1120px;
  margin: 0 auto;
  padding: 4px 0 8px;
  /* Tum FAQ blogu dusuk bir stacking baglaminda kalsin; site'in sticky header'i
     (cok yuksek z-index) her zaman ustte/temiz gorunsun, icerik sizmasin. */
  position: relative;
  z-index: 0;
}

/* Baslik + arama */
.vc-faq2-head {
  text-align: center;
  padding: 18px 16px 26px;
}
/* Sayfa kaydirilinca hero+arama gizlensin; sticky header ile cakismasin. */
body.vc-scrolled #information-faq .vc-faq2-head { display: none; }
.vc-faq2-kicker {
  display: inline-block;
  letter-spacing: .14em;
  font-size: 11px;
  font-weight: 800;
  color: var(--fq-muted);
  margin-bottom: 8px;
}
.vc-faq2-head h1 {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 900;
  color: var(--fq-ink);
}
.vc-faq2-head p {
  max-width: 620px;
  margin: 0 auto 18px;
  color: var(--fq-muted);
  font-size: 15px;
  line-height: 1.6;
}
.vc-faq2-search {
  position: relative;
  max-width: 620px;
  margin: 0 auto;
}
.vc-faq2-search > i {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--fq-muted);
  font-size: 16px;
}
.vc-faq2-search input {
  width: 100%;
  height: 54px;
  padding: 0 46px;
  border: 1px solid var(--fq-line);
  border-radius: 14px;
  background: #fff;
  font-size: 15px;
  color: var(--fq-ink);
  box-shadow: 0 8px 24px rgba(22, 32, 51, .05);
}
.vc-faq2-search input:focus {
  outline: none;
  border-color: var(--fq-ink);
  box-shadow: 0 0 0 3px rgba(22, 24, 29, .08);
}
.vc-faq2-clear {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: var(--fq-soft);
  color: var(--fq-ink);
  cursor: pointer;
}

/* Iki sutun */
.vc-faq2-body {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

/* Sol menu */
.vc-faq2-side {
  position: sticky;
  top: 90px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.vc-faq2-sidenav {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px;
  border: 1px solid var(--fq-line);
  border-radius: 14px;
  background: #fff;
}
.vc-faq2-sidelink {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 12px;
  border-radius: 10px;
  color: var(--fq-ink-2) !important;
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none !important;
  transition: background .14s ease, color .14s ease;
}
.vc-faq2-sidelink i { width: 18px; text-align: center; color: var(--fq-muted); font-size: 15px; transition: color .14s ease; }
.vc-faq2-sidelink span { flex: 1 1 auto; min-width: 0; }
.vc-faq2-sidelink em {
  flex: 0 0 auto;
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  color: var(--fq-muted);
  background: var(--fq-soft);
  border-radius: 999px;
  padding: 2px 8px;
}
.vc-faq2-sidelink:hover { background: var(--fq-soft); color: var(--fq-ink) !important; }
.vc-faq2-sidelink.is-active { background: var(--fq-ink); color: #fff !important; }
.vc-faq2-sidelink.is-active i { color: #fff; }
.vc-faq2-sidelink.is-active em { background: rgba(255, 255, 255, .18); color: #fff; }

/* Yardim karti */
.vc-faq2-help {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 18px;
  border-radius: 14px;
  background: var(--fq-ink);
  color: #fff;
}
.vc-faq2-help i { font-size: 22px; margin-bottom: 4px; }
.vc-faq2-help strong { font-size: 15px; font-weight: 800; }
.vc-faq2-help span { font-size: 12.5px; color: #c7c9cd; line-height: 1.5; }
.vc-faq2-help-btn {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  border-radius: 9px;
  background: #fff;
  color: var(--fq-ink) !important;
  font-weight: 800;
  font-size: 13.5px;
  text-decoration: none !important;
}
.vc-faq2-help-btn:hover { background: var(--fq-soft); }

/* Sag icerik */
.vc-faq2-group { margin: 0 0 28px; scroll-margin-top: 86px; }
.vc-faq2-group:last-child { margin-bottom: 0; }
.vc-faq2-group-title {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 14px;
  color: var(--fq-ink);
  font-size: 19px;
  font-weight: 850;
}
.vc-faq2-group-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--fq-ink);
  color: #fff;
  font-size: 16px;
  flex: 0 0 auto;
}
.vc-faq2-list { display: grid; gap: 10px; }

.vc-faq2-item {
  border: 1px solid var(--fq-line);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.vc-faq2-item[open] {
  border-color: #d9d2c6;
  box-shadow: 0 10px 26px rgba(22, 32, 51, .06);
}
.vc-faq2-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  cursor: pointer;
  list-style: none;
  color: var(--fq-ink-2);
  font-size: 14.5px;
  font-weight: 700;
}
.vc-faq2-item summary::-webkit-details-marker { display: none; }
.vc-faq2-item summary:hover { color: var(--fq-ink); }
.vc-faq2-arrow {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--fq-soft);
  color: var(--fq-ink);
  transition: transform .2s ease, background .2s ease;
}
.vc-faq2-item[open] .vc-faq2-arrow { transform: rotate(180deg); background: var(--fq-ink); color: #fff; }
.vc-faq2-a {
  padding: 0 18px 18px;
  color: #555b64;
  font-size: 14px;
  line-height: 1.66;
}

/* Bos durum */
.vc-faq2-empty {
  text-align: center;
  padding: 40px 20px;
  border: 1px dashed #ddd6cb;
  border-radius: 14px;
  color: var(--fq-muted);
}
.vc-faq2-empty i { font-size: 26px; opacity: .5; }
.vc-faq2-empty p { margin: 12px 0 6px; font-size: 15px; }
.vc-faq2-empty a { color: var(--fq-ink); font-weight: 800; text-decoration: underline; }

/* Mobil */
@media (max-width: 900px) {
  .vc-faq2-body { grid-template-columns: 1fr; gap: 18px; }
  .vc-faq2-side { position: static; }
  .vc-faq2-sidenav {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    -webkit-overflow-scrolling: touch;
  }
  .vc-faq2-sidelink { white-space: nowrap; flex: 0 0 auto; }
  .vc-faq2-sidelink em { display: none; }
  .vc-faq2-help { display: none; }
}
@media (max-width: 480px) {
  .vc-faq2-head h1 { font-size: 23px; }
}
