/**
 * Portal Terezinha Dybas 5550 - Deputada Federal (PSD SC)
 * Componentes Visuais de Todas as Seções do Wireframe
 */

/* ==========================================================================
   UTILITÁRIOS DE SEÇÃO & BADGES
   ========================================================================== */
.section {
  padding: 90px 0;
  position: relative;
}

.section-light {
  background-color: var(--white);
}

.section-neutral {
  background-color: var(--slate-50);
}

.section-dark {
  background-color: var(--navy-900);
  color: var(--white);
}

.section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 50px auto;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(0, 132, 61, 0.08);
  color: var(--green-700);
  border: 1px solid rgba(0, 132, 61, 0.25);
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.section-badge.badge-white,
.section-dark .section-badge {
  background: rgba(255, 255, 255, 0.12);
  color: var(--yellow-500);
  border-color: rgba(255, 209, 0, 0.3);
}

.section-title {
  font-family: var(--font-heading);
  font-size: 2.3rem;
  font-weight: 900;
  color: var(--navy-900);
  line-height: 1.25;
  margin-bottom: 16px;
}

.section-dark .section-title {
  color: var(--white);
}

.title-highlight {
  color: var(--green-600);
  position: relative;
  display: inline-block;
}

.section-dark .title-highlight {
  color: var(--yellow-500);
}

.section-desc {
  font-size: 1.05rem;
  color: var(--slate-600);
  line-height: 1.65;
}

.section-dark .section-desc {
  color: var(--slate-300);
}

/* ==========================================================================
   SEÇÃO 2: HERO SECTION (APRESENTAÇÃO & VOTO 5550)
   ========================================================================== */
.hero-section {
  padding-top: calc(var(--navbar-height) + 50px);
  padding-bottom: 80px;
  background: linear-gradient(135deg, #0E295E 0%, #14336E 40%, #183B7E 100%);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

/* Elementos decorativos no fundo do Hero */
.hero-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  background-image: radial-gradient(var(--white) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 50px;
  position: relative;
  z-index: 2;
}

.hero-badge-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 209, 0, 0.15);
  border: 1px solid rgba(255, 209, 0, 0.4);
  padding: 8px 16px;
  border-radius: var(--radius-full);
  margin-bottom: 18px;
}

.hero-badge-tag img {
  height: 16px;
  border-radius: 2px;
}

.hero-badge-tag span {
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: var(--yellow-500);
  text-transform: uppercase;
}

.hero-office {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 700;
  color: #93C5FD;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.hero-name {
  font-family: var(--font-heading);
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.5px;
  color: var(--white);
  margin-bottom: 24px;
}

.hero-name span {
  color: var(--yellow-500);
}

/* Caixa de Voto Eleitoral 5550 */
.electoral-box-5550 {
  display: inline-block;
  background: rgba(14, 41, 94, 0.8);
  border: 3px solid var(--yellow-500);
  border-radius: var(--radius-md);
  padding: 16px 28px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4), var(--shadow-glow);
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.electoral-box-5550::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transform: skewX(-25deg);
  animation: shine 4s infinite;
}

@keyframes shine {
  0% { left: -100%; }
  25% { left: 200%; }
  100% { left: 200%; }
}

.electoral-label {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 4px;
  color: #CBD5E1;
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
}

.electoral-number {
  font-family: var(--font-heading);
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: 8px;
  line-height: 1;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 8px;
}

.electoral-number .digit {
  background: #091D45;
  padding: 4px 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.6);
  color: var(--yellow-500);
}

.hero-description {
  font-size: 1.15rem;
  color: #E2E8F0;
  line-height: 1.6;
  max-width: 580px;
  margin-bottom: 28px;
}

/* ==========================================================================
   HERO: DESTAQUE DE VALORES (SERIEDADE & COMPETÊNCIA)
   ========================================================================== */
.hero-values-box {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-top: 14px;
  margin-bottom: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 4px solid var(--yellow-500);
  padding: 12px 24px 14px 22px;
  border-radius: 12px 18px 18px 12px;
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.values-header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.values-tag {
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #94A3B8;
  display: inline-flex;
  align-items: center;
}

.values-tag::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--yellow-500);
  margin-right: 6px;
}

.values-words-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.value-item {
  display: inline-flex;
  align-items: center;
}

