body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: linear-gradient(to bottom, #2c2c2c, #5a5c5b);
}
#hero {
  position: relative;
  color: white;
  min-height: 100vh;
  z-index: 1;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  font-family: 'Libre Baskerville', serif;
  font-weight: lighter;
  font-size: 3.25rem;
}
.nav-menu {
  display: flex;
  gap: 2rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 2rem;
  z-index: 20; 
}

.hero-content {
  position: relative;
  z-index: 10;
  max-width: 640px;
  margin: 0 auto;
  padding: 12rem 1.5rem 6rem;
}
.hero-tagline {
  font-size: 0.875rem;
  border-left: 2px solid rgba(255, 255, 255, 0.4);
  padding-left: 0.75rem;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.8);
}
.hero-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.hero-subtitle {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.9);
}
.hero-button a {
  background: white;
  color: black;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
}
.hero-rating {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.9);
}
.divider {
  height: 1rem;
  width: 1px;
}
.hero-svg {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 600px;
  height: auto;
  pointer-events: none;
}
#sobre {
  background: linear-gradient(#5a5c5b, #2c2c2c);
  color: white;
  padding: 6rem 1.5rem;
}

#sobre p {
  font-family: 'Inter', sans-serif;
}

.texto-sobre {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.sobre-title {
  font-size: 2.40rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 1rem;
  font-family: 'Libre Baskerville', serif;
}

.conteudo-sobre {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 768px) {
  .conteudo-sobre {
    flex-direction: row;
    align-items: center;
  }
}
.texto-sobre {
  flex: 1;
}
.texto-sobre p:first-child {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.texto-sobre p:last-child {
  font-size: 1.125rem;
  color: #d1d5db;
}
.imagem-sobre {
  flex: 1;
  display: flex;
  justify-content: center;
}
.imagem-sobre img {
  border-radius: 0.75rem;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  width: 100%;
  max-width: 400px;
}
.metricas-sobre {
  max-width: 1200px;
  margin: 4rem auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding-top: 3rem;
  border-top: 1px solid #e5e7eb;
  text-align: center;
  color: #e5e7eb;
}
@media (min-width: 768px) {
  .metricas-sobre {
    grid-template-columns: repeat(4, 1fr);
  }
}
.metricas-sobre p:first-child {
  font-size: 2rem;
  font-weight: 700;
}
.metricas-sobre p:last-child {
  font-size: 0.875rem;
  color: #d1d5db;
}

extra-texto {
  font-family: 'Libre Baskerville';
  text-align: justify;
  display: block;
}

#lerMaisBtn {
  display: none;
  margin-top: 1rem;
  background-color: #ffffff10;
  color: #fff;
  border: 1px solid #ccc;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1rem;
}

/* Em telas pequenas: esconder texto extra e mostrar botão */
@media (max-width: 767px) {
  .extra-texto {
    display: none;
  }

  .extra-texto.mostrar {
    display: block;
  }

  #lerMaisBtn {
    display: inline-block;
  }
}

#projetos {
  padding: 5rem 1.5rem;
}

.titulo-projetos {
  color: white;
  font-family: 'Libre Baskerville', serif;
  font-size: 1.5rem;
  font-weight: lighter;
  text-align: center;
  margin-bottom: 3rem;
}

.carrossel {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 1rem;
}

.container-depoimentos {
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.depoimentos {
  display: flex;
  transition: transform 0.3s ease;
  gap: 20px;
  box-sizing: border-box;
  padding: 10px 0;
}

.depoimento {
  background: white;
  width: 30%;
  color: black;
  border-radius: 12px;
  padding: 20px;
  flex: 0 0 32.000%; /* 3 por vez no desktop */
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  text-align: left;
  box-sizing: border-box;
}

@media (max-width: 992px) {
  .depoimento {
    flex: 0 0 50%; /* 2 por vez */
  }
}

@media (max-width: 600px) {
  .depoimento {
    flex: 0 0 100%; /* 1 por vez */
  }
}

.swiper {
  width: 100%;
  padding: 2rem 0;
}

.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
}

.swiper-slide img {
  width: 100%;
  max-width: 18rem;
  height: 24rem;
  object-fit: cover;
  border-radius: 0.75rem;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}


