/* ===================================
   HERO / BANNER PRINCIPAL
==================================== */

.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero__media {
  display: block;
  width: 100%;
  line-height: 0;
}

.hero__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.hero__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 20px;
}

.hero__logo {
  width: 120px;
  height: auto;
  margin-bottom: 12px;
}

.hero__badge {
  background-color: #ffffff;
  color: #1a1a1a;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 8px 16px;
  border-radius: 4px;
  text-align: right;
}

/* ===================================
   LOCALIZAÇÃO (barra com endereço)
==================================== */

.location-bar {
  background-color: #AB5525;
  padding: 15px 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.location-bar__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 1200px;
  margin: 0 auto;
}

.location-bar__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.location-bar__text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

/* ===================================
   DESTAQUE TIPOLOGIAS
==================================== */

.highlights {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #f7941d;
  padding: 16px 20px;
  gap: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

.highlights__item {
  display: flex;
  flex-direction: column;
}

.highlights__item--right {
  text-align: right;
  align-items: flex-end;
}

.highlights__title {
  color: #ffffff;
  font-size: min(30px, 5vw);
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.highlights__subtitle {
  font-size: min(14px, 2.7vw);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-top: 4px;
}

.highlights__subtitle--light {
  color: #ffffff;
  font-weight: bold;
}

.highlights__subtitle--dark {
  color: #0d1b2a;
}

/* ===================================
   FORMULÁRIO DE LEAD
==================================== */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.lead-form {
  background-color: #1a1a1a;
  padding: 32px 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.lead-form__container {
  max-width: 1200px;
  margin: 0 auto;
}

.lead-form__title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 24px;
}

.lead-form__title strong {
  font-weight: 800;
}

.lead-form__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lead-form__field {
  width: 100%;
}

.lead-form__input {
  width: 100%;
  height: 44px;
  padding: 0 14px;
  border-radius: 4px;
  border: none;
  background-color: #ffffff;
  color: #1a1a1a;
  font-size: 14px;
}

.lead-form__input::placeholder {
  color: #666666;
}

.lead-form__phone-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
}

.lead-form__flag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  flex-shrink: 0;
}

.lead-form__flag img {
  width: 20px;
  height: auto;
}

.lead-form__input--phone {
  border-left: 1px solid #e0e0e0;
}

.lead-form__button {
  width: 100%;
  height: 48px;
  background-color: #f7941d;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 8px;
}

.lead-form__button:hover {
  opacity: 0.9;
}

.lead-form__disclaimer {
  color: #999999;
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
  margin-top: 12px;
}

/* ===================================
    CTA TOUR
==================================== */
.cta-tour{
    background:#fff;
    padding:36px 20px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.cta-tour-button{
    display:flex;
    justify-content:center;
    align-items:center;
    width:min(460px,100%);
    height:39px;
    background:#E97522;
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    font-family:inherit;
    font-size:14px;
    font-weight:700;
    border-radius:4px;
    transition:.2s ease;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.cta-tour-button:hover{
    background:#d5681d;
}

/* ===================================
   ÁREA DE LAZER (piscina / rooftop)
==================================== */

.leisure-pool {
  position: relative;
  width: 100%;
  min-height: 480px;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

.leisure-pool__media {
  position: absolute;
  inset: 0;
  line-height: 0;
}

.leisure-pool__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.leisure-pool__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 20px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0) 60%,
    rgba(0, 0, 0, 0.55) 100%
  );
}

.leisure-pool__title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
}

.leisure-pool__title strong {
  font-weight: 800;
}

.leisure-pool__subtitle {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 8px;
}

.leisure-pool__features {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.leisure-pool__feature {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 10px;
}

.leisure-pool__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.leisure-pool__feature-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

/* ====================
    Carrossel
==================== */
.plantas-div {
    width: 100%;
    height: 80vw;
    max-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; /* garante que os botões se posicionem em relação a esse container */
}

.img-planta-div {
    width: 100%;
    height: 90%;
    position: relative;
    overflow: hidden; /* esconde os slides fora da tela */
}

.plantas-track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.45s ease;
}

.planta-slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.button-planta {
    background-color: gray;
    padding: 2px;
    aspect-ratio: 1/1;
    position: absolute;
    cursor: pointer;
    z-index: 2; /* fica acima dos slides */
    display: flex;
    justify-content: center;
    align-items: center;
}

#button-planta-left {
  left: 10px;
  margin: auto;
}

#button-planta-right {
  right: 10px;
  margin: auto;
}

/* ===================================
   Localização Privilegiada
==================================== */

.nearby-places{
    padding:60px 20px;
    background:#fff;
    font-family: Arial, Helvetica, sans-serif;
    user-select: none;
}

.nearby-header{
    max-width:900px;
    margin:0 auto 40px;
    text-align:center;
}

.nearby-header h2{
    margin:0;
    color:#E97522;
    font-size:2.3rem;
    font-weight:700;
    line-height:1;
}

.nearby-header h3{
    margin:6px 0 20px;
    color:#E97522;
    font-size:1.4rem;
    font-weight:700;
    line-height:1;
}

.nearby-header p{
    margin:0;
    color:#E97522;
    font-size:1.2rem;
    line-height:1.3;
    font-weight:300;
}

.nearby-box{
    max-width:1400px;
    margin:0 auto;
    padding:30px;
    border:2px solid #2F91AC;
    border-radius:40px;
    display:grid;
    grid-template-columns:1fr;
    gap:24px;
}

.nearby-item{
    display:flex;
    align-items:flex-start;
    gap:14px;
}

.nearby-item svg{
    width:26px;
    flex-shrink:0;
    margin-top:3px;
}

.nearby-item p{
    margin:0;
    color:#2F91AC;
    font-size:1.25rem;
    line-height:1.2;
    font-weight:300;
}

