html {
  scroll-behavior: smooth;
}

ul {
  list-style: circle;
}

body p {
  color: #6d6d6d;
}

body li {
  color: #6d6d6d;
}

.finalizacao ul {
  list-style: circle;
}

body {
  margin: 0;
  min-height: 100vh;
  padding-bottom: 80px;
  font-family: 'Poppins', sans-serif;
  background-color: #FFF8E7;
  background-image:
    radial-gradient(ellipse at top, rgba(255, 213, 0, 0.1) 0%, transparent 55%),
    radial-gradient(ellipse at bottom right, rgba(230, 51, 36, 0.06) 0%, transparent 55%);
  position: relative;
}

/* =============================================
   PARTÍCULAS DE FUNDO
============================================= */

#bg-particles {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.bg-particle {
  position: absolute;
  bottom: -8%;
  user-select: none;
  animation: floatDrift var(--dur, 14s) ease-in-out infinite var(--delay, 0s);
  font-style: normal;
}

@keyframes floatDrift {
  0%   { transform: translateY(0)      translateX(0)              rotate(0deg);           opacity: 0; }
  6%   { opacity: var(--op, 0.18); }
  94%  { opacity: var(--op, 0.18); }
  100% { transform: translateY(-110vh) translateX(var(--drift, 0px)) rotate(var(--rot, 360deg)); opacity: 0; }
}

/* =============================================
   EFEITO DE CLIQUE (SPARKLE BURST)
============================================= */

#sparkle-container {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9998;
  overflow: hidden;
}