.value-word {
  font-family: var(--font-heading);
  font-size: clamp(1.45rem, 2.3vw, 1.95rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 1.1;
}

.gold-val .value-word {
  color: var(--yellow-500);
  text-shadow: 0 2px 14px rgba(255, 209, 0, 0.45);
}

.white-val .value-word {
  color: #FFFFFF;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.value-separator {
  color: rgba(255, 209, 0, 0.75);
  font-size: 1.1rem;
  user-select: none;
}

/* ==========================================================================
   HERO: BOTÃO WHATSAPP ELEGANTE & PROFISSIONAL (FAÇA PARTE DO GRUPO)
   ========================================================================== */
.hero-cta-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 20px;
}

.btn-whatsapp-elegant {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(135deg, #059669 0%, #047857 50%, #065F46 100%);
  color: #FFFFFF;
  padding: 12px 22px 12px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 10px 25px -3px rgba(5, 150, 105, 0.45), 0 4px 10px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.btn-whatsapp-elegant::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  transition: left 0.6s ease;
}

.btn-whatsapp-elegant:hover::before {
  left: 100%;
}

.btn-whatsapp-elegant:hover {
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0 16px 35px -4px rgba(5, 150, 105, 0.65), 0 6px 15px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  border-color: rgba(255, 255, 255, 0.45);
  color: #FFFFFF;
}

.btn-whatsapp-elegant:active {
  transform: translateY(-1px) scale(0.99);
}

.wa-btn-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  flex-shrink: 0;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.wa-icon-svg {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

.live-status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #34D399;
  position: absolute;
  top: -2px;
  right: -2px;
  border: 2px solid #065F46;
  box-shadow: 0 0 8px #34D399;
}

.wa-btn-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 2px;
}

.wa-btn-badge {
  font-family: var(--font-heading);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #A7F3D0;
}

.wa-btn-headline {
  font-family: var(--font-heading);
  font-size: 1.08rem;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: 0.2px;
}

.wa-btn-arrow-box {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  margin-left: 6px;
  flex-shrink: 0;
  transition: transform 0.25s ease, background 0.25s ease;
}

.btn-whatsapp-elegant:hover .wa-btn-arrow-box {
  transform: translateX(4px);
  background: rgba(255, 255, 255, 0.25);
}

.hero-cta-trust-note {
  font-size: 0.8rem;
  color: #94A3B8;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
}

.hero-endorsement {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  color: #93C5FD;
}

.hero-endorsement strong {
  color: var(--yellow-500);
  font-weight: 700;
}

/* Foto Hero e Efeitos Visuais */
.hero-photo-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.hero-backdrop-circle {
  position: absolute;
  bottom: 0;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 209, 0, 0.25) 0%, rgba(24, 59, 126, 0.4) 60%, transparent 75%);
  z-index: 1;
}

.hero-photo {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 430px;
  border-radius: 24px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.6), 0 0 30px rgba(255, 209, 0, 0.15);
  border: 4px solid rgba(255, 255, 255, 0.15);
  transition: transform var(--transition-normal);
}

.hero-photo:hover {
  transform: scale(1.02);
}

/* Floating Badges no Hero */
.floating-badge {
  position: absolute;
  z-index: 3;
  background: var(--navy-900);
  border: 1px solid rgba(255, 209, 0, 0.5);
  border-radius: var(--radius-md);
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  animation: float 4s ease-in-out infinite;
}

.floating-badge.badge-left {
  bottom: 30px;
  left: -20px;
}

.floating-badge.badge-right {
  top: 40px;
  right: -15px;
  animation-delay: 2s;
}

.floating-badge img {
  width: 28px;
  height: 20px;
  border-radius: 3px;
}

.floating-badge .badge-text {
  font-size: 0.8rem;
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* ==========================================================================
   SEÇÃO 3: BIOGRAFIA & 4 PILARES
   ========================================================================== */
.bio-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: center;
}

.bio-image-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bio-image-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  border: 4px solid var(--white);
}

.bio-image-card img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.bio-image-card:hover img {
  transform: scale(1.02);
}

/* Card Informativo Posicionado Abaixo da Foto */
.bio-bottom-badge {
  background: var(--navy-900);
  padding: 16px 20px;
  border-radius: var(--radius-md);
  border-left: 5px solid var(--yellow-500);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 25px rgba(14, 41, 94, 0.12);
  color: var(--white);
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}

.bio-bottom-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(14, 41, 94, 0.2);
}