.nearby-item strong{
    font-weight:700;
}

/* ===================================
   LAZER COMPLETO (carrossel)
==================================== */

.leisure-complete {
  padding: 32px 20px;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

.leisure-complete__title {
  color: #f7941d;
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}

.leisure-complete__carousel {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.leisure-complete__track {
  display: flex;
  width: 100%;
}

.leisure-complete__slide {
  position: relative;
  flex: 0 0 100%;
  min-width: 0;
  width: 100%;
}

.leisure-complete__image {
  width: 100%;
  height: auto;
  display: block;
}

.leisure-complete__label {
  width: 100%;
  background-color: #E16E2B;
  padding: 12px 16px;
}

.leisure-complete__label-text {
  color: #ffffff;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.leisure-complete__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
}

.leisure-complete__arrow svg {
  width: 24px;
  height: 24px;
}

.leisure-complete__arrow--prev {
  left: 4px;
}

.leisure-complete__arrow--next {
  right: 4px;
}

/* ====================
  2º Formulário
==================== */
.lead-form--bottom{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:3rem;
    padding:4rem 1.5rem;
    background:#fff;
}

.lead-form__caixa{
    width:100%;
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
}

.lead-form__caixa img {
    width:100%;
    max-width:230px;
    height:auto;
    margin: 14px 0;
}

.lead-form__caixa p {
  color: #E16E2B;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 18px;
}

.lead-form__content{
    width:100%;
    max-width:680px;
    display:flex;
    flex-direction:column;
    align-items:center;
}

.lead-form__title {
    margin:0 0 2rem;
    text-align:center;
    font-size:2rem;
    font-weight:400;
    line-height:1.2;
}

.lead-form__title strong{
    display:block;
    font-weight:700;
}


/* ====================
    Rodapé
====================*/
.site-footer {
    width: 100%;
    background-color: white;
}

.site-footer__realization {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 3px;
    padding: 30px 0;
    color: #E16E2B;
}

.footer-div img {
    margin-left: 10px;
}

.site-footer__disclaimer {
    width: 80%;
    margin: auto;
    padding-bottom: 30px;
    font-size: min(2vw, 14px);
}

.site-footer__disclaimer p {
    text-align: center;
    color: rgb(116, 116, 116);
}

/* ===================================
   DESKTOP
==================================== */

@media (min-width: 768px) {
  .hero__content {
    padding: 40px 60px;
  }

  .hero__logo {
    width: 180px;
    margin-bottom: 20px;
  }

  .hero__badge {
    font-size: 20px;
    padding: 12px 24px;
  }

  .location-bar {
    padding: 20px 60px;
  }

  .location-bar__icon {
    width: 24px;
    height: 24px;
  }

  .location-bar__text {
    font-size: 40px;
  }

  .highlights {
    padding: 24px 100px;
  }

  .highlights__title {
    font-size: min(40px, 4vw);
  }

  .highlights__subtitle {
    font-size: min(40px, 2.7vw);
  }

  .lead-form {
    padding: 48px 60px;
  }

  .lead-form__container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
  }

  .lead-form__text {
    width: 30%;
  }

  .lead-form__title {
    font-size: 28px;
    margin-bottom: 0;
  }

  .lead-form__form {
    flex: 1;
    max-width: 420px;
  }

  .cta-tour-button{
    font-size: 18px;
  }

  .leisure-pool {
    min-height: 620px;
  }

  .leisure-pool__overlay {
    padding: 60px;
  }

  .leisure-pool__title {
    font-size: 42px;
  }

  .leisure-pool__subtitle {
    font-size: 24px;
  }

  .leisure-pool__features {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 60px;
    row-gap: 16px;
  }

  .leisure-pool__feature {
    width: calc(50% - 30px);
    justify-content: center;
  }

  .leisure-pool__feature-text {
    font-size: 18px;
  }

  .nearby-places{
    padding:90px 40px;
    padding-top: 10px;
  }

  .nearby-header{
    margin-bottom:55px;
  }

  .nearby-header h2{
    font-size:4.8rem;
  }

  .nearby-header h3{
    font-size:2.4rem;
    margin:8px 0 28px;
  }

  .nearby-header p{
    font-size:2rem;
  }

  .nearby-box{
    padding:40px 60px;
    grid-template-columns:repeat(4,1fr);
    column-gap:70px;
    row-gap:34px;
  }

  .nearby-item p{
    font-size: min(1.2rem, 1.4vw);
  }

  .nearby-item svg{
    width:32px;
  }
  
  #button-planta-left {
      left: 10%;
  }

  #button-planta-right {
      right: 10%;
  }

  .leisure-complete {
    padding: 48px 60px;
  }

  .leisure-complete__slide {
    padding: 0 30px;
  }

  .leisure-complete__title {
    font-size: 40px;
    margin-bottom: 28px;
  }

  .leisure-complete__label {
    min-width: 300px;
    position: absolute;
    left: -16px;
    bottom: 24px;
    width: auto;
    padding: 14px 12px;
    padding-left: 72px;
    text-align: end;
  }

  .leisure-complete__label-text {
    font-size: 24px;
  }

  .leisure-complete__arrow {
    width: 44px;
    height: 44px;
  }

  .leisure-complete__arrow svg {
    width: 28px;
    height: 28px;
  }

  .leisure-complete__arrow--prev {
    left: 25px;
  }

  .leisure-complete__arrow--next {
    right: -7px;
  }

  .lead-form--bottom{
      flex-direction:row;
      justify-content:center;
      align-items:center;
      gap:6rem;
      padding:6rem 3rem;
  }

  .lead-form__caixa,
  .lead-form__content{
      flex:1;
      max-width:520px;
  }

  .lead-form__title{
      font-size:3rem;
  }
}