/* ==========================================================================
   LANDING PAGE OFICIAL 2026 - DEPUTADO ESTADUAL NILTINHO (55999)
   Identidade Visual Oficial, Recorte Transparente & Menu Premium
   ========================================================================== */

/* --- Custom Properties & Tokens --- */
:root {
  /* Cores Oficiais da Campanha (Azul Oficial: #084bb4) */
  --c-blue-electric: #084bb4;
  --c-blue-vibrant:  #084bb4;
  --c-blue-deep:     #084bb4;
  --c-blue-navy:     #052358;
  --c-blue-darkest:  #031536;
  
  --c-cyan-accent:   #00d2ff;
  --c-cyan-light:    #38bdf8;
  
  --c-red-official:  #e61743;
  --c-red-dark:      #ba0d32;
  --c-red-glow:      rgba(230, 23, 67, 0.45);
  
  --c-white:         #ffffff;
  --c-offwhite:      #f4f6fb;
  --c-sand:          #ebf0fa;
  
  --c-gray-100:      #e2e8f5;
  --c-gray-300:      #a8b6d4;
  --c-gray-500:      #5b6b8c;
  --c-gray-900:      #0f172a;

  /* Tipografia */
  --font-display:    'Outfit', -apple-system, sans-serif;
  --font-body:       'Plus Jakarta Sans', -apple-system, sans-serif;

  /* Layout */
  --container-max:   1380px;
  --header-height:   86px;
  --header-height-scrolled: 72px;
  --trans-fast:      0.2s cubic-bezier(0.16, 1, 0.3, 1);
  --trans-normal:    0.35s cubic-bezier(0.16, 1, 0.3, 1);
  --trans-slow:      0.65s cubic-bezier(0.16, 1, 0.3, 1);
}

/* --- Base & Reset --- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  background-color: var(--c-blue-darkest);
  color: var(--c-gray-900);
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}

body {
  font-family: var(--font-body);
  background-color: var(--c-white);
  color: var(--c-gray-900);
  line-height: 1.6;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
  position: relative;
}

img, svg, picture {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

/* --- Container & Seções --- */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 2rem;
}

.sec-editorial {
  padding: 7.5rem 0;
  position: relative;
}

.bg-dark {
  background-color: var(--c-blue-navy);
  color: var(--c-white);
}

.bg-offwhite {
  background-color: var(--c-offwhite);
  color: var(--c-gray-900);
}

/* --- Tipografia de Destaque --- */
.editorial-label {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-display);
  font-size: 0.8125rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--c-blue-electric);
  margin-bottom: 1.25rem;
}

.editorial-label.light {
  color: var(--c-cyan-accent);
}

.editorial-label.red {
  color: var(--c-red-official);
}

.editorial-label::before {
  content: '';
  width: 16px;
  height: 2px;
  background-color: currentColor;
}

.title-giant {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  margin-bottom: 1.75rem;
}

.title-giant span.italic {
  font-style: normal;
  color: var(--c-blue-electric);
}

.text-lead {
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
  font-weight: 400;
  line-height: 1.7;
  color: var(--c-gray-500);
  max-width: 680px;
}

.bg-dark .text-lead {
  color: var(--c-gray-300);
}

/* --- Botões Oficiais --- */
.btn-oficial-red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.05rem 2.25rem;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: linear-gradient(135deg, var(--c-red-official) 0%, var(--c-red-dark) 100%);
  color: var(--c-white);
  border-radius: 9999px;
  box-shadow: 0 10px 30px var(--c-red-glow);
  cursor: pointer;
  transition: all var(--trans-fast);
  border: none;
}

.btn-oficial-red:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 15px 40px rgba(230, 23, 67, 0.6);
}

.btn-oficial-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.05rem 2.25rem;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: var(--c-white);
  color: var(--c-blue-deep);
  border-radius: 9999px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all var(--trans-fast);
  border: none;
}

.btn-oficial-white:hover {
  background: var(--c-sand);
  transform: translateY(-3px);
}

/* ==========================================================================
   HEADER & NAVEGAÇÃO PREMIUM (CORRIGIDO)
   ========================================================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  z-index: 1000;
  background: linear-gradient(115deg, rgba(8, 75, 180, 0.96) 0%, rgba(8, 75, 180, 0.96) 60%, rgba(244, 0, 72, 0.96) 100%);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  transition: all var(--trans-normal);
}

.site-header.scrolled {
  height: var(--header-height-scrolled);
  background: linear-gradient(115deg, #084bb4 0%, #084bb4 60%, #f40048 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.logo-header-wrap {
  height: 48px;
  display: flex;
  align-items: center;
  transition: transform var(--trans-fast);
}

.logo-header-wrap:hover {
  transform: scale(1.03);
}

.logo-header-wrap img,
.logo-header-wrap svg {
  height: 100%;
  width: auto;
}

/* Menu Central */
.nav-menu-desktop {
  display: flex;
  align-items: center;
  gap: 1.85rem;
}

