/* ========================
   IMPORTAR FONTES
======================== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

/* ========================
   RESET E BASE
======================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  background-color: #f0fffe;
  color: #1a2e2b;
}

/* ========================
   CABEÇALHO / HEADER
======================== */
.cabecalho {
  background-color: #0bbfa3;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 12px 48px;
  max-width: 1200px;
  margin: 0 auto;
}

.logo-header {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-right: auto;
}

.header-nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.05em;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s;
}

.header-nav a:hover {
  border-bottom-color: #fff;
}

/* ========================
   SEÇÃO 1 — BOAS-VINDAS (HERO)
======================== */
#inicio {
  background: linear-gradient(135deg, #0bbfa3 0%, #07826f 100%);
  color: #fff;
  text-align: center;
  padding: 100px 24px 80px;
}

#inicio H1,
#inicio h1 {
  font-size: clamp(2.4rem, 6vw, 4rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.18);
}

#inicio h2 {
  font-size: clamp(1rem, 2.5vw, 1.35rem);
  font-weight: 400;
  opacity: 0.92;
  max-width: 560px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

/* ========================
   SEÇÃO 2 — QUEM SOMOS
======================== */
#info {
  background-color: #fff;
  text-align: center;
  padding: 80px 24px;
}

#info h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #07826f;
  margin-bottom: 24px;
}

#info p {
  font-size: 1rem;
  line-height: 1.8;
  color: #3a5552;
  max-width: 640px;
  margin: 0 auto 8px;
}

#info br {
  display: none; /* usando margin no lugar */
}

#info .orcamento {
  margin-top: 36px;
}

/* ========================
   SEÇÃO 3 — DELIVERY
======================== */
#delivery {
  background-color: #e6faf7;
  padding: 80px 24px;
  text-align: center;
}

#delivery h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #07826f;
  margin-bottom: 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

#delivery nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

#delivery nav p {
  font-size: 1rem;
  color: #3a5552;
  font-weight: 600;
  background-color: #0bbfa3;
  color: #fff;
  padding: 8px 24px;
  border-radius: 999px;
  display: inline-block;
}

#delivery nav img {
  width: 100%;
  max-width: 480px;
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.12);
  object-fit: cover;
}

/* ========================
   SEÇÃO 4 — MARCAS
======================== */
#Marcas {
  background-color: #fff;
  padding: 64px 24px;
  text-align: center;
}

#Marcas h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #07826f;
  margin-bottom: 32px;
}

#Marcas img {
  max-width: 700px;
  width: 100%;
  object-fit: contain;
}

/* ========================
   SEÇÃO 5 — REDES SOCIAIS
======================== */
#social {
  background-color: #07826f;
  padding: 64px 24px;
  text-align: center;
}

#social nav h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 28px;
}

#social nav {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 8px;
}

#social nav:first-child {
  display: block;
}

#social nav a {
  display: inline-block;
  background-color: #fff;
  color: #07826f;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 28px;
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: background-color 0.2s, color 0.2s, transform 0.15s;
}

#social nav a:hover {
  background-color: #0bbfa3;
  color: #fff;
  transform: translateY(-2px);
}

/* ========================
   FOOTER / CONTATO
======================== */
#contato {
  background-color: #1a2e2b;
  padding: 36px 24px;
}

#contato nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 0 auto;
}

#contato nav a {
  color: #a8eee4;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: color 0.2s;
}

#contato nav a:hover {
  color: #0bbfa3;
}

/* ========================
   BOTÃO ORÇAMENTO
======================== */
.orcamento {
  display: inline-block;
  background-color: #fff;
  color: #07826f;
  border: 2px solid #07826f;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.07em;
  padding: 14px 36px;
  border-radius: 999px;
  cursor: pointer;
  text-transform: uppercase;
  transition: background-color 0.2s, color 0.2s, transform 0.15s, box-shadow 0.2s;
}

/* Botão na seção hero fica branco sólido */
#inicio .orcamento {
  background-color: #fff;
  color: #07826f;
  border-color: transparent;
}

.orcamento:hover {
  background-color: #07826f;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(7, 130, 111, 0.3);
}

.orcamento:active {
  transform: translateY(0);
}

/* ========================
   RESPONSIVO — MOBILE
======================== */
@media (max-width: 600px) {
  .header-nav {
    padding: 12px 20px;
    gap: 16px;
  }

  .logo-header {
    width: 44px;
    height: 44px;
  }

  .header-nav a {
    font-size: 13px;
  }

  #inicio {
    padding: 72px 20px 60px;
  }

  .orcamento {
    font-size: 12px;
    padding: 12px 24px;
  }
}