/* ═══════════════════════════════════════════
   Çevresel Sürdürülebilirlik – Frame 61019
   Görsel (511px) + Metin (742px), gap: 27px
   Bloklar arası gap: 92px
═══════════════════════════════════════════ */

:root { --asas-gutter: 48px; }
@media (max-width: 1199.98px) { :root { --asas-gutter: 32px; } }
@media (max-width: 991.98px)  { :root { --asas-gutter: 24px; } }
@media (max-width: 767.98px)  { :root { --asas-gutter: 16px; } }

/* Breadcrumb (İnsan Kaynakları referans) */
.bc-wrapper {
  width: 100%;
  padding-left: 123px;
  padding-right: 123px;
  padding-top: 30px;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .bc-wrapper { padding-left: 48px; padding-right: 48px; }
}
@media (max-width: 767.98px) {
  .bc-wrapper { padding-left: 24px; padding-right: 24px; }
}
.slide-breadcrumb {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  height: 25px;
  width: auto;
}
.bc-item {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
}
.bc-item:hover { text-decoration: underline; }
.bc-current {
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
}
.bc-arrow {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.bc-more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  width: 24px;
  height: 24px;
  background: #6D7175;
  border-radius: 35px;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}
.bc-more:hover { background: #555; }

.cs-page {
  width: 100%;
  background: #FFFFFF;
}

/* Frame 61019 wrapper */
.cs-content {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  /* Figma: 1280 frame içinde tam ölçü (511 + 27 + 742) */
  padding: 0;
  padding-top: 130px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 92px;
}

@media (max-width: 767.98px) {
  .cs-content {
    padding: 0 var(--asas-gutter, 16px);
    padding-top: 48px;
    padding-bottom: 48px;
    gap: 56px;
  }
}

/* Frame 61056 / 61057 vb. – satır */
.cs-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 27px;
}

.cs-content > .cs-row:nth-of-type(even) {
  flex-direction: row-reverse;
}

.cs-row--top {
  align-items: flex-start;
}

/* Görsel DOM'da önce ama görsel SAĞa, metin SOLa gider */
.cs-row--reverse {
  flex-direction: row-reverse;
}

/* row-reverse'de metin flex sırasında önce çıkar → sola gider */

/* Görsel kutusu – 511×449 */
.cs-img-wrap {
  width: 511px;
  min-width: 511px;
  height: 449px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f0f0f0;
}

.cs-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Metin alanı – kalan genişlik (742px+) */
.cs-text {
  width: 742px;
  flex: 0 0 742px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
}

.cs-text--gap26 { gap: 26px; }
.cs-text--gap36 { gap: 36px; }

.cs-text--w742 { width: 742px; flex-basis: 742px; }
.cs-text--w744 { width: 744px; flex-basis: 744px; }

/* Başlık – Inter 700 38px / 46px uppercase #000000 */
.cs-text h2 {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  text-transform: uppercase;
  color: #000000;
}

/* Paragraf – Inter 400 16px / 28px #667085 */
.cs-text p {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #667085;
}

/* Responsive */
@media (max-width: 991.98px) {
  .cs-content {
    padding-left: var(--asas-gutter, 24px);
    padding-right: var(--asas-gutter, 24px);
  }
  .cs-row,
  .cs-row--reverse {
    flex-direction: column;
  }
  .cs-img-wrap {
    width: 100%;
    min-width: unset;
    height: auto;
    aspect-ratio: 511 / 449;
  }
  .cs-text {
    width: 100%;
    flex: 1 1 auto;
  }
  .cs-text h2 { font-size: 28px; line-height: 36px; }
}

@media (max-width: 767.98px) {
  .cs-text h2 { font-size: 22px; line-height: 30px; }
}