.nav-item-link {
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.9);
  transition: color var(--trans-fast), transform var(--trans-fast);
  position: relative;
  padding: 0.35rem 0;
  display: inline-block;
}

.nav-item-link:hover,
.nav-item-link.active {
  color: var(--c-white);
}

.nav-item-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--c-red-official);
  transition: width var(--trans-fast);
}

.nav-item-link:hover::after,
.nav-item-link.active::after {
  width: 100%;
}

/* Botão Fale Comigo no Header */
.header-fale-btn {
  font-family: var(--font-display);
  font-size: 0.8125rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.65rem 1.4rem;
  border-radius: 9999px;
  background: var(--c-red-official);
  color: var(--c-white);
  transition: all var(--trans-fast);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.header-fale-btn:hover {
  background: #ff1c4e;
  transform: translateY(-2px);
}

/* Botão Menu Mobile */
.mobile-menu-btn {
  display: none;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--c-white);
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 8px;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  transition: all var(--trans-fast);
}

.mobile-menu-btn:hover,
.mobile-menu-btn:active {
  background: var(--c-red-official);
  border-color: var(--c-red-official);
}

/* Drawer Mobile */
.mobile-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 88%;
  max-width: 380px;
  height: 100vh;
  height: 100dvh;
  background: linear-gradient(180deg, #031536 0%, #084bb4 100%);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: -15px 0 40px rgba(0, 0, 0, 0.8);
  z-index: 3000;
  padding: 1.75rem 1.5rem 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: right 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.mobile-drawer.active {
  right: 0;
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(3, 18, 54, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 2999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.drawer-backdrop.active {
  opacity: 1;
  visibility: visible;
}

.drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.drawer-close-btn {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  cursor: pointer;
  color: var(--c-white);
  padding: 0.45rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.2s;
}

.drawer-close-btn:hover,
.drawer-close-btn:active {
  background: var(--c-red-official);
  border-color: var(--c-red-official);
  transform: scale(1.05);
}

.drawer-nav-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1.5rem 0;
}

.drawer-nav-link {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1rem;
}

.drawer-nav-link:hover,
.drawer-nav-link:active,
.drawer-nav-link.active {
  background: rgba(244, 0, 72, 0.2);
  border-color: var(--c-red-official);
  color: #ffffff;
  transform: translateX(4px);
}

/* ==========================================================================
   HERO SECTION COM O BANNER OFICIAL & FOTO RECORTADA
   ========================================================================== */
.hero-official {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding-top: 100px;
  padding-bottom: 0;
  background: linear-gradient(135deg, #084bb4 0%, #052866 60%, #031536 100%);
  color: var(--c-white);
  overflow: hidden;
}

.hero-video-bg-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

.hero-video-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.85;
  display: block;
}

.hero-official-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    90deg,
    rgba(3, 21, 54, 0.7) 0%,
    rgba(8, 75, 180, 0.35) 45%,
    transparent 100%
  );
}

.hero-content-official {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: flex-end;
  width: 100%;
}

.hero-left-editorial {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  margin: auto 0;
  padding: 3rem 0;
  max-width: 680px;
}

.hero-impact-title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5.2vw, 4.5rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--c-white);
  margin-bottom: 1.5rem;
  text-shadow: none;
}

.hero-impact-title span.color-cyan {
  color: var(--c-cyan-accent);
}

.hero-impact-title span.color-red {
  color: var(--c-red-official);
}

.hero-impact-subtitle {
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  border-left: 3px solid var(--c-red-official);
  padding-left: 1.25rem;
  margin-bottom: 2rem;
}

.hero-ctas-group {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}

/* Lado Direito: Foto do Deputado Aumentada com Parallax e Fotos Flutuantes */
.hero-right-portrait {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  margin-bottom: 0;
  perspective: 1000px;
}

.portrait-cutout-img {
  width: 100%;
  max-width: 760px;
  max-height: 94vh;
  height: auto;
  object-fit: contain;
  object-position: bottom center;
  display: block;
  transform: scale(1.12);
  transform-origin: bottom center;
  filter: none;
  transition: transform 0.15s ease-out;
  position: relative;
  z-index: 2;
}

