/* ════════════════════════════════════════════════════════════════════
   INSTAGRAM — Seção dedicada com chamada pra seguir + última postagem
   ════════════════════════════════════════════════════════════════════ */

#instagram {
  background:
    radial-gradient(ellipse at 20% 30%, rgba(220,39,108,0.18) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 70%, rgba(245,168,0,0.12) 0%, transparent 55%),
    linear-gradient(160deg, #14091F 0%, var(--dark) 50%, #1A0E15 100%);
  position: relative; overflow: hidden;
  padding: 100px 5vw;
}
#instagram::before,
#instagram::after {
  content: ''; position: absolute; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent, #f09433, #e6683c, #dc2743, #cc2366, #bc1888, transparent);
}
#instagram::before { top: 0; }
#instagram::after  { bottom: 0; }

.ig-inner {
  max-width: 1100px; margin: 0 auto;
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
}

/* ─── Coluna esquerda (call-to-action) ─── */
.ig-content .section-label {
  background: linear-gradient(90deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.ig-content .section-label::before {
  background: #dc2743;
}
.ig-content .section-title {
  margin-bottom: 22px;
}
.ig-content .section-title .ig-gradient {
  background: linear-gradient(90deg, #f09433, #dc2743, #bc1888);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  font-style: italic;
  font-family: 'Saira Condensed', 'Barlow Condensed', sans-serif;
  letter-spacing: -.025em;
}
.ig-lead {
  font-size: 17px; line-height: 1.65; color: var(--text-2);
  max-width: 480px; margin-bottom: 18px;
}
.ig-lead strong { color: var(--silver); font-weight: 700; }

.ig-handle {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 10px 18px; border-radius: 100px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 14px;
  color: var(--silver);
  margin-bottom: 28px;
  text-decoration: none;
  transition: all .25s var(--ease);
}
.ig-handle:hover {
  border-color: #dc2743;
  background: rgba(220,39,108,0.1);
  transform: translateY(-2px);
}
.ig-handle .icon {
  width: 20px; height: 20px;
  color: #dc2743;
}

.ig-cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  padding: 18px 36px;
  background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #fff; text-decoration: none;
  border-radius: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800; font-size: 15px;
  letter-spacing: .12em; text-transform: uppercase;
  transition: all .25s var(--ease);
  box-shadow: 0 8px 28px rgba(220,39,108,0.45);
  position: relative; overflow: hidden;
}
.ig-cta::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, transparent, rgba(255,255,255,0.2), transparent);
  transform: translateX(-100%);
  transition: transform .6s var(--ease);
}
.ig-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(220,39,108,0.6);
}
.ig-cta:hover::before { transform: translateX(100%); }

.ig-cta .icon { width: 22px; height: 22px; }

.ig-note {
  margin-top: 18px;
  font-size: 13px; color: var(--muted);
  line-height: 1.5;
}

/* ─── Coluna direita (feed real via LightWidget) ─── */
.ig-feed {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  padding: 4px;
  box-shadow: 0 20px 60px rgba(220,39,108,0.4);
  transition: transform .35s var(--ease);
}
.ig-feed:hover { transform: translateY(-4px); }

/* Header do feed (parece header de post do Instagram) */
.ig-feed-header {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 18px;
  background:
    radial-gradient(ellipse at 30% 30%, rgba(220,39,108,0.25), transparent 60%),
    linear-gradient(160deg, #1A0E1F 0%, #060D18 100%);
  border-radius: 17px 17px 0 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.ig-feed-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: linear-gradient(135deg, #f09433, #dc2743, #bc1888);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(220,39,108,0.4);
}
.ig-feed-icon .icon { width: 24px; height: 24px; color: #fff; stroke-width: 2; }
.ig-feed-handle {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800; font-size: 16px;
  color: var(--silver);
  text-transform: lowercase;
  letter-spacing: .02em;
  line-height: 1.1;
}
.ig-feed-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px; font-weight: 700;
  color: var(--muted);
  text-transform: uppercase; letter-spacing: .15em;
  margin-top: 2px;
}

/* Iframe LightWidget */
.lightwidget-widget {
  display: block;
  width: 100%;
  min-height: 340px; /* enquanto carrega */
  border: 0;
  background: #060D18;
  border-radius: 0 0 17px 17px;
}

/* ─── Responsive ─── */
@media (max-width: 900px) {
  .ig-inner { grid-template-columns: 1fr; gap: 36px; }
  .ig-feed { max-width: 420px; margin: 0 auto; }
}

/* ─── Sticky Instagram (canto inferior esquerdo, oposto do WhatsApp) ─── */
.sticky-ig {
  position: fixed; bottom: 28px; left: 28px; z-index: 200;
  width: 56px; height: 56px; border-radius: 50%;
  background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 32px rgba(220,39,108,0.5);
  text-decoration: none; color: #fff;
  transition: transform .25s var(--ease);
}
.sticky-ig::after {
  content: ''; position: absolute; inset: -8px; border-radius: 50%;
  border: 2px solid #dc2743; opacity: .5;
  animation: ripple 2.5s infinite ease-out;
  animation-delay: 1s; /* fora de fase com o WhatsApp */
}
.sticky-ig:hover { transform: scale(1.1); }
.sticky-ig .icon { width: 26px; height: 26px; stroke-width: 2; }

@media (max-width: 600px) {
  .sticky-ig { width: 50px; height: 50px; bottom: 20px; left: 20px; }
  .sticky-ig .icon { width: 22px; height: 22px; }
}
