/* ============================================================
   IGTRK — Instagram Türk Takipçi Rehberi
   Soft Glass / Pastel Pink-Lila Tema
   ============================================================ */

.igtrk-wrapper{
  max-width:880px;
  margin:0 auto;
  padding:28px 20px 80px;
  font-family:'Inter',system-ui,sans-serif;
  color:#1b1b1b;
}

/* HERO */
.igtrk-hero-card{
  background:linear-gradient(135deg, rgba(255,240,250,.92), rgba(250,235,255,.95));
  border:1px solid rgba(200,140,255,.28);
  border-radius:28px;
  padding:34px 28px;
  text-align:center;
  margin-bottom:40px;
  box-shadow:0 18px 40px rgba(0,0,0,0.08);
}

.igtrk-hero-icon{
  font-size:50px;
  margin-bottom:12px;
}

.igtrk-hero-title{
  font-size:clamp(24px,2.5vw,34px);
  font-weight:900;
  color:#a12bff;
  margin-bottom:14px;
}

.igtrk-hero-desc{
  font-size:16px;
  color:#444;
  line-height:1.65;
  max-width:760px;
  margin:0 auto;
}

/* BOX */
.igtrk-box{
  background:#fff;
  border-radius:24px;
  padding:24px 22px;
  margin-bottom:26px;
  border:1px solid rgba(200,140,255,.22);
  box-shadow:0 12px 26px rgba(0,0,0,0.05);
}

.igtrk-box h2{
  font-size:19px;
  font-weight:800;
  color:#c42bff;
  margin-bottom:12px;
}

.igtrk-box p{
  font-size:15.5px;
  color:#444;
  line-height:1.6;
}

/* LIST */
.igtrk-list{
  list-style:none;
  padding:0;
  margin:14px 0;
}
.igtrk-list li{
  display:flex;
  gap:8px;
  font-size:15px;
  margin-bottom:8px;
  color:#222;
}
.igtrk-list li span{
  font-weight:800;
  color:#c42bff;
}

/* NOTE */
.igtrk-note{
  background:rgba(255,235,255,.8);
  border-left:4px solid #c42bff;
  padding:12px;
  border-radius:14px;
  color:#7a009f;
  margin:14px 0;
  font-size:14px;
}

/* CTA */
.igtrk-cta{
  background:linear-gradient(135deg, rgba(255,240,250,.95), rgba(245,230,255,.99));
  border:1px solid rgba(200,140,255,.28);
  border-radius:28px;
  text-align:center;
  padding:32px 24px;
  margin-top:38px;
  box-shadow:0 14px 32px rgba(0,0,0,0.07);
}

.igtrk-cta-title{
  font-size:20px;
  font-weight:900;
  color:#a12bff;
  margin-bottom:12px;
}

.igtrk-cta-desc{
  font-size:15.5px;
  color:#444;
  line-height:1.6;
  margin-bottom:20px;
}

.igtrk-cta-btn{
  display:inline-block;
  padding:14px 28px;
  background:#c42bff;
  color:#fff;
  border-radius:16px;
  font-size:16px;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 12px 26px rgba(196,43,255,.35);
  transition:.25s ease;
}

.igtrk-cta-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 32px rgba(196,43,255,.45);
}

/* Mobil */
@media(max-width:600px){
  a, code { word-break: break-all; }
  .igtrk-wrapper{ padding:22px 14px 70px; }
  .igtrk-box{ padding:18px 16px; }
}
.iggz-imgbox{
  margin:16px 0;
  text-align:center;
}

.iggz-img{
  max-width:100%;
  border-radius:16px;
  border:1px solid rgba(0,0,0,0.08);
  box-shadow:0 4px 14px rgba(0,0,0,0.06);
}