/* RESET */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', sans-serif; background: #fdfdfd; color: #333; line-height: 1.6; }
a { text-decoration: none; color: inherit; }
.container { width: 90%; max-width: 1200px; margin: auto; }
.text-center { text-align: center; }

/* HEADER */
.header_area {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  position: relative;
  z-index: 1000;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo_h img {
  height: 50px;
}

.menu_nav {
  list-style: none;
  display: flex;
  gap: 20px;
}

.menu_nav li a {
  color: #333;
  font-weight: 500;
  transition: 0.3s;
}

.menu_nav li a:hover {
  color: #39ff14;
}

@media (max-width: 991px) {
  .menu_nav {
    display: none;
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: 70px;
    right: 20px;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    width: 200px;
  }

  .menu_nav.active {
    display: flex;
  }

  .menu-toggle {
    display: block;
    z-index: 1100;
  }
}



/* Botão hamburguer */
.menu-toggle {
  display: none;
  font-size: 28px;
  cursor: pointer;
  user-select: none;
}

/* MOBILE */
@media (max-width: 768px) {
  .menu_nav {
    display: none;
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: 70px;
    right: 20px;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }

  .menu_nav.active {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }
}


/* BOTÕES */
.btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: 600;
  background: #39ff14;
  color: #087c11;
  min-width: 220px;   /* 👈 isso deixa ele grandão */
  text-align: center;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .menu_nav .btn {
    min-width: auto;      /* não força largura mínima */
    width: 100%;          /* ocupa só a largura do menu */
    padding: 10px 15px;   /* ajusta o tamanho */
    text-align: center;
  }
}

.btn:hover { background: #39ff14; }
.btn-outline {
  background: transparent;
  border: 2px solid #39ff14;
  color: #39ff14;
}
.btn-outline:hover { background: #39ff14; color: #fff; }

/* HERO */
.hero-banner {
  background: url('../img/banner/hero-banner.png') center/cover no-repeat;
  height: 90vh;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  position: relative;
}
.hero-banner::after {
  content: "";
  position: absolute; top:0; left:0; right:0; bottom:0;
  background: rgba(0,0,0,0.6);
}
.hero-content { position: relative; z-index: 2; }
.hero-content h1 { font-size: 42px; margin-bottom: 15px; }
.hero-content p { font-size: 18px; margin-bottom: 30px; }
.cta-buttons { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }

/* FORM */
.lead-section { padding: 60px 0; background: #f9f9f9; }
.lead-form { margin-top: 20px; }
.lead-form input {
  padding: 12px;
  margin: 10px;
  width: 250px;
  border: 1px solid #ddd;
  border-radius: 6px;
}
.lead-form button { margin-top: 10px; }

/* SERVIÇOS */

.services {
  padding: 60px 20px;
  background: #f8f9fa;
  text-align: center;
}

.services h2 {
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #111;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  grid-auto-rows: 1fr; /* 🔑 garante que todas as linhas tenham mesma altura */
}

/* Cards */
.service-card {
  background: #1c1c1c; /* Preto / cinza chumbo */
  color: #ddd;
  border-radius: 12px;
  padding: 25px 20px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  cursor: pointer;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; /* 🔑 ocupa toda a altura da célula do grid */
}

/* Títulos em verde limão */
.service-card h3 {
  margin-bottom: 15px;
  font-size: 1.3rem;
  color: #39ff14;
}

.service-card p {
  font-size: 1rem;
  line-height: 1.5;
  flex-grow: 1;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 25px rgba(0,0,0,0.4);
  background: #000; /* Preto mais forte no hover */
}


/* SOCIAL PROOF */
.social-proof {
  padding: 50px 20px;
  background: #f9f9f9;
  overflow: hidden;
}

.social-proof h2 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
}

.logos-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.logos-track {
  display: flex;
  width: max-content; /* ajusta dinamicamente */
  animation: scroll 30s linear infinite;
}

.logos-track img {
  width: 120px;
  margin: 0 20px;
  height: auto;
  transition: transform 0.3s ease;
}

.logos-track img:hover {
  transform: scale(1.1);
}

/* animação contínua */
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* só metade porque duplicamos */
}



/* TESTEMUNHOS */
.testimonials { 
  padding: 60px 0; 
}

.testimonials-grid {
  display: grid; 
  grid-template-columns: repeat(4, 1fr); /* 4 colunas no desktop */
  gap: 20px;
}

.testimonial {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  font-style: italic;
}

/* Tablet (até 992px) -> 2 colunas */
@media (max-width: 992px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Celulares (até 576px) -> 1 coluna */
@media (max-width: 576px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
}


/* CASES */
.cases {
  background: #000;   /* fundo preto */
  color: #fff;
  padding: 60px 0;
}

.cases h2 {
  font-size: 28px;
  margin-bottom: 40px;
}

.segment-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* sempre 4 colunas */
  gap: 25px;
}

.segment-card {
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.segment-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.segment-card h3 {
  background: #000;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.segment-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.5);
}

/* Responsivo - em telas menores quebra para 2 ou 1 */
@media (max-width: 992px) {
  .segment-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .segment-grid {
    grid-template-columns: 1fr;
  }
}


/* BLOG */
.blog { padding: 60px 0; background: #fff; }
.blog-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px;
}
.blog-post {
  background: #fafafa;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 8px;
  transition: 0.3s;
}
.blog-post:hover { transform: translateY(-5px); }
.blog-post h3 { margin-bottom: 10px; }
.blog-post p { margin-bottom: 15px; }

/* FOOTER */
.footer { background: #000; color: #fff; padding: 40px 0; }
.footer a { color: #39ff14; }
.footer .social-links { margin-top: 10px; }

.floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1000;
  overflow: hidden !important; /* Garante que nada ultrapasse os limites */
  white-space: nowrap; /* Evita que os elementos quebrem linha */
}


.floating-buttons a {
  width: 60px;
  height: 60px;
  background-color: #25D366; /* Verde do WhatsApp */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  border-radius: 50%; /* Isso faz os botões ficarem redondos */
  text-decoration: none;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.floating-buttons a.instagram-btn {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); /* Gradiente do Instagram */
}

.floating-buttons a:hover {
  transform: scale(1.1);
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.3);
}
