/* =========================================================================
   CLUBS DRAFT NIGHT — BASIC CLEAN STYLESHEET
   ========================================================================= */

/* =========================================================================
   CUSTOM FONTS
   ========================================================================= */
@font-face {
  font-family: 'Sugo Pro Display Trial';
  src: url('fonts/Sugo-Pro-Display-Regular-trial.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sugo Pro Display Trial';
  src: url('fonts/Sugo-Pro-Display-Bold-trial.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* LAQONIC PARA NÚMEROS (BURlando a marca d'água da Sugo) */
@font-face {
  font-family: 'Sugo Pro Display Trial';
  src: url('fonts/Laqonic4FUnicase.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+0030-0039, U+002C, U+002E; /* Números, Ponto e Vírgula */
  font-display: swap;
}

@font-face {
  font-family: 'Sugo Pro Display Trial';
  src: url('fonts/Laqonic4FUnicase-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  unicode-range: U+0030-0039, U+002C, U+002E;
  font-display: swap;
}

@font-face {
  font-family: 'Cartograph Mono CF';
  src: local('Cartograph Mono CF'), url('fonts/cartograph.ttf') format('truetype');
}

:root {
  --pop-yellow: #FFE600;
  --pop-pink: #FF2A85;
  --pop-black: #080706;
  --pop-white: #FFFFFF;
  --bg-purple: #622791;

  --font-display: 'Sugo Pro Display Trial', 'Anton', sans-serif;
  --font-sub: 'Cartograph Mono CF', 'Inter', monospace;
  
  --radius-pill: 999px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { 
  scroll-behavior: smooth; 
  font-size: 16px; 
  -webkit-text-size-adjust: 100%; 
  background-color: var(--pop-black); 
  width: 100%;
}

body {
  background-color: var(--pop-black) !important;
  background-image: url('bg-roxo.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: var(--pop-white) !important;
  font-family: var(--font-sub);
  width: 100%;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.text-white { color: var(--pop-white) !important; }
.font-display { font-family: var(--font-display) !important; }
.font-sub { font-family: var(--font-sub) !important; }
.num-font { font-family: var(--font-display) !important; }
.text-center { text-align: center; }

/* =========================================================================
   TOP SOCIAL BAR
   ========================================================================= */
.top-social-bar {
  background: var(--pop-black);
  color: var(--pop-white);
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1001;
  align-items: center;
  gap: 1.5rem;
  padding: 0.6rem;
  font-size: 1.2rem;
}

.top-social-bar a {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: transform 0.2s, color 0.2s;
}

.top-social-bar a:hover {
  color: var(--pop-yellow);
  transform: scale(1.1);
}

.top-social-bar a svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  stroke: none;
}

/* =========================================================================
   HEADER
   ========================================================================= */
.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.45); /* Mais transparente para ver o fundo */
  backdrop-filter: blur(25px); /* Aumentando o blur */
  -webkit-backdrop-filter: blur(25px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 2.5rem 2rem; /* Mais alto, conforme solicitado */
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.header-info {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  font-family: var(--font-sub);
  font-weight: 700;
  color: var(--pop-black);
  text-transform: uppercase;
  line-height: 1.2;
}

.info-date {
  font-size: 1.3rem;
  letter-spacing: 1px;
}

.info-local {
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}

@media (max-width: 768px) {
  .header-info { display: none; /* Esconder no mobile para não quebrar layout */ }
}

.btn-header {
  background: var(--pop-yellow);
  color: var(--pop-black);
  border: 2px solid var(--pop-black);
  box-shadow: 4px 4px 0px var(--pop-black);
  padding: 0.6rem 1.5rem;
  border-radius: var(--radius-pill);
  font-family: var(--font-display);
  text-decoration: none;
  font-size: 1.4rem;
  padding: 0.8rem 1.8rem;
  transition: all 0.2s;
}

.btn-header:hover { 
  transform: translate(-2px, -2px); 
  box-shadow: 6px 6px 0px var(--pop-black); 
}

/* =========================================================================
   HERO
   ========================================================================= */
.hero {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: -140px; /* Puxa o banner para debaixo do cabeçalho */
  position: relative;
  z-index: 1;
}

.hero picture {
  width: 100%;
  display: block;
}

.hero-banner-img {
  width: 100%;
  height: auto; /* Permite que a imagem mostre 100% do seu conteúdo sem cortar */
  display: block;
}

/* =========================================================================
   COUNTDOWN BANNER
   ========================================================================= */
/* =========================================================================
   COUNTDOWN BANNER (MARQUEE)
   ========================================================================= */
.countdown-banner {
  background-color: var(--pop-yellow);
  color: var(--pop-black);
  padding: 1.5rem 0;
  overflow: hidden;
  border-top: 4px solid var(--pop-black);
  border-bottom: 4px solid var(--pop-black);
  position: relative;
  z-index: 2;
  white-space: nowrap;
  display: flex;
}

.marquee-track {
  display: flex;
  align-items: center;
  animation: scroll-marquee 20s linear infinite;
  width: max-content;
}

.marquee-content {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-family: 'Inter', sans-serif;
  font-weight: 900; /* Peso máximo para dar destaque */
  font-size: 1.4rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1;
  padding-right: 2rem; /* Espaço para grudar perfeitamente com o próximo */
}

@keyframes scroll-marquee {
  0% { transform: translateX(0); }
  /* São 4 blocos. O scroll se desloca 50% (exatamente 2 blocos) para dar o loop visual */
  100% { transform: translateX(-50%); } 
}

.marquee-content .separator {
  font-size: 1.5rem;
  opacity: 0.3;
  color: var(--pop-black);
}

@media (max-width: 768px) {
  .countdown-banner { padding: 0.8rem 0; }
  .marquee-content { font-size: 1.1rem; gap: 1.5rem; padding-right: 1.5rem; }
  .marquee-content .separator { font-size: 1rem; }
}

/* =========================================================================
   SABORES CAROUSEL
   ========================================================================= */
.sabores {
  padding: 4rem 1.5rem;
  background-color: transparent;
}

.sabores-container {
  max-width: 1200px;
  margin: 0 auto;
}

.cards-grid {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  transition: transform 0.1s ease-out;
  padding: 1rem 1rem 2rem 1rem;
  margin: 0 -1rem;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
}

/* =========================================================================
   PROMO HIGHLIGHT (SABORES)
   ========================================================================= */
.promo-highlight {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin: 4rem auto 1rem auto;
  padding: 0 1.5rem;
}
.promo-highlight h3 {
  color: var(--pop-yellow);
  font-size: 4.5rem;
  letter-spacing: 1px;
  line-height: 0.95;
  -webkit-text-stroke: 2px var(--pop-black);
  text-shadow: 
    1px 1px 0 var(--pop-black),
    2px 2px 0 var(--pop-black),
    3px 3px 0 var(--pop-black),
    4px 4px 0 var(--pop-black),
    5px 5px 0 var(--pop-black),
    6px 6px 0 var(--pop-black),
    7px 7px 0 var(--pop-black),
    8px 8px 0 var(--pop-black),
    9px 9px 0 var(--pop-black),
    10px 10px 0 var(--pop-black);
}
.promo-highlight p {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 1.5rem auto 0 auto;
  max-width: 1000px; /* Aumentado para não quebrar a frase */
}

.cards-grid.active-drag {
  cursor: grabbing !important;
}
/* Removemos o display: none da scrollbar para acessibilidade no desktop */
.cards-grid::-webkit-scrollbar {
  height: 8px;
}
.cards-grid::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.1);
  border-radius: 4px;
}
.cards-grid::-webkit-scrollbar-thumb {
  background: var(--pop-black);
  border-radius: 4px;
}

.sticker-card {
  flex: 0 0 calc(25% - 1.125rem);
  min-width: calc(25% - 1.125rem);
  background: var(--pop-black);
  border: 3px solid var(--pop-black);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 8px 8px 0px var(--pop-black);
  display: flex;
  flex-direction: column;
}

@media (max-width: 992px) {
  .sticker-card { flex: 0 0 calc(33.333% - 1rem); min-width: calc(33.333% - 1rem); }
}
@media (max-width: 768px) {
  .sticker-card { flex: 0 0 calc(42% - 0.75rem); min-width: calc(42% - 0.75rem); }
}
@media (max-width: 480px) {
  .sticker-card { flex: 0 0 calc(42% - 0.5rem); min-width: calc(42% - 0.5rem); }
}

.flavor-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-bottom: 3px solid var(--pop-black);
}

.card-content {
  padding: 1.2rem 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--pop-white);
  color: var(--pop-black);
}

.card-content h3 {
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
  color: var(--pop-black);
}

.card-content p {
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
}

/* =========================================================================
   LINE UP
   ========================================================================= */
.lineup-section {
  padding: 5rem 1.5rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.lineup-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url('bg-lineup.jpeg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  filter: blur(6px);
  z-index: -2;
  transform: scale(1.05);
}

.lineup-section::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(135deg, rgba(74, 14, 105, 0.75), rgba(0, 0, 0, 0.95));
  z-index: -1;
}

.lineup-header {
  margin-bottom: 3.5rem;
}

.lineup-header .section-title {
  font-size: 7.5rem;
  line-height: 1.1;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--pop-white);
  -webkit-text-stroke: 2px var(--pop-black);
  /* Efeito de profundidade 3D sólido (em camadas de 1px para não ter buracos/bugs) */
  text-shadow: 
    1px 1px 0 var(--pop-black),
    2px 2px 0 var(--pop-black),
    3px 3px 0 var(--pop-black),
    4px 4px 0 var(--pop-black),
    5px 5px 0 var(--pop-black),
    6px 6px 0 var(--pop-black),
    7px 7px 0 var(--pop-black),
    8px 8px 0 var(--pop-black),
    9px 9px 0 var(--pop-black),
    10px 10px 0 var(--pop-black);
}

.lineup-subtitle {
  font-size: 1.4rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.lineup-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
}

.lineup-item {
  aspect-ratio: 3 / 4; /* Mudado de 1/1 para 3/4 para deixar a foto mais alta */
  overflow: hidden;
  border: 4px solid var(--pop-black);
  border-radius: 12px;
  box-shadow: 6px 6px 0px var(--pop-black);
  position: relative;
}

.lineup-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lineup-name-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem 1rem 1rem 1rem;
  text-align: center;
  background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
}

