/* =========================
   ÇEVRE POLİTİKASI – YENİ TASARIM
========================= */

.cp-wrap{
  background:#ffffff;
  padding:90px 0 110px;
}

.cp-container{
  max-width:1200px;
  margin:0 auto;
  padding:0 24px;
}

/* BAŞLIK */
.cp-head{
  text-align:center;
  margin-bottom:64px;
}

.cp-head h2{
  font-size:22px;
  letter-spacing:1px;
  color:#0f3f46;
  display:inline-block;
  padding-bottom:8px;
  border-bottom:2px solid #8fd1d8;
}

/* GRID */
.cp-layout{
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:64px;
  align-items:center;
}

/* GÖRSEL */
.cp-visual{
  position:relative;
}

.cp-main-img{
  width:100%;
  display:block;
  border-radius:18px;
  box-shadow:0 18px 38px rgba(0,0,0,.12);
}

/* YUVARLAK ROZET */
.cp-badge{
  position:absolute;
  left:-26px;
  bottom:-26px;
  width:120px;
  height:120px;
  background:#fff;
  border-radius:50%;
  padding:6px;
  box-shadow:0 14px 28px rgba(0,0,0,.18);
}

.cp-badge img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:50%;
}

/* METİN */
.cp-text h3{
  font-size:20px;
  color:#0f3f46;
  margin-bottom:24px;
  padding-bottom:6px;
  border-bottom:2px solid #8fd1d8;
  display:inline-block;
}

.cp-list{
  list-style:none;
  padding:0;
  margin:0;
}

.cp-list li{
  position:relative;
  padding-left:22px;
  margin-bottom:14px;
  font-size:15px;
  line-height:1.85;
  color:#2f5156;
}

.cp-list li::before{
  content:"•";
  position:absolute;
  left:0;
  top:0;
  font-size:22px;
  line-height:1;
  color:#3bb6c4;
}

/* MOBİL */
@media(max-width:900px){
  .cp-layout{
    grid-template-columns:1fr;
    gap:48px;
  }

  .cp-badge{
    position:relative;
    left:0;
    bottom:0;
    margin:18px auto 0;
  }

  .cp-head{
    margin-bottom:42px;
  }
}
