/* ============================================================
   QUANTAPS • Instagram Business Growth Page (Premium)
   ============================================================ */

.ibg-wrapper{
  max-width:880px;
  margin:0 auto;
  padding:28px 18px 80px;
  font-family:'Inter',sans-serif;
  color:#2d1f3a;
}

/* HERO */
.ibg-hero{
  background:rgba(255,255,255,0.55);
  backdrop-filter:blur(18px);
  border-radius:26px;
  padding:28px;
  box-shadow:0 10px 40px rgba(120,60,180,.15);
  text-align:center;
  margin-bottom:30px;
}

.ibg-icon{
  font-size:42px;
  margin-bottom:6px;
}

.ibg-title{
  font-size:clamp(26px,4vw,38px);
  font-weight:800;
  color:#a018d0;
  margin-bottom:12px;
}

.ibg-desc{
  font-size:16px;
  line-height:1.65;
  color:#4a3855;
}

/* BOX */
.ibg-box{
  background:#fff;
  border-radius:22px;
  padding:24px;
  margin-bottom:28px;
  box-shadow:0 12px 36px rgba(0,0,0,0.08);
  border:1px solid rgba(160,24,208,0.12);
}

.ibg-box h2{
  font-size:22px;
  font-weight:800;
  color:#a018d0;
  margin-bottom:14px;
}

.ibg-list{
  list-style:none;
  padding:0;
  margin:10px 0 20px;
}
.ibg-list li{
  display:flex;
  gap:8px;
  margin:6px 0;
  font-size:16px;
}
.ibg-note{
  background:#f7e9ff;
  padding:14px;
  border-radius:16px;
  font-size:15px;
  color:#6b268e;
  border:1px solid rgba(160,24,208,.25);
}

/* Paket Grid */
.ibg-paket-grid{
  display:grid;
  gap:18px;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
}

.ibg-paket{
  background:rgba(253,247,255,0.7);
  border:1px solid rgba(160,24,208,0.25);
  backdrop-filter:blur(12px);
  padding:18px 20px;
  border-radius:20px;
}

.p-title{
  font-size:20px;
  font-weight:800;
  color:#7d12a7;
  margin-bottom:10px;
}

.ibg-paket ul{
  padding-left:18px;
}
.ibg-paket ul li{
  margin:6px 0;
  font-size:15px;
}

/* CTA */
.ibg-cta{
  text-align:center;
  padding:32px 20px;
  background:#faf3ff;
  border-radius:26px;
  border:1px solid rgba(160,24,208,0.15);
  box-shadow:0 12px 38px rgba(160,24,208,0.1);
}

.ibg-cta h2{
  font-size:24px;
  font-weight:800;
  color:#8d13b8;
  margin-bottom:10px;
}

.ibg-btn{
  display:inline-block;
  background:#a018d0;
  color:#fff;
  padding:14px 28px;
  border-radius:18px;
  font-weight:700;
  text-decoration:none;
  margin-top:14px;
  box-shadow:0 8px 26px rgba(160,24,208,0.25);
}
.ibg-btn:hover{
  background:#8a14b8;
}