.bio-bottom-badge h5 {
  font-family: var(--font-heading);
  font-size: 1.02rem;
  font-weight: 800;
  color: var(--yellow-500);
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bio-bottom-badge p {
  font-size: 0.88rem;
  color: #CBD5E1;
  line-height: 1.5;
  margin: 0;
}

.bio-text-col .bio-p {
  font-size: 1.05rem;
  color: var(--slate-700);
  line-height: 1.7;
  margin-bottom: 18px;
}

/* Destaques Biográficos */
.bio-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--slate-200);
}

.bio-highlight-item {
  background: var(--slate-50);
  border: 1px solid var(--slate-200);
  padding: 16px 14px;
  border-radius: var(--radius-md);
  border-left: 3px solid var(--navy-700);
  transition: all var(--transition-fast);
}

.bio-highlight-item:hover {
  background: var(--white);
  border-left-color: var(--yellow-500);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

.bio-highlight-tag {
  display: block;
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--navy-600);
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.bio-highlight-val {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--slate-800);
  line-height: 1.35;
}

/* ==========================================================================
   SEÇÃO DEDICADA: 4 PILARES DE COMPROMISSO
   ========================================================================== */
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.pillar-card {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  padding: 30px 24px;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-normal);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.pillar-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--navy-700);
  transition: background var(--transition-fast);
}

.pillar-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
  border-color: var(--slate-300);
}

.pillar-card:hover::before {
  background: var(--yellow-500);
}

.pillar-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.pillar-badge {
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--navy-600);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  background: rgba(24, 59, 126, 0.08);
  padding: 4px 10px;
  border-radius: var(--radius-full);
}

.pillar-number {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--green-700);
  line-height: 1;
  letter-spacing: -0.5px;
}

.pillar-title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--navy-900);
  margin-bottom: 12px;
  line-height: 1.3;
}

.pillar-desc {
  font-size: 0.92rem;
  color: var(--slate-600);
  line-height: 1.6;
  flex-grow: 1;
}

/* ==========================================================================
   SEÇÃO 4: GALERIA DE ATUAÇÃO (MOSAICO FOTOGRÁFICO & LIGHTBOX)
   ========================================================================== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.gallery-item {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  background: var(--navy-900);
  cursor: pointer;
  aspect-ratio: 4 / 3.9; /* Altura aumentada em 30% (de 3 para 3.9) para fotos verticais */
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%; /* Prioriza a parte superior/rostos de fotos verticais */
  transition: transform 0.5s ease, opacity 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.08);
  opacity: 0.85;
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(14, 41, 94, 0.1) 0%, rgba(14, 41, 94, 0.85) 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  color: var(--white);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-tag {
  align-self: flex-start;
  background: var(--yellow-500);
  color: var(--navy-900);
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: var(--radius-full);
  text-transform: uppercase;
}

.gallery-info h4 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 4px;
  color: var(--white);
}

.gallery-info span {
  font-size: 0.82rem;
  color: #93C5FD;
}

.gallery-zoom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  background: rgba(255, 209, 0, 0.9);
  color: var(--navy-900);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.gallery-item:hover .gallery-zoom-icon {
  transform: translate(-50%, -50%) scale(1);
}

/* Lightbox Modal */
.lightbox-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(14, 41, 94, 0.96);
  backdrop-filter: blur(12px);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.lightbox-modal.is-open {
  display: flex;
}

.lightbox-container {
  max-width: 900px;
  width: 100%;
  background: var(--navy-900);
  border: 1px solid rgba(255, 209, 0, 0.4);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8);
  position: relative;
  display: flex;
  flex-direction: column;
}

.lightbox-img-wrapper {
  max-height: 580px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-img-wrapper img {
  max-height: 560px;
  width: auto;
  object-fit: contain;
}

.lightbox-caption {
  padding: 20px 24px;
  background: var(--navy-800);
  color: var(--white);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lightbox-caption h4 {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--yellow-500);
}

.lightbox-caption p {
  font-size: 0.9rem;
  color: var(--slate-300);
}

.lightbox-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(0, 0, 0, 0.6);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition-fast);
  z-index: 10;
}

.lightbox-close-btn:hover {
  background: var(--red-sc);
  border-color: var(--red-sc);
}

.lightbox-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(14, 41, 94, 0.7);
  border: 1px solid var(--yellow-500);
  color: var(--white);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  transition: all var(--transition-fast);
  z-index: 10;
}

