/* --- Variáveis CSS (Melhora a manutenção) --- */
:root {
  --cor-primaria: #FFD700; /* Dourado/Amarelo */
  --cor-secundaria: #e6c200; /* Dourado/Amarelo mais escuro para hover */
  --cor-fundo: #000;
  --cor-texto: #fff;
  --font-montserrat: 'Montserrat', sans-serif;
  --sombra-clara: rgba(255, 215, 0, 0.4);
  --sombra-escura: rgba(255, 215, 0, 0.6);
}

/* --- Estilos Globais e Reset Básico --- */
body {
  margin: 0;
  font-family: var(--font-montserrat);
  background-color: var(--cor-fundo);
  color: var(--cor-texto);
}

/* --- Header (Cabeçalho) --- */
.header {
  background: var(--cor-fundo);
  color: var(--cor-texto);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 1.8rem;
  color: var(--cor-primaria);
}

.logo-img {
  height: 40px;
  width: auto;
}

/* Botões de Ícone no Header */
.btn-icon {
  background: none;
  color: var(--cor-primaria);
  margin-left: 15px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.btn-icon:hover {
  transform: scale(1.1);
}

/* --- Componentes Reutilizáveis (Botões) --- */
.btn-primary {
  background-color: var(--cor-primaria);
  color: var(--cor-fundo);
  padding: 14px 28px;
  border: none;
  border-radius: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px var(--sombra-clara);
  margin-top: 20px;
  display: inline-block;
}

.btn-primary:hover {
  background-color: var(--cor-secundaria);
  box-shadow: 0 6px 16px var(--sombra-escura);
  transform: scale(1.05);
}

/* Botões de Ícone Social (rodapé e contato) */
.social-icon-btn {
  background-color: var(--cor-primaria);
  color: var(--cor-fundo);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px var(--sombra-clara);
}

.social-icon-btn:hover {
  background-color: var(--cor-secundaria);
  box-shadow: 0 6px 16px var(--sombra-escura);
  transform: scale(1.1);
}

/* --- Hero Section (Primeira Tela) --- */
.hero {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: opacity 1s ease;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.slide.active {
  opacity: 1;
  z-index: 1;
}

.hero-content h1 {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
}

.hero-content p {
  font-size: 1.4rem;
  margin-top: 20px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.destaque-amarelo {
  color: var(--cor-primaria);
}

/* --- Seção "Sobre" --- */
.sobre {
  padding: 80px 30px;
}

.sobre-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 100px; /* Este gap é para mobile, será sobrescrito em desktop */
}

.sobre-texto {
  flex: 1 1 200px;
  max-width: 300px; /* Este max-width é para mobile, será sobrescrito em desktop */
  text-align: left;
}

.sobre-texto h2 {
  font-size: 2.5rem;
  color: var(--cor-primaria);
  margin-bottom: 20px;
}

.sobre-texto p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.sobre-img {
  flex: 1 1 400px;
  max-width: 600px; /* Este max-width é para mobile, será sobrescrito em desktop */
}

.sobre-img img {
  width: 100%;
  height: auto; /* IMPORTANTE: Deixe height: auto aqui */
  /* REMOVIDO: max-height: 400px; - Esta propriedade limitava a altura */
  aspect-ratio: 16 / 9; /* Garante a proporção para o contêiner, mesmo sem height fixo */
  border-radius: 8px;
  object-fit: cover;
}

/* --- Seção "Contato" --- */
.contato {
  padding: 80px 20px;
}

.contato-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 5px; /* Este gap é para mobile, será sobrescrito em desktop */
}

.info-contato {
  flex: 1 1 500px;
  max-width: 430px;
  text-align: left;
}

.info-contato h2 {
  font-size: 2.5rem;
  color: var(--cor-primaria);
  margin-bottom: 20px;
}

.info-contato p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

.social-contact-buttons {
  margin-top: 20px;
  display: flex;
  gap: 15px;
}

.map-container {
  flex: 1 1 400px;
  max-width: 600px;
  height: auto; /* Mantém como auto para que o aspect-ratio funcione */
  aspect-ratio: 16 / 9; /* Garante a proporção para o contêiner */
}

.map-container iframe {
  width: 100%;
  height: 100%; /* Preenche 100% da altura do container que já tem aspect-ratio */
  border-radius: 8px;
}

/* --- Footer (Rodapé) --- */
.footer {
  background-color: var(--cor-fundo);
  color: var(--cor-texto);
  padding: 20px;
  text-align: center;
  border-top: 1px solid #333;
}

.