.cc_oq2CzzyIDn_IBAKtjLVfz .trust-area {
  width: 100%;
  background-color: #ffffff !important;
  color: #111111;
  font-family: var(--font-body);
}

.cc_oq2CzzyIDn_IBAKtjLVfz .trust-area__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}

.cc_oq2CzzyIDn_IBAKtjLVfz .trust-area__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}

.cc_oq2CzzyIDn_IBAKtjLVfz .trust-area__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  padding: clamp(28px, 6vw, 40px) 16px;
  min-height: 160px;
}

/* Mobil: sağdaki yarım dikey çizgi (1. ve 3. hücre) */
.cc_oq2CzzyIDn_IBAKtjLVfz .trust-area__item:nth-child(odd)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.14);
  pointer-events: none;
}

/* Mobil: alttaki yarım yatay çizgi (1. ve 2. hücre) */
.cc_oq2CzzyIDn_IBAKtjLVfz .trust-area__item:nth-child(-n + 2)::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50%;
  height: 1px;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.14);
  pointer-events: none;
}

.cc_oq2CzzyIDn_IBAKtjLVfz .trust-area__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111111;
  margin-bottom: 6px;
}

.cc_oq2CzzyIDn_IBAKtjLVfz .trust-area__icon svg {
  width: 40px;
  height: 40px;
  display: block;
}

.cc_oq2CzzyIDn_IBAKtjLVfz .trust-area__title {
  margin: 0;
  max-width: 200px;
  font-family: var(--font-body);
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.3;
  color: #111111;
  font-variant-numeric: lining-nums proportional-nums;
}

.cc_oq2CzzyIDn_IBAKtjLVfz .trust-area__text {
  margin: 0;
  max-width: 200px;
  font-family: var(--font-body);
  font-size: clamp(11px, 2.6vw, 13px);
  font-weight: 400;
  line-height: 1.4;
  color: rgba(17, 17, 17, 0.55);
  font-variant-numeric: lining-nums;
}

@media (min-width: 900px) {
  .cc_oq2CzzyIDn_IBAKtjLVfz .trust-area__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .cc_oq2CzzyIDn_IBAKtjLVfz .trust-area__item {
    min-height: 176px;
    padding: 44px 20px;
    gap: 10px;
  }

  /* Web: yatay çizgi yok */
  .cc_oq2CzzyIDn_IBAKtjLVfz .trust-area__item:nth-child(-n + 2)::before {
    content: none;
  }

  /* Web: sadece sütunlar arası yarım dikey çizgi */
  .cc_oq2CzzyIDn_IBAKtjLVfz .trust-area__item:nth-child(odd)::after {
    content: none;
  }

  .cc_oq2CzzyIDn_IBAKtjLVfz .trust-area__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.14);
    pointer-events: none;
  }

  .cc_oq2CzzyIDn_IBAKtjLVfz .trust-area__icon svg {
    width: 46px;
    height: 46px;
  }

  .cc_oq2CzzyIDn_IBAKtjLVfz .trust-area__title {
    max-width: 220px;
    font-size: 14px;
  }

  .cc_oq2CzzyIDn_IBAKtjLVfz .trust-area__text {
    max-width: 220px;
    font-size: 13px;
  }
}
