.cc_vrga678i_ygKAgDPQ1q .ba {
  --ba-handle: #ffffff;
  --ba-max-width: 520px;
  width: 100%;
  color: #111;
  padding: 56px 0;
}

.cc_vrga678i_ygKAgDPQ1q .ba__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cc_vrga678i_ygKAgDPQ1q .ba__head {
  margin-bottom: 28px;
  text-align: center;
}

.cc_vrga678i_ygKAgDPQ1q .ba__title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.cc_vrga678i_ygKAgDPQ1q .ba__subtitle {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #6b7280;
}

/* === Karşılaştırma kutusu === */
.cc_vrga678i_ygKAgDPQ1q .ba__frame {
  position: relative;
  width: 100%;
  max-width: var(--ba-max-width);
  /* Görseller 3:4 */
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 2px;
  background: #f5f5f5;
  cursor: ew-resize;
  /* Yatay sürükleme sayfayı kaydırmasın. */
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}

.cc_vrga678i_ygKAgDPQ1q .ba__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

/* Üst katman — clip-path inline style ile sürülür. */
.cc_vrga678i_ygKAgDPQ1q .ba__clip {
  position: absolute;
  inset: 0;
  will-change: clip-path;
}

/* === Ayırıcı çizgi === */
.cc_vrga678i_ygKAgDPQ1q .ba__line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  margin-left: -1px;
  background: var(--ba-handle);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  pointer-events: none;
  will-change: left;
}

.cc_vrga678i_ygKAgDPQ1q .ba__handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--ba-handle);
  color: #111;
  cursor: ew-resize;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
  /* Çizgi tıklamayı geçirmiyor, tutamak geçirmeli. */
  pointer-events: auto;
  touch-action: none;
}

.cc_vrga678i_ygKAgDPQ1q .ba__handle:focus-visible {
  outline: 2px solid #111;
  outline-offset: 3px;
}

/* === Etiketler === */
.cc_vrga678i_ygKAgDPQ1q .ba__label {
  position: absolute;
  top: 14px;
  z-index: 2;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.cc_vrga678i_ygKAgDPQ1q .ba__label--before {
  left: 14px;
}

.cc_vrga678i_ygKAgDPQ1q .ba__label--after {
  right: 14px;
}

.cc_vrga678i_ygKAgDPQ1q .ba__btn {
  display: inline-block;
  margin-top: 28px;
  padding: 13px 32px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.cc_vrga678i_ygKAgDPQ1q .ba__btn:hover {
  transform: translateY(-1px);
  opacity: 0.9;
}

@media (min-width: 768px) {
  .cc_vrga678i_ygKAgDPQ1q .ba {
    padding: 72px 0;
  }
  .cc_vrga678i_ygKAgDPQ1q .ba__title {
    font-size: 22px;
  }
}