.sparkle-dot {
  position: absolute;
  border-radius: 50%;
  transform-origin: center;
  animation: sparkleOut 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes sparkleOut {
  0%   { transform: translate(0, 0) scale(1.4); opacity: 1; }
  100% { transform: translate(var(--tx), var(--ty)) scale(0);  opacity: 0; }
}

/* =============================================
   KEYFRAMES - FESTA JUNINA
============================================= */

@keyframes slideDown {
  from { opacity: 0; transform: translateY(-20px); }
  to   { opacity: 1; transform: translateY(0);     }
}

@keyframes balanco {
  0%, 100% { transform: rotate(-9deg); }
  50%       { transform: rotate(9deg);  }
}

@keyframes pulsar {
  0%, 100% { box-shadow: 0 -2px 10px rgba(0,0,0,0.2); }
  50%       { box-shadow: 0 -4px 32px rgba(255,180,0,0.8), 0 0 24px rgba(255,115,0,0.45); }
}

/* =============================================
   SCROLL REVEAL
============================================= */

.reveal {
  opacity: 0;
  transform: translateY(45px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal.visible,
.reveal-left.visible,
.reveal-right.visible {
  opacity: 1;
  transform: translate(0, 0);
}

/* =============================================
   BOTÃO FLUTUANTE
============================================= */

.btn-comprar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(90deg, #FFD500 0%, #FFBE00 50%, #FFD500 100%);
  background-size: 200% 100%;
  color: #1a0a00;
  text-align: center;
  padding: 18px;
  font-size: 18px;
  font-weight: 800;
  font-family: 'Baloo 2', 'Poppins', sans-serif;
  letter-spacing: 2.5px;
  text-decoration: none;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  box-shadow: 0 -2px 12px rgba(0,0,0,0.22);
  z-index: 999;
  animation: pulsar 2.5s ease-in-out infinite;
  transition: letter-spacing 0.25s ease, transform 0.2s ease;
}

.btn-comprar:hover {
  letter-spacing: 5px;
  transform: translateY(-2px);
}

/* =============================================
   CARDÁPIO
============================================= */

.cardapio fieldset {
  width: fit-content;
  margin: 50px auto;
  border-radius: 16px;
  border: 2px solid #FFD500;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: box-shadow 0.35s ease, transform 0.35s ease;
  position: relative;
  z-index: 1;
}

.cardapio fieldset:hover {
  box-shadow: 0 14px 44px rgba(255, 213, 0, 0.4);
  transform: translateY(-4px);
}

.cardapio ul {
  list-style: none;
}

.cardapio fieldset > legend h1 {
  color: #E63324;
  margin: 0;
  font-family: 'Baloo 2', sans-serif;
  font-weight: 900;
  font-size: 1.8rem;
  letter-spacing: 1px;
}

.vermelho {
  color: #C0392B;
  font-size: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 14px;
  background: rgba(192, 57, 43, 0.1);
  border-radius: 6px;
  display: inline-block;
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
}

.verde {
  color: #1E8449;
  font-size: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 14px;
  background: rgba(30, 132, 73, 0.1);
  border-radius: 6px;
  display: inline-block;
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
}

.azul {
  color: #1565C0;
  font-size: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 14px;
  background: rgba(21, 101, 192, 0.1);
  border-radius: 6px;
  display: inline-block;
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
}

/* =============================================
   HEADER
============================================= */

header {
  background-color: rgb(255, 213, 0);
  background-image: radial-gradient(circle, rgba(255,255,255,0.2) 1px, transparent 1px);
  background-size: 22px 22px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  animation: slideDown 0.55s ease forwards;
  box-shadow: 0 3px 18px rgba(0,0,0,0.14);
  position: sticky;
  top: 0;
  z-index: 200;
}

header img {
  width: 180px;
  margin: 15px;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

header img:hover {
  transform: scale(1.08) rotate(-2deg);
}

header nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

header nav a {
  padding: 15px 20px;
  font-family: 'Baloo 2', 'Poppins', sans-serif;
  font-size: 17px;
  color: #1a0a00;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
  letter-spacing: 0.5px;
}

header nav a::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 20px;
  right: 20px;
  height: 3px;
  background: #E63324;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
  border-radius: 2px;
}

header nav a:hover {
  color: #E63324;
}

header nav a:hover::after {
  transform: scaleX(1);
}

/* =============================================
   BANDEIRINHAS — REDESENHADAS COMO BANDEIRAS
============================================= */

.bandeirinhas-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 82px;
  background: linear-gradient(180deg, rgba(255,213,0,0.13) 0%, transparent 100%);
  z-index: 50;
}

/* Corda principal */
.bandeirinhas-container::before {
  content: '';
  position: absolute;
  top: 7px;
  left: -30px;
  right: -30px;
  height: 4px;
  background: linear-gradient(to right,
    transparent 0%,
    #4A2000 1%,
    #7B3F00 5%,
    #5C2D00 50%,
    #7B3F00 95%,
    #4A2000 99%,
    transparent 100%);
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0,0,0,0.35);
  border-radius: 2px;
}

/* Sombra suave da corda */
.bandeirinhas-container::after {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  height: 4px;
  background: rgba(0,0,0,0.08);
  z-index: 1;
  filter: blur(3px);
}

#bandeirinhas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  height: 100%;
  padding: 0 4px;
}

.bandeirinha {
  display: inline-block;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  flex-shrink: 0;
  margin: 9px 2px 0;
  animation: balanco var(--bdur, 2.5s) ease-in-out infinite;
  animation-delay: var(--bdel, 0s);
  transform-origin: top center;
  filter: drop-shadow(0 4px 5px rgba(0,0,0,0.32));
  position: relative;
  z-index: 3;
}

/* =============================================
   IMAGEM PRINCIPAL (FLYER)
============================================= */

.fly img {
  width: 100%;
  max-width: 1090px;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 14px;
  box-shadow: 0 8px 36px rgba(0,0,0,0.16);
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
  position: relative;
  z-index: 1;
}

.fly img:hover {
  transform: scale(1.015) rotate(0.3deg);
  box-shadow: 0 18px 54px rgba(0,0,0,0.22);
}

/* =============================================
   CONTAINER / INTRODUÇÃO
============================================= */

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.introducao {
  text-align: left;
  padding-top: 20px;
}

