
body { overflow-x: hidden; }
.igv2-hero,
.igv2-breadcrumb,
.igv2-toc,
.igv2-cta-final {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

:root {
  --ig-primary: #E1306C;
  --ig-primary-dark: #C13584;
  --ig-purple: #833AB4;
  --ig-orange: #F77737;
  --ig-gold: #FCAF45;
  --ig-gradient: linear-gradient(135deg, #833AB4 0%, #E1306C 50%, #FCAF45 100%);
  --ig-gradient-light: linear-gradient(135deg, #FCE4EC 0%, #F3E5F5 50%, #FFF3E0 100%);
  --ig-accent: #FFD700;
  --ig-accent2: #4f5bd5;
  --ig-neon-pink: #FD1D1D;
  --ig-neon-magenta: #C13584;
  --ig-neon-coral: #F77737;
  --ig-dark: #1a0a2e;
  --ig-dark2: #2d1245;
  --ig-card-bg: rgba(255,255,255,0.95);
  --ig-glass: rgba(255,255,255,0.08);
  --ig-glass-border: rgba(255,255,255,0.12);
  --ig-shadow: 0 8px 32px rgba(225,48,108,0.12);
  --ig-shadow-lg: 0 20px 60px rgba(225,48,108,0.15);
  --ig-radius: 16px;
  --ig-radius-lg: 24px;
}

/* ========== KEYFRAME ANIMATIONS ========== */
@keyframes igFloatUp {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
@keyframes igPulse {
  0%,100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.05); opacity: 0.9; }
}
@keyframes igGradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes igGlow {
  0%,100% { box-shadow: 0 0 20px rgba(225,48,108,0.3); }
  50% { box-shadow: 0 0 40px rgba(225,48,108,0.6); }
}
@keyframes igRGBGlow {
  0% { box-shadow: 0 0 20px rgba(131,58,180,0.5), 0 0 40px rgba(131,58,180,0.2); }
  33% { box-shadow: 0 0 20px rgba(225,48,108,0.5), 0 0 40px rgba(225,48,108,0.2); }
  66% { box-shadow: 0 0 20px rgba(252,175,69,0.5), 0 0 40px rgba(252,175,69,0.2); }
  100% { box-shadow: 0 0 20px rgba(131,58,180,0.5), 0 0 40px rgba(131,58,180,0.2); }
}
@keyframes igNeonPulse {
  0%,100% { opacity: 0.6; filter: blur(8px); }
  50% { opacity: 1; filter: blur(12px); }
}
/* Orbit ring animations — 55° tilt */
@keyframes igOrbitSpin {
  from { transform: rotateX(55deg) rotateZ(0deg); }
  to { transform: rotateX(55deg) rotateZ(360deg); }
}
@keyframes igBadgeCounterSpin {
  from { transform: rotateZ(0deg) rotateX(-55deg); }
  to { transform: rotateZ(-360deg) rotateX(-55deg); }
}
@keyframes igBadgeAutoFlip {
  0%,15% { transform: rotateY(0deg); }
  25%,90% { transform: rotateY(180deg); }
  100% { transform: rotateY(360deg); }
}
@keyframes igCatFloat {
  0%,100% { transform: translateY(0) rotate(0deg); }
  25% { transform: translateY(-10px) rotate(1deg); }
  75% { transform: translateY(-5px) rotate(-1deg); }
}
@keyframes igCatHeartPulse {
  0%,100% { transform: scale(0.9) translate(-50%,-50%); opacity: 0.4; }
  50% { transform: scale(1.12) translate(-50%,-50%); opacity: 0.7; }
}
/* Radar pulse rings — Instagram gradient rings */
@keyframes igRadarPulse1 {
  0% { transform: translate(-50%,-50%) scale(0.3); opacity: 0.6; }
  100% { transform: translate(-50%,-50%) scale(1.8); opacity: 0; }
}
@keyframes igRadarPulse2 {
  0% { transform: translate(-50%,-50%) scale(0.3); opacity: 0.4; }
  100% { transform: translate(-50%,-50%) scale(2.2); opacity: 0; }
}
@keyframes igRadarPulse3 {
  0% { transform: translate(-50%,-50%) scale(0.3); opacity: 0.3; }
  100% { transform: translate(-50%,-50%) scale(2.6); opacity: 0; }
}
/* Particle trails */
@keyframes igTrailFloat1 {
  0% { transform: translate(0, 0) scale(0); opacity: 0; }
  30% { opacity: 0.8; }
  100% { transform: translate(80px, -120px) scale(1.2); opacity: 0; }
}
@keyframes igTrailFloat2 {
  0% { transform: translate(0, 0) scale(0); opacity: 0; }
  30% { opacity: 0.8; }
  100% { transform: translate(-70px, -100px) scale(1); opacity: 0; }
}
@keyframes igTrailFloat3 {
  0% { transform: translate(0, 0) scale(0); opacity: 0; }
  30% { opacity: 0.8; }
  100% { transform: translate(60px, 90px) scale(0.8); opacity: 0; }
}
@keyframes igTrailFloat4 {
  0% { transform: translate(0, 0) scale(0); opacity: 0; }
  30% { opacity: 0.8; }
  100% { transform: translate(-90px, 60px) scale(1.1); opacity: 0; }
}
@keyframes igShimmer {
  0% { left: -100%; }
  100% { left: 200%; }
}
@keyframes igMarqueeLeft {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes igMarqueeRight {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

/* ===== KEYWORD ROTATOR ===== */
/* 15 keywords × 3s = 45s total cycle */
@keyframes igKwSlideUp {
  0%,5.33% { opacity: 1; transform: translateY(0); }
  6%,6.33% { opacity: 0; transform: translateY(-120%); }
  6.67%,100% { opacity: 0; transform: translateY(100%); }
}

/* ========== SCROLL REVEAL ========== */
.ig-reveal { opacity: 0; transform: translateY(30px); transition: all 0.6s cubic-bezier(0.16,1,0.3,1); }
.ig-reveal.revealed { opacity: 1; transform: translateY(0); }
.ig-reveal-left { opacity: 0; transform: translateX(-40px); transition: all 0.6s cubic-bezier(0.16,1,0.3,1); }
.ig-reveal-left.revealed { opacity: 1; transform: translateX(0); }
.ig-reveal-right { opacity: 0; transform: translateX(40px); transition: all 0.6s cubic-bezier(0.16,1,0.3,1); }
.ig-reveal-right.revealed { opacity: 1; transform: translateX(0); }
.ig-stagger > *:nth-child(1) { transition-delay: 0s; }
.ig-stagger > *:nth-child(2) { transition-delay: 0.1s; }
.ig-stagger > *:nth-child(3) { transition-delay: 0.15s; }
.ig-stagger > *:nth-child(4) { transition-delay: 0.2s; }
.ig-stagger > *:nth-child(5) { transition-delay: 0.25s; }
.ig-stagger > *:nth-child(6) { transition-delay: 0.3s; }
.ig-stagger > *:nth-child(7) { transition-delay: 0.35s; }

/* ========== BREADCRUMB ========== */
.igv2-breadcrumb { padding: 12px 0; background: #f8f9fa; border-bottom: 1px solid #e9ecef; }
.igv2-breadcrumb ol { display: flex; align-items: center; gap: 0; list-style: none; margin: 0; padding: 0; font-size: 0.85rem; }
.igv2-breadcrumb li a { color: var(--ig-primary); text-decoration: none; }
.igv2-breadcrumb li a:hover { text-decoration: underline; }
.igv2-breadcrumb .separator { margin: 0 8px; color: #999; }
.igv2-breadcrumb .current { color: #666; font-weight: 600; }

/* ========== HERO SECTION ========== */
.igv2-hero {
  position: relative;
  padding: 60px 0 50px;
  background: linear-gradient(135deg, #1a0a2e 0%, #2d1245 25%, #3d1a55 50%, #2d1245 75%, #1a0a2e 100%);
  overflow: visible;
  min-height: 550px;
}
.igv2-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(225,48,108,0.1) 0%, transparent 60%);
  pointer-events: none;
}
.igv2-hero .hero-orb {
  position: absolute; border-radius: 50%; pointer-events: none;
}
.igv2-hero .hero-orb-1 {
  width: 300px; height: 300px; top: -80px; right: -60px;
  background: radial-gradient(circle, rgba(131,58,180,0.15) 0%, transparent 70%);
  animation: igFloatUp 6s ease-in-out infinite;
}
.igv2-hero .hero-orb-2 {
  width: 200px; height: 200px; bottom: -50px; left: 5%;
  background: radial-gradient(circle, rgba(225,48,108,0.1) 0%, transparent 70%);
  animation: igFloatUp 8s ease-in-out infinite 1s;
}
.igv2-hero .hero-orb-3 {
  width: 120px; height: 120px; top: 30%; left: 15%;
  background: radial-gradient(circle, rgba(252,175,69,0.1) 0%, transparent 70%);
  animation: igFloatUp 5s ease-in-out infinite 0.5s;
}

/* Hero badge */
.igv2-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, rgba(131,58,180,0.25), rgba(225,48,108,0.25));
  border: 1px solid rgba(225,48,108,0.35);
  backdrop-filter: blur(8px);
  padding: 8px 20px; border-radius: 50px;
  color: #FFD700; font-size: 0.85rem; font-weight: 700;
  margin-bottom: 1rem;
  animation: igGlow 3s ease-in-out infinite;
}
.igv2-hero-badge i { color: #FFD700; }

/* H1 + Keyword Rotator */
.ig-hero-headline {
  display: flex; align-items: center; gap: 0.5rem;
  margin-bottom: 0.3rem; flex-wrap: nowrap;
}
.igv2-hero-title {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800; color: #fff;
  line-height: clamp(2.4rem, 5.5vw, 3.6rem);
  margin: 0;
  text-shadow: 0 0 30px rgba(225,48,108,0.3), 0 2px 20px rgba(0,0,0,0.3);
  white-space: nowrap;
}
.ig-keyword-rotator {
  display: inline-block;
  height: clamp(2.2rem, 4.5vw, 3.2rem);
  overflow: hidden; position: relative;
  min-width: 320px;
}
.ig-kw {
  display: block;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 800;
  line-height: clamp(2.2rem, 4.5vw, 3.2rem);
  color: var(--kw-color, #FFFFFF);
  text-shadow: 0 0 20px var(--kw-glow, rgba(225,48,108,0.4)),
               0 0 40px var(--kw-glow, rgba(225,48,108,0.2)),
               0 2px 10px rgba(0,0,0,0.3);
  opacity: 0; transform: translateY(100%);
  position: absolute; left: 0; top: 0;
  white-space: nowrap;
  animation: igKwSlideUp 45s infinite;
}
/* 15 keywords — Instagram sunset pastel glow palette */
.ig-kw:nth-child(1)  { animation-delay: 0s;   --kw-color: #F9A8D4; --kw-glow: rgba(249,168,212,0.5); }
.ig-kw:nth-child(2)  { animation-delay: 3s;   --kw-color: #FFD700; --kw-glow: rgba(255,215,0,0.5); }
.ig-kw:nth-child(3)  { animation-delay: 6s;   --kw-color: #C084FC; --kw-glow: rgba(192,132,252,0.5); }
.ig-kw:nth-child(4)  { animation-delay: 9s;   --kw-color: #FCA5A5; --kw-glow: rgba(252,165,165,0.5); }
.ig-kw:nth-child(5)  { animation-delay: 12s;  --kw-color: #34D399; --kw-glow: rgba(52,211,153,0.5); }
.ig-kw:nth-child(6)  { animation-delay: 15s;  --kw-color: #F9A8D4; --kw-glow: rgba(249,168,212,0.5); }
.ig-kw:nth-child(7)  { animation-delay: 18s;  --kw-color: #FDE68A; --kw-glow: rgba(253,230,138,0.5); }
.ig-kw:nth-child(8)  { animation-delay: 21s;  --kw-color: #C084FC; --kw-glow: rgba(192,132,252,0.5); }
.ig-kw:nth-child(9)  { animation-delay: 24s;  --kw-color: #FB923C; --kw-glow: rgba(251,146,60,0.5); }
.ig-kw:nth-child(10) { animation-delay: 27s;  --kw-color: #60A5FA; --kw-glow: rgba(96,165,250,0.5); }
.ig-kw:nth-child(11) { animation-delay: 30s;  --kw-color: #FFD700; --kw-glow: rgba(255,215,0,0.5); }
.ig-kw:nth-child(12) { animation-delay: 33s;  --kw-color: #F9A8D4; --kw-glow: rgba(249,168,212,0.5); }
.ig-kw:nth-child(13) { animation-delay: 36s;  --kw-color: #34D399; --kw-glow: rgba(52,211,153,0.5); }
.ig-kw:nth-child(14) { animation-delay: 39s;  --kw-color: #FCA5A5; --kw-glow: rgba(252,165,165,0.5); }
.ig-kw:nth-child(15) { animation-delay: 42s;  --kw-color: #C084FC; --kw-glow: rgba(192,132,252,0.5); }

/* Hero tagline */
.ig-hero-tagline {
  font-size: clamp(1rem, 2vw, 1.4rem);
  font-weight: 600;
  background: linear-gradient(90deg, #FCAF45, #E1306C, #833AB4);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0.5rem 0 1rem;
}
.igv2-hero-sub {
  color: rgba(255,255,255,0.8);
  font-size: 1.05rem; line-height: 1.7;
  max-width: 560px; margin-bottom: 1.5rem;
}
.igv2-hero-sub strong { color: #FFD700; }

/* Hero stats */
.igv2-hero-stats {
  display: flex; gap: 1.5rem; margin-bottom: 2rem; flex-wrap: wrap;
}
.igv2-hero-stat {
  display: flex; flex-direction: column; align-items: center;
  background: linear-gradient(135deg, rgba(131,58,180,0.12), rgba(225,48,108,0.12));
  border: 1px solid rgba(225,48,108,0.2);
  backdrop-filter: blur(8px);
  border-radius: 12px; padding: 12px 20px; min-width: 90px;
}
.igv2-hero-stat-num { font-size: 1.5rem; font-weight: 800; color: #FFD700; }
.igv2-hero-stat-label { font-size: 0.75rem; color: rgba(255,255,255,0.7); text-transform: uppercase; }

/* Hero CTA */
.igv2-hero-cta {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--ig-gradient); color: #fff;
  font-weight: 700; font-size: 1.05rem;
  padding: 14px 32px; border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 8px 30px rgba(225,48,108,0.4);
  transition: all 0.4s ease; position: relative; overflow: hidden;
}
.igv2-hero-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(225,48,108,0.6); color: #fff;
}
.igv2-hero-cta::after {
  content: ''; position: absolute;
  top: 0; left: -100%; width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  animation: igShimmer 3s ease-in-out infinite;
}

/* ========== ROCKET CAT SCENE — Orbit Ring + Radar Pulse ========== */
.igv2-cat-scene {
  position: relative;
  perspective: 1000px;
  overflow: visible;
  height: 520px;
  display: flex; align-items: center; justify-content: center;
}
.igv2-cat-heart-glow {
  position: absolute; width: 280px; height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(225,48,108,0.3) 0%, rgba(131,58,180,0.15) 40%, transparent 70%);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  animation: igCatHeartPulse 3s ease-in-out infinite;
  z-index: 1;
}
.igv2-radar-ring {
  position: absolute; border-radius: 50%;
  border: 2px solid rgba(225,48,108,0.25);
  top: 50%; left: 50%;
  pointer-events: none; z-index: 2;
}
.igv2-radar-ring.r1 {
  width: 200px; height: 200px;
  animation: igRadarPulse1 3s ease-out infinite;
}
.igv2-radar-ring.r2 {
  width: 200px; height: 200px;
  border-color: rgba(131,58,180,0.2);
  animation: igRadarPulse2 3s ease-out infinite 1s;
}
.igv2-radar-ring.r3 {
  width: 200px; height: 200px;
  border-color: rgba(252,175,69,0.15);
  animation: igRadarPulse3 3s ease-out infinite 2s;
}

.igv2-cat-img {
  position: relative; max-width: 300px; z-index: 5;
  animation: igCatFloat 4s ease-in-out infinite;
  filter: drop-shadow(0 15px 35px rgba(225,48,108,0.4));
}

/* 3D Orbit Ring */
.igv2-orbit-ring {
  position: absolute;
  width: 560px; height: 560px;
  top: 50%; left: 50%;
  margin-top: -250px;
  margin-left: -280px;
  transform-style: preserve-3d;
  animation: igOrbitSpin 25s linear infinite;
  z-index: 3;
}
.igv2-orbit-ring::before {
  content: '';
  position: absolute; inset: -4px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: rgba(131,58,180,0.4);
  border-right-color: rgba(225,48,108,0.35);
  border-bottom-color: rgba(252,175,69,0.3);
  border-left-color: rgba(193,53,132,0.35);
  animation: igGlow 4s ease infinite;
}

/* Flip badges */
.igv2-flip-badge {
  position: absolute;
  width: 62px; height: 62px;
  animation: igBadgeCounterSpin 25s linear infinite;
}
.igv2-flip-inner {
  width: 100%; height: 100%;
  transform-style: preserve-3d;
  animation: igBadgeAutoFlip 5s ease-in-out infinite;
}
.ig-pos-1 .igv2-flip-inner { animation-delay: 0s; }
.ig-pos-2 .igv2-flip-inner { animation-delay: -0.625s; }
.ig-pos-3 .igv2-flip-inner { animation-delay: -1.25s; }
.ig-pos-4 .igv2-flip-inner { animation-delay: -1.875s; }
.ig-pos-5 .igv2-flip-inner { animation-delay: -2.5s; }
.ig-pos-6 .igv2-flip-inner { animation-delay: -3.125s; }
.ig-pos-7 .igv2-flip-inner { animation-delay: -3.75s; }
.ig-pos-8 .igv2-flip-inner { animation-delay: -4.375s; }

.igv2-flip-front, .igv2-flip-back {
  position: absolute; inset: 0;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  backface-visibility: hidden;
  font-weight: 700;
}
.igv2-flip-front {
  background: linear-gradient(135deg, rgba(131,58,180,0.25), rgba(225,48,108,0.25));
  border: 1px solid rgba(225,48,108,0.35);
  color: #fff; font-size: 1.1rem;
}
.igv2-flip-back {
  background: linear-gradient(135deg, rgba(131,58,180,0.95), rgba(252,175,69,0.95));
  color: #fff; transform: rotateY(180deg);
  font-size: 0.6rem; text-align: center; padding: 4px;
  line-height: 1.2;
}

/* Badge positions — 8 evenly on 560px circle */
.ig-pos-1 { top: 0; left: 50%; margin-left: -31px; }
.ig-pos-2 { top: 14%; right: 0; }
.ig-pos-3 { top: 50%; right: -8px; margin-top: -31px; }
.ig-pos-4 { bottom: 14%; right: 0; }
.ig-pos-5 { bottom: 0; left: 50%; margin-left: -31px; }
.ig-pos-6 { bottom: 14%; left: 0; }
.ig-pos-7 { top: 50%; left: -8px; margin-top: -31px; }
.ig-pos-8 { top: 14%; left: 0; }

/* Particle trails */
.igv2-trail { position: absolute; width: 5px; height: 5px; border-radius: 50%; z-index: 4; }
.igv2-trail.t1 { background: #E1306C; top: 15%; left: 25%; animation: igTrailFloat1 3s ease-in-out infinite; }
.igv2-trail.t2 { background: #833AB4; top: 55%; right: 20%; animation: igTrailFloat2 4s ease-in-out infinite 0.5s; }
.igv2-trail.t3 { background: #FCAF45; bottom: 20%; left: 20%; animation: igTrailFloat3 3.5s ease-in-out infinite 1s; }
.igv2-trail.t4 { background: #F77737; top: 30%; right: 15%; animation: igTrailFloat4 4.5s ease-in-out infinite 1.5s; }
.igv2-trail.t5 { background: #C13584; bottom: 30%; right: 30%; animation: igTrailFloat1 5s ease-in-out infinite 2s; }
.igv2-trail.t6 { background: #E1306C; top: 40%; left: 10%; animation: igTrailFloat2 3s ease-in-out infinite 0.8s; }
.igv2-trail.t7 { background: #833AB4; bottom: 10%; left: 35%; animation: igTrailFloat3 4s ease-in-out infinite 1.2s; }
.igv2-trail.t8 { background: #FFD700; top: 10%; left: 40%; animation: igTrailFloat4 3.5s ease-in-out infinite 0.3s; }

/* ========== STICKY TOC ========== */
.igv2-toc {
  background: var(--ig-dark);
  border-bottom: 1px solid rgba(225,48,108,0.15);
  position: sticky; top: 0; z-index: 10;
  padding: 0;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}
.igv2-toc-inner {
  display: flex; align-items: center; gap: 4px;
  padding: 10px 0; overflow-x: auto; scrollbar-width: none;
}
.igv2-toc-inner::-webkit-scrollbar { display: none; }
.igv2-toc-label {
  color: rgba(255,255,255,0.5);
  font-size: 0.8rem; white-space: nowrap; margin-right: 8px;
}
.igv2-toc-link {
  color: rgba(255,255,255,0.7);
  text-decoration: none; font-size: 0.8rem;
  padding: 6px 14px; border-radius: 20px;
  white-space: nowrap; transition: all 0.3s;
  border: 1px solid transparent;
}
.igv2-toc-link:hover, .igv2-toc-link.active {
  color: #fff;
  background: rgba(225,48,108,0.2);
  border-color: rgba(225,48,108,0.3);
}

/* ========== SECTIONS ========== */
.igv2-section { padding: 60px 0; position: relative; }
.igv2-section-alt { background: #f8f9fa; }
.igv2-dark-section { background: linear-gradient(135deg, #1a0a2e 0%, #2d1245 50%, #3d1a55 100%); }
.igv2-dark-section .igv2-section-title,
.igv2-dark-section .igv2-sub-heading { color: #fff !important; }
.igv2-dark-section .igv2-section-desc { color: rgba(255,255,255,0.7) !important; }

.igv2-section-title {
  text-align: center; font-size: clamp(1.4rem, 3vw, 1.8rem);
  font-weight: 800; color: #1a1a2e; margin-bottom: 8px;
}
.igv2-gradient-line {
  width: 80px; height: 4px; margin: 0 auto 16px;
  background: var(--ig-gradient); border-radius: 4px;
}
.igv2-section-desc {
  text-align: center; color: #666; font-size: 1rem;
  max-width: 700px; margin: 0 auto 32px; line-height: 1.6;
}
.igv2-sub-heading {
  font-size: 1.2rem; font-weight: 700; color: #1a1a2e;
  margin-bottom: 1rem; display: flex; align-items: center;
}

/* ========== SERVICE CARDS ========== */
.igv2-svc-card {
  background: var(--ig-card-bg); border-radius: var(--ig-radius);
  padding: 24px 20px; text-align: center;
  border: 1px solid #eee; transition: all 0.3s ease;
  height: 100%; display: flex; flex-direction: column;
}
.igv2-svc-card:hover {
  transform: translateY(-6px); box-shadow: var(--ig-shadow-lg);
  border-color: var(--ig-primary);
}
.igv2-svc-icon {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--ig-gradient-light);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 12px; font-size: 1.4rem; color: var(--ig-primary);
}
.igv2-svc-name { font-size: 1.05rem; font-weight: 700; margin-bottom: 8px; color: #1a1a2e; }
.igv2-svc-desc { font-size: 0.85rem; color: #666; line-height: 1.5; flex-grow: 1; margin-bottom: 10px; }
.igv2-svc-price { font-size: 0.8rem; color: var(--ig-primary); font-weight: 700; margin-bottom: 10px; }
.igv2-svc-link {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--ig-primary); font-weight: 600; font-size: 0.85rem;
  text-decoration: none; padding: 8px 20px; border-radius: 20px;
  border: 1px solid var(--ig-primary); transition: all 0.3s ease;
  margin-top: auto;
}
.igv2-svc-link:hover { background: var(--ig-primary); color: #fff; }

/* ========== INTRO ========== */
.igv2-intro-text { font-size: 0.95rem; color: #444; line-height: 1.8; }
.igv2-intro-text p { margin-bottom: 1rem; }
.igv2-intro-highlight {
  background: var(--ig-gradient-light); border-left: 4px solid var(--ig-primary);
  padding: 16px 20px; border-radius: 0 12px 12px 0;
  margin: 1rem 0; font-size: 0.9rem; line-height: 1.7;
}
.igv2-intro-img-wrap { max-width: 500px; margin: 0 auto; }
.igv2-intro-img-wrap img {
  width: 100%; border-radius: var(--ig-radius);
  max-height: 400px; object-fit: contain;
}

/* ========== BENEFIT ITEMS ========== */
.igv2-benefit-item {
  display: flex; gap: 16px; padding: 16px 20px;
  background: var(--ig-card-bg); border-radius: 12px;
  border: 1px solid #eee; transition: all 0.3s ease; height: 100%;
}
.igv2-benefit-item:hover { box-shadow: var(--ig-shadow); border-color: var(--ig-primary); }
.igv2-benefit-item i { font-size: 1.3rem; margin-top: 4px; flex-shrink: 0; }
.igv2-benefit-item div { font-size: 0.9rem; line-height: 1.6; color: #444; }

/* ========== COMMIT CARDS ========== */
.igv2-commit-card {
  background: var(--ig-card-bg); border-radius: var(--ig-radius);
  padding: 20px; text-align: center; border: 1px solid #eee;
  height: 100%; transition: all 0.3s ease;
}
.igv2-commit-card:hover { box-shadow: var(--ig-shadow); transform: translateY(-4px); }
.igv2-commit-card strong { display: block; font-size: 0.95rem; margin: 10px 0 6px; color: #1a1a2e; }
.igv2-commit-card p { font-size: 0.85rem; color: #666; line-height: 1.5; margin: 0; }

/* ========== WOW CARDS (Unique Sections) ========== */
.ig-wow-img-frame { max-width: 700px; margin: 0 auto 2rem; }
.ig-wow-img-frame img {
  width: 100%; border-radius: var(--ig-radius);
  max-height: 400px; object-fit: contain;
  box-shadow: var(--ig-shadow);
}
.ig-wow-cards { display: flex; flex-direction: column; gap: 16px; }
.ig-wow-card {
  display: flex; gap: 16px; padding: 20px; border-radius: var(--ig-radius);
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  transition: all 0.3s ease; color: #fff;
}
.ig-wow-card:hover { background: rgba(225,48,108,0.1); border-color: rgba(225,48,108,0.3); transform: translateX(5px); }
.ig-card-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; flex-shrink: 0;
}
.ig-wow-card div:last-child { font-size: 0.9rem; line-height: 1.6; }
.ig-wow-card strong { color: #fff; display: block; margin-bottom: 6px; font-size: 0.95rem; }
.ig-wow-card p { margin: 0; color: rgba(255,255,255,0.7); }

/* Light section wow cards */
.igv2-section:not(.igv2-dark-section) .ig-wow-card {
  background: var(--ig-card-bg); border: 1px solid #eee; color: #333;
}
.igv2-section:not(.igv2-dark-section) .ig-wow-card:hover { border-color: var(--ig-primary); }
.igv2-section:not(.igv2-dark-section) .ig-wow-card strong { color: #1a1a2e; }
.igv2-section:not(.igv2-dark-section) .ig-wow-card p { color: #666; }
.igv2-section:not(.igv2-dark-section) .ig-card-icon { background: var(--ig-gradient-light); }

/* ========== FEATURED CARDS ========== */
.igv2-featured-card {
  background: var(--ig-card-bg); border-radius: var(--ig-radius);
  padding: 24px; border: 1px solid #eee; transition: all 0.3s ease;
  height: 100%;
}
.igv2-featured-card:hover { box-shadow: var(--ig-shadow-lg); transform: translateY(-5px); border-color: var(--ig-primary); }
.igv2-featured-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.igv2-featured-icon {
  width: 48px; height: 48px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; flex-shrink: 0;
}
.igv2-featured-title { font-size: 1.05rem; font-weight: 700; color: #1a1a2e; margin: 0; }
.igv2-featured-text { font-size: 0.85rem; color: #555; line-height: 1.6; margin-bottom: 12px; }
.igv2-featured-meta { display: flex; justify-content: space-between; align-items: center; }
.igv2-featured-price { color: var(--ig-primary); font-weight: 700; font-size: 0.9rem; }
.igv2-featured-link {
  color: var(--ig-primary); font-weight: 600; font-size: 0.85rem;
  text-decoration: none; transition: color 0.3s;
}
.igv2-featured-link:hover { color: var(--ig-primary-dark); }

/* ========== FEATURE GRID (Why Choose) ========== */
.igv2-feature-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px;
}
.igv2-feature-card {
  background: var(--ig-card-bg); border-radius: var(--ig-radius);
  padding: 28px 24px; border: 1px solid #eee; text-align: center;
  transition: all 0.3s ease;
}
.igv2-feature-card:hover { transform: translateY(-6px); box-shadow: var(--ig-shadow-lg); border-color: var(--ig-primary); }
.igv2-feature-icon {
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--ig-gradient); color: #fff;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px; font-size: 1.4rem;
}
.igv2-feature-card h4 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; color: #1a1a2e; }
.igv2-feature-card p { font-size: 0.85rem; color: #666; line-height: 1.6; margin: 0; }

/* ========== HOW-TO STEPS ========== */
.igv2-steps { display: flex; flex-direction: column; gap: 16px; }
.igv2-step-card {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 20px; background: var(--ig-card-bg);
  border-radius: var(--ig-radius); border: 1px solid #eee;
  transition: all 0.3s ease;
}
.igv2-step-card:hover { border-color: var(--ig-primary); box-shadow: var(--ig-shadow); }
.igv2-step-num {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--ig-gradient); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1.2rem; flex-shrink: 0;
}
.igv2-step-card h4 { font-size: 1rem; font-weight: 700; margin-bottom: 4px; color: #1a1a2e; }
.igv2-step-card p { font-size: 0.85rem; color: #666; line-height: 1.5; margin: 0; }

/* ========== PRICING TABLE ========== */
.igv2-price-table {
  width: 100%; border-collapse: collapse; font-size: 0.9rem;
  background: var(--ig-card-bg); border-radius: var(--ig-radius);
  overflow: hidden; box-shadow: var(--ig-shadow);
}
.igv2-price-table thead { background: var(--ig-gradient); color: #fff; }
.igv2-price-table th { padding: 14px 16px; font-weight: 700; text-align: left; }
.igv2-price-table td { padding: 12px 16px; border-top: 1px solid #eee; }
.igv2-price-table tbody tr:hover { background: rgba(225,48,108,0.04); }
.igv2-price-table .price-highlight { color: var(--ig-primary); font-weight: 800; font-size: 1.1rem; }

/* ========== COMPARISON TABLE ========== */
.igv2-compare-table {
  width: 100%; border-collapse: collapse; font-size: 0.85rem;
  background: var(--ig-card-bg); border-radius: var(--ig-radius);
  overflow: hidden; box-shadow: var(--ig-shadow);
}
.igv2-compare-table thead { background: var(--ig-gradient); color: #fff; }
.igv2-compare-table th { padding: 14px 16px; font-weight: 700; text-align: center; }
.igv2-compare-table td { padding: 12px 16px; border-top: 1px solid #eee; text-align: center; }
.igv2-compare-table td:first-child { text-align: left; font-weight: 600; }
.igv2-compare-table tbody tr:hover { background: rgba(225,48,108,0.04); }
.igv2-compare-table .check-yes { color: #10B981; font-weight: 700; }
.igv2-compare-table .check-mid { color: #F59E0B; }
.igv2-compare-table .check-no { color: #EF4444; }

/* ========== TESTIMONIALS MARQUEE ========== */
.igv2-testimonial-wrapper {
  overflow: hidden; position: relative;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.igv2-testimonial-row {
  display: flex; gap: 20px; width: max-content; padding: 10px 0;
}
.igv2-testimonial-row.row-1 { animation: igMarqueeLeft 50s linear infinite; }
.igv2-testimonial-row.row-2 { animation: igMarqueeRight 55s linear infinite; margin-top: 16px; }
.igv2-testimonial-row:hover { animation-play-state: paused; }
.igv2-testimonial-card {
  width: 340px; flex-shrink: 0; padding: 20px;
  background: var(--ig-card-bg); border-radius: var(--ig-radius);
  border: 1px solid #eee; transition: all 0.3s ease;
}
.igv2-testimonial-card:hover { border-color: var(--ig-primary); box-shadow: var(--ig-shadow); }
.igv2-testimonial-tag {
  display: inline-block; padding: 3px 10px; border-radius: 10px;
  font-size: 0.7rem; font-weight: 700; margin-bottom: 8px;
}
.igv2-tag-like { background: #FFEBEE; color: #E1306C; }
.igv2-tag-follow { background: #F3E5F5; color: #833AB4; }
.igv2-tag-view { background: #FFF3E0; color: #F77737; }
.igv2-tag-comment { background: #E8F5E9; color: #4CAF50; }
.igv2-tag-reels { background: #FCE4EC; color: #C13584; }
.igv2-tag-story { background: #FFF8E1; color: #FD1D1D; }
.igv2-testimonial-stars { color: #FFD700; font-size: 0.85rem; margin-bottom: 8px; }
.igv2-testimonial-text { font-size: 0.85rem; color: #555; line-height: 1.6; margin-bottom: 12px; min-height: 80px; }
.igv2-testimonial-author { display: flex; align-items: center; gap: 10px; }
.igv2-testimonial-avatar {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--ig-gradient); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 0.8rem; flex-shrink: 0;
}
.igv2-testimonial-name { font-weight: 700; font-size: 0.85rem; color: #1a1a2e; }
.igv2-testimonial-role { font-size: 0.75rem; color: #888; }
.igv2-testimonial-svc { font-size: 0.7rem; color: var(--ig-primary); font-weight: 600; }

/* ========== FAQ ========== */
.igv2-faq-item {
  border: 1px solid #eee; border-radius: 12px;
  margin-bottom: 10px; overflow: hidden; transition: all 0.3s ease;
}
.igv2-faq-item:hover { border-color: var(--ig-primary); }
.igv2-faq-item.active { border-color: var(--ig-primary); box-shadow: var(--ig-shadow); }
.igv2-faq-q {
  padding: 16px 20px; font-weight: 600; font-size: 0.95rem;
  cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  color: #1a1a2e; background: #fff;
}
.igv2-faq-q i { transition: transform 0.3s ease; color: var(--ig-primary); }
.igv2-faq-item.active .igv2-faq-q i { transform: rotate(180deg); }
.igv2-faq-a {
  max-height: 0; overflow: hidden; transition: max-height 0.35s ease;
  padding: 0 20px; background: #fafafa;
}
.igv2-faq-item.active .igv2-faq-a { max-height: 500px; padding: 16px 20px; }
.igv2-faq-a p { font-size: 0.9rem; color: #555; line-height: 1.7; margin: 0; }

/* ========== TIPS CARDS ========== */
.igv2-tips-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px;
}
.igv2-tip-card {
  background: var(--ig-card-bg); border-radius: var(--ig-radius);
  padding: 24px; border: 1px solid #eee; transition: all 0.3s ease;
  position: relative; overflow: hidden;
}
.igv2-tip-card:hover { transform: translateY(-4px); box-shadow: var(--ig-shadow-lg); border-color: var(--ig-primary); }
.igv2-tip-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: var(--ig-gradient);
}
.igv2-tip-num {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--ig-gradient); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 0.9rem; margin-bottom: 12px;
}
.igv2-tip-card h4 { font-size: 1rem; font-weight: 700; color: #1a1a2e; margin-bottom: 8px; }
.igv2-tip-card p { font-size: 0.85rem; color: #666; line-height: 1.6; margin: 0; }

/* ========== CTA FINAL ========== */
.igv2-cta-final {
  padding: 60px 0; text-align: center;
  background: linear-gradient(135deg, #1a0a2e 0%, #2d1245 30%, #3d1a55 60%, #1a0a2e 100%);
  position: relative; overflow: hidden;
}
.igv2-cta-final::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(225,48,108,0.15) 0%, transparent 70%);
}
.igv2-cta-final h2 {
  font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800;
  color: #fff; margin-bottom: 12px;
}
.igv2-cta-final p { color: rgba(255,255,255,0.7); font-size: 1rem; max-width: 600px; margin: 0 auto 24px; }
.igv2-cta-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 16px 40px; border-radius: 50px;
  background: var(--ig-gradient); color: #fff; font-weight: 700;
  font-size: 1.05rem; text-decoration: none;
  box-shadow: 0 4px 24px rgba(225,48,108,0.4);
  transition: all 0.3s ease; position: relative; overflow: hidden;
}
.igv2-cta-btn:hover { transform: translateY(-3px); box-shadow: 0 8px 32px rgba(225,48,108,0.6); color: #fff; }
.igv2-cta-btn::after {
  content: ''; position: absolute;
  top: 0; left: -100%; width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  animation: igShimmer 3s ease-in-out infinite;
}

/* ========== INLINE IMAGE CONSTRAINTS ========== */
#section-unique-a .igv2-intro-img-wrap img,
#section-unique-b .igv2-intro-img-wrap img,
#section-unique-c .igv2-intro-img-wrap img {
  max-height: 400px; width: 100%; object-fit: contain; border-radius: 16px;
}
#section-unique-a .igv2-intro-img-wrap,
#section-unique-b .igv2-intro-img-wrap,
#section-unique-c .igv2-intro-img-wrap {
  max-width: 500px; margin: 0 auto;
}
.container-fluid { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
img { max-width: 100%; height: auto; }

/* ========== RESPONSIVE ========== */
@media (max-width: 991px) {
  .igv2-hero { padding: 40px 0 30px; min-height: auto; }
  .igv2-hero .col-lg-7 {
    text-align: center; display: flex;
    flex-direction: column; align-items: center;
  }
  .ig-hero-headline {
    flex-direction: column; align-items: center;
    text-align: center; width: 100%;
  }
  .igv2-hero-badge { margin: 0 auto 1rem; }
  .igv2-hero-title { white-space: normal; text-align: center; }
  .ig-keyword-rotator { min-width: 280px; text-align: center; }
  .ig-kw { left: 0; right: 0; text-align: center; }
  .ig-hero-tagline { text-align: center; width: 100%; }
  .igv2-hero-sub { text-align: center; margin-left: auto; margin-right: auto; }
  .igv2-hero-stats { justify-content: center; width: 100%; }
  .igv2-hero-cta { margin: 0 auto; }
  .igv2-cat-scene { height: 400px; }
  .igv2-cat-img { max-width: 230px; }
  .igv2-orbit-ring { width: 400px; height: 400px; margin-top: -185px; margin-left: -200px; }
  .igv2-flip-badge { width: 50px; height: 50px; }
  .igv2-flip-front { font-size: 0.95rem; }
  .igv2-flip-back { font-size: 0.55rem; }
  .igv2-toc { display: none; }
  .igv2-section { padding: 40px 0; }
}
@media (max-width: 575px) {
  .igv2-hero { padding: 30px 0 20px; }
  .igv2-cat-scene { height: 340px; }
  .igv2-cat-img { max-width: 180px; }
  .igv2-orbit-ring { width: 320px; height: 320px; margin-top: -145px; margin-left: -160px; }
  .igv2-flip-badge { width: 42px; height: 42px; }
  .igv2-flip-front { font-size: 0.85rem; }
  .igv2-flip-back { font-size: 0.5rem; }
  .igv2-hero-stats { gap: 10px; }
  .igv2-hero-stat { padding: 10px 12px; min-width: 70px; }
  .igv2-testimonial-card { width: 280px; }
  .igv2-price-table { font-size: 0.8rem; }
  .igv2-price-table th, .igv2-price-table td { padding: 10px 8px; }
  .ig-keyword-rotator { min-width: 220px; }
  .igv2-hero-title { font-size: 1.5rem; }
  .igv2-tips-grid { grid-template-columns: 1fr; }
}
