/* ============================================================
   GCFC 2026 – mobile.css
   Aplicado EXCLUSIVAMENTE em telas até 768px
   ============================================================ */

@media (max-width: 768px) {

  /* ══════════════════════════════════════════
     NAVBAR
  ══════════════════════════════════════════ */
  .navbar {
    padding: 0;
  }

  .nav-inner {
    padding: 0.8rem 1.2rem;
  }

  .nav-links,
  .nav-lang {
    display: none;
  }

  .hamburger {
    display: flex;
    margin-left: auto;
  }

  .nav-logo img {
    height: 36px;
  }

  .nav-mobile {
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 0 1.2rem 1rem;
    background: rgba(13, 0, 26, 0.98);
  }

  .nav-mobile.open {
    display: flex;
  }

  .nav-mobile a {
    color: var(--off-white);
    text-decoration: none;
    font-size: 1rem;
    padding: 0.9rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-weight: 500;
  }

  .nav-cta-mobile {
    background: linear-gradient(135deg, var(--magenta), var(--purple));
    padding: 0.9rem 1.5rem !important;
    border-radius: 8px;
    text-align: center;
    font-weight: 700 !important;
    margin-top: 0.8rem;
    border-bottom: none !important;
  }

  /* ══════════════════════════════════════════
     HERO
  ══════════════════════════════════════════ */
  .hero {
    min-height: 100svh;
    padding-top: 70px;
    align-items: flex-start;
  }

  .hero-bg {
    background-position: center top;
    background-size: cover;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    padding: 2rem 1.2rem 4rem;
    gap: 0;
  }

  .hero-image {
    display: none; /* esconde a imagem lateral no mobile */
  }

  .hero-content {
    gap: 0.8rem;
    text-align: center;
    align-items: center;
  }

  .hero-pre em {
    font-size: 1.6rem;
  }

  .hero-title {
    font-size: 2.2rem;
    text-align: center;
  }

  .hero-sub {
    font-size: 0.85rem;
    text-align: center;
    max-width: 100%;
  }

  .hero-sub br {
    display: none;
  }

  .hero-meta {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.6rem;
  }

  .meta-badge {
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
  }

  .btn-hero {
    width: 100%;
    justify-content: center;
    font-size: 0.95rem;
    padding: 0.9rem 1.5rem;
  }

  .hero-realizacao {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.6rem;
  }

  .hero-bottom-glow {
    height: 80px;
  }
  /* Mostrar a imagem apenas no mobile */
@media (max-width: 768px) {
  .hero-mobile-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  
  .hero-mobile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* ou 'contain' se preferir sem cortes */
    object-position: center top !important;
          /* sobe 50px - AJUSTE AQUI */
    /* ou */
    margin-top: -120px; 
    margin-right: 15px;
  }
  
  /* Garantir que o conteúdo fique sobre a imagem */
  .hero-inner {
    position: relative;
    z-index: 2;
  }
  
  /* Opcional: escurecer levemente a imagem de fundo para melhor contraste do texto */
  .hero-mobile-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 0, 26, 0.4); /* ajuste a opacidade conforme necessário */
    pointer-events: none;
  }
}

.hero-mobile-image {
  display: flex;
  align-items: flex-start; /* ou center, flex-end */
  justify-content: center;
  margin-top: -40px;
}

.hero-mobile-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 768px) {
  
  /* Esconder a imagem de fundo do hero no mobile */
  .hero-bg {
    display: none !important;
  }
  
  /* Ou se a imagem for uma tag img, use: */
  .hero-bg img {
    display: none !important;
  }
  
}
@media (max-width: 768px) {
  
 .hero-floating-btn {
  font-size: 1.0rem;
  padding: 0.4rem 1.3rem;
  bottom: 50%;
  left: 50%;
}

  .privileges-section {
  display: none;
}
  
}
.desktop-only {
  display: none !important;
}

.mobile-only {
  display: block;
  width: 100%;
}

.press-logos-overlay {
  top: 22%;      /* ajuste para subir ou descer */
  left: 12%;      /* ajuste para mover na horizontal */
  gap: 0.7rem;   /* espaço entre os ícones */
}