.lineup-name {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--pop-white);
  letter-spacing: 1px;
  line-height: 1;
}

.lineup-role {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-top: 0.3rem;
  color: var(--pop-yellow);
}

@media (max-width: 768px) {
  .lineup-grid {
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
    gap: 0.5rem;
  }
}

/* =========================================================================
   LOCALIZAÇÃO (MAPA & FOTOS) - DARK STREET THEME
   ========================================================================= */
.venue-section {
  padding: 0;
  background-color: var(--pop-black);
  border-top: 4px solid var(--pop-black);
  border-bottom: 4px solid var(--pop-black);
  overflow: hidden;
}

.venue-dark-container {
  display: flex;
  align-items: stretch;
  min-height: 500px;
}

.venue-info-dark {
  flex: 1;
  padding: 6rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: var(--pop-black);
  color: var(--pop-white);
}

.venue-info-dark h2 {
  font-size: 5rem;
  line-height: 0.9;
  margin-bottom: 2rem;
  color: var(--pop-yellow);
  text-transform: uppercase;
}

.venue-details-dark {
  line-height: 1.5;
  margin-bottom: 2rem;
}

.venue-name-style {
  font-size: 3.5rem;
  color: var(--pop-white);
  margin-bottom: 0.2rem;
  letter-spacing: 1px;
}

