/* ==========================================================================
   E-ticaret — pazaryeri entegrasyonları (Trendyol, Hepsiburada, Amazon)
   ========================================================================== */

.etpazar {
  background: var(--bg-tint);
  border-bottom: 1px solid var(--line-soft);
}

.etpazar__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 40px;
}

.etpazar__eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--indigo);
}

.etpazar__title {
  font-weight: 800;
  font-size: clamp(32px, 3.4vw, 44px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 16px 0 12px;
}

.etpazar__lede {
  font-size: 16px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0;
  text-wrap: pretty;
}

.etpazar__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.etpazar__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 80px;
  border-radius: var(--r-lg);
  background: var(--white);
  border: 1px solid var(--line-2);
}

.etpazar__logo img {
  max-height: 34px;
  max-width: 190px;
  width: auto;
  height: auto;
}

@media (max-width: 480px) {
  .etpazar__logo {
    width: 170px;
    height: 64px;
  }

  .etpazar__logo img {
    max-height: 26px;
    max-width: 150px;
  }
}