.press-logo-link {
  width: 55px;   /* largura de cada ícone */
  height: 55px;  /* altura de cada ícone */
}

img[src="static/img/secimprensamobileat.png"] {
  display: block !important;
  width: 100%;
}
img[src="static/img/secao4privilegiomobile.png"] {
  display: block !important;
  width: 100%;
}
img[src="static/img/secao5cronogramamobile.png"] {
  display: block !important;
  width: 100%;
}
img[src="static/img/secao6categoriasmobile.png"] {
  display: block !important;
  width: 100%;
}
  /* ══════════════════════════════════════════
     SEÇÃO DE VÍDEO
  ══════════════════════════════════════════ */
  .video-section {
    padding: 3rem 1.2rem;
  }

  .section-title {
    font-size: 1.6rem;
    padding: 0 1rem;
  }

  .video-wrapper {
    max-width: 100%;
  }

  .video-frame {
    border-radius: 12px;
  }

  .video-swirl {
    display: none;
  }

  .play-btn {
    width: 60px;
    height: 60px;
  }

  .play-btn svg {
    width: 22px;
    height: 22px;
  }

  .vl-big {
    font-size: 2rem;
  }

  /* ══════════════════════════════════════════
     BANNER (seção de imagem simples)
  ══════════════════════════════════════════ */
  .banner-section {
    width: 100%;
  }

  .banner-section img {
    width: 100%;
    display: block;
    object-fit: cover;
  }
.banner-section img[src="static/img/secjordeva.png"] {
  display: none;
}
  /* ══════════════════════════════════════════
     VENCEDORES ANTERIORES
  ══════════════════════════════════════════ */
  .winners-section {
    padding: 3rem 0;
  }

  .winners-section .section-title {
    padding: 0 1.2rem;
  }

  .winners-section .section-sub {
    padding: 0 1.2rem;
    font-size: 0.85rem;
  }

  .winner-logo {
    width: 90px;
    height: 65px;
    font-size: 0.85rem;
  }

  .winners-arrow {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  /* ══════════════════════════════════════════
     DESTAQUE NA IMPRENSA (substituída por imagem)
  ══════════════════════════════════════════ */
  .press-section {
    width: 100%;
    padding: 0;
  }

  .press-section img {
    width: 100%;
    display: block;
  }

  /* Se ainda tiver o conteúdo original */
  .press-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 3rem 1.2rem;
  }

  .press-title {
    font-size: 2.5rem;
  }
  .press-text-overlay {
  top: 6%;
  left: 13%;
  transform: none;
}

.press-heading {
  font-size: 2rem;
}

