.som-insta-section {
  padding: 100px 6vw;
  background: linear-gradient(135deg, #faf7ff, #f0e9ff 60%, #efffe0);
  perspective: 1400px;
  overflow: hidden;
  position: relative;
}
.som-insta-eyebrow {
  color: #5A189A; font-weight: 700; letter-spacing: 2px;
  font-size: 16px; text-align: center; text-transform: uppercase;
}
.som-insta-title {
  color: #222; font-weight: 800; font-size: 52px;
  text-align: center; margin: 8px 0 6px;
}
.som-insta-title span { color: #7b2ff7; }
.som-insta-sub {
  color: #555; text-align: center; max-width: 600px;
  margin: 0 auto 14px; font-size: 18px;
}
.som-insta-handle-wrap { text-align: center; }
.som-insta-handle {
  display: inline-flex; gap: 8px; align-items: center;
  margin: 0 auto 40px; padding: 10px 22px; border-radius: 40px;
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
  color: #fff; font-weight: 700; text-decoration: none;
  box-shadow: 0 12px 30px rgba(131,58,180,.45);
  transition: transform .3s;
}
.som-insta-handle:hover { transform: translateY(-3px) scale(1.04); }

/* 3D frame around the live feed */
.som-insta-behold-wrap {
  max-width: 1100px;
  margin: 44px auto 0;
  padding: 22px;
  border-radius: 24px;
  background: #fff;
  transform: rotateX(4deg);
  transform-style: preserve-3d;
  box-shadow: 0 12px 24px rgba(90,24,154,.15),
              0 26px 55px rgba(90,24,154,.22),
              0 3px 6px rgba(0,0,0,.08);
  transition: transform .4s cubic-bezier(.2,.8,.2,1), box-shadow .4s;
}
.som-insta-behold-wrap:hover {
  transform: rotateX(0) translateY(-6px);
  box-shadow: 0 34px 70px rgba(90,24,154,.32),
              0 10px 20px rgba(253,29,29,.18);
}

@media (max-width: 600px) {
  .som-insta-title { font-size: 34px; }
  .som-insta-behold-wrap { padding: 12px; }
}
/* ===== Instagram Section — Unique Look ===== */
.som-insta-section { position: relative; overflow: hidden; }

.som-insta-section::before {
  content: ""; position: absolute; top: -120px; left: -100px;
  width: 340px; height: 340px;
  background: radial-gradient(circle, rgba(255,79,129,.35), transparent 70%);
  filter: blur(20px); pointer-events: none; z-index: 0;
}
.som-insta-section::after {
  content: ""; position: absolute; bottom: -140px; right: -100px;
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(90,24,154,.30), transparent 70%);
  filter: blur(20px); pointer-events: none; z-index: 0;
}
.som-insta-section > * { position: relative; z-index: 1; }

.som-insta-eyebrow {
  letter-spacing: 3px; font-weight: 800;
  background: linear-gradient(90deg, #833ab4, #fd1d1d, #fcb045);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

.som-insta-handle {
  box-shadow: 0 8px 24px rgba(253,29,29,.28);
  transition: transform .25s ease, box-shadow .25s ease;
  font-weight: 700;
}
.som-insta-handle:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 14px 34px rgba(253,29,29,.42);
}

.som-insta-behold-wrap {
  position: relative; padding: 6px;
  border-radius: 28px;
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
  box-shadow: 0 24px 60px rgba(90,24,154,.28);
}
.som-insta-behold-wrap > * {
  border-radius: 22px; overflow: hidden;
  background: #fff; display: block;
}

/* Behold widget spacing tweaks (jitna widget expose karta hai) */
behold-widget {
  --grid-gap: 10px;
  --gap: 10px;
  --border-radius: 16px;
  --media-border-radius: 16px;
  width: 100%;
}