/* ============================================================
   IGTK — Instagram Türk Takipçi Rehberi (Soft Pink Glass)
   ============================================================ */

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

/* HERO */
.igtk-hero-card{
  background:linear-gradient(135deg, rgba(255,225,240,.92), rgba(255,240,255,.96));
  border:1px solid rgba(255,110,180,.30);
  border-radius:28px;
  padding:36px 28px;
  margin-bottom:40px;
  text-align:center;
  box-shadow:0 18px 50px rgba(0,0,0,0.08);
}

.igtk-hero-icon{
  font-size:52px;
  margin-bottom:12px;
}

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

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

/* BOX */
.igtk-box{
  background:#fff;
  border-radius:24px;
  padding:24px 22px;
  margin-bottom:26px;
  border:1px solid rgba(255,110,180,.22);
  box-shadow:0 12px 28px rgba(0,0,0,0.06);
}

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

.igtk-box p{
  font-size:15.5px;
  line-height:1.65;
  color:#333;
}

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

/* CODE */
.igtk-code{
  background:#faf5fb;
  padding:12px;
  border-radius:14px;
  border:1px solid #f3d3ef;
  font-size:14px;
  margin-top:12px;
  overflow-wrap:break-word;
}
.igtk-code code{
  display:block;
  background:white;
  padding:10px;
  border-radius:10px;
  font-size:14px;
  font-family:monospace;
}

/* NOTE */
.igtk-note{
  background:rgba(255,220,235,.75);
  border-left:4px solid #e6008c;
  padding:12px;
  border-radius:14px;
  color:#a20064;
  margin:14px 0;
  font-size:14px;
}

/* CTA */
.igtk-cta{
  background:linear-gradient(135deg, rgba(255,225,240,.95), rgba(250,230,255,.98));
  border:1px solid rgba(255,110,180,.30);
  border-radius:28px;
  padding:34px 26px;
  text-align:center;
  margin-top:40px;
  box-shadow:0 14px 32px rgba(0,0,0,0.06);
}

.igtk-cta-title{
  font-size:21px;
  font-weight:900;
  color:#e6008c;
  margin-bottom:12px;
}

.igtk-cta-desc{
  font-size:15.5px;
  line-height:1.65;
  color:#444;
  max-width:700px;
  margin:0 auto 20px;
}

.igtk-cta-btn{
  display:inline-block;
  background:#e6008c;
  color:#fff;
  padding:14px 28px;
  border-radius:16px;
  font-size:16px;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 12px 26px rgba(230,0,140,.4);
  transition:.25s ease;
}

.igtk-cta-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 32px rgba(230,0,140,.55);
}

/* MOBIL */
@media(max-width:600px){
  .igtk-wrapper{padding:24px 14px 70px;}
  .igtk-box{padding:20px;}
  code{word-break:break-all;}
}

.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);
}