/* 4 Cards Flutuantes em Volta de Niltinho (Sem Sombras) */
/* 4 Tópicos Flutuantes em Volta de Niltinho (Sem Imagem e Sem Arredondamento) */
.floating-hero-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.65rem 1.35rem;
  background: rgba(4, 25, 65, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-left: 4px solid var(--c-cyan-accent);
  border-radius: 0;
  box-shadow: none;
  z-index: 8;
  pointer-events: auto;
  transition: transform 0.25s ease-out, border-color 0.25s ease-out;
}

.floating-hero-card:hover {
  transform: scale(1.08) translateY(-4px) !important;
  box-shadow: none;
  border-color: var(--c-white);
  border-left-color: var(--c-cyan-accent);
}

.float-card-info {
  display: flex;
  flex-direction: column;
}

.float-card-tag {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--c-cyan-accent);
  line-height: 1.1;
}

.float-card-info strong {
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 900;
  color: var(--c-white);
  line-height: 1.2;
}

/* Posições e Animações dos 4 Cards */
.float-card-1 {
  top: 14%;
  left: -8%;
  animation: heroFloat1 5s ease-in-out infinite;
}

.float-card-2 {
  top: 8%;
  right: -5%;
  animation: heroFloat2 6s ease-in-out infinite;
}

.float-card-3 {
  top: 54%;
  left: -12%;
  animation: heroFloat3 5.5s ease-in-out infinite;
}

.float-card-4 {
  top: 50%;
  right: -8%;
  animation: heroFloat4 6.5s ease-in-out infinite;
}

@keyframes heroFloat1 {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-12px) rotate(-1deg); }
}

@keyframes heroFloat2 {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-15px) rotate(1.5deg); }
}

@keyframes heroFloat3 {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-10px) rotate(-1.5deg); }
}

@keyframes heroFloat4 {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-14px) rotate(1deg); }
}

/* Faixa de Animação Rotativa Infinita (Compacta, Sem Bold, Número Branco sem Fundo) */
.hero-marquee-bar {
  position: relative;
  z-index: 6;
  background: linear-gradient(90deg, #084bb4 0%, #f40048 50%, #084bb4 100%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.55rem 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  box-shadow: none;
}

.marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: infiniteMarquee 22s linear infinite;
}

.hero-marquee-bar:hover .marquee-track {
  animation-play-state: paused;
}

.marquee-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.marquee-chunk {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 0 1rem;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--c-white);
}

.marquee-name {
  color: var(--c-white);
  letter-spacing: 0.12em;
  font-weight: 500;
}

.marquee-sep {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}

.marquee-number-pill {
  background: transparent;
  color: #ffffff;
  font-weight: 500;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  letter-spacing: 0.08em;
}

@keyframes infiniteMarquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ==========================================================================
   02 — MANIFESTO (Degradê #084bb4 e #f40048)
   ========================================================================== */
.manifesto-section {
  padding: 8rem 0;
  background: linear-gradient(135deg, #031536 0%, #084bb4 50%, #f40048 100%);
  color: var(--c-white);
  position: relative;
  overflow: hidden;
}

.manifesto-statement {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 4.8vw, 4.25rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  max-width: 1150px;
}

.manifesto-statement span.color-blue {
  color: var(--c-cyan-accent);
}

.manifesto-statement span.color-red {
  color: var(--c-red-official);
}

.manifesto-subline {
  margin-top: 3.5rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.manifesto-line {
  height: 2px;
  flex-grow: 1;
  background: rgba(255, 255, 255, 0.15);
}

.manifesto-author {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--c-gray-300);
}

/* ==========================================================================
   03 — HISTÓRIA
   ========================================================================== */
.history-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 5rem;
  align-items: start;
}

.history-sticky-media {
  position: sticky;
  top: 100px;
}

.history-photo-card,
.history-video-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
  background: #031536;
}

.history-photo-card img {
  width: 100%;
  height: 640px;
  object-fit: cover;
}

.history-video-player {
  width: 100%;
  height: 920px;
  max-height: 94vh;
  object-fit: cover;
  display: block;
  background: #000;
  outline: none;
}

/* ==========================================================================
   BOTÃO DE PLAY COM ANIMAÇÃO PISCANDO / PULSANDO
   ========================================================================== */
.video-play-overlay-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  outline: none;
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s;
}