.introducao h1 {
  font-family: 'Baloo 2', sans-serif;
  font-size: 2.6rem;
  font-weight: 900;
  background: linear-gradient(135deg, #E63324 0%, #FF6B00 50%, #FFD500 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  display: inline-block;
  padding-bottom: 9px;
  letter-spacing: 0.5px;
}

.introducao h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #E63324, #FF6B00, #FFD500);
  border-radius: 3px;
}

.introducao p {
  font-family: 'Poppins', sans-serif;
  font-size: 1.05rem;
  line-height: 1.75;
}

/* =============================================
   INFORMAÇÕES
============================================= */

.informacoes {
  display: flex;
  gap: 20px;
}

.informacoes h2 {
  color: #ff7300;
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
}

.informacoes p {
  color: #ff7300;
  font-size: larger;
  font-family: 'Baloo 2', sans-serif;
  font-weight: 700;
}

legend {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-top: 50px;
}

.informacoes fieldset img {
  width: 80px;
  justify-content: center;
}

.informacoes fieldset {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border: 0px solid #ccc;
  border-radius: 12px;
  background-color: rgb(246, 246, 246);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, background-color 0.3s ease;
}

.informacoes fieldset:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 18px 38px rgba(255, 115, 0, 0.22);
  background-color: #FFF9E5;
}

/* =============================================
   APRESENTAÇÕES
============================================= */

.apresentacoes {
  margin-top: 40px;
}

.apresentacoes h1 {
  font-family: 'Baloo 2', sans-serif;
  font-size: 1.9rem;
  font-weight: 900;
  color: #1a0a00;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

.apresentacoes h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #E63324, #FFD500, #E63324);
  border-radius: 3px;
}

.apresentacoes ul li {
  padding: 7px 0;
  transition: transform 0.25s ease, color 0.25s ease;
  cursor: default;
  font-size: 1.02rem;
}

.apresentacoes ul li:hover {
  transform: translateX(12px);
  color: #E63324 !important;
}

/* =============================================
   ATRAÇÕES
============================================= */

.atracoes {
  margin-top: 30px;
}

.atracoes h1 {
  font-family: 'Baloo 2', sans-serif;
  font-size: 1.9rem;
  font-weight: 900;
  color: #1a0a00;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

.atracoes h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #FFD500, #E63324, #FFD500);
  border-radius: 3px;
}

.atracoes a {
  color: #E63324;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.25s ease, background 0.25s ease, padding 0.25s ease;
  padding: 2px 6px;
  border-radius: 5px;
}

.atracoes a:hover {
  color: #FF6B00;
  background: rgba(230, 51, 36, 0.1);
  padding: 2px 10px;
}

/* =============================================
   FINALIZAÇÃO
============================================= */

.finalizacao {
  margin-top: 50px;
  padding: 32px 38px;
  background: linear-gradient(135deg, rgba(255,213,0,0.12) 0%, rgba(230,51,36,0.06) 100%);
  border-radius: 18px;
  border-left: 6px solid #FFD500;
  box-shadow: 0 4px 24px rgba(255,213,0,0.1);
  transition: box-shadow 0.35s ease;
}

.finalizacao:hover {
  box-shadow: 0 8px 40px rgba(255,213,0,0.2);
}

.finalizacao H1 {
  font-family: 'Baloo 2', sans-serif;
  font-size: 1.9rem;
  font-weight: 900;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  color: #E63324;
}

.finalizacao H1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #E63324, #FFD500);
  border-radius: 3px;
}

/* =============================================
   MEDIA QUERIES
============================================= */

