/* Global Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #fafafa;
}

a {
  text-decoration: none;
  color: inherit;
}

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

/* Header */
header {
  background-color: #c97a1f; /* marrom */
  border-bottom: none;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.logo {
  font-size: 1.6rem;
  font-weight: 600;
  color: #ffffff; /* sand-inspired accent color */
}

nav ul {
  list-style: none;
  display: flex;
  gap: 1.5rem;
}

nav ul li a {
  font-weight: 500;
  color: #ffffff;
  transition: color 0.3s ease;
}

nav ul li a:hover {
  color: #ffffff;
}

/* Hero Section */
.hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70vh;
  background: transparent;   /* REMOVE O FUNDO MARROM */
  color: #fff;
  text-align: center;
  overflow: hidden;              /* Faz o vídeo preencher tudo */
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;    /* cobre toda a área sem distorcer */
  z-index: -2;          /* fica atrás do conteúdo */
}

.hero-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);  /* escurece um pouco para texto ficar visível */
  z-index: -1;
}

.hero-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
}

.hero-content h2 {
  font-size: 2.5rem;
  margin-bottom: 0.8rem;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.cta-btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #c97a1f;
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.cta-btn:hover {
  background-color: #a86416;
}

/* About Section */
.about-section {
  padding: 4rem 0;
  text-align: center;
}

.about-section h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #c97a1f;
}

.about-section p {
  max-width: 800px;
  margin: 0.5rem auto;
  font-size: 1rem;
  color: #555;
}

/* Products Section */
.products-section {
  background-color: #e9a455;
  padding: 4rem 0;
}

.products-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #ffffff;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

.product-card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.product-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 8px;
}
.product-card video {
  width: 100%;
  height: 420px;   /* ALTURA MAIOR PARA VÍDEO VERTICAL */
  object-fit: cover;
  border-radius: 8px;
}
/* Contact Section */
.contact-section {
  padding: 4rem 0;
  background-color: #fff;
}

.contact-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #c97a1f;
}

.contact-section p {
  text-align: center;
  margin-bottom: 2rem;
  color: #555;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  max-width: 800px;
  margin: 0 auto;
}

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

.form-group label {
  margin-bottom: 0.3rem;
  font-weight: 500;
  color: #333;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 0.6rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
}

.form-group textarea {
  resize: vertical;
}

.full-width {
  grid-column: 1 / -1;
}

/* Footer */
.footer-section {
  background-color: #f5f5f5;
  padding: 1.5rem 0;
  text-align: center;
  color: #777;
  font-size: 0.9rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .hero-content h2 {
    font-size: 2rem;
  }
  .hero-content p {
    font-size: 1rem;
  }
  .header-container {
    flex-direction: column;
    align-items: flex-start;
  }
  nav ul {
    margin-top: 0.5rem;
    flex-wrap: wrap;
  }
  .imagem-centralizada{
    display: block;
    margin: 0 auto;
    width: 200px;
    height: auto;
  }
}
.whatsapp-contato {
  display: flex;
  align-items: center;     /* alinha verticalmente o ícone e o número */
  justify-content: center; /* centraliza no meio do rodapé (opcional) */
  gap: 8px;                /* espaço entre o ícone e o texto */
  margin-top: 10px;
}

.whatsapp-icon {
  width: 30px;
  height: 30px;
  vertical-align: middle;  /* garante que alinhe na linha do texto */
  margin-bottom: -2px;     /* empurra levemente para baixo, ajuste fino */
}
.contato {
  width: 100%;
  background-color: #fff;
  padding: 0;
}

.contato h2 {
  background-color: #c97a1f;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  padding: 20px 40px;
  margin: 0;
}

.contato-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  gap: 40px;
}

.form-contato {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-contato input,
.form-contato textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
}

.form-contato button {
  width: 100px;
  background-color: #c97a1f;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
}

.info-contato {
  flex: 0.8;
  background-color: #c97a1f;
  color: white;
  padding: 30px;
  line-height: 1.6;
}

.info-contato a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.info-contato strong {
  font-weight: 700;
}
.map-wrapper { 
  max-width: 600px; 
  margin: 0 auto;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}


@media (max-width: 768px) {

  .contato-container {
    flex-direction: column;  
    padding: 20px;     
    gap: 20px;
  }

  .form-contato,
  .info-contato {
    width: 100%;
  }

  .info-contato {
    padding: 20px;
  }

  iframe,
  img {
    max-width: 100%;
    height: auto;
  }
}
