/* ============================================================
   Quantaps • Instagram Türk Repost Rehberi — Pastel IG Edition
   ============================================================ */

.igrepost-wrapper{
  max-width:860px;
  margin:0 auto;
  padding:24px 20px 70px;
  font-family:'Inter',sans-serif;
  color:#2d1f35;
}

.igrepost-hero{
  background:rgba(255,108,181,0.14);
  border:1px solid rgba(255,108,181,0.22);
  padding:28px;
  border-radius:28px;
  backdrop-filter:blur(14px);
  box-shadow:0 12px 34px rgba(0,0,0,0.08);
  text-align:center;
  margin-bottom:30px;
}

.igrepost-hero-icon{
  font-size:44px;
  margin-bottom:12px;
}

.igrepost-title{
  font-size:26px;
  font-weight:900;
  color:#d63384;
  margin-bottom:14px;
}

.igrepost-desc{
  font-size:15.5px;
  line-height:1.56;
}

.igrepost-box{
  background:#fff;
  border:1px solid rgba(0,0,0,0.08);
  padding:22px 20px;
  border-radius:22px;
  margin-bottom:22px;
  box-shadow:0 4px 16px rgba(0,0,0,0.06);
}

.igrepost-box h2{
  font-size:18px;
  font-weight:800;
  color:#c21873;
  margin-bottom:14px;
}

.igrepost-list{
  list-style:none;
  padding:0;
  margin:14px 0;
}

.igrepost-list li{
  display:flex;
  gap:8px;
  margin-bottom:8px;
  font-size:15px;
}

.igrepost-list li span{
  color:#d63384;
  font-weight:900;
}

.igrepost-note{
  background:rgba(255,108,181,0.12);
  padding:14px;
  border-radius:14px;
  font-size:14px;
  margin-top:14px;
}

.igrepost-code code{
  background:#f9ecff;
  padding:8px 12px;
  font-size:14px;
  border-radius:10px;
  display:block;
  margin-bottom:10px;
}

.igrepost-alt{
  background:rgba(241,205,255,0.18);
  border-color:rgba(170,40,210,0.25);
}

/* CTA */
.igrepost-cta{
  text-align:center;
  margin-top:32px;
}

.igrepost-cta-btn{
  display:inline-block;
  background:#d63384;
  color:#fff;
  padding:14px 22px;
  border-radius:16px;
  font-weight:700;
  margin-top:12px;
  text-decoration:none;
  transition:.2s;
}

.igrepost-cta-btn:hover{
  background:#b82d75;
}