@media (max-width: 768px) {
  header {
    flex-direction: column;
    text-align: center;
  }

  header nav {
    justify-content: center;
  }

  header nav a {
    font-size: 16px;
    padding: 10px;
  }

  .introducao h1 {
    font-size: 2rem;
  }

  .informacoes {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  header img {
    width: 140px;
  }

  header nav {
    flex-direction: column;
  }

  header nav a {
    font-size: 15px;
    padding: 8px;
  }

  .fly img {
    width: 95%;
  }

  .introducao {
    padding: 15px;
  }

  .introducao h1 {
    font-size: 1.7rem;
  }

  .informacoes {
    flex-direction: column;
  }

  .finalizacao {
    padding: 22px 18px;
  }

  .bandeirinhas-container {
    height: 68px;
  }
}

/* =============================================
   MENU HAMBÚRGUER
============================================= */

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin-right: 16px;
  background: none;
  border: none;
  padding: 4px;
  border-radius: 8px;
  transition: background 0.2s ease;
}

.hamburger:hover {
  background: rgba(0,0,0,0.08);
}

.hamburger span {
  display: block;
  height: 3px;
  background: #1a0a00;
  border-radius: 3px;
  transition: all 0.3s ease;
  transform-origin: center;
}

.hamburger.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }

  header nav {
    display: none;
    flex-direction: column;
    width: 100%;
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 8px 0;
  }

  header nav.open {
    display: flex;
  }

  header nav a {
    padding: 12px 24px;
    font-size: 16px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
  }

  header nav a:last-child {
    border-bottom: none;
  }
}

/* =============================================
   CARDS DE ATRAÇÕES / FEATURES
============================================= */

.feature-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.feature-card {
  background: #fff;
  border-radius: 16px;
  padding: 22px 18px;
  text-align: center;
  box-shadow: 0 4px 18px rgba(0,0,0,0.07);
  border: 1px solid rgba(255,213,0,0.3);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
  cursor: default;
  user-select: none;
}

.feature-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 14px 36px rgba(255,115,0,0.18);
  border-color: rgba(255,107,0,0.4);
}

.feature-icon {
  font-size: 2.4rem;
  display: block;
  margin-bottom: 10px;
}

.feature-card h3 {
  font-family: 'Baloo 2', sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  color: #1a0a00;
  margin: 0 0 6px;
}

.feature-card p {
  font-size: 0.88rem;
  color: #777;
  margin: 0;
  line-height: 1.5;
}

/* =============================================
   CONTADOR REGRESSIVO
============================================= */

.countdown-section {
  text-align: center;
  margin: 32px 0;
  padding: 28px 24px;
  background: linear-gradient(135deg, rgba(230,51,36,0.07) 0%, rgba(255,213,0,0.15) 100%);
  border-radius: 20px;
  border: 1px solid rgba(255,213,0,0.4);
}

.countdown-label {
  font-family: 'Baloo 2', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 14px;
}

.countdown-boxes {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.countdown-box {
  background: #fff;
  border-radius: 14px;
  padding: 14px 20px;
  min-width: 80px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  border: 2px solid rgba(255,213,0,0.5);
}

.countdown-box span {
  display: block;
  font-family: 'Baloo 2', sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  color: #E63324;
  line-height: 1;
}

.countdown-box small {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 4px;
}

.countdown-event {
  font-family: 'Baloo 2', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a0a00;
  margin: 14px 0 0;
}

/* =============================================
   CARDÁPIO EM GRADE
============================================= */

.cardapio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 0 8px 8px;
  text-align: left;
}

.cardapio-grid ul {
  padding-left: 18px;
}

.cardapio-grid ul h3 {
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .cardapio-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* =============================================
   BOTÃO WHATSAPP FLUTUANTE
============================================= */

.btn-whatsapp {
  position: fixed;
  bottom: 72px;
  right: 20px;
  width: 52px;
  height: 52px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(37,211,102,0.45);
  z-index: 998;
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s ease;
  animation: wppPulse 3s ease-in-out infinite;
}

.btn-whatsapp:hover {
  transform: scale(1.15);
  box-shadow: 0 8px 28px rgba(37,211,102,0.6);
}

@keyframes wppPulse {
  0%, 100% { box-shadow: 0 4px 18px rgba(37,211,102,0.45); }
  50%       { box-shadow: 0 4px 28px rgba(37,211,102,0.7), 0 0 0 8px rgba(37,211,102,0.08); }
}