.video-play-overlay-btn.is-playing {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.play-pulse-ring {
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(244, 0, 72, 0.45);
  animation: playRippleEffect 2s cubic-bezier(0.25, 1, 0.5, 1) infinite;
  pointer-events: none;
}

.ring-delayed {
  animation-delay: 0.75s;
  background: rgba(0, 210, 255, 0.45);
}

.play-pulse-core {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f40048 0%, #084bb4 100%);
  border: 2px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 35px rgba(244, 0, 72, 0.75), inset 0 0 15px rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  animation: playBlinkPulse 1.6s ease-in-out infinite alternate;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.video-play-overlay-btn:hover .play-pulse-core {
  transform: scale(1.1);
  box-shadow: 0 0 45px rgba(244, 0, 72, 0.95);
  border-color: var(--c-cyan-accent);
}

.play-btn-text {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 2px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

@keyframes playBlinkPulse {
  0% {
    transform: scale(0.96);
    box-shadow: 0 0 20px rgba(244, 0, 72, 0.5);
    opacity: 0.88;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.06);
    box-shadow: 0 0 40px rgba(244, 0, 72, 0.9), 0 0 60px rgba(0, 210, 255, 0.5);
    opacity: 1;
  }
}

@keyframes playRippleEffect {
  0% {
    transform: scale(0.85);
    opacity: 0.9;
  }
  80% {
    transform: scale(1.65);
    opacity: 0;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

.history-narrative p {
  font-size: 1.15rem;
  line-height: 1.8;
  color: var(--c-gray-500);
  margin-bottom: 1.5rem;
}

.history-narrative p strong {
  color: var(--c-gray-900);
  font-weight: 700;
}

.timeline-vertical-minimal {
  position: relative;
  padding-left: 2rem;
  border-left: 2px solid var(--c-gray-100);
  margin-top: 3.5rem;
}

.timeline-entry {
  position: relative;
  margin-bottom: 2.75rem;
}

.timeline-entry:last-child {
  margin-bottom: 0;
}

.timeline-entry-node {
  position: absolute;
  left: -2.45rem;
  top: 4px;
  width: 14px;
  height: 14px;
  border-radius: 9999px;
  background: var(--c-red-official);
  border: 3px solid var(--c-white);
  box-shadow: 0 0 0 2px var(--c-blue-electric);
}

.timeline-entry-year {
  font-family: var(--font-display);
  font-size: 1.85rem;
  font-weight: 900;
  line-height: 1;
  color: var(--c-blue-electric);
  margin-bottom: 0.25rem;
}

.timeline-entry-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--c-red-official);
  background: rgba(230, 23, 67, 0.08);
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  margin-bottom: 0.5rem;
}

.timeline-entry-title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--c-gray-900);
  margin-bottom: 0.4rem;
}

.timeline-entry-desc {
  font-size: 0.95rem;
  color: var(--c-gray-500);
  line-height: 1.6;
}

/* ==========================================================================
   04 — NÚMEROS GIGANTES
   ========================================================================== */
.numbers-massive-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 5rem;
}

.number-massive-item {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 2rem;
}

.number-massive-val {
  font-family: var(--font-display);
  font-size: clamp(3.75rem, 7.5vw, 6.5rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.05em;
  color: var(--c-cyan-accent);
  margin-bottom: 1rem;
}

.number-massive-item:nth-child(2) .number-massive-val {
  color: var(--c-red-official);
}

.number-massive-item:nth-child(3) .number-massive-val {
  color: #38ef7d;
}

.number-massive-item:nth-child(4) .number-massive-val {
  color: var(--c-white);
}

.number-massive-title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--c-white);
  margin-bottom: 0.5rem;
}

.number-massive-desc {
  font-size: 1rem;
  color: var(--c-gray-300);
  line-height: 1.6;
  max-width: 440px;
}

/* ==========================================================================
   05 — ATUAÇÃO
   ========================================================================== */
.atuacao-asymmetric-mosaic {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2rem;
}

.atuacao-block-editorial {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 440px;
  background-color: var(--c-blue-navy);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 3rem;
  color: var(--c-white);
  transition: transform var(--trans-slow);
}

.atuacao-block-editorial:hover {
  transform: translateY(-6px);
}

.atuacao-block-editorial.col-8 { grid-column: span 8; }
.atuacao-block-editorial.col-4 { grid-column: span 4; }
.atuacao-block-editorial.col-6 { grid-column: span 6; }

.atuacao-block-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
  transition: transform var(--trans-slow), opacity var(--trans-fast);
}

.atuacao-block-editorial:hover .atuacao-block-bg {
  transform: scale(1.06);
  opacity: 0.5;
}

.atuacao-block-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(6, 19, 64, 0.95) 0%, rgba(6, 19, 64, 0.3) 60%, transparent 100%);
  z-index: 1;
}

.atuacao-block-content {
  position: relative;
  z-index: 2;
}

.atuacao-block-badge {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--c-cyan-accent);
  margin-bottom: 0.75rem;
}

