/* Emin Zemin — düz güven bandı (yuvarlak köşeli açık gri şerit + 4 öğe). */

.cc_Z0fv8wUkj4_md7QtpaMaW .ezm {
  --vp: 40px;
  padding: var(--vp) 0;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}
.cc_Z0fv8wUkj4_md7QtpaMaW .ezm[data-padding="compact"] { --vp: 40px; }
.cc_Z0fv8wUkj4_md7QtpaMaW .ezm[data-padding="normal"] { --vp: 72px; }
.cc_Z0fv8wUkj4_md7QtpaMaW .ezm[data-padding="spacious"] { --vp: 100px; }
.cc_Z0fv8wUkj4_md7QtpaMaW .ezm[data-padding="extra"] { --vp: 140px; }

.cc_Z0fv8wUkj4_md7QtpaMaW .ezm-inner {
  max-width: 1280px;
  margin-inline: auto;
  padding: 0 clamp(40px, 8vw, 120px);
}

.cc_Z0fv8wUkj4_md7QtpaMaW .ezm-bant {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--ezm-bant, #ecebe9);
  border-radius: 12px;
  padding: clamp(18px, 2.4vw, 26px) clamp(10px, 1.5vw, 20px);
}
.cc_Z0fv8wUkj4_md7QtpaMaW .ezm-bant[data-adet="2"] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cc_Z0fv8wUkj4_md7QtpaMaW .ezm-bant[data-adet="3"] { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.cc_Z0fv8wUkj4_md7QtpaMaW .ezm-oge {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 4px clamp(12px, 2vw, 26px);
  min-width: 0;
}
.cc_Z0fv8wUkj4_md7QtpaMaW .ezm[data-ayrac="on"] .ezm-oge + .ezm-oge {
  border-left: 1px solid color-mix(in srgb, var(--ezm-text, #272b31) 12%, transparent);
}

.cc_Z0fv8wUkj4_md7QtpaMaW .ezm-ikon {
  flex: none;
  color: var(--ezm-ikon, #272b31);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease, transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.cc_Z0fv8wUkj4_md7QtpaMaW .ezm-oge:hover .ezm-ikon {
  transform: translateY(-2px);
}

.cc_Z0fv8wUkj4_md7QtpaMaW .ezm-texts {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.cc_Z0fv8wUkj4_md7QtpaMaW .ezm-baslik {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--ezm-text, #272b31);
}
.cc_Z0fv8wUkj4_md7QtpaMaW .ezm-alt {
  font-size: 11.5px;
  line-height: 1.45;
  color: var(--ezm-muted, #4c535a);
}

/* Mobil: mockup — 4'lü kompakt sıra korunur, ikon üstte metin altta */
@media (max-width: 760px) {
  .cc_Z0fv8wUkj4_md7QtpaMaW .ezm-inner { padding: 0 clamp(12px, 4vw, 40px); }
  .cc_Z0fv8wUkj4_md7QtpaMaW .ezm-bant { padding: 14px 6px; }
  .cc_Z0fv8wUkj4_md7QtpaMaW .ezm-oge {
    flex-direction: column;
    text-align: center;
    gap: 7px;
    padding: 2px 6px;
  }
  .cc_Z0fv8wUkj4_md7QtpaMaW .ezm-texts { align-items: center; }
  .cc_Z0fv8wUkj4_md7QtpaMaW .ezm-ikon svg { width: 18px; height: 18px; }
  .cc_Z0fv8wUkj4_md7QtpaMaW .ezm-baslik { font-size: 10.5px; line-height: 1.3; }
  .cc_Z0fv8wUkj4_md7QtpaMaW .ezm-alt { font-size: 8.8px; line-height: 1.35; }
}

/* Scroll-reveal (rv) — JS yokken görünür, sadece opacity/transform */
.cc_Z0fv8wUkj4_md7QtpaMaW .rv-on [data-rv] {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.55s ease var(--rv-d, 0ms),
    transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) var(--rv-d, 0ms);
}
.cc_Z0fv8wUkj4_md7QtpaMaW .rv-on [data-rv].rv-in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .cc_Z0fv8wUkj4_md7QtpaMaW .ezm-ikon { transition: none; }
  .cc_Z0fv8wUkj4_md7QtpaMaW .rv-on [data-rv] { opacity: 1; transform: none; transition: none; }
}
