* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #fdfbf7; /* Tom creme claro gastronômico, passa mais realismo */
  color: #1e140e; /* Preto brasa/carvão */
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* HERO COM CLIMA DE COMIDA GRELHADA BOA E QUENTE */
.hero {
  align-items: center;
  background-image:
    linear-gradient(rgba(24, 13, 7, 0.75), rgba(15, 7, 3, 0.95)),
    url("https://images.unsplash.com/photo-1556911220-bff31c812dba?auto=format&fit=crop&w=1600&q=80");
  background-position: center;
  background-size: cover;
  display: flex;
  min-height: 800px;
  padding: 50px 7%;
}

.hero-card {
  backdrop-filter: blur(12px);
  background: rgba(30, 18, 10, 0.45);
  border: 1px solid rgba(255, 110, 0, 0.25);
  border-radius: 32px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.7);
  color: #ffffff;
  max-width: 1050px;
  padding: 60px 40px;
  margin: 0 auto;
  text-align: center;
}

.tag {
  background: linear-gradient(90deg, #d84315, #ff8f00);
  border-radius: 6px;
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
  padding: 8px 18px;
}

h1 {
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 24px;
  letter-spacing: -1px;
}

.highlight {
  background: linear-gradient(to right, #ffb300, #ff4e00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.story-text {
  font-size: clamp(18px, 1.6vw, 23px);
  line-height: 1.6;
  margin: 0 auto 45px;
  max-width: 850px;
  color: #f3e5f5;
  color: #f1ede9;
}

.main-button-area {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

/* BOTÃO DE ALTA ATRAÇÃO COM EFEITO BRASA VIVA (APROVADO PELO FACEBOOK ADS) */
.mega-button {
  animation: gourmet-pulse 1.4s infinite ease-in-out !important;
  background: linear-gradient(135deg, #ff9100, #e62300) !important;
  border: 3px solid #ffffff !important;
  border-radius: 50px !important;
  color: #ffffff !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 24px 70px !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
  cursor: pointer;
  box-shadow: 0 15px 40px rgba(230, 35, 0, 0.4);
}

.mega-button .btn-main {
  font-size: clamp(24px, 2.5vw, 36px) !important;
  font-weight: 900 !important;
  letter-spacing: 0.5px !important;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

.mega-button .btn-sub {
  font-size: clamp(14px, 1.1vw, 17px) !important;
  font-weight: 600;
  color: #ffe0b2;
  margin-top: 4px;
}

.mega-button:hover {
  transform: scale(1.03) !important;
  box-shadow: 0 20px 50px rgba(230, 35, 0, 0.6) !important;
}

.button-note {
  color: #ffcc80;
  font-size: 15px;
  margin-top: 15px;
  font-weight: 500;
}

.trust-row {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin: 55px auto 0;
  max-width: 850px;
}

.trust-item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 20px;
}

.trust-item strong {
  display: block;
  font-size: 18px;
  color: #ffb74d;
  margin-bottom: 4px;
}

.trust-item span {
  color: #e0d5cd;
  font-size: 14px;
}

/* SEÇÕES DE CONTEÚDO */
.section { padding: 80px 7%; }
.gourmet-gallery { background: #ffffff; text-align: center; }
.gallery-header { margin: 0 auto 45px; max-width: 850px; }
.gallery-header h2 { font-size: clamp(32px, 3.8vw, 48px); color: #1e140e; margin-bottom: 12px; font-weight: 900; }
.gallery-header p { font-size: 19px; color: #5a4a42; }
.label { color: #e64a19; font-size: 13px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 8px; display: inline-block; }

.gourmet-grid {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(2, 1fr);
}

.gourmet-card {
  background: #fdfbf9;
  border: 1px solid #f0e6df;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(30, 20, 10, 0.05);
  text-align: left;
}

.gourmet-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; display: block; }
.gourmet-info { padding: 22px; }
.gourmet-info h3 { color: #1e140e; font-size: 22px; margin-bottom: 6px; font-weight: 800; }
.gourmet-info p { color: #5a4a42; font-size: 15px; line-height: 1.5; }

.testimonials-section { background: #fdfaf6; border-top: 1px solid #f3e6dd; }
.testimonials-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 30px;
}

.test-card {
  background: #ffffff;
  border: 1px solid #ebdcd0;
  border-radius: 16px;
  padding: 20px;
}

.test-card strong { display: block; color: #e64a19; font-size: 15px; margin-bottom: 6px; }
.test-card p { color: #4a3e36; font-size: 14px; line-height: 1.5; font-style: italic; }

.center-download {
  background-image: linear-gradient(rgba(30, 15, 5, 0.8), rgba(20, 8, 2, 0.95)), url("https://images.unsplash.com/photo-1495521821757-a1efb6729352?auto=format&fit=crop&w=1600&q=80");
  background-position: center;
  background-size: cover;
  padding: 90px 7%;
}
.download-panel { background: #ffffff; border-radius: 28px; margin: 0 auto; max-width: 800px; padding: 50px; text-align: center; box-shadow: 0 25px 60px rgba(0,0,0,0.3); }
.download-panel h2 { font-size: 36px; margin-bottom: 12px; font-weight: 900; }
.download-panel p { font-size: 17px; margin-bottom: 25px; color: #5a4a42; }

/* FOOTER SEGURO PARA COMPLIANCE FACEBOOK */
.footer {
  background: #1e140e;
  color: #ebdcd0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 7%;
  font-size: 14px;
  border-top: 2px solid #36251b;
}
.footer-links a {
  color: #ffb74d;
  text-decoration: none;
  margin: 0 10px;
}
.footer-links a:hover {
  text-decoration: underline;
}

/* ANIMAÇÃO BRASA VIVA: INTERCÂMBIO DE GLOW PREMIUM ACEITO PELO ADS */
@keyframes gourmet-pulse {
  0%, 100% {
    box-shadow: 0 10px 30px rgba(230, 35, 0, 0.4), 0 0 10px rgba(255, 145, 0, 0.2);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 20px 50px rgba(230, 35, 0, 0.65), 0 0 25px rgba(255, 145, 0, 0.6);
    transform: scale(1.025);
  }
}

/* RESPONSIVIDADE */
@media (max-width: 1100px) {
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 800px) {
  .gourmet-grid, .trust-row { grid-template-columns: 1fr; }
  .hero-card { padding: 40px 20px; }
  .mega-button { padding: 20px 25px !important; }
  .footer { flex-direction: column; text-align: center; gap: 15px; }
}
@media (max-width: 600px) {
  .testimonials-grid { grid-template-columns: 1fr; }
}