
:root {
  --iglive-primary: #833AB4;
  --iglive-accent: #E4405F;
  --iglive-accent2: #FCAF45;
  --iglive-dark: #0d0516;
  --iglive-dark2: #120a28;
  --iglive-glass: rgba(255,255,255,.06);
  --iglive-glass-border: rgba(255,255,255,.14);
  --iglive-text: #e8e4f0;
  --iglive-text-muted: #9a8aac;
  --iglive-radius: 16px;
  --iglive-radius-sm: 10px;
  --iglive-gold: #FCAF45;
  --iglive-gradient-accent: linear-gradient(135deg, #E4405F 0%, #833AB4 50%, #FCAF45 100%);
}

body { overflow-x: hidden; }
.body-wrapper { background: var(--iglive-dark) !important; }

/* ── Country + Server custom selects ── */
.iglive-select-wrapper{position:relative;user-select:none;width:100%;max-width:100%;box-sizing:border-box}
.iglive-select-trigger{display:flex;align-items:center;padding:12px;border:1px solid #ced4da;border-radius:8px;cursor:pointer;background:#fff;min-width:0;max-width:100%;overflow:hidden;box-sizing:border-box}
.iglive-select-trigger span{display:block;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.iglive-select-trigger .arrow{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #6c757d;margin-left:10px;flex-shrink:0}
.iglive-select-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:auto;width:100%;min-width:100%;max-width:calc(100vw - 40px);background:#fff;border:1px solid #ced4da;border-radius:10px;box-shadow:0 12px 36px rgba(0,0,0,.2);z-index:1050;display:none;box-sizing:border-box;overflow:visible}
.iglive-select-wrapper.open{z-index:1060}
.iglive-select-wrapper.open .iglive-select-dropdown{display:block}
.iglive-search-container{padding:10px;border-bottom:1px solid #f1f1f1;background:#f8f9fa}
.iglive-search-input{width:100%;padding:9px 12px;border:1px solid #ced4da;border-radius:7px;box-sizing:border-box;outline:none}
.iglive-options-list{list-style:none;padding:5px;margin:0;max-height:250px;overflow-x:hidden;overflow-y:auto}
.iglive-option{padding:10px 12px;border-radius:7px;cursor:pointer;display:flex;align-items:center;min-width:0;white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-height:1.4}
.iglive-option:hover{background-color:#f1f3f5}
.iglive-option img{width:20px;height:15px;margin-right:9px;object-fit:cover;border-radius:3px;flex-shrink:0}

/* Instagram glass treatment: purple → pink → orange */
.iglive-glass-form .iglive-select-trigger{position:relative;min-height:42px;background:linear-gradient(135deg,rgba(131,58,180,.14),rgba(228,64,95,.09),rgba(252,175,69,.06));border:1px solid rgba(228,64,95,.26);border-radius:10px;color:#fff;padding:11px 32px 11px 14px;font-size:.85rem;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}
.iglive-glass-form .iglive-select-trigger:hover,.iglive-glass-form .iglive-select-wrapper.open .iglive-select-trigger{border-color:var(--iglive-accent);box-shadow:0 0 0 3px rgba(228,64,95,.16),0 8px 24px rgba(131,58,180,.15)}
.iglive-glass-form .iglive-select-trigger:focus-visible{outline:2px solid var(--iglive-accent2);outline-offset:2px}
.iglive-glass-form .iglive-select-trigger .arrow{position:absolute;right:12px;top:50%;margin:0;border-top-color:var(--iglive-accent2);transform:translateY(-50%);transition:transform .2s ease}
.iglive-glass-form .iglive-select-wrapper.open .iglive-select-trigger .arrow{transform:translateY(-50%) rotate(180deg)}
.iglive-glass-form .iglive-select-dropdown{background:rgba(18,10,40,.98);border-color:rgba(228,64,95,.3);box-shadow:0 18px 46px rgba(13,5,22,.58),0 0 0 1px rgba(252,175,69,.07)}
.iglive-glass-form .iglive-search-container{background:rgba(13,5,22,.72);border-color:rgba(255,255,255,.08)}
.iglive-glass-form .iglive-search-input{background:rgba(255,255,255,.07);border-color:rgba(228,64,95,.2);color:#fff}
.iglive-glass-form .iglive-search-input:focus{border-color:var(--iglive-accent);box-shadow:0 0 0 3px rgba(228,64,95,.14)}
.iglive-glass-form .iglive-search-input::placeholder{color:var(--iglive-text-muted)}
.iglive-glass-form .iglive-option{color:rgba(255,255,255,.9);font-size:.82rem;transition:background-color .15s ease,color .15s ease}
.iglive-glass-form .iglive-option:hover{background:linear-gradient(90deg,rgba(131,58,180,.22),rgba(228,64,95,.16),rgba(252,175,69,.08));color:#fff}
.iglive-glass-form .iglive-options-list{scrollbar-color:rgba(228,64,95,.65) rgba(255,255,255,.04);scrollbar-width:thin}
.iglive-glass-form #server-list .iglive-server-option{align-items:flex-start;padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.06)}
.iglive-glass-form #server-list .iglive-server-option:last-child{border-bottom:0}
.iglive-server-option-text{display:block;min-width:0;white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-height:1.45}
.iglive-server-option-name{color:var(--iglive-accent2);font-weight:750}
.iglive-server-option-price{color:rgba(255,255,255,.82);font-weight:500}

/* ── Hero Section ── */
.iglive-hero {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: linear-gradient(135deg, var(--iglive-dark) 0%, var(--iglive-dark2) 50%, #1a0e35 100%);
  padding: 16px 0 24px;
  position: relative;
  overflow: hidden;
  min-height: auto;
}
.iglive-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 70% 50%,rgba(228,64,95,0.06) 0%,transparent 60%);pointer-events:none}
.iglive-hero::after{content:'';position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(131,58,180,0.06) 0%,transparent 70%);bottom:-80px;left:-60px;pointer-events:none}
.iglive-hero-row { display:flex; flex-wrap:wrap; flex-direction:row-reverse; }
.iglive-col-form { order:0; margin-top: -8px; }
.iglive-col-illustration { order:0; padding-top: 8px; }

/* Hero Orbs (static, NO animation) */
.iglive-hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .2;
  pointer-events: none;
}
.iglive-hero-orb-1{width:300px;height:300px;background:#E4405F;top:-80px;right:10%}
.iglive-hero-orb-2{width:200px;height:200px;background:#833AB4;bottom:10%;left:5%}
.iglive-hero-orb-3{width:250px;height:250px;background:#FCAF45;top:50%;right:40%;opacity:.1}

.iglive-hero-grid{position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.04) 1px,transparent 1px);background-size:32px 32px;pointer-events:none}

/* Breadcrumb */
.iglive-breadcrumb{margin-bottom:12px}
.iglive-breadcrumb ol{display:flex;align-items:center;gap:0;list-style:none;padding:0;margin:0;flex-wrap:wrap}
.iglive-breadcrumb li{font-size:.78rem;color:var(--iglive-text-muted)}
.iglive-breadcrumb a{color:var(--iglive-text-muted);text-decoration:none;transition:color .2s}
.iglive-breadcrumb a:hover{color:#fff}
.iglive-breadcrumb .separator{margin:0 6px;font-size:.55rem;color:var(--iglive-text-muted)}
.iglive-breadcrumb .current{color:var(--iglive-text);font-weight:600}

/* Badge */
.iglive-hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(228,64,95,.15);border:1px solid rgba(228,64,95,.25);padding:6px 16px;border-radius:50px;color:#f0b0c0;font-size:.8rem;font-weight:600;margin-bottom:12px}
.iglive-hero-badge i{color:var(--iglive-gold);font-size:.75rem}

/* H1 */
.iglive-hero-headline{margin-bottom:10px}
.iglive-hero-title{font-size:1.8rem;font-weight:800;line-height:1.15;color:#fff;margin:0}
.iglive-hero-title .accent{background:var(--iglive-gradient-accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}

/* Keyword Rotator (static pills, no animation) */
.iglive-kw-rotator{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}
.iglive-kw{background:rgba(228,64,95,.12);border:1px solid rgba(228,64,95,.2);padding:4px 12px;border-radius:50px;font-size:.7rem;color:rgba(255,255,255,.7);font-weight:500;white-space:nowrap}

/* ── Social Proof Panel ── */
.iglive-proof-panel{background:rgba(18,10,40,.94);border:1px solid rgba(255,255,255,.1);border-radius:var(--iglive-radius);padding:20px;margin-top:12px;box-shadow:0 18px 44px rgba(13,5,22,.3)}
.iglive-proof-hero{display:flex;gap:20px;align-items:center;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:16px}
.iglive-proof-robot{position:relative;flex:0 0 148px;width:148px;height:164px;display:flex;align-items:center;justify-content:center}
.iglive-cat-glow{position:absolute;width:118px;height:118px;left:50%;top:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(228,64,95,.24) 0%,rgba(131,58,180,.12) 42%,transparent 72%);border-radius:50%;pointer-events:none}
.iglive-robot-img-sm{width:142px;height:auto;max-height:160px;object-fit:contain;position:relative;z-index:1;filter:drop-shadow(0 7px 22px rgba(228,64,95,.3));animation:iglive-robot-bob 4.8s ease-in-out infinite;transform-origin:50% 88%}
@keyframes iglive-robot-bob{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}

/* Floating Badges */
.iglive-fbadge{position:absolute;display:flex;align-items:center;gap:4px;background:rgba(228,64,95,.22);border:1px solid rgba(228,64,95,.38);padding:4px 9px;border-radius:20px;font-size:.6rem;color:#fff;font-weight:700;white-space:nowrap;z-index:2;pointer-events:none;box-shadow:0 6px 18px rgba(13,5,22,.3)}
.iglive-fbadge i{font-size:.55rem;color:var(--iglive-accent2)}
.iglive-fb-mini-1{top:7px;right:-4px;animation:iglive-float 3.6s ease-in-out infinite}
.iglive-fb-mini-2{bottom:9px;left:-5px;background:rgba(131,58,180,.24);border-color:rgba(252,175,69,.34);animation:iglive-float 4.1s ease-in-out .8s infinite}
@keyframes iglive-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}

/* Proof Stats */
.iglive-proof-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;flex:1;min-width:0}
.iglive-pstat{text-align:center;padding:11px 7px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.075);border-radius:12px;transition:transform .2s ease,background-color .2s ease,border-color .2s ease}
.iglive-pstat:hover{background:linear-gradient(135deg,rgba(228,64,95,.11),rgba(131,58,180,.1));border-color:rgba(252,175,69,.3);transform:translateY(-2px)}
.iglive-pstat-icon{font-size:.9rem;color:var(--iglive-accent2);margin-bottom:5px}
.iglive-pstat:nth-child(even) .iglive-pstat-icon{color:var(--iglive-accent)}
.iglive-pstat-num{font-size:1rem;line-height:1.2;font-weight:800;color:#fff}
.iglive-pstat-label{font-size:.64rem;line-height:1.35;color:rgba(255,255,255,.58);margin-top:4px}

/* Live Feed */
.iglive-livefeed{padding-top:0}
.iglive-livefeed-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}
.iglive-livefeed-dot{width:8px;height:8px;background:#4CAF50;border-radius:50%;box-shadow:0 0 8px rgba(76,175,80,.5);animation:iglive-pulse 1.5s ease-in-out infinite}
.iglive-livefeed-title{font-size:.72rem;color:var(--iglive-text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.5px}
@keyframes iglive-pulse{0%,100%{opacity:1}50%{opacity:.3}}
.iglive-livefeed-list{display:flex;flex-direction:column;gap:4px;max-height:175px;overflow:hidden}

/* ── Glass Form ── */
.iglive-glass-form{background:rgba(228,64,95,.04);border:1px solid var(--iglive-glass-border);border-radius:var(--iglive-radius);padding:24px;position:relative}
.iglive-form-header{display:flex;align-items:center;gap:12px;margin-bottom:16px;text-align:left}
.iglive-form-header-icon{width:44px;height:44px;border-radius:12px;background:var(--iglive-gradient-accent);display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:#fff;flex-shrink:0}
.iglive-form-header-title{font-size:1.1rem;font-weight:700;color:#fff}
.iglive-form-header-sub{font-size:.75rem;color:var(--iglive-text-muted);margin:2px 0 0}

/* Stepper */
.iglive-stepper{display:flex;gap:4px;margin-bottom:16px}
.iglive-step{flex:1;display:flex;align-items:center;gap:6px;padding:8px 10px;border-radius:var(--iglive-radius-sm);background:rgba(228,64,95,.08);font-size:.7rem;color:var(--iglive-text-muted);font-weight:600;transition:background-color .3s ease,color .3s ease}
.iglive-step.active{background:rgba(228,64,95,.2);color:#fff}
.iglive-step.done{background:rgba(228,64,95,.15);color:#ddd}
.iglive-step-num{width:20px;height:20px;border-radius:50%;background:rgba(228,64,95,.15);display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:700}
.iglive-step.active .iglive-step-num{background:var(--iglive-accent);color:#fff}
.iglive-step.done .iglive-step-num{background:#833AB4;color:#fff}

/* Form inputs */
.iglive-form-group{margin-bottom:12px;min-width:0;overflow:visible}
.iglive-form-label{display:flex;align-items:center;gap:6px;font-size:.78rem;font-weight:600;color:var(--iglive-text);margin-bottom:6px}
.iglive-form-label i{color:#E4405F;font-size:.7rem}
.iglive-input{width:100%;padding:10px 14px;background:rgba(255,255,255,.06);border:1px solid var(--iglive-glass-border);border-radius:var(--iglive-radius-sm);color:#fff;font-size:.85rem;outline:none;transition:border-color .2s}
.iglive-input:focus{border-color:#E4405F;box-shadow:0 0 0 3px rgba(228,64,95,.15)}
.iglive-input::placeholder{color:var(--iglive-text-muted)}
.iglive-textarea{width:100%;padding:8px 14px;background:rgba(255,255,255,.06);border:1px solid var(--iglive-glass-border);border-radius:var(--iglive-radius-sm);color:#fff;font-size:.82rem;resize:none;outline:none;margin-top:8px}
.iglive-form-row-2col{display:grid;grid-template-columns:1fr 1fr;gap:14px;transition:grid-template-columns .3s ease;overflow:visible}
.iglive-form-row-2col>.iglive-form-group{min-width:0}
@media(min-width:768px){.iglive-form-row-2col.has-selection{grid-template-columns:auto minmax(0,1fr)}}
@media(max-width:767.98px){.iglive-form-row-2col{grid-template-columns:1fr}}

/* Qty, Price */
.iglive-qty-row{display:flex;align-items:stretch}
.iglive-qty-row .iglive-input{border-radius:var(--iglive-radius-sm) 0 0 var(--iglive-radius-sm)}
.iglive-qty-suffix{display:flex;align-items:center;padding:0 14px;background:rgba(228,64,95,.12);border:1px solid var(--iglive-glass-border);border-left:none;border-radius:0 var(--iglive-radius-sm) var(--iglive-radius-sm) 0;color:var(--iglive-accent);font-size:.78rem;white-space:nowrap;font-weight:600}
.iglive-price-row{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px solid rgba(255,255,255,.05);font-size:.82rem}
.iglive-price-label{color:var(--iglive-text-muted)}
.iglive-price-value,.iglive-price-total{color:#fff;font-weight:700}
.iglive-price-total{font-size:.95rem;color:var(--iglive-gold)}
.iglive-server-desc{background:rgba(228,64,95,.08);border:1px solid var(--iglive-glass-border);border-radius:var(--iglive-radius-sm);padding:10px 14px;font-size:.78rem;color:var(--iglive-text-muted);margin-bottom:8px;display:none;line-height:1.5}
.iglive-server-desc.show{display:block}
.iglive-qty-hint{font-size:.72rem;color:var(--iglive-text-muted);display:none;margin-bottom:8px}
.iglive-qty-hint.show{display:block}

/* CTA Button */
.iglive-cta-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:13px;background:var(--iglive-gradient-accent);color:#fff;border:none;border-radius:var(--iglive-radius-sm);font-size:.95rem;font-weight:700;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;margin-top:8px;position:relative;overflow:hidden}
.iglive-cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(228,64,95,.4)}
.iglive-cta-btn::after{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent)}
@keyframes iglive-shimmer{0%{left:-100%}50%,100%{left:100%}}

/* Trust Mini */
.iglive-trust-mini{display:flex;justify-content:center;gap:16px;margin-top:14px;flex-wrap:wrap}
.iglive-trust-mini-item{font-size:.7rem;color:var(--iglive-text-muted);display:flex;align-items:center;gap:4px}
.iglive-trust-mini-item i{color:#E4405F;font-size:.6rem}

/* Hero Info Card */
.iglive-hero-info-card{margin-top:16px;margin-bottom:20px;background:rgba(13,5,22,.7);border:1px solid rgba(228,64,95,.1);border-radius:var(--iglive-radius);padding:16px 20px 16px 22px;position:relative;overflow:hidden}
.iglive-hero-info-card::before{content:'';position:absolute;top:0;left:0;bottom:0;width:3px;background:linear-gradient(180deg,#E4405F,#FCAF45);border-radius:3px 0 0 3px}
.iglive-hero-desc{font-size:.85rem;color:rgba(255,255,255,.75);line-height:1.6;margin-bottom:0;padding-bottom:12px;border-bottom:1px solid rgba(228,64,95,.08);max-width:none}
.iglive-hero-anchor{font-size:.82rem;color:rgba(255,255,255,.5);line-height:1.6;margin:0;padding-top:12px;max-width:none;background:none;border-left:none;border-radius:0}
.iglive-hero-anchor a{color:#E4405F;text-decoration:underline}
.iglive-hl-primary{color:#E4405F;font-weight:600}
.iglive-hl-accent{color:#FCAF45;font-weight:600}
.iglive-hl-success{color:#6ee7b7;font-weight:600}
.iglive-hl-info{color:#67e8f9;font-weight:600}
.iglive-hl-warning{color:#fbbf24;font-weight:600}

/* Image Card Wrapper */
.iglive-img-card{border-radius:var(--iglive-radius);overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.12);transition:transform .3s ease,box-shadow .3s ease;border:1px solid var(--iglive-glass-border)}
.iglive-img-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(0,0,0,.18)}
.iglive-section-img{width:100%;max-height:400px;object-fit:cover;display:block}

/* ── Animation Classes ── */
.iglive-anim-fadeIn{animation:iglive-fadeIn .6s ease-out both}
.iglive-anim-slideUp{animation:iglive-slideUp .6s ease-out both}
@keyframes iglive-fadeIn{from{opacity:0}to{opacity:1}}
@keyframes iglive-slideUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}

/* ── SEO Sections ── */
.iglive-section{width:100vw;margin-left:calc(-50vw + 50%);padding:32px 0;position:relative}
.iglive-section .container{max-width:1140px;margin:0 auto;padding:0 20px}
.iglive-section-emoji{font-size:2rem;text-align:center;margin-bottom:8px}
.iglive-section-title{font-size:1.4rem;font-weight:800;color:#fff;text-align:center;margin-bottom:10px;line-height:1.3}
.iglive-section-title::after{content:'';display:block;width:60px;height:3px;background:var(--iglive-gradient-accent);margin:12px auto 0;border-radius:2px}
.iglive-gradient-text{background:var(--iglive-gradient-accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.iglive-section-subtitle{font-size:.88rem;color:var(--iglive-text-muted);text-align:center;max-width:700px;margin:0 auto 24px;line-height:1.6}

/* Mini Stats Cards */
.iglive-mini-stats{display:flex;gap:12px;flex-wrap:wrap;margin:16px 0}
.iglive-mini-stat{flex:1;min-width:100px;text-align:center;background:var(--iglive-glass);border:1px solid var(--iglive-glass-border);border-radius:var(--iglive-radius-sm);padding:12px 8px;transition:transform .3s}
.iglive-mini-stat:hover{transform:translateY(-3px)}
.iglive-mini-stat-num{font-size:1.2rem;font-weight:800;color:#fff;background:var(--iglive-gradient-accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}
.iglive-mini-stat-label{font-size:.68rem;color:var(--iglive-text-muted);text-transform:uppercase;letter-spacing:.5px;margin-top:4px}

/* Cards */
.iglive-card{background:var(--iglive-glass);border:1px solid var(--iglive-glass-border);border-radius:var(--iglive-radius);padding:20px;transition:transform .3s,border-color .3s}
.iglive-card:hover{transform:translateY(-4px);border-color:rgba(228,64,95,.3)}
.iglive-card h3{font-size:.92rem;font-weight:700;color:#fff;margin-bottom:8px}
.iglive-card p{font-size:.82rem;color:var(--iglive-text-muted);line-height:1.55;margin:0}
.iglive-card-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;margin-bottom:12px;flex-shrink:0}

/* Steps */
.iglive-steps{display:flex;flex-direction:column;gap:0;position:relative}
.iglive-steps::before{content:'';position:absolute;left:22px;top:40px;bottom:40px;width:2px;background:rgba(228,64,95,.2)}
.iglive-step-card{display:flex;gap:16px;align-items:flex-start;padding:16px 0;position:relative}
.iglive-step-card .iglive-step-num{width:44px;height:44px;border-radius:50%;background:var(--iglive-gradient-accent);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;font-weight:800;flex-shrink:0;position:relative;z-index:1}
.iglive-step-card h4{font-size:.92rem;font-weight:700;color:#fff;margin:0 0 4px}
.iglive-step-card p{font-size:.82rem;color:var(--iglive-text-muted);line-height:1.5;margin:0}

/* Testimonials Marquee */
.iglive-testi-track{display:flex;gap:16px;overflow:hidden;width:max-content}
.iglive-testi-track.row1{animation:iglive-scroll-left 64s linear infinite}
.iglive-testi-track.row2{animation:iglive-scroll-right 72s linear infinite}
@keyframes iglive-scroll-left{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
@keyframes iglive-scroll-right{0%{transform:translateX(-50%)}100%{transform:translateX(0)}}

.iglive-testimonial-card{min-width:300px;max-width:340px;background:var(--iglive-glass);border:1px solid var(--iglive-glass-border);border-radius:var(--iglive-radius);padding:16px;flex-shrink:0}
.iglive-testimonial-tag{display:inline-block;padding:3px 10px;border-radius:50px;font-size:.65rem;font-weight:600;margin-bottom:6px}
.iglive-tag-follow{background:rgba(228,64,95,.15);color:#f0a0b0}
.iglive-testimonial-stars{font-size:.7rem;margin-bottom:6px}
.iglive-testimonial-text{font-size:.8rem;color:#bbb;line-height:1.5;margin-bottom:10px;font-style:italic}
.iglive-testimonial-author{display:flex;align-items:center;gap:10px}
.iglive-testimonial-avatar{width:32px;height:32px;border-radius:50%;background:var(--iglive-gradient-accent);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.65rem;font-weight:700;flex-shrink:0}
.iglive-testimonial-name{font-size:.78rem;font-weight:600;color:#fff}
.iglive-testimonial-role{font-size:.65rem;color:var(--iglive-text-muted)}

/* FAQ */
.iglive-faq-item{background:var(--iglive-glass);border:1px solid var(--iglive-glass-border);border-radius:var(--iglive-radius-sm);margin-bottom:8px;overflow:hidden}
.iglive-faq-q{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;cursor:pointer;color:#fff;font-size:.88rem;font-weight:600;transition:background .2s}
.iglive-faq-q::marker{content:''}
.iglive-faq-q::-webkit-details-marker{display:none}
.iglive-faq-heading{font:inherit;color:inherit;margin:0;padding:0}
.iglive-faq-q:hover{background:rgba(228,64,95,.08)}
.iglive-faq-q i{font-size:.65rem;color:var(--iglive-text-muted);transition:transform .3s}
.iglive-faq-item[open] .iglive-faq-q i{transform:rotate(180deg)}
.iglive-faq-a{overflow:visible}
.iglive-faq-a p{padding:0 18px 14px;color:var(--iglive-text-muted);font-size:.82rem;line-height:1.65;margin:0}

/* Related Services */
.iglive-related-card{background:var(--iglive-glass);border:1px solid var(--iglive-glass-border);border-radius:var(--iglive-radius);padding:24px;text-align:center;transition:transform .3s,border-color .3s}
.iglive-related-card:hover{transform:translateY(-4px);border-color:rgba(228,64,95,.3)}
.iglive-related-icon{font-size:2rem;margin-bottom:12px}
.iglive-related-card h3{font-size:.95rem;font-weight:700;color:#fff;margin-bottom:8px}
.iglive-related-card p{font-size:.8rem;color:var(--iglive-text-muted);line-height:1.5;margin-bottom:12px}
.iglive-related-link{color:#E4405F;font-size:.8rem;font-weight:600;text-decoration:none;transition:color .2s}
.iglive-related-link:hover{color:#FCAF45}

/* CTA Final */
.iglive-cta{width:100vw;margin-left:calc(-50vw + 50%);background:linear-gradient(135deg,#0d0516,#120a28,#1a0e35);padding:40px 0;text-align:center;position:relative;overflow:hidden}
.iglive-cta::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(228,64,95,.1) 0%,transparent 60%);pointer-events:none}
.iglive-cta h2{font-size:1.6rem;font-weight:800;color:#fff;margin-bottom:10px}
.iglive-cta p{font-size:.9rem;color:#bbb;margin-bottom:20px}
.iglive-cta .iglive-cta-btn{display:inline-flex;width:auto;padding:14px 36px;font-size:1rem}

/* ── Scroll Reveal ── */
.iglive-reveal{opacity:1;transform:none}
.iglive-reveal.revealed{animation:iglive-reveal-in .55s ease both}
@keyframes iglive-reveal-in{from{opacity:.78;transform:translateY(16px)}to{opacity:1;transform:none}}

/* ── Dark Mode Overrides ── */
[data-bs-theme="dark"] .iglive-section, [data-bs-theme="dark"] .body-wrapper{background:var(--iglive-dark) !important}
[data-bs-theme="dark"] .iglive-card{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.1)}
[data-bs-theme="dark"] .iglive-faq-item{background:rgba(255,255,255,.04)}
[data-bs-theme="dark"] .iglive-testimonial-card{background:rgba(255,255,255,.04)}
[data-bs-theme="dark"] .iglive-related-card{background:rgba(255,255,255,.04)}
[data-bs-theme="dark"] .iglive-benefit-card,[data-bs-theme="dark"] .iglive-readmore-details,[data-bs-theme="dark"] .iglive-howto-card{border-color:rgba(255,255,255,.12)}

/* ── Responsive ── */
@media(max-width:991px){
  .iglive-hero-row{flex-direction:column}
  .iglive-col-form{order:-1;margin-bottom:20px}
  .iglive-col-illustration{order:0}
  .iglive-hero-title{font-size:1.4rem}
  .iglive-proof-stats{width:100%}
}
@media(max-width:767px){
  .iglive-hero{padding:12px 0 16px}
  .iglive-hero-title{font-size:1.2rem}
  .iglive-section{padding:24px 0}
  .iglive-section-title{font-size:1.15rem}
  .iglive-stepper{flex-wrap:wrap}
  .iglive-step{font-size:.6rem;padding:6px 8px}
  .iglive-testi-track{gap:12px}
  .iglive-testimonial-card{min-width:260px}
}
@media(max-width:575px){
  .iglive-hero-title{font-size:1.05rem}
  .iglive-kw-rotator{gap:4px}
  .iglive-kw{font-size:.6rem;padding:3px 8px}
  .iglive-glass-form{padding:16px}
  .iglive-proof-panel{padding:16px}
  .iglive-proof-hero{flex-direction:column;text-align:center}
  .iglive-proof-robot{flex-basis:150px;width:136px;height:150px}
  .iglive-robot-img-sm{width:130px;max-height:146px}
  .iglive-fbadge{display:none}
  .iglive-proof-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .iglive-pstat-num{font-size:.9rem}
}

@media(prefers-reduced-motion:reduce){
  .iglive-robot-img-sm,.iglive-fbadge,.iglive-testi-track,.iglive-anim-slideUp,.iglive-livefeed-dot,.iglive-livefeed-item{animation:none!important}
}

/* ── Live Feed Items (synced with TikTok V2 layout) ── */
.iglive-livefeed-item{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:10px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);margin-bottom:6px;animation:igliveFeedIn .4s ease}
@keyframes igliveFeedIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
.iglive-livefeed-avatar{width:34px;height:34px;min-width:34px;border-radius:50%;background:linear-gradient(135deg,var(--iglive-accent),var(--iglive-primary));display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;color:#fff;text-transform:uppercase}
.iglive-livefeed-info{flex:1;min-width:0}
.iglive-livefeed-name{font-size:.78rem;color:var(--iglive-text);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.iglive-livefeed-name span{color:var(--iglive-accent);font-weight:700}
.iglive-livefeed-detail{font-size:.68rem;color:var(--iglive-text-muted);margin-top:1px}
.iglive-livefeed-time{font-size:.65rem;color:var(--iglive-text-muted);white-space:nowrap;opacity:.7;min-width:fit-content}

/* ── Organic Growth Grid (7 Cách section) ── */
.iglive-organic-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}
.iglive-organic-card{position:relative;background:var(--iglive-glass);border:1px solid var(--iglive-glass-border);border-radius:var(--iglive-radius);padding:24px 20px 20px;transition:transform .3s,border-color .3s}
.iglive-organic-card:hover{transform:translateY(-4px);border-color:rgba(228,64,95,.3)}
.iglive-organic-num{position:absolute;top:12px;right:16px;font-size:1.8rem;font-weight:900;color:rgba(228,64,95,.1);line-height:1;pointer-events:none}
.iglive-organic-card h3{font-size:.92rem;font-weight:700;color:#fff;margin:10px 0 8px}
.iglive-organic-card p{font-size:.8rem;color:var(--iglive-text-muted);line-height:1.55;margin:0}
.iglive-organic-card .iglive-card-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1rem}
.iglive-organic-card-wide{grid-column:span 1}
@media(min-width:992px){.iglive-organic-card-wide{grid-column:2/3}}
@media(max-width:991px){.iglive-organic-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:575px){.iglive-organic-grid{grid-template-columns:1fr}}

/* ── Instagram Live V2 additions ── */
.iglive-select-trigger{width:100%;font-family:inherit;text-align:left;justify-content:flex-start}
.iglive-select-trigger img,.iglive-option img{width:20px;height:15px;object-fit:cover;border-radius:3px;margin-right:8px;flex:0 0 auto}
.iglive-select-trigger>span:first-child{display:flex;align-items:center;min-width:0;gap:2px}
.iglive-glass-form #server-list .iglive-server-option{display:block}
.iglive-server-option-text{display:flex!important;flex-direction:column;gap:3px}
.iglive-server-option-name{display:block!important;white-space:normal!important;overflow:visible!important}
.iglive-server-option-price{display:block;color:rgba(255,255,255,.72);font-size:.72rem}
.iglive-number-row{grid-template-columns:1fr 1fr!important}
.iglive-price-box{margin-top:2px;padding:9px 12px;border:1px solid rgba(252,175,69,.2);border-radius:var(--iglive-radius-sm);background:linear-gradient(135deg,rgba(252,175,69,.07),rgba(228,64,95,.05))}
.iglive-price-box .iglive-price-row:last-of-type{border-bottom:0}
.iglive-price-formula{margin-top:4px;text-align:right;color:rgba(255,255,255,.42);font-size:.66rem}
.iglive-server-desc.show,.iglive-qty-hint.show{display:flex}
.iglive-server-desc{gap:8px;align-items:flex-start}
.iglive-server-desc i{color:var(--iglive-accent2);margin-top:2px;flex:0 0 auto}
.iglive-qty-hint{align-items:center;color:rgba(255,255,255,.65)}
.iglive-step.done{background:rgba(110,231,183,.12);color:#d8fff0}
.iglive-step.done .iglive-step-num{background:#36b88a;color:#fff}

.iglive-section-deep{background:linear-gradient(180deg,#0d0516 0%,#120a28 100%)}
.iglive-section-soft{background:linear-gradient(180deg,#160b29 0%,#211039 50%,#120a28 100%)}
.iglive-section-kicker{display:flex;align-items:center;justify-content:center;gap:8px;color:#f5b0bf;font-size:.72rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}
.iglive-section-kicker i{color:var(--iglive-accent2)}
.iglive-media-card{background:rgba(255,255,255,.035)}
.iglive-media-card figcaption{padding:10px 14px;color:rgba(255,255,255,.62);font-size:.72rem;line-height:1.5;border-top:1px solid rgba(255,255,255,.08)}
.iglive-definition-card{padding:28px;border:1px solid rgba(228,64,95,.2);border-radius:var(--iglive-radius);background:linear-gradient(145deg,rgba(131,58,180,.13),rgba(228,64,95,.06));box-shadow:0 18px 55px rgba(13,5,22,.2)}
.iglive-definition-card>p{color:rgba(255,255,255,.78);font-size:.91rem;line-height:1.75;margin:0 0 14px}
.iglive-definition-card>p:last-of-type{margin-bottom:20px}
.iglive-boundary-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.iglive-boundary-grid>div{display:flex;align-items:flex-start;gap:8px;padding:11px;border-radius:10px;background:rgba(110,231,183,.07);color:rgba(255,255,255,.72);font-size:.76rem;line-height:1.5}
.iglive-boundary-grid i{color:#6ee7b7;margin-top:3px}
.iglive-boundary-grid .is-neutral{background:rgba(252,175,69,.07)}
.iglive-boundary-grid .is-neutral i{color:var(--iglive-accent2)}

.iglive-compare-layout{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(340px,.82fr);gap:28px;align-items:center}
.iglive-compare-layout>*{min-width:0}
.iglive-compare-content{width:100%}
.iglive-compare-media{width:100%;margin:0;align-self:center}
.iglive-compare-media .iglive-section-img{width:100%;height:auto;max-height:none;aspect-ratio:auto;object-fit:contain;object-position:center}
.iglive-compare-table{overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:var(--iglive-radius);background:rgba(255,255,255,.035)}
.iglive-compare-row{display:grid;grid-template-columns:.72fr 1fr 1fr;border-bottom:1px solid rgba(255,255,255,.08)}
.iglive-compare-row:last-child{border-bottom:0}
.iglive-compare-row>div{padding:14px 16px;color:rgba(255,255,255,.7);font-size:.79rem;line-height:1.5;border-right:1px solid rgba(255,255,255,.07)}
.iglive-compare-row>div:last-child{border-right:0}
.iglive-compare-row>div:first-child{font-weight:750;color:#fff;background:rgba(131,58,180,.09)}
.iglive-compare-row.is-head{background:var(--iglive-gradient-accent)}
.iglive-compare-row.is-head>div{color:#fff;font-weight:800;background:transparent}

.iglive-benefits-layout{display:grid;grid-template-columns:minmax(340px,.92fr) minmax(0,1.08fr);gap:28px;align-items:center}
.iglive-benefits-layout>*{min-width:0}
.iglive-benefit-media{width:100%;margin:0}
.iglive-benefit-media .iglive-section-img{width:100%;height:auto;max-height:none;aspect-ratio:auto;object-fit:contain;object-position:center}
.iglive-benefit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.iglive-benefit-card{height:100%;padding:18px;border:1px solid rgba(255,255,255,.11);border-radius:14px;background:linear-gradient(145deg,rgba(228,64,95,.09),rgba(131,58,180,.07));transition:transform .25s ease,border-color .25s ease}
.iglive-benefit-card:hover{transform:translateY(-3px);border-color:rgba(252,175,69,.34)}
.iglive-benefit-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;margin-bottom:13px;border-radius:13px;background:var(--iglive-gradient-accent);color:#fff;box-shadow:0 9px 24px rgba(228,64,95,.2)}
.iglive-benefit-card h3{margin:0 0 8px;color:#fff;font-size:.92rem;line-height:1.4}
.iglive-benefit-card p{margin:0;color:rgba(255,255,255,.68);font-size:.79rem;line-height:1.65}
.iglive-usecase-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.iglive-usecase-always{margin-top:20px}
.iglive-usecase-grid .iglive-card{height:100%}
.iglive-usecase-grid .iglive-card-icon{background:linear-gradient(135deg,rgba(228,64,95,.2),rgba(131,58,180,.2));color:var(--iglive-accent2)}
.iglive-caveat{display:flex;align-items:flex-start;gap:12px;margin-top:20px;padding:16px 18px;border-left:3px solid var(--iglive-accent2);border-radius:0 12px 12px 0;background:rgba(252,175,69,.07)}
.iglive-caveat i{color:var(--iglive-accent2);margin-top:4px}
.iglive-caveat p{margin:0;color:rgba(255,255,255,.7);font-size:.82rem;line-height:1.65}

.iglive-readmore-details{max-width:1000px;margin:24px auto 0;overflow:hidden;border:1px solid rgba(228,64,95,.22);border-radius:16px;background:rgba(255,255,255,.035)}
.iglive-readmore-summary{display:grid;width:100%;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:15px 18px;border:0;font-family:inherit;text-align:left;cursor:pointer;color:#fff;background:linear-gradient(135deg,rgba(228,64,95,.11),rgba(131,58,180,.12))}
.iglive-readmore-summary:focus-visible{outline:2px solid var(--iglive-accent2);outline-offset:-3px}
.iglive-readmore-label{display:inline-flex;align-items:center;gap:8px;padding:10px 17px;border-radius:999px;background:var(--iglive-gradient-accent);color:#fff;font-size:.8rem;font-weight:800;white-space:nowrap}
.iglive-readmore-label-less{display:none}
.iglive-readmore-details.is-open .iglive-readmore-label-more{display:none}
.iglive-readmore-details.is-open .iglive-readmore-label-less{display:inline}
.iglive-readmore-note{color:rgba(255,255,255,.66);font-size:.76rem;line-height:1.5}
.iglive-readmore-chevron{color:var(--iglive-accent2);transition:transform .25s ease}
.iglive-readmore-details.is-open .iglive-readmore-chevron{transform:rotate(180deg)}
.iglive-readmore-panel{padding:22px;border-top:1px solid rgba(255,255,255,.08)}
.iglive-readmore-guide{display:flex;align-items:flex-start;gap:14px}
.iglive-readmore-guide-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;flex:0 0 42px;border-radius:12px;background:rgba(252,175,69,.12);color:var(--iglive-accent2)}
.iglive-readmore-guide h3{margin:1px 0 7px;color:#fff;font-size:.9rem}
.iglive-readmore-guide p{margin:0;color:rgba(255,255,255,.68);font-size:.79rem;line-height:1.65}

.iglive-formula-card{padding:24px;border:1px solid rgba(228,64,95,.22);border-radius:var(--iglive-radius);background:radial-gradient(circle at 50% 0%,rgba(228,64,95,.15),rgba(131,58,180,.08) 46%,rgba(255,255,255,.025));text-align:center}
.iglive-formula-main{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}
.iglive-formula-main span,.iglive-formula-main strong{padding:10px 15px;border-radius:10px;background:rgba(255,255,255,.07);color:#fff;font-size:.86rem}
.iglive-formula-main strong{background:var(--iglive-gradient-accent)}
.iglive-formula-main i{color:var(--iglive-accent2);font-size:.72rem}
.iglive-formula-card p{max-width:760px;margin:16px auto 0;color:rgba(255,255,255,.66);font-size:.8rem;line-height:1.65}
.iglive-plan-card{height:100%;position:relative;padding:22px;border-radius:var(--iglive-radius);border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.04);overflow:hidden}
.iglive-plan-card>i{font-size:1.35rem;color:var(--iglive-accent);margin-bottom:14px}
.iglive-plan-card h3{font-size:.92rem;color:#fff;margin:0 0 8px}
.iglive-plan-card p{font-size:.79rem;color:rgba(255,255,255,.62);line-height:1.6;margin:0}
.iglive-plan-index{position:absolute;right:14px;top:10px;font-size:2.2rem;font-weight:900;color:rgba(252,175,69,.11)}
.iglive-inline-cta{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:22px;padding:17px 20px;border:1px solid rgba(252,175,69,.2);border-radius:14px;background:rgba(13,5,22,.48)}
.iglive-inline-cta>div{display:flex;flex-direction:column;gap:3px}
.iglive-inline-cta strong{color:#fff;font-size:.87rem}
.iglive-inline-cta span{color:rgba(255,255,255,.56);font-size:.74rem}
.iglive-inline-cta a{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;padding:10px 15px;border-radius:9px;background:var(--iglive-gradient-accent);color:#fff;text-decoration:none;font-size:.76rem;font-weight:750}

.iglive-decision-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.iglive-decision-flow article{display:flex;gap:12px;padding:18px 16px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.035)}
.iglive-decision-flow article>span{width:30px;height:30px;display:flex;align-items:center;justify-content:center;flex:0 0 30px;border-radius:50%;background:var(--iglive-gradient-accent);color:#fff;font-size:.74rem;font-weight:800}
.iglive-decision-flow h3{font-size:.85rem;color:#fff;margin:4px 0 7px}
.iglive-decision-flow p{font-size:.73rem;color:rgba(255,255,255,.6);line-height:1.55;margin:0}
.iglive-session-map{display:flex;align-items:center;margin-top:22px;padding:20px;border:1px solid rgba(228,64,95,.16);border-radius:var(--iglive-radius);background:linear-gradient(90deg,rgba(131,58,180,.08),rgba(228,64,95,.06),rgba(252,175,69,.07))}
.iglive-session-stage{display:flex;align-items:center;gap:10px;flex:1;min-width:0}
.iglive-session-stage>i{width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex:0 0 40px;border-radius:50%;background:rgba(228,64,95,.15);color:var(--iglive-accent2)}
.iglive-session-stage span{display:flex;flex-direction:column;color:rgba(255,255,255,.58);font-size:.72rem;line-height:1.45}
.iglive-session-stage strong{color:#fff;font-size:.8rem;margin-bottom:2px}
.iglive-session-line{width:42px;height:2px;margin:0 10px;background:linear-gradient(90deg,var(--iglive-accent),var(--iglive-accent2));opacity:.55}

.iglive-howto-grid{display:flex;flex-direction:column;gap:26px;max-width:1100px;margin:0 auto}
.iglive-howto-card,.iglive-howto-card:last-child{display:grid;grid-template-columns:minmax(240px,.72fr) minmax(0,1.28fr);grid-template-areas:"copy media";column-gap:26px;width:100%;max-width:none;padding:18px;border:1px solid rgba(255,255,255,.11);border-radius:var(--iglive-radius);background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(131,58,180,.045))}
.iglive-howto-card:nth-child(even){grid-template-columns:minmax(0,1.28fr) minmax(240px,.72fr);grid-template-areas:"media copy"}
.iglive-howto-copy{grid-area:copy;align-self:center;min-width:0;padding:10px}
.iglive-howto-top{display:flex;align-items:center;gap:12px}
.iglive-howto-top>span{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--iglive-gradient-accent);color:#fff;font-weight:850;flex:0 0 36px}
.iglive-howto-top h3{font-size:.93rem;color:#fff;margin:0;line-height:1.4}
.iglive-howto-copy>p{color:rgba(255,255,255,.69);font-size:.8rem;line-height:1.68;margin:13px 0 16px}
.iglive-image-hint{display:inline-flex;align-items:center;gap:7px;color:#f5b0bf;font-size:.72rem;font-weight:700}
.iglive-image-hint i{color:var(--iglive-accent2)}
.iglive-howto-card .iglive-media-card{grid-area:media;width:100%;margin:0;align-self:start}
.iglive-howto-card .iglive-section-img{width:100%;height:auto;max-height:none;aspect-ratio:auto;object-fit:contain;object-position:center;cursor:zoom-in}
.iglive-howto-card .iglive-media-card figcaption{background:rgba(13,5,22,.72);color:rgba(255,255,255,.72)}

.iglive-checklist-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.iglive-checklist-card{border:1px solid rgba(255,255,255,.11);border-radius:var(--iglive-radius);background:rgba(255,255,255,.035);overflow:hidden}
.iglive-checklist-head{display:flex;align-items:center;justify-content:space-between;padding:14px 17px;background:linear-gradient(135deg,rgba(228,64,95,.18),rgba(131,58,180,.13));color:#fff;font-size:.88rem;font-weight:800}
.iglive-checklist-head i{color:var(--iglive-accent2)}
.iglive-checklist-card ul{list-style:none;margin:0;padding:16px 17px}
.iglive-checklist-card li{position:relative;padding:0 0 10px 20px;color:rgba(255,255,255,.64);font-size:.76rem;line-height:1.55}
.iglive-checklist-card li:last-child{padding-bottom:0}
.iglive-checklist-card li::before{content:'\f00c';font-family:'Font Awesome 5 Free';font-weight:900;position:absolute;left:0;top:2px;color:#6ee7b7;font-size:.64rem}
.iglive-mistakes{margin-top:20px;padding:18px;border:1px solid rgba(252,175,69,.18);border-radius:14px;background:rgba(252,175,69,.055)}
.iglive-mistakes-title{display:flex;align-items:center;gap:7px;margin-bottom:12px}.iglive-mistakes-title i{color:var(--iglive-accent2)}
.iglive-mistakes h3{font-size:.87rem;color:#fff;margin:0}
.iglive-mistakes-list{display:flex;gap:10px;flex-wrap:wrap}
.iglive-mistakes span{flex:1;min-width:190px;padding:10px 12px;border-radius:9px;background:rgba(13,5,22,.42);color:rgba(255,255,255,.65);font-size:.73rem}

.iglive-testimonials{position:relative;isolation:isolate;padding:42px 0;overflow:hidden;border-top:1px solid rgba(252,175,69,.12);border-bottom:1px solid rgba(228,64,95,.14);background:radial-gradient(circle at 18% 10%,rgba(228,64,95,.14),transparent 34%),radial-gradient(circle at 82% 90%,rgba(131,58,180,.16),transparent 38%),#0d0516}
.iglive-testimonials .container,.iglive-testimonials .iglive-marquee-shell{position:relative;z-index:1}
.iglive-marquee-shell{display:flex;flex-direction:column;gap:14px;margin-top:8px;padding:6px 0 10px;overflow:hidden}
.iglive-marquee-shell:hover .iglive-testi-track{animation-play-state:paused}
.iglive-testimonial-card{display:flex;flex-direction:column;min-width:340px;max-width:380px;min-height:218px;padding:20px;background:linear-gradient(145deg,rgba(255,255,255,.085),rgba(255,255,255,.035));border-color:rgba(252,175,69,.2);box-shadow:0 14px 38px rgba(0,0,0,.22)}
.iglive-testimonial-stars{color:var(--iglive-accent2)}
.iglive-testimonial-text{flex:1;margin:5px 0 14px;color:rgba(255,255,255,.82);font-size:.81rem;font-style:normal;line-height:1.65}
.iglive-testimonial-author{margin-top:auto;padding-top:12px;border-top:1px solid rgba(255,255,255,.08)}
.iglive-testimonial-author>span:last-child{display:flex;flex-direction:column;gap:1px}
.iglive-faq-item h3{margin:0;font-size:inherit}
.iglive-faq-q{width:100%;border:0;background:transparent;text-align:left}
.iglive-faq-a p{white-space:normal}
.iglive-faq-item.active .iglive-faq-a{max-height:800px}

#dich-vu-instagram-lien-quan .row>[class*="col-"]{display:flex}
.iglive-related-card{display:flex;flex-direction:column;align-items:center;width:100%;height:100%}
.iglive-related-icon{width:54px;height:54px;display:flex;align-items:center;justify-content:center;margin:0 auto 13px;border-radius:16px;background:linear-gradient(135deg,rgba(228,64,95,.18),rgba(131,58,180,.18));color:var(--iglive-accent2);font-size:1.25rem}
.iglive-related-card h3 a{color:#fff;text-decoration:none}
.iglive-related-card h3 a:hover{color:var(--iglive-accent2)}
.iglive-related-card p{flex:1}
.iglive-related-link{display:inline-flex;align-items:center;justify-content:center;gap:7px;margin-top:auto;padding:9px 14px;border:1px solid rgba(228,64,95,.28);border-radius:999px;background:rgba(228,64,95,.08);color:#f18ba1}
.iglive-related-link:hover{border-color:rgba(252,175,69,.5);background:rgba(252,175,69,.09);color:var(--iglive-accent2)}
.iglive-related-title-link:focus-visible,.iglive-related-link:focus-visible{outline:2px solid var(--iglive-accent2);outline-offset:3px}
.iglive-cta-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;border-radius:50%;background:var(--iglive-gradient-accent);color:#fff;font-size:1.2rem;box-shadow:0 12px 32px rgba(228,64,95,.28)}

.iglive-lightbox{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:28px;background:rgba(5,2,9,.92);opacity:0;visibility:hidden;transition:opacity .25s,visibility .25s}
.iglive-lightbox.active{opacity:1;visibility:visible}
.iglive-lightbox img{max-width:min(1200px,92vw);max-height:88vh;object-fit:contain;border-radius:14px;box-shadow:0 24px 80px rgba(0,0,0,.55)}
.iglive-lightbox-close{position:absolute;top:18px;right:22px;width:42px;height:42px;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:rgba(255,255,255,.08);color:#fff;font-size:1rem}
body.iglive-lightbox-open{overflow:hidden}

@media(max-width:991px){
  .iglive-compare-layout,.iglive-benefits-layout{grid-template-columns:1fr}
  .iglive-compare-media,.iglive-benefit-media{max-width:780px;margin-inline:auto}
  .iglive-howto-card,.iglive-howto-card:nth-child(even),.iglive-howto-card:last-child{grid-template-columns:1fr;grid-template-areas:"copy" "media";gap:0}
  .iglive-howto-card .iglive-media-card{margin-top:16px}
  .iglive-decision-flow{grid-template-columns:1fr 1fr}
  .iglive-checklist-grid{grid-template-columns:1fr}
  .iglive-session-map{align-items:stretch;flex-direction:column;gap:9px}
  .iglive-session-line{width:2px;height:24px;margin:0 0 0 19px}
}
@media(max-width:767px){
  .iglive-number-row{grid-template-columns:1fr 1fr!important}
  .iglive-boundary-grid,.iglive-benefit-grid,.iglive-usecase-grid{grid-template-columns:1fr}
  .iglive-compare-table{overflow-x:auto}
  .iglive-compare-row{min-width:620px}
  .iglive-readmore-summary{grid-template-columns:minmax(0,1fr) auto}
  .iglive-readmore-label{justify-self:start}
  .iglive-readmore-note{grid-column:1/-1;grid-row:2}
  .iglive-readmore-panel{padding:16px}
  .iglive-inline-cta{align-items:flex-start;flex-direction:column}
}
@media(max-width:575px){
  .iglive-stepper{display:grid;grid-template-columns:repeat(5,1fr)}
  .iglive-step{justify-content:center;flex-direction:column;gap:3px;text-align:center;padding:6px 3px}
  .iglive-number-row{grid-template-columns:1fr!important}
  .iglive-definition-card{padding:20px}
  .iglive-decision-flow{grid-template-columns:1fr}
  .iglive-formula-main{gap:7px}
  .iglive-formula-main span,.iglive-formula-main strong{padding:8px 10px;font-size:.72rem}
  .iglive-testimonial-card{width:min(86vw,350px);min-width:min(86vw,350px)}
}

@media(prefers-reduced-motion:reduce){
  .iglive-reveal,.iglive-reveal.revealed{opacity:1;transform:none;transition:none;animation:none}
  .iglive-benefit-card,.iglive-howto-card,.iglive-related-card,.iglive-related-link,.iglive-readmore-chevron,.iglive-lightbox{transition:none!important}
  .iglive-benefit-card:hover,.iglive-howto-card:hover,.iglive-related-card:hover{transform:none!important}
  .iglive-testi-track{animation:none!important;transform:none!important}
  .iglive-marquee-shell{overflow-x:auto;scrollbar-width:thin}
}
