/* ==========================================================================
   E-ticaret — sayfa hero'su
   of-hero.css ile aynı ölçüler, sadece sınıf öneki farklı.
   ========================================================================== */

.ethero {
  background: var(--white);
  border-bottom: 1px solid var(--line-soft);
}

.ethero__inner {
  padding-top: 96px;
  padding-bottom: 96px;
  text-align: center;
}

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

.ethero__title {
  font-weight: 800;
  font-size: clamp(40px, 4.2vw, 60px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #000;
  margin: 16px auto 0;
  max-width: 760px;
}

.ethero__title-accent { color: var(--indigo); }

.ethero__lede {
  font-size: 18px;
  line-height: 1.65;
  color: var(--muted);
  max-width: 620px;
  margin: 20px auto 0;
  text-wrap: pretty;
}

.ethero__actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 36px;
  flex-wrap: wrap;
}

.ethero__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  padding: 17px 34px;
  border-radius: var(--r-pill);
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}

.ethero__cta--primary {
  background: var(--indigo);
  color: var(--white);
}

.ethero__cta--ghost {
  background: var(--white);
  color: var(--indigo);
  border: 1.5px solid var(--line-3);
}

.ethero__cta-arrow { font-size: 18px; }

.ethero__trust {
  margin-top: 28px;
  font-size: 14px;
  font-weight: 500;
  color: var(--muted-2);
}

@media (max-width: 860px) {
  .ethero__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