.atuacao-block-title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.4vw, 2.25rem);
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--c-white);
  margin-bottom: 1rem;
}

.atuacao-block-desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  max-width: 580px;
}

/* ==========================================================================
   06 — PROPOSTAS
   ========================================================================== */
.propostas-horizontal-list {
  display: flex;
  flex-direction: column;
}

.proposta-row-editorial {
  display: grid;
  grid-template-columns: 100px 1.2fr 1.8fr;
  gap: 2rem;
  align-items: baseline;
  padding: 3rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all var(--trans-fast);
}

.proposta-row-editorial:hover {
  padding-left: 1.5rem;
  background-color: rgba(0, 71, 225, 0.03);
}

.proposta-row-num {
  font-family: var(--font-display);
  font-size: 2.25rem;
  font-weight: 900;
  color: var(--c-red-official);
  line-height: 1;
}

.proposta-row-title-wrap h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--c-gray-900);
  line-height: 1.2;
}

.proposta-row-cat {
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--c-blue-electric);
  margin-top: 0.35rem;
}

.proposta-row-desc {
  font-size: 1.05rem;
  color: var(--c-gray-500);
  line-height: 1.65;
}

/* ==========================================================================
   07 — BAHIA
   ========================================================================== */
.bahia-hero-block {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  padding: 7rem 4rem;
  background-color: var(--c-blue-navy);
  color: var(--c-white);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
}

.bahia-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
}

.bahia-hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 50%, rgba(6, 19, 64, 0.95) 0%, rgba(6, 19, 64, 0.6) 100%);
}

.bahia-hero-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
}

.bahia-cities-horizontal {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 3rem;
}

.bahia-city-badge {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--c-white);
}

/* ==========================================================================
   08 — PROJETOS E CONQUISTAS
   ========================================================================== */
.projetos-editorial-gallery {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2.5rem;
}

.proj-featured-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 600px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.proj-featured-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--trans-slow);
}

.proj-featured-card:hover img {
  transform: scale(1.05);
}

.proj-featured-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(6, 19, 64, 0.95) 0%, rgba(6, 19, 64, 0.2) 60%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 3rem;
  color: var(--c-white);
}

.proj-stacked-col {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.proj-compact-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 285px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.1);
}

.proj-compact-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--trans-slow);
}

.proj-compact-card:hover img {
  transform: scale(1.05);
}

.proj-compact-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(6, 19, 64, 0.92) 0%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  color: var(--c-white);
}

/* ==========================================================================
   09 — NOTÍCIAS
   ========================================================================== */
.noticias-editorial-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 4rem;
  align-items: start;
}

.noticia-main-feature {
  cursor: pointer;
}

.noticia-main-img-wrap {
  border-radius: 20px;
  overflow: hidden;
  height: 380px;
  margin-bottom: 1.75rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.noticia-main-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--trans-slow);
}

.noticia-main-feature:hover .noticia-main-img-wrap img {
  transform: scale(1.05);
}

.noticia-meta-tag {
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--c-red-official);
  margin-bottom: 0.5rem;
}

.noticia-main-title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.2vw, 2.25rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--c-gray-900);
  margin-bottom: 1rem;
}

.noticia-main-summary {
  font-size: 1.05rem;
  color: var(--c-gray-500);
  line-height: 1.65;
}

.noticias-secondary-list {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}

.noticia-sec-item {
  padding-bottom: 2.25rem;
  border-bottom: 1px solid var(--c-gray-100);
  cursor: pointer;
  transition: transform var(--trans-fast);
}

.noticia-sec-item:hover {
  transform: translateX(6px);
}

.noticia-sec-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--c-gray-900);
  line-height: 1.35;
  margin-bottom: 0.4rem;
}

.noticia-sec-date {
  font-size: 0.8rem;
  color: var(--c-gray-500);
  font-weight: 600;
}

/* ==========================================================================
   10 — GALERIA MOSAICO
   ========================================================================== */
.gallery-mosaic-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.5rem;
}

.gallery-mosaic-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 320px;
  cursor: pointer;
}

.gallery-mosaic-item.span-6 { grid-column: span 6; }
.gallery-mosaic-item.span-3 { grid-column: span 3; }
.gallery-mosaic-item.span-4 { grid-column: span 4; }
.gallery-mosaic-item.span-8 { grid-column: span 8; }

.gallery-mosaic-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--trans-slow);
}

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

.gallery-mosaic-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(6, 19, 64, 0.85) 0%, transparent 100%);
  display: flex;
  align-items: flex-end;
  padding: 1.5rem;
  color: var(--c-white);
  opacity: 0;
  transition: opacity var(--trans-fast);
}

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

