/* Pivot mühendislik bölümü — solda etkileşimli detay listesi, sağda ürün.
   Varsayılanda açıklamalar kapalı; hover/dokunma ile tek madde açılır ve
   ürün üzerindeki ilgili noktadan listeye ince bir çizgi çizilir. */

.cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng {
  width: 100%;
  padding: 88px 5vw;
  background: linear-gradient(180deg, #ffffff 0%, #f3f5f9 100%);
  color: #0b1526;
  font-family: var(--font-body, cc_iaGi07ZoIl_Inter, sans-serif);
}

.cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__inner {
  max-width: 1240px;
  margin: 0 auto;
}

.cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.62fr);
  align-items: center;
  gap: clamp(32px, 6vw, 96px);
}

/* ---- Sol: başlık + etkileşimli liste ---- */
.cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__label {
  display: inline-block;
  padding: 0 0 10px;
  border-bottom: 2px solid var(--color-accent, #2563eb);
  color: #5b7cc4;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__title {
  max-width: 15ch;
  margin: 20px 0 0;
  color: #0b1526;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__text {
  max-width: 46ch;
  margin: 16px 0 0;
  color: rgba(11, 21, 38, 0.6);
  font-size: 16px;
  line-height: 1.6;
}

.cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__list {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  border-top: 1px solid rgba(11, 21, 38, 0.1);
}

.cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__list li {
  border-bottom: 1px solid rgba(11, 21, 38, 0.1);
}

.cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__item {
  display: flex;
  gap: 16px;
  width: 100%;
  padding: 16px 4px;
  border: 0;
  background: none;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  transition: padding-left 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__item.is-active {
  padding-left: 10px;
}

.cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__item-n {
  flex: none;
  padding-top: 3px;
  color: rgba(11, 21, 38, 0.32);
  font-size: 12px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.06em;
  transition: color 220ms ease;
}

.cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__item.is-active .pivot-eng__item-n {
  color: var(--color-accent, #2563eb);
}

.cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__item-body {
  display: block;
  min-width: 0;
}

.cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__item strong {
  display: block;
  color: rgba(11, 21, 38, 0.72);
  font-size: clamp(15px, 1.3vw, 17px);
  font-weight: 700;
  letter-spacing: -0.01em;
  transition: color 220ms ease;
}

.cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__item.is-active strong {
  color: #0b1526;
}

/* Açıklama varsayılanda kapalı; aktifken yumuşakça açılır */
.cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__item-text {
  display: block;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  color: rgba(11, 21, 38, 0.58);
  font-size: 14px;
  line-height: 1.55;
  opacity: 0;
  transform: translateY(-4px);
  transition: max-height 300ms cubic-bezier(0.22, 1, 0.36, 1),
              opacity 240ms ease, transform 240ms ease, margin-top 300ms ease;
}

.cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__item.is-active .pivot-eng__item-text {
  max-height: 90px;
  margin-top: 7px;
  opacity: 1;
  transform: translateY(0);
  /* Çizgi çizilmeye başladıktan sonra girer */
  transition-delay: 140ms;
}

.cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__item:focus-visible {
  outline: 2px solid var(--color-accent, #2563eb);
  outline-offset: 2px;
  border-radius: 6px;
}

.cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  background: #0b1526;
  padding: 13px 22px;
  color: #fff;
  font-size: 14.5px;
  font-weight: 700;
  text-decoration: none;
  transition: background 200ms ease, transform 200ms ease;
}

.cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__cta:hover {
  background: var(--color-accent, #2563eb);
  transform: translateY(-1px);
}

.cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__link {
  color: rgba(11, 21, 38, 0.56);
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(11, 21, 38, 0.24);
  transition: color 180ms ease;
}

.cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__link:hover {
  color: #0b1526;
}

/* ---- Sağ: ürün + noktalar ---- */
.cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__stage {
  position: relative;
  width: 100%;
  max-width: 420px;
  justify-self: center;
}

.cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__art {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: contain;
  filter: drop-shadow(0 30px 50px rgba(11, 21, 38, 0.16));
}

.cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__line {
  stroke: rgba(11, 21, 38, 0.28);
  stroke-width: 1.2;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  opacity: 0;
  transition: stroke-dashoffset 380ms cubic-bezier(0.22, 1, 0.36, 1),
              opacity 160ms ease;
}

.cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__line.is-active {
  opacity: 1;
  stroke-dashoffset: 0;
}

.cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__dot {
  position: absolute;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(11, 21, 38, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 3px 12px rgba(11, 21, 38, 0.12);
  color: #0b1526;
  font-family: inherit;
  font-size: 11.5px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  cursor: pointer;
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1),
              background 240ms ease, color 240ms ease,
              border-color 240ms ease, box-shadow 240ms ease;
}

.cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__dot:hover, .cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__dot.is-active {
  transform: translate(-50%, -50%) scale(1.14);
  border-color: transparent;
  background: #0b1526;
  color: #fff;
  box-shadow: 0 8px 20px rgba(11, 21, 38, 0.26);
}

.cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__dot:focus-visible {
  outline: 2px solid var(--color-accent, #2563eb);
  outline-offset: 3px;
}

/* ---- Alt teknik şerit ---- */
.cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__specline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 44px 0 0;
  padding-top: 22px;
  border-top: 1px solid rgba(11, 21, 38, 0.1);
  color: rgba(11, 21, 38, 0.56);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__specline-sep {
  color: rgba(11, 21, 38, 0.28);
}

/* ---- Mobil / tablet ---- */
@media (max-width: 900px) {
  .cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng {
    padding: 56px 4vw;
  }

  .cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__stage {
    order: -1;
    max-width: 300px;
  }

  /* Dar ekranda çizgi listeye ulaşmaz; nokta vurgusu yeterli */
  .cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__lines {
    display: none;
  }

  .cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__title {
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__line, .cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__item, .cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__item-text, .cc_iaGi07ZoIl_rBugo7kqFn .pivot-eng__dot {
    transition-duration: 1ms;
  }
}