.lightbox-nav-btn:hover {
  background: var(--yellow-500);
  color: var(--navy-900);
}

.lightbox-prev-btn { left: 16px; }
.lightbox-next-btn { right: 16px; }

/* ==========================================================================
   SEÇÃO 5: CONEXÃO SOCIAL (FEED INSTAGRAM)
   ========================================================================== */
.instagram-profile-bar {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: var(--shadow-sm);
  margin-bottom: 36px;
}

.instagram-user-info {
  display: flex;
  align-items: center;
  gap: 20px;
}

.instagram-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 3px solid var(--yellow-500);
  padding: 2px;
  object-fit: cover;
  object-position: center 20%;
}

.instagram-details h3 {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--navy-900);
  display: flex;
  align-items: center;
  gap: 6px;
}

.instagram-details .verified-badge {
  color: #38BDF8;
  font-size: 1.1rem;
}

.instagram-details p {
  font-size: 0.92rem;
  color: var(--slate-600);
}

.btn-instagram-follow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(45deg, #F09433 0%, #E6683C 25%, #DC2743 50%, #CC2366 75%, #BC1888 100%);
  color: var(--white);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 12px 24px;
  border-radius: var(--radius-full);
  box-shadow: 0 4px 15px rgba(220, 39, 67, 0.3);
  transition: all var(--transition-fast);
}

.btn-instagram-follow:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(220, 39, 67, 0.45);
}

.insta-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.insta-card {
  background: var(--white);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--slate-200);
  transition: all var(--transition-normal);
  display: flex;
  flex-direction: column;
}

.insta-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.insta-media-wrapper {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--navy-900);
}

.insta-media-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.insta-card:hover .insta-media-wrapper img {
  transform: scale(1.05);
}

.insta-type-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(14, 41, 94, 0.85);
  backdrop-filter: blur(4px);
  color: var(--yellow-500);
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 800;
  padding: 4px 8px;
  border-radius: var(--radius-sm);
}

.insta-overlay-stats {
  position: absolute;
  inset: 0;
  background: rgba(14, 41, 94, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: var(--white);
  opacity: 0;
  transition: opacity 0.3s ease;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1rem;
}

.insta-card:hover .insta-overlay-stats {
  opacity: 1;
}

.insta-body {
  padding: 14px;
}

.insta-caption {
  font-size: 0.85rem;
  color: var(--slate-700);
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ==========================================================================
   SEÇÃO 6: NOTÍCIAS & COMUNICADOS DE CAMPANHA (BLOG)
   ========================================================================== */
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.news-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--slate-200);
  display: flex;
  flex-direction: column;
  transition: all var(--transition-normal);
}

.news-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
  border-color: var(--slate-300);
}

.news-image-wrapper {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.news-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.news-card:hover .news-image-wrapper img {
  transform: scale(1.05);
}

.news-category-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--yellow-500);
  color: var(--navy-900);
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: var(--radius-full);
  text-transform: uppercase;
}

.news-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.news-date {
  font-size: 0.82rem;
  color: var(--slate-500);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.news-title {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--navy-900);
  line-height: 1.35;
  margin-bottom: 12px;
  transition: color var(--transition-fast);
}

.news-card:hover .news-title {
  color: var(--navy-600);
}

.news-excerpt {
  font-size: 0.92rem;
  color: var(--slate-600);
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.news-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--navy-700);
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  transition: gap var(--transition-fast);
}

.news-read-more:hover {
  color: var(--green-700);
  gap: 12px;
}

/* ==========================================================================
   SEÇÃO 7: VÍDEO EM DESTAQUE (MÍDIA & PRONUNCIAMENTOS)
   ========================================================================== */
.video-section {
  background: linear-gradient(135deg, #091D45 0%, #0E295E 60%, #183B7E 100%);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.video-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: center;
  gap: 50px;
}

.video-player-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Proporção 16:9 */
  height: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), 0 0 25px rgba(255, 209, 0, 0.2);
  border: 3px solid rgba(255, 209, 0, 0.4);
}

.video-player-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-info-box h3 {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 900;
  color: var(--white);
  line-height: 1.25;
  margin-bottom: 16px;
}

.video-info-box h3 span {
  color: var(--yellow-500);
}

.video-info-box p {
  font-size: 1.05rem;
  color: var(--slate-300);
  line-height: 1.65;
  margin-bottom: 28px;
}

