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

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
  color: #1f2937;
  line-height: 1.6;
}

a {
  text-decoration: none;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.topo {
  background: #1f5eff;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  gap: 20px;
}

.logo-area {
  display: flex;
  align-items: center;
  gap: 14px;
}

.logo-circle {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #ffffff, #dfefff);
  color: #2f5bea;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
  letter-spacing: 1px;

  position: relative;
}
.logo-circle::after {
  content: "🧹";
  position: absolute;
  top: -8px;
  right: -8px;
  font-size: 16px;

}

.logo-texto h1 {
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.1;
}

.logo-texto p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
}

.menu {
  display: flex;
  align-items: center;
  gap: 22px;
}

.menu a {
  color: #ffffff;
  font-weight: 600;
  transition: 0.2s ease;
}

.menu a:hover {
  opacity: 0.85;
}

.btn-menu {
  background: #ffffff;
  color: #1f5eff !important;
  padding: 12px 18px;
  border-radius: 12px;
}

.menu-toggle {
  display: none;
  background: #ffffff;
  color: #1f5eff;
  border: none;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 1.2rem;
  cursor: pointer;
}

.hero {
  background: linear-gradient(135deg, #1f5eff 0%, #215ef0 100%);
  padding: 70px 0;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 36px;
  align-items: center;
}

.selo {
  display: inline-block;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
  font-size: 0.9rem;
  font-weight: 700;
}

.hero-texto h2 {
  color: #ffffff;
  font-size: 3.2rem;
  line-height: 1.1;
  margin-bottom: 20px;
  max-width: 650px;
}

.hero-texto p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.18rem;
  max-width: 620px;
  margin-bottom: 28px;
}

.hero-botoes {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 14px;
  font-weight: bold;
  transition: 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primario {
  background: #ffffff;
  color: #1f5eff;
}

.btn-secundario {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.hero-imagem {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 18px;
}

.img-equipe {
  width: 100%;
  max-width: 360px;
  height: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.22));
}

.painel-fotos {
  width: 100%;
  max-width: 250px;
  background: rgba(255, 255, 255, 0.14);
 border: 1px solid rgba(255, 255, 255, 0.25);
box-shadow: 0 0 15px rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 22px;
  color: #ffffff;
  backdrop-filter: blur(4px);
}

.painel-fotos h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.painel-fotos p {
  font-size: 0.96rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 14px;
}

.mini-fotos {
  display: grid;
  gap: 12px;
}

.mini-foto {
  min-height: 82px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.13);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.95rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.secao {
  padding: 80px 0;
}

.secao-cinza {
  background: #f5f7fb;
}

.titulo-secao {
  text-align: center;
  margin-bottom: 42px;
}

.titulo-secao span {
  display: inline-block;
  color: #1f5eff;
  font-weight: bold;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 0.88rem;
  letter-spacing: 1px;
}

.titulo-secao h3 {
  font-size: 2.1rem;
  color: #111827;
}

.cards-destaques {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.card {
  background: #ffffff;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.icone {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #e8efff;
  color: #1f5eff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 16px;
}

.card h4 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: #111827;
}

.card p {
  color: #4b5563;
}

.grid-servicos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.card-servico {
  background: #ffffff;
  border-radius: 20px;
  padding: 26px;
  border: 1px solid #e5e7eb;
  transition: 0.2s ease;
}

.card-servico:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.08);
}

.card-servico h4 {
  color: #1f5eff;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.card-servico p {
  color: #4b5563;
}

.grid-depoimentos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.depoimento {
  background: #ffffff;
  border-radius: 20px;
  padding: 26px;
  border-left: 5px solid #1f5eff;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
}

.depoimento p {
  margin-bottom: 16px;
  color: #374151;
  font-style: italic;
}

.depoimento strong {
  display: block;
  color: #111827;
}

.depoimento span {
  color: #6b7280;
  font-size: 0.95rem;
}

.cta {
  padding: 80px 0;
  background: linear-gradient(135deg, #0f172a, #1e293b);
}

.cta-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 34px;
  border-radius: 26px;
}

.mini-titulo {
  display: inline-block;
  color: #60a5fa;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.cta-box h3 {
  color: #ffffff;
  font-size: 2rem;
  margin-bottom: 10px;
}

.cta-box p {
  color: rgba(255, 255, 255, 0.84);
  max-width: 650px;
}

.btn-whatsapp {
  background: #25d366;
  color: #ffffff;
  white-space: nowrap;
}

.rodape {
  background: #0f172a;
  color: #ffffff;
  padding: 26px 0;
}

.rodape-conteudo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.rodape h4 {
  margin-bottom: 4px;
}

.whatsapp-fixo {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25d366;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

@media (max-width: 960px) {
  .hero-grid,
  .cards-destaques,
  .grid-servicos,
  .grid-depoimentos,
  .cta-box {
    grid-template-columns: 1fr;
    display: grid;
  }

  .hero-texto h2 {
    font-size: 2.4rem;
  }

  .cta-box {
    text-align: center;
  }

  .hero-imagem {
    flex-direction: column;
    align-items: center;
  }

  .painel-fotos {
    max-width: 420px;
  }
}

@media (max-width: 820px) {
  .menu-toggle {
    display: block;
  }

  .menu {
    display: none;
    position: absolute;
    top: 88px;
    left: 4%;
    right: 4%;
    background: #1f5eff;
    border-radius: 18px;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
  }

  .menu.ativo {
    display: flex;
  }

  .btn-menu {
    width: 100%;
    text-align: center;
  }

  .logo-texto p {
    display: none;
  }
}

@media (max-width: 560px) {
  .hero {
    padding: 55px 0;
  }

  .hero-texto h2 {
    font-size: 2rem;
  }

  .hero-texto p {
    font-size: 1rem;
  }

  .titulo-secao h3,
  .cta-box h3 {
    font-size: 1.6rem;
  }

  .card,
  .card-servico,
  .depoimento,
  .cta-box {
    padding: 20px;
  }

  .whatsapp-fixo {
    width: 54px;
    height: 54px;
    font-size: 1.45rem;
    right: 16px;
    bottom: 16px;
  }
}
.mini-foto img {
  width: 100%;
  max-height: 150px;
  object-fit: contain;
  border-radius: 10px;
}
.mini-foto img {
  transition: transform 0.3s ease;
}

.mini-foto img:hover {
  transform: scale(1.05);
}
.galeria-fotos {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.foto-item img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
}

.galeria-fotos {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap; /* 👈 importante */
}

.foto-item img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
  display: block; /* 👈 importante */
}
.galeria-fotos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.foto-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 15px;
}
.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;

  background: linear-gradient(
    to right,
    rgba(37, 99, 235, 1) 60%,
    rgba(37, 99, 235, 0.85) 70%,
    rgba(37, 99, 235, 0) 80%
  ),
  url('imagens/cimento.jpg');

  background-size: cover;
  background-position: right;
  padding: 60px;
}

/* Correção do carrossel / imagem principal */
.hero,
.banner,
.slider,
.slideshow {
  max-height: 520px;
  overflow: hidden;
}

.hero img,
.banner img,
.slider img,
.slideshow img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Mobile */
@media (max-width: 768px) {
  .hero,
  .banner,
  .slider,
  .slideshow {
    max-height: 360px;
  }

  .hero img,
  .banner img,
  .slider img,
  .slideshow img {
    height: 360px;
  }
}