.venue-addr-style {
  font-size: 1.4rem;
  color: #ccc;
  margin-bottom: 1.8rem;
}

.venue-date-style {
  color: var(--pop-black);
  background: var(--pop-yellow);
  font-weight: 900;
  font-size: 1.3rem;
  padding: 0.8rem 1.5rem;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 2rem;
  box-shadow: 3px 3px 0 rgba(255,255,255,0.2);
}

.venue-desc-style {
  color: #999;
  line-height: 1.5;
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
}

.venue-map-dark {
  flex: 1;
  min-height: 500px;
  /* Dark mode limpo e equilibrado: mantém as ruas visíveis e o fundo escuro */
  filter: grayscale(100%) invert(92%) contrast(1.15) brightness(1.05);
}

.venue-gallery-dark {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.dark-img-wrap {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.dark-img-wrap:last-child {
}

.dark-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.4s ease, transform 0.4s ease;
}

.dark-img-wrap:hover img {
  transform: scale(1.05);
}

.btn-pop {
  font-family: var(--font-display);
  font-size: 1.4rem;
  text-decoration: none;
  padding: 1rem 2.5rem;
  border-radius: var(--radius-pill);
  background: var(--pop-yellow);
  color: var(--pop-black);
  border: 3px solid var(--pop-black);
  box-shadow: 5px 5px 0px var(--pop-black);
  transition: transform 0.2s;
}

.btn-pop:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0px var(--pop-black); }

@media (max-width: 992px) {
  .venue-dark-container {
    flex-direction: column;
  }
  .venue-info-dark {
    padding: 4rem 1.5rem;
  }
  .venue-info-dark h2 {
    font-size: 3.5rem;
  }
  .venue-map-dark {
    min-height: 350px;
  }
  .venue-gallery-dark {
    grid-template-columns: 1fr;
  }
  .dark-img-wrap {
    height: 300px;
  }
  .dark-img-wrap:last-child {
  }
}

