/* ============================================================
   IGYR — Instagram Turkish Comments Premium Page
   Pastel Purple • Glass • Pink Accent
   ============================================================ */

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

/* HERO */
.igyr-hero-card{
  background:linear-gradient(135deg,
      rgba(255,170,210,.92),
      rgba(210,170,255,.92),
      rgba(255,200,230,.92)
  );
  border:1px solid rgba(230,200,255,.45);
  border-radius:28px;
  padding:40px 28px;
  text-align:center;
  color:white;
  margin-bottom:40px;
  box-shadow:0 22px 60px rgba(0,0,0,.12);
}

.igyr-hero-icon{
  font-size:46px;
  margin-bottom:12px;
}

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

.igyr-hero-desc{
  font-size:16px;
  line-height:1.7;
  max-width:760px;
  margin:0 auto;
  opacity:.95;
}


/* BOX */
.igyr-box{
  background:#fffffffa;
  border-radius:24px;
  padding:24px 22px;
  margin-bottom:26px;
  border:1px solid rgba(210,190,255,.25);
  box-shadow:0 12px 32px rgba(0,0,0,.06);
}

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

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

/* LIST */
.igyr-list{
  list-style:none;
  padding:0;
  margin:14px 0;
}
.igyr-list li{
  font-size:15px;
  margin-bottom:8px;
}

/* CODE */
.igyr-code{
  background:#f7e9ff;
  padding:12px;
  border-radius:14px;
  border:1px solid #eddcff;
  margin:10px 0;
}
.igyr-code code{
  display:block;
  padding:10px;
  font-size:14px;
  background:white;
  border-radius:10px;
  word-break:break-word;
}

/* NOTE */
.igyr-note{
  background:rgba(200,155,255,.12);
  border-left:4px solid #c55cff;
  padding:12px;
  border-radius:14px;
  margin-top:12px;
  font-size:14px;
}

/* CTA */
.igyr-cta{
  background:linear-gradient(135deg,
    rgba(230,180,255,.95),
    rgba(255,160,210,.95)
  );
  padding:34px 26px;
  border-radius:28px;
  text-align:center;
  color:white;
  margin-top:40px;
  box-shadow:0 14px 32px rgba(0,0,0,.1);
}

.igyr-cta-title{
  font-size:22px;
  font-weight:900;
  margin-bottom:12px;
}

.igyr-cta-desc{
  font-size:15.5px;
  max-width:700px;
  margin:0 auto 22px;
  line-height:1.6;
}

.igyr-cta-btn{
  display:inline-block;
  background:white;
  color:#b238ff;
  padding:14px 28px;
  border-radius:16px;
  font-size:16px;
  font-weight:800;
  text-decoration:none;
  transition:.25s ease;
}

.igyr-cta-btn:hover{
  transform:translateY(-2px);
}