.press-desc {
  font-size: 0.8rem;
}

  /* ══════════════════════════════════════════
     PRIVILÉGIOS AOS PREMIADOS
  ══════════════════════════════════════════ */
  .privileges-section {
    padding: 3rem 1.2rem;
  }

  .privileges-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .privilege-card {
    padding: 1.2rem 1rem;
  }

  .priv-icon {
    width: 50px;
    height: 50px;
  }

  .priv-icon svg {
    width: 24px;
    height: 24px;
  }

  .privilege-card h3 {
    font-size: 0.95rem;
  }

  .privilege-card p {
    font-size: 0.75rem;
  }

  /* ══════════════════════════════════════════
     VENUE / SKY GURUME (substituída por imagem)
  ══════════════════════════════════════════ */
  .venue-section {
    width: 100%;
    padding: 0;
  }

  .btn-localizacao {
  font-size: 1.5rem;
  padding: 0.3rem 1.2rem;
  bottom: -35%;
  left: 50%;
}

  .venue-section img {
    width: 100%;
    display: block;
  }

  /* Se ainda tiver o conteúdo original */
  .venue-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 3rem 1.2rem;
  }

  .venue-title {
    font-size: 1.5rem;
  }

  .hour {
    font-size: 1.3rem;
    min-width: 40px;
  }

  /* ══════════════════════════════════════════
     CARDÁPIO (substituído por imagem)
  ══════════════════════════════════════════ */
  .menu-section {
    width: 100%;
    padding: 0;
  }

  .menu-section img {
    width: 100%;
    display: block;
  }

  /* Se ainda tiver o conteúdo original */
  .menu-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 3rem 1.2rem;
  }

  .menu-title {
    font-size: 1.4rem;
    text-align: center;
  }

  .drinks-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem 1rem;
  }

  .drink-item.full {
    grid-column: span 2;
  }

  /* ══════════════════════════════════════════
     CATEGORIAS (substituída por imagem)
  ══════════════════════════════════════════ */
  .categories-section {
    width: 100%;
    padding: 0;
  }

  .categories-section img {
    width: 100%;
    display: block;
  }

  /* Se ainda tiver o conteúdo original */
  .categories-inner {
    padding: 3rem 1.2rem;
  }

  .categories-grid {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  /* ══════════════════════════════════════════
     FORMULÁRIO
  ══════════════════════════════════════════ */
  .form-section {
    padding: 3rem 1.2rem;
  }

  .form-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .form-left {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .form-logo {
    justify-content: center;
  }

  .form-logo img {
    max-width: 140px;
  }

  .form-promo-title {
    font-size: 2rem;
    text-align: center;
  }

  .form-left p {
    text-align: center;
    font-size: 0.9rem;
  }

  .form-perks {
    align-items: center;
  }

  .form-title {
    font-size: 1.6rem;
    text-align: center;
  }

  .field-group input,
  .field-group select {
    padding: 0.9rem 1rem;
    font-size: 0.95rem;
  }

  .btn-submit {
    padding: 1rem;
    font-size: 1rem;
  }

  /* ══════════════════════════════════════════
     FAQ + CONTATO (substituídos por imagem)
  ══════════════════════════════════════════ */
  .final-section {
    width: 100%;
    padding: 0;
  }

  .final-section img {
    width: 100%;
    display: block;
  }
.final-overlay {
  top: 10%;
  left: 10%;
  transform: none;
  gap: 0.8rem;
}

.final-title {
  font-size: 0.7rem;
}

.final-contact-icon {
  width: 20px;
  height: 20px;
  border-radius: 8px;
}

.final-contact-icon svg {
  width: 10px;
  height: 10px;
}

.final-contact-text {
  font-size: 0.4rem;
  padding: 0.2rem 0.5rem;
}
  /* Se ainda tiver FAQ original */
  .faq-section {
    padding: 3rem 1.2rem;
  }

  .faq-list {
    max-width: 100%;
  }

  .faq-q {
    font-size: 0.88rem;
    padding: 0.9rem 1rem;
  }

  .faq-a p {
    font-size: 0.85rem;
    padding: 0 1rem 0.9rem;
  }

  /* Se ainda tiver contato original */
  .contact-section {
    min-height: auto;
  }

  .contact-inner {
    grid-template-columns: 1fr;
    padding: 3rem 1.2rem;
    min-height: auto;
    gap: 0;
  }

  .contact-image {
    display: none;
  }

  .contact-title {
    font-size: 1.8rem;
  }

  .contact-link {
    max-width: 100%;
    font-size: 0.9rem;
  }

  /* ══════════════════════════════════════════
     FOOTER
  ══════════════════════════════════════════ */
  .site-footer {
    padding: 1.2rem;
    font-size: 0.75rem;
    text-align: center;
  }

  /* ══════════════════════════════════════════
     UTILITÁRIOS GERAIS
  ══════════════════════════════════════════ */
  .section-sub {
    font-size: 0.85rem;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }

  .animate-on-scroll {
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
}

/* ── Telas muito pequenas (até 380px) ───────────────────────── */
@media (max-width: 380px) {
  .hero-title {
    font-size: 1.8rem;
  }

  .privileges-grid {
    grid-template-columns: 1fr;
  }

  .meta-badge {
    font-size: 0.75rem;
  }

  .form-promo-title {
    font-size: 1.7rem;
  }

  .drinks-grid {
    grid-template-columns: 1fr;
  }

  .drink-item.full {
    grid-column: span 1;
  }
}

.mobile-banner {
  display: block;
  width: 100%;
}

.mobile-banner img {
  width: 100%;
  display: block;
}