/* =========================================================================
   CTA PROMOTER (MINIMAL)
   ========================================================================= */
.cta-promoter {
  padding: 4rem 1.5rem;
  text-align: center;
  background-color: var(--pop-black);
  color: var(--pop-white);
}

.cta-promoter-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta-promoter-content h2 { 
  font-size: 3.5rem; 
  line-height: 1;
  margin-bottom: 2rem;
  letter-spacing: 1px;
}

/* =========================================================================
   RODAPÉ
   ========================================================================= */
.footer-complex {
  background: var(--pop-black);
  padding: 6.5rem 1.5rem 4rem 1.5rem;
  color: var(--pop-white);
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 2rem;
}

.footer-col-left, .footer-col-right {
  flex: 1;
}

.footer-col-center {
  flex: 1.5;
  text-align: center;
}

.footer-col-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-col-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.footer-logo {
  width: 100%;
  height: auto;
}

.footer-socials {
  display: flex;
  justify-content: flex-start;
  gap: 1.5rem;
}

.footer-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: var(--pop-white);
  color: var(--pop-black);
  border-radius: 8px;
  border: 2px solid var(--pop-black);
  box-shadow: 4px 4px 0px var(--pop-yellow);
  transition: all 0.2s;
}

.footer-socials a svg {
  width: 24px;
  height: 24px;
  fill: var(--pop-black);
  stroke: none;
}

.footer-socials a:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0px var(--pop-yellow);
  color: var(--pop-black);
}

.footer-col-center h3 {
  font-size: 3rem;
  color: var(--pop-white);
  line-height: 1.1;
  margin-bottom: 0.2rem;
}

.footer-col-center p {
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.footer-divider {
  border: 0;
  border-top: 2px dashed rgba(255, 255, 255, 0.2);
  margin: 3rem auto;
  max-width: 1200px;
}

.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

.sponsors-section p {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.5rem;
  letter-spacing: 2px;
}

.sponsors-logos {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.sponsors-logos span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  border: 1px dashed rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  font-size: 0.65rem;
  background: rgba(255, 255, 255, 0.05);
  white-space: nowrap;
}

.footer-legal {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  max-width: 800px;
}

@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    text-align: center;
    gap: 3rem;
  }
  .footer-col-left {
    align-items: center;
  }
  .footer-col-right {
    justify-content: center;
  }
}

/* =========================================================================
   MOBILE FIXES (GERALZONA)
   ========================================================================= */