/* Animação de rolagem contínua */
@keyframes slide {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.svg-ambientes {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  height: 150px;
  pointer-events: none;
  user-select: none;
  z-index: 5; 
}

.separador-meio {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  height: 150px;
  margin-top: -75px; 
  margin-bottom: -75px; 
  pointer-events: none;
  user-select: none;
  z-index: 2;
  position: relative;
}

.svg-texto {
  width: 100%;
  height: 100%;
}

.svg-texto text {
  font-size: 100px;
}

@media (max-width: 768px) {
  .svg-texto text {
    font-size: 90px;
    stroke-width: 0.9;
  }
}

.usuario {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  justify-content: space-between;
}

.usuario img {
  border-radius: 9999px;
  width: 48px;
  height: 48px;
}

.logo-google {
  width: 20px;
  height: 20px;
  margin-left: auto;
}

.avatar-inicial {
  background-color: #f44336;
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.2rem;
}

.data {
  font-size: 0.75rem;
  color: #555;
}

.estrelas {
  color: #fbbf24;
  font-size: 1rem;
}

.comentario {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #444;
}

#avaliacoes {
  background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7));
  padding: 3rem 1rem;
  color: white;
  text-align: center;
  font-family: sans-serif;
}


#avaliacoes h2 {
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #ddd;
  font-weight: 600;
}

#avaliacoes h2 strong {
  display: block;
  font-size: 2.5em;
  color: white;
}

@media (max-width: 768px) {
  #avalaicoes h2 strong {
    font-size: 1.5em;
  }
}




/* Telas médias: 2 por vez */
@media (max-width: 992px) {
  .depoimento {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* Telas pequenas: 1 por vez */
@media (max-width: 600px) {
  .depoimento {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.depoimento p {
  max-height: 6rem;
  overflow: hidden;
  position: relative;
}

.depoimento.expanded p {
  max-height: none;
}

.perfil {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.foto {
  width: 45px;
  height: 45px;
  background: #ccc;
  border-radius: 50%;
  margin-right: 10px;
}

.nome {
  font-weight: bold;
}

.data {
  font-size: 0.85em;
  color: gray;
}

.estrela {
  color: #ffc107;
  margin: 5px 0;
}

.btn {
  background: none;
  border: none;
  color: white;
  font-size: 2.5em;
  cursor: pointer;
  padding: 10px;
}

.btn-orcamento {
  background: #5a5c5b;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  margin-top: 20px;
  cursor: pointer;
  border-radius: 100px;
}

/*Orbes*/

.floating-orbs {
  position: fixed;
  top: 500px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
}

.orb {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.orb:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(0,0,0,0.4);
}

.orb img {
  width: 25px;
  height: 25px;
}

.orb.whatsapp {
  background: #25D366;
}

.orb.instagram {
  background: radial-gradient(circle at 30% 30%, #feda75, #d62976, #962fbf);
}

#contato {
  background: #2c2c2c;
  color: white;
  padding: 5rem 1.5rem;
  font-family: 'Inter', sans-serif;
}

.contato-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}

.contato-titulo {
  font-size: 1.75rem;
  font-family: 'Libre Baskerville', serif;
  margin-bottom: 1.25rem;
}

.contato-esquerda,
.contato-direita {
  flex: 1;
  min-width: 220px;
}

.contato-mapa {
  flex: 2;
  min-width: 300px;
}

.contato-linha {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1rem;
  text-decoration: none;
  color: white;
  font-size: 1rem;
}

.contato-linha img {
  width: 24px;
  height: 24px;
}

.contato-linha:hover {
  opacity: 0.8;
}

.contato-linha.whatsapp img {
  fill: #25D366;
}

.contato-linha.instagram img {
  fill: #E1306C;
}

.contato-linha.facebook img {
  fill: #1877F2;
}


.contato-mapa iframe {
  width: 100%;
  height: 300px;
  border-radius: 12px;
  border: none;
}

.horarios-tabela {
  width: 100%;
  border-collapse: collapse;
  color: white;
  font-size: 0.95rem;
}

.horarios-tabela td {
  padding: 0.5rem 0;
  border-bottom: 1px solid #444;
}

.observacao {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #d1d5db;
}

@media (max-width: 768px) {
  .contato-grid {
    flex-direction: column;
  }
}

footer {
  background-color: #1f1f1f;
  color: #d1d5db;
  padding: 2rem 1rem;
  text-align: center;
  font-size: 0.875rem;
  border-top: 1px solid #333;
}

.footer-copy p {
  margin: 0;
  color: #999;
}

@media (max-width: 768px) {
  .menu-toggle {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 21px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1002;
  }

  .menu-toggle span {
    height: 3px;
    width: 100%;
    background-color: white;
    border-radius: 3px;
    transition: 0.3s;
  }

  .menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }

  .nav-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(18, 18, 18, 0.85);
    backdrop-filter: blur(10px);
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    z-index: 1000;
  }

  .nav-menu.active {
    display: flex;
    animation: fadeIn 0.3s ease-in-out;
  }

  .nav-menu a {
    font-size: 1.5rem;
    color: white;
    text-decoration: none;
  }

  .nav-menu a:hover {
    color: #ffb703;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(-10%);
    }
    to {
      opacity: 1;
      transform: translateY(0%);
    }
  }
}
