.construcao {
  min-height: calc(100svh - 120px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
  padding: 40px 20px;
}

.construcao h1 {
  font-family: "Baloo 2", sans-serif;
  font-size: 64px;
  line-height: 1.05;
  margin: 0;
}

.construcao .aviso {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.6;
  margin: 0;
}

.construcao p {
  max-width: 480px;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 768px) {
  .construcao h1 {
    font-size: 36px;
  }
}