.btn-youtube-channel {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #DC2626;
  color: var(--white);
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.95rem;
  padding: 14px 26px;
  border-radius: var(--radius-full);
  box-shadow: 0 6px 18px rgba(220, 38, 38, 0.4);
  transition: all var(--transition-fast);
}

.btn-youtube-channel:hover {
  background: #B91C1C;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(220, 38, 38, 0.55);
}

/* ==========================================================================
   SEÇÃO 8: FALE COM A CANDIDATA (FORMULÁRIO & VOLUNTARIADO)
   ========================================================================== */
.contact-wrapper {
  max-width: 820px;
  margin: 0 auto;
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  padding: 45px 50px;
  box-shadow: var(--shadow-xl);
  position: relative;
}

.form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  display: block;
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--navy-900);
  margin-bottom: 8px;
}

.form-label .required {
  color: var(--red-sc);
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 13px 16px;
  font-size: 0.95rem;
  color: var(--slate-800);
  background: var(--slate-50);
  border: 1.5px solid var(--slate-300);
  border-radius: var(--radius-md);
  transition: all var(--transition-fast);
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  background: var(--white);
  border-color: var(--navy-600);
  box-shadow: 0 0 0 3px rgba(24, 59, 126, 0.15);
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
}

/* Radio Group para Tipo de Mensagem */
.radio-group-title {
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--navy-900);
  margin-bottom: 10px;
  display: block;
}

.radio-options {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 22px;
}

.radio-label-card {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--slate-50);
  border: 1px solid var(--slate-300);
  padding: 10px 16px;
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--slate-700);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.radio-label-card:hover {
  border-color: var(--navy-600);
  background: var(--white);
}

.radio-label-card input[type="radio"]:checked + span {
  color: var(--navy-900);
  font-weight: 700;
}

/* Consentimento LGPD */
.checkbox-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 28px;
  cursor: pointer;
}

.checkbox-consent input[type="checkbox"] {
  margin-top: 4px;
  width: 18px;
  height: 18px;
  accent-color: var(--navy-700);
  cursor: pointer;
}

.checkbox-consent span {
  font-size: 0.85rem;
  color: var(--slate-600);
  line-height: 1.45;
}

.btn-submit-contact {
  width: 100%;
  background: var(--yellow-500);
  color: var(--navy-900);
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 16px 24px;
  border: none;
  border-radius: var(--radius-md);
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(255, 209, 0, 0.4);
  transition: all var(--transition-fast);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-transform: uppercase;
}

.btn-submit-contact:hover {
  background: var(--yellow-600);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(245, 166, 35, 0.5);
}

.btn-submit-contact:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

/* Feedback do Formulário */
.form-feedback {
  margin-top: 20px;
  padding: 16px 20px;
  border-radius: var(--radius-md);
  font-size: 0.95rem;
  display: none;
}

.form-feedback.success {
  display: block;
  background: #DCFCE7;
  border: 1px solid #86EFAC;
  color: #166534;
}

.form-feedback.error {
  display: block;
  background: #FEE2E2;
  border: 1px solid #FCA5A5;
  color: #991B1B;
}

/* Honeypot invisível */
.hp-field {
  display: none !important;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

/* ==========================================================================
   SEÇÃO 9: RODAPÉ INSTITUCIONAL LEGAL (FOOTER OBRIGATÓRIO)
   ========================================================================== */
.site-footer {
  background-color: var(--navy-900);
  color: var(--white);
  padding-top: 80px;
  border-top: 4px solid var(--yellow-500);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr 0.9fr 1fr;
  gap: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-col h4 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--yellow-500);
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-candidate-name {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 900;
  color: var(--white);
  margin-bottom: 4px;
}

.footer-candidate-office {
  font-size: 0.92rem;
  color: #93C5FD;
  font-weight: 600;
  margin-bottom: 12px;
}

.footer-candidate-badge {
  display: inline-block;
  background: var(--yellow-500);
  color: var(--navy-900);
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 900;
  padding: 4px 12px;
  border-radius: var(--radius-sm);
  margin-bottom: 16px;
}

.footer-candidate-party {
  font-size: 0.88rem;
  color: var(--slate-300);
  line-height: 1.4;
}

.footer-links-list li {
  margin-bottom: 10px;
}

.footer-links-list a {
  color: var(--slate-300);
  font-size: 0.92rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all var(--transition-fast);
}

.footer-links-list a:hover {
  color: var(--yellow-500);
  transform: translateX(4px);
}

.footer-social-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.social-link-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--slate-300);
  font-size: 0.92rem;
  transition: color var(--transition-fast);
}