@media (max-width: 768px) {
  /* Header & Top Bar */
  .top-social-bar {
    padding: 0.4rem;
    gap: 1rem;
  }
  .header {
    padding: 1.2rem 1.2rem !important;
  }
  .header-content {
    gap: 0.5rem;
  }
  .logo-img {
    max-width: 110px !important;
    height: auto !important;
  }
  .btn-header {
    font-size: 0.85rem !important;
    padding: 0.5rem 0.8rem !important;
    box-shadow: 2px 2px 0px var(--pop-black) !important;
    white-space: nowrap !important;
    line-height: 1 !important;
  }
  
  /* Hero */
  .hero {
    margin-top: -60px !important; 
  }

  /* Cards de Sabores */
  .sabores {
    background-image: url('bg-sabores.webp') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  .sticker-card { 
    border-width: 2px !important;
    box-shadow: 4px 4px 0px var(--pop-black) !important;
    border-radius: 12px !important;
  }
  .flavor-img {
    height: 38vw !important; /* Força a imagem a ser quadrada baseada na largura da tela */
    object-fit: cover !important;
  }
  .card-content {
    padding: 0.8rem 0.5rem !important;
  }
  .card-content h3 {
    font-size: 1.1rem !important;
    margin-bottom: 0.2rem !important;
  }
  .card-content p {
    font-size: 0.6rem !important;
    letter-spacing: 0.5px !important;
  }
  
  /* Promo Highlight */
  .promo-highlight {
    margin: 3rem 0 0 0 !important;
    padding: 0 0.5rem !important; /* Reduz padding lateral para aproveitar a tela */
  }
  .promo-highlight h3 {
    font-size: 6.8vw !important; /* Aumentado para preencher a tela */
    white-space: nowrap !important;
    -webkit-text-stroke: 1px var(--pop-black) !important;
    text-shadow: 
      1px 1px 0 var(--pop-black),
      2px 2px 0 var(--pop-black),
      3px 3px 0 var(--pop-black),
      4px 4px 0 var(--pop-black),
      5px 5px 0 var(--pop-black),
      6px 6px 0 var(--pop-black),
      7px 7px 0 var(--pop-black) !important;
  }
  .promo-highlight p {
    font-size: 0.95rem !important;
    margin-top: 1rem !important;
  }
  
  /* Lineup */
  .lineup-section {
    padding: 3rem 1rem !important;
  }
  .lineup-item {
    border-width: 2px !important;
    box-shadow: 4px 4px 0px var(--pop-black) !important;
    border-radius: 8px !important;
  }
  .lineup-name-container {
    padding: 1rem 0.2rem 0.5rem 0.2rem !important;
  }
  .lineup-name {
    font-size: 1rem !important;
  }
  .lineup-role {
    font-size: 0.65rem !important;
    letter-spacing: 0.5px !important;
  }
  .lineup-header .section-title {
    font-size: 3.5rem !important; 
    -webkit-text-stroke: 1px var(--pop-black) !important;
    text-shadow: 
      1px 1px 0 var(--pop-black),
      2px 2px 0 var(--pop-black),
      3px 3px 0 var(--pop-black) !important;
  }
  .lineup-subtitle {
    font-size: 1rem !important;
  }

  /* Venue / Map */
  .venue-section {
    display: flex !important;
    flex-direction: column !important;
  }
  .venue-dark-container {
    display: contents !important;
  }
  .venue-info-dark {
    order: 1;
    display: flex !important;
    flex-direction: column !important;
    padding: 3rem 1.5rem 1.5rem 1.5rem !important;
    align-items: center !important;
    text-align: center !important;
  }
  .venue-info-dark h2 {
    order: 0;
    font-size: 2.8rem !important;
  }
  .venue-details-dark {
    order: 1;
  }
  .venue-name-style {
    font-size: 2.2rem !important;
  }
  .venue-addr-style {
    font-size: 1.05rem !important;
  }
  .venue-date-style {
    font-size: 1.1rem !important;
    padding: 0.6rem 1.2rem !important;
  }
  .venue-desc-style {
    font-size: 0.95rem !important;
    max-width: 450px !important;
  }
  .venue-gallery-dark {
    order: 2;
  }
  .venue-map-dark {
    order: 3;
    height: 350px !important;
    min-height: unset !important;
    width: 100% !important;
  }
  .btn-pop {
    font-size: 1rem !important;
    padding: 0.8rem 1.2rem !important;
    width: 100% !important;
    text-align: center !important;
  }
  .dark-img-wrap {
    height: 250px !important;
  }

  /* CTA Minimalista */
  .cta-promoter {
    padding: 3rem 1.5rem !important;
  }
  .cta-promoter-content h2 {
    font-size: 2.5rem !important;
  }

  /* Footer */
  .footer-complex {
    padding: 3rem 1.5rem 2rem 1.5rem !important;
  }
  .footer-top {
    flex-direction: column !important;
    gap: 2.5rem !important;
  }
  .footer-col-left, .footer-col-right, .footer-col-center {
    align-items: center !important;
    text-align: center !important;
    justify-content: center !important;
    width: 100% !important;
    gap: 1.5rem !important;
  }
  .footer-socials {
    justify-content: center !important;
  }
  .sponsors-section p {
    text-align: center !important;
  }
  .sponsors-logos {
    justify-content: center !important;
  }
  .realizacao-section {
    align-items: center !important;
  }
  .footer-col-center h3 {
    font-size: 2rem !important;
  }
  .footer-location {
    justify-content: center !important;
    flex-wrap: wrap !important;
  }
  .footer-divider {
    margin: 2rem auto !important;
  }
}

/* =========================================================================
   MODAL CAPTURA
   ========================================================================= */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(8, 7, 6, 0.9);
  backdrop-filter: blur(5px);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.modal-content {
  background-color: var(--pop-white);
  border-radius: 12px;
  padding: 2.5rem 2rem;
  width: 90%;
  max-width: 450px;
  position: relative;
  transform: translateY(20px);
  transition: transform 0.3s ease;
  box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}

.modal-overlay.active .modal-content {
  transform: translateY(0);
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  background: transparent;
  border: none;
  font-size: 2rem;
  color: #888;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s;
}

.modal-close:hover {
  color: var(--pop-black);
}

.capture-form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

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

.form-group label {
  color: var(--pop-black);
  font-size: 0.9rem;
  font-weight: 700;
}

.form-group input {
  padding: 0.8rem 1rem;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-family: var(--font-sub);
  font-size: 1rem;
  outline: none;
  transition: border-color 0.2s;
}

.form-group input:focus {
  border-color: var(--pop-black);
}