/* ==========================================================================
   11 — AGENDA EDITORIAL
   ========================================================================== */
.agenda-editorial-list {
  display: flex;
  flex-direction: column;
}

.agenda-row-editorial {
  display: grid;
  grid-template-columns: 140px 1fr 200px;
  gap: 2rem;
  align-items: center;
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.agenda-row-date {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.agenda-row-day {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 900;
  line-height: 0.9;
  color: var(--c-blue-electric);
}

.agenda-row-month {
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-red-official);
}

.agenda-row-info h4 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--c-gray-900);
  margin-bottom: 0.35rem;
}

.agenda-row-info p {
  font-size: 0.95rem;
  color: var(--c-gray-500);
}

.agenda-row-loc {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--c-gray-500);
  text-align: right;
}

/* ==========================================================================
   12 — CTA FINAL (Degradê #f40048 e #084bb4)
   ========================================================================== */
.final-cta-cinematic {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, #f40048 0%, #084bb4 100%);
  color: var(--c-white);
  padding: 8rem 2rem;
  overflow: hidden;
}

.final-cta-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.25;
  mix-blend-mode: overlay;
}

.final-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(244, 0, 72, 0.88) 0%, rgba(8, 75, 180, 0.92) 100%);
}

.final-cta-content {
  position: relative;
  z-index: 2;
  max-width: 960px;
}

/* ==========================================================================
   CONTATO & FOOTER
   ========================================================================== */
.contact-editorial-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 5rem;
}

.contact-channels-minimal {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.channel-minimal-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--c-gray-900);
  transition: color var(--trans-fast);
}

.channel-minimal-link:hover {
  color: var(--c-blue-electric);
}

