@charset "utf-8";
/* INTRO */
#banner {
  width: 100%;
  min-height: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/banner.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  transition: transform 0.3s ease-out;
  z-index: -1;
  transform: scale(var(--bg-scale, 1));
}
.container-banner {
  max-width: 90vw;
  padding: 30px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 35px;
}
.content-banner {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fase {
  background-color: white;
  font-size: 21px;
  color: #90693e;
  padding: 5px 10px;
  margin-bottom: 30px;
  font-weight: 500;
}
.especial {
  max-width: 90%;
  font-size: 31px;
  color: #90693e;
  padding: 5px 10px;
  font-weight: 400;
  line-height: 150%;
}
.garantia {
  max-width: 90%;
  font-size: 18px;
  padding: 15px;
  color: #90693e;
  line-height: 25px;
  font-weight: 500;
  margin: 25px 0;
  border: 1px solid;
  border-color: #90693e;
}
.empreendimento {
  font-size: 41px;
  color: white;
  line-height: 43px;
  font-weight: 400;
}
.cta-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;  
  min-height: 500px;          
}
.local {
  max-width: 90%;
  background-color: #90693e;
  font-size: 18px;
  color: white;
  padding: 10px 20px;
  letter-spacing: 5px;
  line-height: 25px;
  font-weight: 500;
}
.localidade {
  max-width: 90%;
  font-size: 16px;
  color: white;
  margin-top: 20px;
  line-height: 25px;
  font-weight: 500;
}
.metragem {
  width: 100%;
  color: black;
  font-size: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  line-height: 43px;
  margin: 30px 0;
  font-weight: 400;
}
.item {
  margin: 0 20px;
}
.cta-button {
  max-width: 90%;
  background-color: lightseagreen; 
  color: white;
  padding: 15px 25px;
  font-size: 17px;
  text-decoration: none;
  border-radius: 8px;
  letter-spacing: 2px;
  line-height: 150%;
  display: inline-block;
  text-align: center;
}
.cta-button:hover {
  background-color: #1ebe5d;
}
@media only screen and (max-width: 900px) {
  .empreendimento {
    font-size: 31px;
  }
  .metragem {
    font-size: 19px;
  }
  .fase, .local, .cta-button {
    font-size: 15px;
  }
  .cta-container{
	min-height: 700px;
  }
  .especial{
	font-size: 25px;
  }
}

/* DIFERENCIAIS */
.diferenciais {
  width: 100%;
  margin: 0 auto;
}
.diferenciais-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.diferenciais-left { width: 30%; }
.diferenciais-right { width: 50%; }
.diferenciais-content {
  width: 100%;
  padding: 20px;
}
.diferenciais-box {
  width: 100%;
  padding: 20px;
}
.diferenciais-item {
  font-size: 27px;
  margin-bottom: 30px;
  color: #90693e;
}
.diferenciais-txt {
  font-size: 18px;
  line-height: 120%;
}
.diferenciais-txt li { margin-bottom: 20px; }
@media only screen and (max-width: 1280px) {
	.diferenciais-left { width: 40%; }
	.diferenciais-right { width: 50%; }
}
@media only screen and (max-width: 900px) {
  .diferenciais-left, .diferenciais-right {
    width: 100%;
  }
  .diferenciais-txt {
    font-size: 15px;
  }
}

/* TIPOLOGIA */
.tipologia {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: stretch;  
  gap: 16px;
  padding: 100px 20px;
}
.tipologia-card {
  flex: 1 1 0;            
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 200px;
  padding: 16px;
}
.tipo-title {
  font-size: 18px;
  color: #8D090B;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 15px;
}
.tipo-metro { font-size: 31px; }
@media (max-width: 950px) {
  .tipologia { 
    width: 100%;
    flex-direction: column;
    padding: 20px;
  }
  .tipologia-card { flex: 1 1 auto; }
}

/* MAPS */
.map-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 70px 0;
}
.map-container iframe {
  width: 100%;
  max-width: 900px;
  min-height: 600px;
  border: 0;
}
.map-title {
  font-size: 41px;
  color: black;
  line-height: 35px;
}
.map-subtilte {
  max-width: 90%;
  font-size: 16px;
  color: black;
  margin: 25px 0;
  line-height: 25px;
  font-weight: 400;
}
@media (max-width: 900px) {
  .map-title { font-size: 26px; }
  .map-container iframe { min-height: 300px; }
}

/* ===== Acessibilidade / UX ===== */
* { -webkit-tap-highlight-color: transparent; }

:focus-visible {
  outline: 2px solid #8D090B;
  outline-offset: 2px;
}
:focus:not(:focus-visible) { outline: none; }

@media (prefers-reduced-motion: reduce) {
  #banner::before {
    transition: none !important;
    transform: none !important;
  }
}
@media (prefers-reduced-motion: no-preference) {
  #banner::before {
    transition: transform 0.3s ease-out;
  }
}