.social-link-item:hover {
  color: var(--yellow-500);
}

.social-icon-box {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.social-icon-box img {
  width: 20px;
  height: 20px;
  display: block;
}

.btn-instagram-follow img {
  width: 20px;
  height: 20px;
  display: inline-block;
}

.footer-mobilization-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 209, 0, 0.3);
  padding: 20px;
  border-radius: var(--radius-md);
}

.footer-mobilization-card p {
  font-size: 0.88rem;
  color: var(--slate-300);
  margin-bottom: 14px;
}

.btn-whatsapp-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--green-600);
  color: var(--white);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.9rem;
  padding: 10px 18px;
  border-radius: var(--radius-sm);
  transition: background var(--transition-fast);
}

.btn-whatsapp-footer:hover {
  background: var(--green-700);
}

/* Sub-Rodapé Institucional */
.sub-footer {
  padding: 24px 0 30px 0;
  font-size: 0.8rem;
  color: var(--slate-400);
  line-height: 1.6;
}

.sub-footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.sub-footer-links a {
  color: var(--slate-300);
  text-decoration: underline;
}

.sub-footer-links a:hover {
  color: var(--yellow-500);
}

/* ==========================================================================
   CARDS E EMBEDS DO INSTAGRAM COM ABERTURA EXTERNA
   ========================================================================== */
.insta-embed-card {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: all var(--transition-normal);
  position: relative;
}

.insta-embed-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: var(--navy-500);
}

.insta-embed-header {
  padding: 12px 16px;
  background: var(--white);
  border-bottom: 1px solid var(--slate-100);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.insta-embed-user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.insta-user-mini {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid var(--yellow-500);
  object-fit: cover;
}

.insta-username {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--navy-900);
  display: block;
}

.insta-post-type {
  font-size: 0.72rem;
  color: var(--slate-500);
  font-weight: 600;
}

.btn-open-insta-direct {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 700;
  color: #DC2743;
  padding: 4px 8px;
  border-radius: 4px;
  background: #FFF1F2;
  transition: all var(--transition-fast);
}

.btn-open-insta-direct:hover {
  background: #FFE4E6;
  color: #9F1239;
}

.insta-embed-frame-wrapper {
  position: relative;
  width: 100%;
  min-height: 420px;
  background: var(--slate-50);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.insta-iframe {
  width: 100%;
  min-height: 420px;
  height: 100%;
  border: none;
  overflow: hidden;
  display: block;
}

.insta-click-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px;
  background: linear-gradient(0deg, rgba(14, 41, 94, 0.85) 0%, rgba(14, 41, 94, 0) 100%);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 700;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 5;
}

.insta-embed-card:hover .insta-click-overlay {
  opacity: 1;
}

.insta-overlay-hint {
  background: var(--yellow-500);
  color: var(--navy-900);
  padding: 6px 14px;
  border-radius: var(--radius-full);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.insta-embed-caption {
  padding: 12px 16px;
  font-size: 0.85rem;
  color: var(--slate-700);
  line-height: 1.45;
  background: var(--white);
  border-top: 1px solid var(--slate-100);
}

/* ==========================================================================
   FORMATAÇÃO DO CORPO DA NOTÍCIA NO MODAL (HTML RICO)
   ========================================================================== */
.news-modal-body p {
  margin-bottom: 18px;
  line-height: 1.85;
  color: var(--slate-700);
  font-size: 1.05rem;
}

.news-modal-body p:last-child {
  margin-bottom: 0;
}

.news-modal-body strong, 
.news-modal-body b {
  color: var(--navy-900);
  font-weight: 700;
}

.news-modal-body h4, 
.news-modal-body h5 {
  font-family: var(--font-heading);
  color: var(--navy-900);
  font-weight: 800;
  margin: 24px 0 12px 0;
}

.news-modal-body ul, 
.news-modal-body ol {
  margin: 14px 0 20px 24px;
  color: var(--slate-700);
  line-height: 1.8;
}

.news-modal-body li {
  margin-bottom: 8px;
}

.news-modal-body blockquote {
  border-left: 4px solid var(--green-600);
  padding: 12px 20px;
  background: var(--slate-50);
  margin: 18px 0;
  font-style: italic;
  color: var(--slate-600);
}

