.iggz-wrapper{
  max-width:860px;
  margin:0 auto;
  padding:22px;
  font-family:Inter,system-ui,sans-serif;
  color:#1f1f1f;
}

.iggz-hero{
  background:rgba(255,255,255,0.45);
  backdrop-filter:blur(14px);
  border:1px solid rgba(255,255,255,0.6);
  border-radius:22px;
  padding:26px;
  margin-bottom:22px;
  text-align:center;
  box-shadow:0 8px 24px rgba(0,0,0,0.06);
}

.iggz-hero-icon{
  font-size:46px;
  margin-bottom:8px;
}

.iggz-hero-title{
  font-size:26px;
  font-weight:800;
  color:#d62976; /* Instagram magenta */
}

.iggz-hero-desc{
  font-size:15.5px;
  margin-top:10px;
  color:#333;
}

.iggz-box{
  background:#fff;
  border-radius:18px;
  padding:22px;
  margin-bottom:22px;
  border:1px solid rgba(0,0,0,0.06);
  box-shadow:0 4px 14px rgba(0,0,0,0.04);
}

.iggz-box h2{
  font-size:18px;
  font-weight:800;
  color:#e1306c; /* soft IG pink */
  margin-bottom:12px;
}

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

.iggz-list li{
  display:flex;
  align-items:flex-start;
  gap:8px;
  margin-bottom:8px;
  font-size:15px;
}

.iggz-list span{
  color:#e1306c;
  font-weight:900;
}

.iggz-note{
  background:#ffe3f0;
  border-left:4px solid #e1306c;
  padding:10px 14px;
  border-radius:12px;
  margin:14px 0;
  font-size:14.5px;
}

.iggz-code code{
  background:#fafafa;
  padding:8px 12px;
  border-radius:10px;
  display:block;
  margin:8px 0;
  font-family:monospace;
  color:#444;
  word-wrap:break-word;
}

.iggz-cta{
  text-align:center;
  background:linear-gradient(135deg, #fbc2eb 0%, #a18cd1 100%);
  padding:28px 20px;
  border-radius:22px;
  box-shadow:0 8px 24px rgba(0,0,0,0.1);
  color:#fff;
  margin-bottom:40px;
}

.iggz-cta-title{
  font-size:22px;
  font-weight:800;
}

.iggz-cta-btn{
  display:inline-block;
  margin-top:16px;
  padding:12px 22px;
  background:#fff;
  color:#d62976;
  border-radius:14px;
  font-weight:700;
  text-decoration:none;
}
.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);
}