/* =============================================================
   why.css — Yarım section: Neden Biz (estetik, ferah).
   Sol: eyebrow + BOL başlık + intro + 3 sütun hizmet + pill CTA (dikey ortalı).
   Sağ: DİKEY önce/sonra sürükle-karşılaştır slider'ı (rafine badge'ler).
   SCOPE KURALI: HER selector .mcy-why kökünden türer.
   ============================================================= */

.mcy-why {
  --why-display: "MCY Helvetica", "Helvetica Neue", Arial, sans-serif;
  display: flex;
  justify-content: center;
  background: var(--bg-color);
  padding: clamp(56px, 8vh, 104px) 24px;
  padding-top: 0;
  position: relative;
}
.mcy-why .mcy-why__inner { position: relative; z-index: 1; width: 100%; max-width: 1220px; margin-left: -5%; }

.mcy-why .mcy-why__grid {
  display: grid;
  grid-template-columns: clamp(320px, 33vw, 400px) 1fr;
  gap: clamp(20px, 5vw, 65px);
  align-items: bottom;
}

/* ---------- Sol sütun ---------- */
.mcy-why .mcy-why__col { display: flex; flex-direction: column; justify-content: flex-end; }
.mcy-why .mcy-why__eyebrow {
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--primary-color);
}
.mcy-why .mcy-why__title {
  margin: 0 0 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(2.3rem, 3.8vw, 3.4rem);
  line-height: 1.03;
  letter-spacing: -0.04em;
  color: var(--text-dark);
}
.mcy-why .mcy-why__title b { font-weight: 700; color: var(--primary-color); }
.mcy-why .mcy-why__intro {
  margin: 0;
  max-width: 46ch;
  font-size: clamp(0.95rem, 1.35vw, 1.12rem);
  line-height: 1.55;
  color: rgba(28, 22, 18, 0.6);
}

/* 3 sütun hizmet */
.mcy-why .mcy-why__feats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 34px;
}
.mcy-why .mcy-why__feat { display: flex; flex-direction: column; gap: 11px; }
.mcy-why .mcy-why__ficon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(234, 29, 38, 0.1);
  color: var(--primary-color);
}
.mcy-why .mcy-why__ficon .mcy-ico { width: 21px; height: 21px; }
.mcy-why .mcy-why__ftitle {
  font-family: var(--why-display);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--text-dark);
}
.mcy-why .mcy-why__ftext { font-size: 12.5px; line-height: 1.45; color: rgba(28, 22, 18, 0.55); }

.mcy-why .mcy-why__cta { align-self: flex-start; margin-top: 36px; }

/* ---------- Dikey önce/sonra (sürükle-karşılaştır) ---------- */
.mcy-why .mcy-why__compare {
  --pos: 50%;
  height: 550px;
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 22px;
  overflow: hidden;
  cursor: ew-resize;
  user-select: none;
  -webkit-user-select: none;
  touch-action: none;
  background: #1c1612;
  box-shadow: 0 36px 74px -38px rgba(28, 22, 18, 0.5);
}
.mcy-why .mcy-why__cimg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.mcy-why .mcy-why__cimg--top { clip-path: inset(0 calc(100% - var(--pos)) 0 0); }

.mcy-why .mcy-why__chandle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--pos);
  width: 2px;
  transform: translateX(-1px);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.55), #fff 12%, #fff 88%, rgba(255, 255, 255, 0.55));
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 0 16px rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.mcy-why .mcy-why__cgrip {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(8px) saturate(140%);
  backdrop-filter: blur(8px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.65);
  color: rgba(28, 22, 18, 0.66);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22), 0 16px 34px -12px rgba(0, 0, 0, 0.55);
}
.mcy-why .mcy-why__cgrip .mcy-ico { width: 11px; height: 11px; stroke-width: 2.4; }
.mcy-why .mcy-why__cgrip .mcy-ico:first-child { transform: rotate(180deg); }

/* Rafine badge'ler: koyu cam + ikon, keskin radius */
.mcy-why .mcy-why__clabel {
  position: absolute;
  top: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 12px;
  border-radius: 9px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--text-light);
  background: rgba(18, 13, 9, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 8px 20px -12px rgba(0, 0, 0, 0.55);
  -webkit-backdrop-filter: blur(12px) saturate(130%);
  backdrop-filter: blur(12px) saturate(130%);
  pointer-events: none;
}
.mcy-why .mcy-why__clabel .mcy-ico { width: 13px; height: 13px; }
.mcy-why .mcy-why__clabel--l { left: 14px; }
.mcy-why .mcy-why__clabel--l .mcy-ico { color: var(--primary-color); }
.mcy-why .mcy-why__clabel--r { right: 14px; }

/* ============================ Responsive ============================ */
@media (max-width: 880px) {
  .mcy-why .mcy-why__grid { grid-template-columns: 1fr; gap: 36px; }
  .mcy-why .mcy-why__compare { width: 100%; max-width: 400px; justify-self: center; }
}
@media (max-width: 520px) {
  .mcy-why .mcy-why__feats { grid-template-columns: 1fr; gap: 18px; }
}