.form-minimal {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.form-group-clean {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-input-clean {
  width: 100%;
  padding: 1rem 0;
  background: transparent;
  border: none;
  border-bottom: 2px solid var(--c-gray-100);
  font-family: var(--font-body);
  font-size: 1.1rem;
  color: var(--c-gray-900);
  transition: border-color var(--trans-fast);
}

.form-input-clean:focus {
  outline: none;
  border-bottom-color: var(--c-blue-electric);
}

/* Footer */
.footer-editorial {
  background-color: var(--c-blue-darkest);
  color: var(--c-gray-300);
  padding: 5rem 0 3rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 3.5rem;
}

.footer-bottom-row {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.85rem;
}

/* Modal Lightbox */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(4, 10, 36, 0.94);
  backdrop-filter: blur(12px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: all var(--trans-normal);
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Toast */
.toast-msg {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: var(--c-blue-navy);
  color: var(--c-white);
  border-left: 4px solid #10b981;
  padding: 1rem 1.5rem;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  z-index: 10000;
  transform: translateY(100px);
  opacity: 0;
  transition: all var(--trans-normal);
}

.toast-msg.active {
  transform: translateY(0);
  opacity: 1;
}

/* ==========================================================================
   RESPONSIVIDADE
   ========================================================================== */
@media (max-width: 1024px) {
  .site-header {
    height: 72px;
  }

  .logo-header-wrap {
    height: 36px;
    max-width: 170px;
    flex-shrink: 0;
  }

  .logo-header-wrap img {
    height: 34px;
    max-width: 160px;
  }

  .hero-content-official,
  .history-layout,
  .projetos-editorial-gallery,
  .noticias-editorial-layout,
  .contact-editorial-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    max-width: 100%;
  }

  .pillars-4-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .numbers-massive-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .atuacao-block-editorial.col-8,
  .atuacao-block-editorial.col-4,
  .atuacao-block-editorial.col-6 {
    grid-column: span 12;
  }

  .gallery-mosaic-item.span-6,
  .gallery-mosaic-item.span-3,
  .gallery-mosaic-item.span-4,
  .gallery-mosaic-item.span-8 {
    grid-column: span 6;
  }

  .nav-menu-desktop,
  .header-jingle-btn,
  .header-fale-btn {
    display: none !important;
  }

  .mobile-menu-btn {
    display: flex !important;
    margin-left: auto;
    flex-shrink: 0;
  }

  .history-sticky-media {
    position: static;
    width: 100%;
  }

  .history-photo-card img,
  .history-video-player {
    height: 680px;
    max-height: 85vh;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 1.25rem;
    max-width: 100%;
  }

  .site-header {
    height: 66px;
  }

  .header-inner {
    padding: 0;
    width: 100%;
  }

  .logo-header-wrap {
    height: 30px;
    max-width: 135px;
    flex-shrink: 0;
  }

  .logo-header-wrap img {
    height: 28px;
    max-width: 130px;
  }

  .mobile-menu-btn {
    display: flex !important;
    margin-left: auto;
    flex-shrink: 0;
    width: 42px;
    height: 42px;
  }

  .sec-editorial {
    padding: 3.75rem 0;
    overflow: hidden;
    max-width: 100%;
  }

  .hero-official {
    padding-top: 76px;
    min-height: auto;
    overflow: hidden;
    max-width: 100%;
  }

  .hero-official-content-wrap {
    padding-bottom: 2rem;
  }

  .hero-title-giant {
    font-size: clamp(2rem, 7.5vw, 3.2rem);
    line-height: 0.98;
  }

  .hero-badge-title {
    font-size: 0.85rem;
    padding: 0.4rem 0.85rem;
  }

  .title-giant {
    font-size: clamp(1.9rem, 7vw, 2.8rem);
    margin-bottom: 1.25rem;
  }

  .text-lead {
    font-size: 1.05rem;
    line-height: 1.6;
  }

  .history-photo-card img,
  .history-video-player {
    height: 620px !important;
    max-height: 82vh !important;
    width: 100%;
  }

  .play-pulse-core {
    width: 72px;
    height: 72px;
    font-size: 0.75rem;
  }

  .play-pulse-ring {
    width: 92px;
    height: 92px;
  }

  .number-massive-val {
    font-size: clamp(3.2rem, 11vw, 4.8rem);
  }

  .downloads-dual-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    width: 100%;
  }

  .download-hub-card {
    padding: 2rem 1.5rem;
    width: 100%;
  }

  .modal-wide {
    padding: 1.5rem 1.25rem;
    max-height: 88vh;
    max-width: 95vw;
  }

  .duo-thumb-wrap {
    height: 260px;
  }

  .footer-editorial {
    padding: 3.5rem 0 2rem 0;
    overflow: hidden;
    max-width: 100%;
  }

  .footer-top-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .footer-bottom-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }

  .pillars-4-grid {
    grid-template-columns: 1fr;
  }

  .proposta-row-editorial {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding: 2rem 0;
  }

  .gallery-mosaic-item.span-6,
  .gallery-mosaic-item.span-3,
  .gallery-mosaic-item.span-4,
  .gallery-mosaic-item.span-8 {
    grid-column: span 12;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 1rem;
  }

  .site-header {
    height: 60px;
  }

  .logo-header-wrap {
    height: 26px;
    max-width: 115px;
    flex-shrink: 0;
  }

  .logo-header-wrap img {
    height: 24px;
    max-width: 110px;
  }

  .mobile-menu-btn {
    width: 38px;
    height: 38px;
    padding: 0.3rem;
    margin-left: auto;
    flex-shrink: 0;
  }

  .mobile-drawer {
    width: 90%;
    padding: 1.25rem 1rem 1.5rem 1rem;
  }

  .drawer-nav-link {
    font-size: 0.95rem;
    padding: 0.75rem 0.85rem;
  }

  .history-photo-card img,
  .history-video-player {
    height: 560px !important;
    max-height: 80vh !important;
  }

  .btn-oficial-red,
  .btn-oficial-white {
    width: 100%;
    justify-content: center;
    padding: 0.9rem 1.5rem;
    font-size: 0.9rem;
  }
}

/* ==========================================================================
   ANIMAÇÕES DE ENTRADA AO ROLAR (SCROLL REVEAL)
   ========================================================================== */
