* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #f5f5f5;
  color: #333;
}
/* ========================================= */
/* MENU PREMIUM CONTATO */
/* ========================================= */

header {
  position: fixed;
  top: 0;
  left: 0;

  width: 100%;
  z-index: 1000;

  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(10px);

  padding: 18px 5%;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav {
  display: flex;
  gap: 15px;
}

nav a {
  text-decoration: none;

  color: white;

  font-weight: 600;

  padding: 12px 24px;

  border: 2px solid rgba(255, 255, 255, 0.15);

  border-radius: 14px;

  transition: all 0.3s ease;
}

/* Hover */

nav a:hover {
  background: #2e8b57;
  border-color: #2e8b57;

  transform: translateY(-3px);

  box-shadow: 0 8px 20px rgba(46, 139, 87, 0.3);
}

/* Página ativa */

nav a.ativo {
  background: #2e8b57;
  border-color: #2e8b57;
}

/* Logo */

.logo {
  font-size: 2rem;
  font-weight: 800;
  color: white;
}

.logo span {
  color: #ff8c42;
}

.hero {
  height: 100vh;
  background: url("https://images.unsplash.com/photo-1548199973-03cce0bbc87b?q=80&w=1920")
    center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}

.hero-content {
  position: relative;
  color: white;
  text-align: center;
  padding: 20px;
}

.hero-content h1 {
  font-size: 60px;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 20px;
  margin-bottom: 30px;
}

.btn {
  background: #ff9800;
  padding: 15px 35px;
  border-radius: 30px;
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.empresa,
.equipe,
.contato,
.redes {
  padding: 100px 8%;
  text-align: center;
}

.estatisticas {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.estatisticas h3 {
  font-size: 45px;
  color: #ff9800;
}

.cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.card {
  background: white;
  padding: 30px;
  border-radius: 20px;
  width: 280px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.card img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

.contato-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 50px;
}

.item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  font-size: 18px;
}

.item i {
  color: #ff9800;
  font-size: 25px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

input,
textarea {
  padding: 15px;
  border: none;
  border-radius: 10px;
}

textarea {
  height: 150px;
  resize: none;
}

button {
  background: #ff9800;
  color: white;
  padding: 15px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

.mapa iframe {
  width: 100%;
  height: 500px;
  border: none;
}

.whatsapp {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 70px;
  height: 70px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  color: white;
  text-decoration: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

footer {
  background: #111;
  color: rgb(255, 131, 7);
  text-align: center;
  padding: 40px;
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 38px;
  }

  .contato-grid {
    grid-template-columns: 1fr;
  }
}
/* ========================================= */
/* REDES SOCIAIS MODERNAS */
/* ========================================= */

.redes {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;

  padding: 80px 20px;

  background: linear-gradient(135deg, #1e1e1e, #2b2b2b);
}

/* BOTÃO BASE */
/* BOTÃO ESTILO PATA */

.social {
  position: relative;

  width: 90px;
  height: 90px;

  display: flex;
  align-items: center;
  justify-content: center;

  text-decoration: none;

  color: white;

  font-size: 2rem;

  transition: all 0.3s ease;

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}

/* PATA AO FUNDO */

.social::before {
  content: "🐾";

  position: absolute;

  font-size: 4rem;

  opacity: 0.35;

  z-index: 0;
}
/* ÍCONE NA FRENTE */

.social i {
  position: relative;

  z-index: 1;
}

/* EFEITO HOVER */

.social:hover {
  transform: scale(1.15);
}

/* INSTAGRAM */

.instagram {
  background: linear-gradient(45deg, #833ab4, #fd1d1d, #fcb045);
}

/* FACEBOOK */

.facebook {
  background: #1877f2;
}

/* TIKTOK */

.tiktok {
  background: #000;
  border: 2px solid #ffffff20;
}

/* YOUTUBE */

.youtube {
  background: #ff0000;
}

/* EFEITO AO PASSAR O MOUSE */

.social:hover {
  transform: translateY(-8px) scale(1.1);

  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

/* RESPONSIVO */

@media (max-width: 600px) {
  .redes {
    gap: 15px;
  }

  .social {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
}