[data-reveal] {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

[data-reveal="fade-up"] {
  transform: translateY(45px);
}

[data-reveal="fade-down"] {
  transform: translateY(-45px);
}

[data-reveal="fade-left"] {
  transform: translateX(-50px);
}

[data-reveal="fade-right"] {
  transform: translateX(50px);
}

[data-reveal="zoom-in"] {
  transform: scale(0.92);
}

[data-reveal].is-revealed {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

/* Delays escalonados para listas e grids */
[data-delay="100"] { transition-delay: 0.1s; }
[data-delay="150"] { transition-delay: 0.15s; }
[data-delay="200"] { transition-delay: 0.2s; }
[data-delay="250"] { transition-delay: 0.25s; }
[data-delay="300"] { transition-delay: 0.3s; }
[data-delay="350"] { transition-delay: 0.35s; }
[data-delay="400"] { transition-delay: 0.4s; }
[data-delay="500"] { transition-delay: 0.5s; }

/* ==========================================================================
   SEÇÃO & COMPONENTES DE JINGLES OFICIAIS
   ========================================================================== */
.header-jingle-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255, 255, 255, 0.15);
  color: var(--c-white);
  padding: 0.5rem 0.95rem;
  border-radius: 6px;
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.header-jingle-btn:hover {
  background: var(--c-red-official);
  border-color: var(--c-red-official);
  transform: translateY(-1px);
}

.btn-oficial-jingle-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background: linear-gradient(135deg, #f40048 0%, #084bb4 100%);
  color: var(--c-white);
  padding: 1rem 1.6rem;
  border-radius: 6px;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 20px rgba(244, 0, 72, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-oficial-jingle-hero:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(244, 0, 72, 0.5);
  border-color: var(--c-cyan-accent);
}

/* Hub de Downloads (Jingles, Fotos, Marca/Logotipos & Figurinhas) */
.downloads-dual-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 1380px;
  margin: 0 auto;
}

.download-hub-card {
  background: rgba(8, 75, 180, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 12px;
  padding: 3rem 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.3s ease,
              box-shadow 0.3s ease;
}

.download-hub-card:hover {
  transform: translateY(-8px);
  border-color: var(--c-cyan-accent);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45);
}

.hub-card-icon-wrap {
  width: 76px;
  height: 76px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.hub-card-tag {
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.5rem;
}

.hub-card-title {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--c-white);
  line-height: 1.15;
  margin-bottom: 0.85rem;
}

.hub-card-desc {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2rem;
}

.hub-card-actions {
  margin-top: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

/* ==========================================================================
   ESTILOS DE MODAIS E POP-UPS (JINGLES & FOTOS)
   ========================================================================== */
.custom-modal-box {
  background: #031536;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.8);
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  width: 100%;
  color: #ffffff;
}

.modal-wide {
  max-width: 900px;
  padding: 2.5rem;
}

.modal-lightbox {
  max-width: 960px;
  padding: 2rem;
  text-align: center;
}

.modal-lightbox-img {
  max-height: 70vh;
  max-width: 100%;
  border-radius: 8px;
  margin: 0 auto;
  display: block;
}

.modal-box-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 1.5rem;
}

.modal-close-btn {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  color: #ffffff;
  padding: 0.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.2s;
  flex-shrink: 0;
}

.modal-close-btn:hover {
  background: var(--c-red-official);
  transform: scale(1.05);
}

.modal-zip-bar {
  background: rgba(8, 75, 180, 0.3);
  border: 1px solid rgba(0, 210, 255, 0.35);
  border-radius: 8px;
  padding: 1rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

/* Lista de Jingles no Pop-up */
.modal-jingles-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.modal-jingle-row {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 1.25rem;
  display: grid;
  grid-template-columns: 1.2fr 1.3fr auto;
  gap: 1.25rem;
  align-items: center;
  transition: border-color 0.2s, background 0.2s;
}

.modal-jingle-row:hover {
  border-color: var(--c-cyan-accent);
  background: rgba(8, 75, 180, 0.2);
}

.modal-jingle-meta {
  text-align: left;
}

.modal-jingle-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0.35rem 0 0.15rem 0;
}

.modal-jingle-desc {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}

.modal-jingle-audio {
  width: 100%;
}

.btn-jingle-download-sm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.65rem 1.1rem;
  background: var(--c-red-official);
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 4px;
  white-space: nowrap;
  transition: background 0.2s, transform 0.2s;
}

.btn-jingle-download-sm:hover {
  background: #d6003d;
  transform: translateY(-2px);
}

/* Grid de Fotos no Pop-up */
.modal-photos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.25rem;
}

.modal-photo-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, border-color 0.2s;
}

.modal-photo-card:hover {
  transform: translateY(-4px);
  border-color: var(--c-cyan-accent);
}

.modal-photo-thumb-wrap {
  position: relative;
  height: 140px;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.modal-photo-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-photo-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(3, 21, 54, 0.85);
  color: var(--c-cyan-accent);
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.2rem 0.5rem;
  border-radius: 3px;
  border: 1px solid rgba(0, 210, 255, 0.4);
}

.modal-photo-info {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  text-align: left;
}

.modal-photo-name {
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
  display: block;
}

/* Layout Duo para as 2 Fotos Oficiais */
.modal-photos-duo-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.modal-photo-duo-card {
  background: rgba(8, 75, 180, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  padding: 0;
}

.duo-thumb-wrap {
  height: 320px;
  background: radial-gradient(circle at center, rgba(8, 75, 180, 0.4) 0%, rgba(3, 21, 54, 0.8) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.duo-thumb {
  width: auto;
  height: 94%;
  object-fit: contain;
  filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.5));
}

@media (max-width: 768px) {
  .downloads-dual-grid {
    grid-template-columns: 1fr;
  }

  .modal-jingle-row {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .modal-wide {
    padding: 1.5rem;
  }
}
