/*!***********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/pages/_home.scss ***!
  \***********************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "Quickpen";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Quickpen.2c0d8a73.otf) format("opentype");
}
.home-lp *, .home-lp *::before, .home-lp *::after {
  box-sizing: border-box;
}
.home-lp img {
  display: block;
}
.home-lp button {
  cursor: pointer;
}
.home-lp input {
  outline: none;
}
.home-lp {
  min-width: 1280px;
  margin: 0;
  font-family: "arboria", sans-serif;
}

.form-card {
  position: relative;
  width: 480px;
  min-height: 441px;
  height: auto;
  flex-shrink: 0;
  border-radius: 8px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.form-card__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form-card__heading {
  font-weight: 400;
  font-size: 28px;
  color: #281402;
  text-align: center;
  line-height: 1.2;
  margin: 0 auto 8px;
  max-width: 320px;
}

.form-fields {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-label {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}

.form-input {
  height: 50px;
  width: 100%;
  background: #fff;
  border: 1px solid #d1d5dc;
  border-radius: 5px;
  padding: 0 16px;
  font-family: "arboria", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(10, 10, 10, 0.85);
  transition: border-color 0.2s;
}
.form-input:focus {
  border-color: #b87b5c;
  outline: none;
}
.form-input::placeholder {
  color: rgba(10, 10, 10, 0.4);
}
.form-input.is-invalid {
  border-color: #e55;
}

.form-feedback {
  font-size: 13px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 4px;
  display: none;
}
.form-feedback--success {
  background: rgba(34, 197, 94, 0.15);
  color: #15803d;
  display: block;
}
.form-feedback--error {
  background: rgba(239, 68, 68, 0.15);
  color: #b91c1c;
  display: block;
}

.btn-solicitar {
  position: relative;
  width: 100%;
  padding: 14px;
  border: 2px solid rgba(253, 214, 164, 0.09);
  border-radius: 10px;
  overflow: hidden;
  font-family: "arboria", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.2s;
}
.btn-solicitar:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.btn-solicitar--dark {
  color: #fff;
  background: linear-gradient(90deg, rgba(40, 20, 2, 0.51) 0%, rgba(102, 102, 102, 0) 50%, rgba(60, 31, 17, 0.51) 100%), linear-gradient(90deg, rgb(172, 84, 19) 0%, rgb(172, 84, 19) 100%);
}
.btn-solicitar--light {
  color: #3c210a;
  background: #FDD6A4 linear-gradient(90deg, rgba(40, 20, 2, 0.39) 0%, rgba(102, 102, 102, 0) 50%, rgba(60, 31, 17, 0.39) 100%);
}

.form-privacy {
  font-weight: 400;
  font-size: 12px;
  color: rgba(43, 38, 33, 0.5);
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

.home-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  height: 93px;
  padding: 0 120px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid #f3f4f6;
  display: flex;
  align-items: center;
  transition: box-shadow 0.3s;
}
.home-header.is-scrolled {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}
.home-header__container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-header__logo {
  height: 37px;
  width: auto;
}
.home-header__nav {
  display: flex;
  align-items: center;
  gap: 40px;
}
.home-header__nav-link {
  font-weight: 500;
  font-size: 14px;
  color: #3c210a;
  text-decoration: none;
  letter-spacing: 0.35px;
  background: none;
  border: none;
  font-family: inherit;
}
.home-header__nav-link:hover {
  text-decoration: underline;
}
.home-header__cta {
  height: 44px;
  padding: 0 28px;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0.2px;
  white-space: nowrap;
  width: auto;
}
.home-header__logos {
  display: flex;
  align-items: center;
  gap: 27px;
}
.home-header__logo-partner {
  height: 25px;
  width: auto;
}
.home-header__logo-divider {
  width: 1px;
  height: 19px;
  background: #d1d5dc;
  flex-shrink: 0;
}
.home-header__logo-rem {
  height: 30px;
  width: auto;
}
.home-header__hamburger {
  display: none;
}

.home-header__mobile-nav {
  display: none;
}

.home-hero {
  position: relative;
  height: 100vh;
  min-height: 810px;
  overflow: hidden;
}
.home-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.home-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.home-hero__slide.active {
  opacity: 1;
}
.home-hero__slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hero__bg-overlay1 {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.02);
}
.home-hero__bg-overlay2 {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.38) 11%, rgba(0, 0, 0, 0) 58%);
  mix-blend-mode: multiply;
}
.home-hero__bg-overlay3 {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.08) 40%);
}
.home-hero__bg-overlay4 {
  position: absolute;
  inset: 0;
  background: rgba(60, 33, 10, 0.3);
  mix-blend-mode: multiply;
}
.home-hero__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 130px;
  width: max-content;
}
.home-hero__text {
  width: 654px;
  display: flex;
  flex-direction: column;
  gap: 33px;
}
.home-hero__tag {
  display: inline-flex;
  width: fit-content;
  background: rgba(0, 0, 0, 0.16);
  border: 1.125px solid rgba(255, 255, 255, 0.2);
  padding: 9px;
}
.home-hero__tag span {
  font-weight: 500;
  font-size: 13.5px;
  color: #fdd6a4;
  letter-spacing: 1.35px;
  text-transform: uppercase;
}
.home-hero__doppio-logo {
  height: 62px;
  width: 249px;
}
.home-hero__headline {
  display: flex;
  flex-direction: column;
  width: 546px;
}
.home-hero__headline-line {
  display: block;
  font-weight: 400;
  font-size: 53px;
  color: #fff;
  letter-spacing: 6.66px;
  text-transform: uppercase;
  line-height: 1.25;
}
.home-hero__headline-script {
  font-family: "Quickpen", cursive;
  font-size: 82px;
  color: #fdd6a4;
  line-height: 77px;
  padding-left: 10px;
  pointer-events: none;
}
.home-hero__location {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.3px;
  margin: 0;
}
.home-hero__location-pin {
  width: 14px;
  height: 17px;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.85);
}
.home-hero__tag {
  display: none;
}
.home-hero__doppio-logo {
  display: none;
}

.home-hero__specs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.home-hero__spec-item {
  color: #fff;
  line-height: 1.15;
}
.home-hero__spec-item:nth-child(1) {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}
.home-hero__spec-item:nth-child(2) {
  font-size: 64px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.05;
}
.home-hero__spec-item:nth-child(3) {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
}

.home-hero__selos {
  position: absolute;
  bottom: 32px;
  right: 40px;
  display: flex;
  gap: 16px;
  align-items: center;
}

.home-hero__selo-img {
  height: 80px;
  width: auto;
}

.home-synthesis {
  background: #faf8f5;
  padding: 100px 120px;
}
.home-synthesis__container {
  max-width: 1216px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 80px;
}
.home-synthesis__left {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-width: 0;
}
.home-synthesis__headline {
  font-weight: 500;
  font-size: 52px;
  color: #2b2621;
  line-height: 1.15;
  letter-spacing: -0.52px;
  margin: 0;
}
.home-synthesis__script {
  font-family: "Quickpen", cursive;
  font-size: 64px;
  color: #bb4d00;
  font-weight: 400;
  display: inline;
}
.home-synthesis__suffix {
  display: block;
  font-size: 52px;
}
.home-synthesis__image-wrap {
  flex: 1 1 0;
  min-height: 560px;
  border-radius: 23px;
  overflow: hidden;
  position: relative;
}
.home-synthesis__image-wrap--empty {
  background: rgba(60, 33, 10, 0.06);
}
.home-synthesis__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home-synthesis__selo {
  position: absolute;
  transform: rotate(25deg);
  top: 5px;
  right: 5px;
  z-index: 10;
  max-width: 120px;
  pointer-events: none;
}
.home-synthesis__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.home-synthesis__slide.active {
  opacity: 1;
}
.home-synthesis__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-synthesis .btn-solicitar--outline {
  align-self: flex-start;
  width: auto;
  min-width: 280px;
  padding: 12px 48px;
  border: 1px solid #b87b5c;
  border-radius: 6px;
  background: linear-gradient(90deg, rgba(40, 20, 2, 0.51) 0%, rgba(102, 102, 102, 0) 50%, rgba(60, 31, 17, 0.51) 100%), linear-gradient(90deg, rgb(172, 84, 19) 0%, rgb(172, 84, 19) 100%);
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
}

.home-positioning {
  position: relative;
  padding: 80px 0 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  overflow: hidden;
}
.home-positioning__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.home-positioning__bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-positioning__bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(60, 33, 10, 0.64) 0%, rgba(60, 33, 10, 0.64) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.59) 100%);
}
.home-positioning__heading {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.home-positioning__title {
  position: relative;
  font-weight: 500;
  font-size: 56px;
  color: #fff;
  letter-spacing: -0.56px;
  text-align: center;
  line-height: 1.15;
  max-width: 896px;
  margin: 0;
}
.home-positioning__title .script {
  font-family: "Quickpen", cursive;
  font-size: 66px;
  color: #fdd6a4;
  font-weight: 400;
  letter-spacing: 0;
}
.home-positioning__title-bar {
  width: 64px;
  height: 4px;
  background: #b87b5c;
  border-radius: 99px;
}
.home-positioning__gallery {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
}
.home-positioning__gallery-btn {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  cursor: pointer;
}
.home-positioning__gallery-btn:hover {
  background: rgba(255, 255, 255, 0.3);
}
.home-positioning__gallery-track {
  flex: 1;
  display: flex;
  gap: 22px;
  align-items: flex-end;
  min-width: 0;
}
.home-positioning__gallery-featured {
  position: relative;
  flex: 1 1 auto;
  height: 462px;
  border-radius: 8px;
  overflow: hidden;
  min-width: 0;
}
.home-positioning__gallery-featured img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.3s;
}
.home-positioning__gallery-thumbs {
  flex-shrink: 0;
  width: 349px;
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.home-positioning__gallery-thumb {
  position: relative;
  height: 220px;
  border-radius: 8px;
  overflow: hidden;
}
.home-positioning__gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home-positioning__gallery-label {
  position: absolute;
  bottom: 12px;
  left: 12px;
  font-size: 13px;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
  padding: 4px 10px;
  border-radius: 4px;
}
.home-positioning__amenities {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 1140px;
  padding: 0 20px;
}
.home-positioning__amenity-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(236, 238, 242, 0.9);
  border-radius: 9px;
  padding: 0 16px;
  width: 186px;
  height: 74px;
}
.home-positioning__amenity-tag span {
  font-size: 14px;
  font-weight: 500;
  color: #281402;
  line-height: 1.3;
}
.home-positioning__amenity-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex-shrink: 0;
}
.home-positioning__cta {
  position: relative;
  width: auto;
  min-width: 300px;
  padding: 14px 48px;
}

.home-plants {
  background: url(../a5da2821018078907ade.png) center/cover no-repeat;
  padding: 100px 120px;
}
.home-plants__content {
  max-width: 1216px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.home-plants__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.home-plants__title {
  font-weight: 500;
  font-size: 52px;
  color: #2b2621;
  line-height: 1.15;
  letter-spacing: -0.52px;
  margin: 0;
}
.home-plants__title .script {
  font-family: "Quickpen", cursive;
  font-size: 64px;
  color: #bb4d00;
  font-weight: 400;
}
.home-plants__sub {
  font-family: "Quickpen", cursive;
  font-size: 64px;
  color: #3C210A;
  margin: 0;
  letter-spacing: -0.36px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.home-plants__sub::before, .home-plants__sub::after {
  content: "";
  display: block;
  width: 123px;
  height: 2px;
  background: #BB4D00;
  flex-shrink: 0;
}
.home-plants__title-bar {
  display: none;
}
.home-plants__carousel {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.home-plants__carousel-track {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: rgba(43, 38, 33, 0.05);
  border-radius: 16px;
  overflow: hidden;
}
.home-plants__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-plants__slide.is-active {
  opacity: 1;
}
.home-plants__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.home-plants__slide-label {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
  padding: 6px 16px;
  border-radius: 6px;
  white-space: nowrap;
}
.home-plants__carousel-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.home-plants__carousel-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(43, 38, 33, 0.08);
  border: none;
  color: #281402;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}
.home-plants__carousel-btn:hover {
  background: rgba(43, 38, 33, 0.15);
}
.home-plants__carousel-dots {
  display: none;
}
.home-plants__carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(43, 38, 33, 0.2);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.home-plants__carousel-dot.is-active {
  background: #bb4d00;
  transform: scale(1.25);
}
.home-plants__cta {
  display: none;
}

.home-architecture {
  background: #d9d0c7;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
.home-architecture__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  padding: 0 127px;
}
.home-architecture__title {
  font-weight: 500;
  font-size: 48px;
  color: #281402;
  line-height: 1.15;
  letter-spacing: -0.48px;
  margin: 0;
}
.home-architecture__title .script {
  font-family: "Quickpen", cursive;
  font-size: 58px;
  color: #bb4d00;
  font-weight: 400;
}
.home-architecture__title-bar {
  width: 64px;
  height: 4px;
  background: #3c210a;
  border-radius: 99px;
}
.home-architecture__strip {
  display: flex;
  width: 100%;
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.home-architecture__photo {
  position: relative;
  flex: 1;
  height: 564px;
  overflow: hidden;
  cursor: pointer;
}
.home-architecture__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(1);
  transition: filter 0.4s ease;
}
.home-architecture__photo:hover img {
  filter: grayscale(0);
}
.home-architecture__photo:hover .home-architecture__photo-hover {
  opacity: 1;
}
.home-architecture__photo-hover {
  position: absolute;
  inset: 0;
  background: #faf8f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 32px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.home-architecture__hover-title {
  font-family: "Quickpen", cursive;
  font-size: clamp(34px, 3.2vw, 52px);
  color: #bb4d00;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 14px;
}
.home-architecture__hover-name {
  color: #BB4D00;
  letter-spacing: 2px;
  margin: 0 0 20px;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  line-height: 70.4px;
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
  font-family: "arboria", sans-serif;
}
.home-architecture__hover-text {
  font-size: 14px;
  font-weight: 400;
  color: #364153;
  line-height: 1.7;
  margin: 0;
}
.home-architecture__credits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
  padding-inline: 127px;
}
.home-architecture__credit-card {
  background: #fff;
  border: 1px solid rgba(43, 38, 33, 0.08);
  border-radius: 8px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 0;
  box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.1);
}
.home-architecture__credit-icon {
  width: 48px;
  height: 48px;
  background: #faf8f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.home-architecture__credit-icon img {
  width: 24px;
  height: 24px;
}
.home-architecture__credit-category {
  font-size: 14px;
  font-weight: 500;
  color: #bb4d00;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 8px;
}
.home-architecture__credit-name {
  font-size: 17px;
  font-weight: 400;
  color: #2b2621;
  margin: 0;
  line-height: 1.4;
}

.home-details {
  background: #ebe6df;
  padding: 80px 189px 80px 127px;
}
.home-details__container {
  display: flex;
  gap: 80px;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}
.home-details__tabs-list {
  flex-shrink: 0;
  width: 554px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.home-details__tab {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: none;
  border: none;
  padding: 12px 0;
  cursor: pointer;
  text-align: left;
  width: 100%;
}
.home-details__tab-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.home-details__tab-label {
  font-family: "Quickpen", cursive;
  font-size: 48px;
  color: #3C210A;
  line-height: 1.57;
  letter-spacing: -0.56px;
  transition: color 0.25s;
  white-space: nowrap;
}
.home-details__tab-indicator {
  font-family: "arboria", sans-serif;
  font-size: 28px;
  font-weight: 300;
  color: #3C210A;
  flex-shrink: 0;
  transition: color 0.25s;
}
.home-details__tab-bar {
  display: block;
  height: 2px;
  width: 100%;
  background: #3C210A;
  border-radius: 99px;
  transition: background 0.25s;
  margin-top: 4px;
}
.home-details__tab.is-active .home-details__tab-label {
  color: #bb4d00;
}
.home-details__tab.is-active .home-details__tab-indicator {
  color: #bb4d00;
}
.home-details__tab.is-active .home-details__tab-bar {
  background: #bb4d00;
}
.home-details__panels {
  flex: 1;
  min-width: 0;
  padding-top: 16px;
}
.home-details__panel {
  display: none;
  animation: fadeIn 0.3s ease;
}
.home-details__panel.is-active {
  display: block;
}
.home-details__list {
  list-style: disc;
  padding-left: 24px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.home-details__list-item {
  font-family: "arboria", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #7a6f65;
  line-height: 1.65;
  margin-bottom: 16px;
}
.home-details__list-item strong {
  font-weight: 600;
  color: #281402;
}
.home-details__content {
  font-size: 18px;
  color: #7a6f65;
  line-height: 1.65;
}
.home-details__content ul {
  padding-left: 24px;
}
.home-details__content li {
  margin-bottom: 14px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.home-cta-form {
  position: relative;
  min-height: 970px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 128px 120px;
}
.home-cta-form__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.home-cta-form__bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home-cta-form__bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.41);
  mix-blend-mode: normal;
}
.home-cta-form__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  width: 100%;
  max-width: 1024px;
}
.home-cta-form__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.home-cta-form__title {
  font-weight: 500;
  font-size: 52px;
  color: #fff;
  letter-spacing: -0.52px;
  line-height: 1.15;
  margin: 0;
  max-width: 972px;
}
.home-cta-form__script {
  font-family: "Quickpen", cursive;
  font-size: 64px;
  color: #fdd6a4;
  font-weight: 400;
}
.home-cta-form__subtext {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  margin: 0;
}
.home-cta-form__card {
  background: #faf8f5;
  border: 1px solid rgba(43, 38, 33, 0.08);
  border-radius: 8px;
  padding: 49px 49px 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 672px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
}
.home-cta-form__fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.home-cta-form__field-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.home-cta-form__label {
  font-size: 14px;
  font-weight: 500;
  color: #2b2621;
  line-height: 1.5;
}
.home-cta-form__input {
  height: 48px;
  width: 100%;
  background: #faf8f5;
  border: 1px solid rgba(43, 38, 33, 0.15);
  border-radius: 6px;
  padding: 4px 12px;
  font-family: "arboria", sans-serif;
  font-size: 15px;
  color: #2b2621;
  outline: none;
  transition: border-color 0.2s;
}
.home-cta-form__input::placeholder {
  color: #7a6f65;
}
.home-cta-form__input.is-invalid {
  border-color: #e55;
}
.home-cta-form__input:focus {
  border-color: rgba(60, 33, 10, 0.4);
}
.home-cta-form__actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  width: 100%;
}
.home-cta-form__btn {
  width: 100%;
  height: 48px;
  border-radius: 6px;
  font-size: 15px;
  padding: 0;
}
.home-cta-form__terms {
  font-size: 12px;
  font-weight: 400;
  color: #7a6f65;
  text-align: center;
  line-height: 1.5;
  margin: 0;
  max-width: 448px;
}
.home-cta-form__selo {
  position: absolute;
  bottom: 32px;
  right: 32px;
  z-index: 3;
  width: 116px;
  height: 100px;
}
.home-cta-form__selo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.home-incorporadoras {
  position: relative;
  padding: 85px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  overflow: hidden;
}
.home-incorporadoras__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.home-incorporadoras__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
}
.home-incorporadoras__bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-incorporadoras__heading {
  position: relative;
  text-align: center;
  max-width: 910px;
}
.home-incorporadoras__heading h2 {
  font-weight: 500;
  font-size: 48px;
  color: #3c210a;
  line-height: 1.25;
  margin-bottom: 32px;
}
.home-incorporadoras__heading h2 .script {
  font-family: "Quickpen", cursive;
  font-size: 58px;
  font-weight: 400;
  color: #3C210A;
}
.home-incorporadoras__heading p {
  font-weight: 400;
  font-size: 20px;
  color: #364153;
  line-height: 32.5px;
}
.home-incorporadoras__video-wrap {
  position: relative;
  width: 981px;
  height: 552px;
  border-radius: 15px;
  overflow: hidden;
  flex-shrink: 0;
  cursor: pointer;
}
.home-incorporadoras__video-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-incorporadoras__logos-card {
  position: relative;
  background: rgba(254, 254, 254, 0.4);
  border: 3.26px solid rgba(253, 214, 164, 0.95);
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  gap: 60px;
  padding: 48px 60px;
  width: 100%;
}
.home-incorporadoras__logos-col {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.home-incorporadoras__logos-col img {
  height: 26px;
  width: auto;
}
.home-incorporadoras__logos-divider-h {
  width: 52px;
  height: 3.26px;
  background: #3c210a;
  flex-shrink: 0;
}
.home-incorporadoras__logos-text {
  font-weight: 400;
  font-size: 20px;
  color: #364153;
  text-align: center;
  line-height: 1.6;
}
.home-incorporadoras__logos-text strong {
  font-weight: 700;
  color: #281402;
}
.home-incorporadoras__logos-text p {
  margin: 0 0 8px;
}
.home-incorporadoras__stats {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding-top: 24px;
  margin-top: 8px;
}
.home-incorporadoras__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
}
.home-incorporadoras__stat-title {
  font-family: "arboria", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #281402;
  letter-spacing: 0.5px;
  line-height: 1.2;
  text-transform: uppercase;
}
.home-incorporadoras__stat-label {
  font-weight: 400;
  font-size: 15px;
  color: #364153;
  line-height: 1.5;
}
.home-incorporadoras__logos-vdivider {
  width: 1px;
  align-self: stretch;
  min-height: 363px;
  background: rgba(60, 33, 10, 0.15);
  flex-shrink: 0;
}
.home-incorporadoras__partnership {
  position: relative;
  text-align: center;
  max-width: 970px;
  display: flex;
  flex-direction: column;
  gap: 27px;
  align-items: center;
}
.home-incorporadoras__partnership p {
  font-weight: 400;
  font-size: 20px;
  color: #1e2939;
  line-height: 1.5;
}
.home-incorporadoras__partnership p strong {
  font-weight: 500;
}
.home-incorporadoras__partnership p b {
  font-weight: 700;
}
.home-incorporadoras__partnership .btn-solicitar {
  max-width: 306px;
}

.home-cta {
  position: relative;
  height: 704px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-cta__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.home-cta__bg-img {
  position: absolute;
  inset: 0;
}
.home-cta__bg-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-cta__bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}
.home-cta__content {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 902px;
  padding: 0 32px;
}
.home-cta__title {
  font-weight: 500;
  font-size: 52px;
  color: #fff;
  letter-spacing: -0.52px;
  line-height: 1.15;
  margin: 0;
}
.home-cta__title .script {
  font-family: "Quickpen", cursive;
  font-size: 64px;
  color: #fdd6a4;
  font-weight: 400;
  letter-spacing: 0;
}

.home-location {
  background: #ebe6df;
  padding: 80px 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.home-location__heading {
  width: 100%;
  text-align: center;
}
.home-location__title {
  font-family: "arboria", sans-serif;
  font-weight: 300;
  font-size: 56px;
  color: #2b2621;
  line-height: 1.15;
  letter-spacing: -0.56px;
  margin: 0;
}
.home-location__title .script {
  font-family: "Quickpen", cursive;
  font-size: 66px;
  color: #3c210a;
  font-weight: 400;
  display: block;
}
.home-location__row {
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 60px;
}
.home-location__text-col {
  flex: 2 1 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-width: 0;
}
.home-location__description {
  font-size: 18px;
  color: #7A6F65;
  line-height: 1.7;
  margin: 0;
}
.home-location__cta {
  width: auto;
  align-self: flex-start;
  padding: 14px 28px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.home-location__cta-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
}
.home-location__map-wrap {
  flex: 3 1 0;
  height: 517px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  background: #eee;
}
.home-location__map-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home-location__map-placeholder {
  width: 100%;
  height: 100%;
}
.home-location__highlights-wrap {
  width: 100%;
  max-width: 1374px;
}
.home-location__highlights-card {
  background: #faf8f5;
  border-radius: 33px;
  padding: 64px 80px;
  display: flex;
  align-items: center;
  gap: 60px;
  box-shadow: 0 13px 10px rgba(0, 0, 0, 0.1), 0 5px 4px rgba(0, 0, 0, 0.1);
}
.home-location__highlights-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.home-location__highlights-title {
  font-family: "Quickpen", cursive;
  font-weight: 400;
  font-size: 66px;
  color: #3c210a;
  line-height: 1.15;
  letter-spacing: -0.56px;
  margin: 0;
  max-width: 70%;
}
.home-location__highlights-bar {
  width: 64px;
  height: 4px;
  background: #b87b5c;
  border-radius: 99px;
}
.home-location__highlights-desc {
  font-size: 18px;
  color: #7a6f65;
  line-height: 1.7;
  margin: 0;
  max-width: 428px;
}
.home-location__highlights-grid {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.home-location__highlight-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.home-location__highlight-cat {
  font-size: 20px;
  font-weight: 700;
  color: #bb4d00;
  margin: 0 0 4px;
  line-height: 1.1;
}
.home-location__highlight-list {
  list-style: disc;
  margin: 0;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.home-location__highlight-item {
  margin-bottom: 8px;
  line-height: 1.55;
}
.home-location__highlight-name {
  font-size: 16px;
  color: #364153;
  font-weight: 500;
}
.home-location__highlight-dist {
  font-size: 16px;
  font-weight: 400;
  color: #364153;
}
.home-location__highlight-dist::before {
  content: " — ";
}

.home-footer {
  background: #281402;
  padding: 50px 120px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.home-footer__top {
  display: flex;
  gap: 100px;
  align-items: flex-start;
  justify-content: space-between;
}
.home-footer__col h4 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.home-footer__col p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}
.home-footer__logos {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}
.home-footer__logos img {
  height: 25px;
  width: auto;
}
.home-footer__social {
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0.8;
  margin-top: 8px;
}
.home-footer__social img {
  width: 20px;
  height: 20px;
}
.home-footer__social a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.home-footer__divider {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.home-footer__legal {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 802px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 50px;
}
.home-footer__copy {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 16px;
}

.home-toast {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: #3c210a;
  color: #fff;
  padding: 14px 32px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  z-index: 9999;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: none;
}
.home-toast.is-visible {
  transform: translateX(-50%) translateY(0);
}

.lp-floating-buttons {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lp-floating-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
  flex-shrink: 0;
}
.lp-floating-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.lp-floating-btn--whatsapp {
  background: #25d366;
  color: #fff;
}

@media (max-width: 768px) {
  .lp-floating-buttons {
    bottom: 20px;
    right: 20px;
  }
  .lp-floating-btn {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1440px) {
  .home-header {
    padding: 0 60px;
  }
  .home-header__nav {
    gap: 28px;
  }
}
@media (max-width: 1280px) {
  .home-header {
    padding: 0 32px;
  }
  .home-header__logos {
    display: none;
  }
  .home-header__nav {
    gap: 16px;
  }
  .home-header__nav-link {
    font-size: 13px;
    letter-spacing: 0;
  }
  .home-header__cta {
    padding: 0 18px;
    height: 40px;
    font-size: 13px;
  }
}
@media (max-width: 1440px) {
  .home-location__highlights-title {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .home-location__highlights-left {
    align-items: center;
    text-align: center;
  }
  .home-location__highlights-title {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .home-lp {
    min-width: 0;
  }
  .home-header {
    padding: 0 32px;
  }
  .home-header__logos {
    display: none;
  }
  .home-header__nav {
    gap: 20px;
  }
  .home-header__hamburger {
    display: none;
  }
  .home-header__mobile-nav {
    display: none;
  }
  .home-hero {
    height: auto;
    padding-bottom: 60px;
  }
  .home-hero__content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
    width: 100%;
    padding: 120px 40px 0;
    box-sizing: border-box;
  }
  .home-hero__text {
    width: 100%;
  }
  .home-hero__headline {
    width: 100%;
  }
  .home-hero__headline-line {
    font-size: 38px;
    letter-spacing: 4px;
  }
  .home-hero__headline-script {
    font-size: 60px;
    line-height: 65px;
  }
  .home-hero__location {
    font-size: 16px;
    letter-spacing: 3px;
  }
  .form-card {
    width: 100%;
  }
  .home-hero__selos {
    gap: 12px;
  }
  .home-hero__selo-img {
    height: 40px;
  }
  .home-synthesis {
    padding: 60px 40px;
  }
  .home-synthesis__container {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
  }
  .home-synthesis__left {
    gap: 28px;
  }
  .home-synthesis__headline {
    font-size: 38px;
  }
  .home-synthesis__script {
    font-size: 48px;
  }
  .home-synthesis__suffix {
    font-size: 38px;
  }
  .home-synthesis__image-wrap {
    width: 100%;
    height: 420px;
  }
  .home-synthesis .btn-solicitar--outline {
    align-self: stretch;
    width: 100%;
    padding: 14px 24px;
  }
  .home-positioning {
    padding: 60px 24px 80px;
  }
  .home-positioning__title {
    font-size: 38px;
  }
  .home-positioning__gallery {
    display: grid;
    grid-template-areas: "track track" "prev  next";
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 0 24px;
  }
  .home-positioning__gallery-btn {
    width: 100%;
    height: 44px;
    border-radius: 8px;
  }
  .home-positioning__gallery-btn--prev {
    grid-area: prev;
  }
  .home-positioning__gallery-btn--next {
    grid-area: next;
  }
  .home-positioning__gallery-track {
    grid-area: track;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .home-positioning__gallery-featured {
    height: 320px;
    width: 100%;
  }
  .home-positioning__gallery-thumbs {
    width: 100%;
    flex-direction: row;
  }
  .home-positioning__gallery-thumb {
    height: 170px;
    flex: 1;
  }
  .home-positioning__amenity-tag {
    width: calc(33.333% - 8px);
  }
  .home-plants {
    padding: 60px 40px;
  }
  .home-plants__title {
    font-size: 38px;
  }
  .home-plants__carousel {
    max-width: 100%;
  }
  .home-details {
    padding: 60px 40px;
  }
  .home-details__container {
    flex-direction: column;
    gap: 40px;
  }
  .home-details__tabs-list {
    width: 100%;
  }
  .home-details__tab-label {
    font-size: 36px;
  }
  .home-architecture {
    padding: 60px 0;
  }
  .home-architecture__heading {
    padding-inline: 40px;
  }
  .home-architecture__strip {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .home-architecture__photo {
    flex: unset;
    width: 335px;
    height: 490px;
  }
  .home-architecture__credits {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding-inline: 40px;
  }
  .home-location {
    padding: 60px 40px;
    gap: 48px;
  }
  .home-location__heading {
    text-align: center;
  }
  .home-location__title {
    font-size: 36px;
    text-align: center;
  }
  .home-location__title .script {
    font-size: 44px;
  }
  .home-location__row {
    flex-direction: column;
    gap: 40px;
  }
  .home-location__text-col {
    flex: unset;
    width: 100%;
  }
  .home-location__map-wrap {
    width: 100%;
    height: 360px;
    flex: unset;
  }
  .home-location__highlights-card {
    flex-direction: column;
    padding: 40px 32px;
    gap: 32px;
  }
  .home-location__highlights-left {
    flex: unset;
    width: 100%;
  }
  .home-location__highlights-title {
    font-size: 44px;
  }
  .home-cta-form {
    padding: 80px 40px;
    min-height: auto;
  }
  .home-cta-form__title {
    font-size: 38px;
  }
  .home-cta-form__script {
    font-size: 48px;
  }
  .home-cta-form__card {
    max-width: 100%;
  }
  .home-incorporadoras {
    padding: 60px 40px;
    gap: 48px;
  }
  .home-incorporadoras__heading h2 {
    font-size: 36px;
    display: flex;
    flex-direction: column;
  }
  .home-incorporadoras__heading h2 .script {
    font-size: 44px;
  }
  .home-incorporadoras__heading p {
    font-size: 18px;
  }
  .home-incorporadoras__video-wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .home-incorporadoras__logos-card {
    flex-direction: column;
    gap: 32px;
    padding: 24px 32px;
    align-items: center;
  }
  .home-incorporadoras__logos-vdivider {
    display: none;
  }
  .home-incorporadoras__logos-col {
    max-width: 100%;
    width: 100%;
    align-items: center;
  }
  .home-incorporadoras__logos-divider-h {
    align-self: center;
  }
  .home-cta {
    height: auto;
    padding: 80px 40px;
  }
  .home-cta__title {
    font-size: 38px;
  }
  .home-cta__title .script {
    font-size: 48px;
  }
  .home-footer {
    padding: 40px 40px;
  }
  .home-footer__top {
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .home-header {
    height: 64px;
    padding: 0 20px;
  }
  .home-header__nav {
    display: none;
  }
  .home-header__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 36px;
    height: 36px;
    background: none;
    border: none;
    padding: 4px;
    cursor: pointer;
    flex-shrink: 0;
  }
  .home-header__hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #281402;
    border-radius: 2px;
    transition: transform 0.25s, opacity 0.25s;
    transform-origin: center;
  }
  .home-header.is-open .home-header__hamburger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .home-header.is-open .home-header__hamburger span:nth-child(2) {
    opacity: 0;
  }
  .home-header.is-open .home-header__hamburger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .home-header__mobile-nav {
    display: block;
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid #f3f4f6;
    z-index: 199;
    padding: 24px 20px 32px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .home-header__mobile-nav nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .home-header__mobile-nav .home-header__nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #3c210a;
    text-decoration: none;
    padding: 4px 0;
  }
  .home-header__mobile-nav .home-header__cta {
    margin-top: 8px;
    height: 48px;
    padding: 0 32px;
    background: #281402;
    color: #fff;
    font-family: "arboria", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    align-self: flex-start;
  }
  .home-header__mobile-nav.is-open {
    opacity: 1;
    visibility: visible;
  }
  .home-hero__content {
    padding: 100px 24px 0;
    gap: 32px;
  }
  .home-hero__text {
    align-items: center;
    text-align: center;
  }
  .home-hero__headline-line {
    font-size: 30px;
    letter-spacing: 3px;
  }
  .home-hero__headline-script {
    font-size: 50px;
    line-height: 60px;
  }
  .home-hero__location {
    font-size: 14px;
    letter-spacing: 2px;
  }
  .form-card {
    padding: 28px 20px;
  }
  .form-card__heading {
    font-size: 22px;
  }
  .home-hero__selos {
    gap: 8px;
  }
  .home-hero__selo-img {
    height: 32px;
  }
  .home-synthesis {
    padding: 48px 24px;
  }
  .home-synthesis__headline {
    font-size: 28px;
  }
  .home-synthesis__script {
    font-size: 36px;
  }
  .home-synthesis__suffix {
    font-size: 28px;
  }
  .home-synthesis__image-wrap {
    height: 280px;
  }
  .home-details {
    padding: 48px 24px;
  }
  .home-details__tab-label {
    font-size: 28px;
  }
  .home-details__list-item {
    font-size: 16px;
  }
  .home-cta-form {
    padding: 60px 24px;
  }
  .home-cta-form__title {
    font-size: 28px;
  }
  .home-cta-form__script {
    font-size: 40px;
  }
  .home-cta-form__card {
    padding: 32px 20px 20px;
  }
  .home-cta-form__selo {
    width: 80px;
    height: 70px;
  }
  .home-positioning {
    padding: 48px 20px 60px;
  }
  .home-positioning__title {
    font-size: 28px;
  }
  .home-positioning__title .script {
    font-size: 44px;
  }
  .home-positioning__gallery {
    padding: 0;
  }
  .home-positioning__gallery-featured {
    height: 220px;
  }
  .home-positioning__gallery-thumbs {
    flex-direction: row;
  }
  .home-positioning__gallery-thumb {
    height: 130px;
  }
  .home-positioning__amenity-tag {
    width: calc(50% - 6px);
    min-height: 64px;
    height: fit-content;
  }
  .home-plants {
    padding: 48px 24px;
  }
  .home-plants__title {
    font-size: 28px;
  }
  .home-plants__title .script {
    font-size: 36px;
  }
  .home-plants__sub {
    font-size: 24px;
    gap: 12px;
  }
  .home-plants__sub::before, .home-plants__sub::after {
    width: 60px;
  }
  .home-architecture {
    padding: 48px 0 60px;
  }
  .home-architecture__heading {
    padding-inline: 20px;
  }
  .home-architecture__photo {
    width: 335px;
    height: 490px;
  }
  .home-architecture__photo-hover {
    padding: 24px 20px;
  }
  .home-architecture__hover-title {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .home-architecture__hover-name {
    font-size: 10px;
    margin-bottom: 14px;
  }
  .home-architecture__hover-text {
    font-size: 12px;
  }
  .home-architecture__credits {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding-inline: 20px;
  }
  .home-architecture__credit-card {
    padding: 20px;
  }
  .home-incorporadoras {
    padding: 40px 24px;
    gap: 36px;
  }
  .home-incorporadoras__heading h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .home-incorporadoras__heading h2 .script {
    font-size: 36px;
  }
  .home-incorporadoras__heading p {
    font-size: 16px;
    line-height: 24px;
  }
  .home-incorporadoras__logos-card {
    padding: 0;
    gap: 24px;
    background: none;
    border: none;
  }
  .home-incorporadoras__logos-col {
    background: rgba(254, 254, 254, 0.4);
    border: 3.26px solid rgba(253, 214, 164, 0.95);
    border-radius: 12px;
    padding: 24px 20px;
  }
  .home-incorporadoras__logos-vdivider {
    display: block;
    width: 100%;
    min-height: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(60, 33, 10, 0.15) 20%, rgba(60, 33, 10, 0.15) 80%, transparent);
    align-self: center;
  }
  .home-incorporadoras__logos-text {
    font-size: 16px;
  }
  .home-incorporadoras__logos-text strong {
    font-size: 20px;
  }
  .home-incorporadoras__partnership {
    text-align: center;
  }
  .home-incorporadoras__partnership p {
    font-size: 16px;
  }
  .home-cta {
    height: auto;
    padding: 60px 24px;
  }
  .home-cta__title {
    font-size: 28px;
  }
  .home-cta__title .script {
    font-size: 40px;
  }
  .home-location {
    padding: 48px 24px;
    gap: 36px;
  }
  .home-location__heading {
    text-align: center;
  }
  .home-location__title {
    font-size: 28px;
    text-align: center;
  }
  .home-location__title .script {
    font-size: 36px;
  }
  .home-location__description {
    font-size: 16px;
  }
  .home-location__map-wrap {
    height: 260px;
  }
  .home-location__highlights-card {
    padding: 28px 20px;
    border-radius: 20px;
  }
  .home-location__highlights-title {
    font-size: 36px;
  }
  .home-location__highlights-grid {
    flex-direction: column;
    gap: 20px;
  }
  .home-footer {
    padding: 40px 24px;
    gap: 32px;
  }
  .home-footer__top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 28px;
  }
  .home-footer__col {
    width: 100%;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .home-footer__col:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .home-footer__logos {
    justify-content: center;
  }
  .home-footer__social {
    justify-content: center;
  }
  .home-footer__legal {
    padding-top: 32px;
  }
}
.privacy-policy {
  background: #f7f4f0;
  min-height: 60vh;
  padding: 80px 0 120px;
}
.privacy-policy__container {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 40px;
}
.privacy-policy__header {
  border-bottom: 2px solid rgba(60, 33, 10, 0.15);
  padding-bottom: 40px;
  margin-bottom: 56px;
}
.privacy-policy__title {
  font-family: "arboria", sans-serif;
  font-weight: 300;
  font-size: 48px;
  color: #281402;
  line-height: 1.15;
  letter-spacing: -0.5px;
  margin: 0;
}
.privacy-policy__content {
  font-family: "arboria", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #3d3530;
}
.privacy-policy__content h2 {
  font-size: 26px;
  font-weight: 600;
  color: #281402;
  margin: 56px 0 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(60, 33, 10, 0.1);
  line-height: 1.3;
}
.privacy-policy__content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #3c210a;
  margin: 36px 0 12px;
  line-height: 1.3;
}
.privacy-policy__content h4 {
  font-size: 17px;
  font-weight: 600;
  color: #281402;
  margin: 24px 0 8px;
  line-height: 1.3;
}
.privacy-policy__content p {
  margin: 0 0 20px;
}
.privacy-policy__content ul, .privacy-policy__content ol {
  margin: 0 0 20px;
  padding-left: 24px;
}
.privacy-policy__content ul li, .privacy-policy__content ol li {
  margin-bottom: 8px;
}
.privacy-policy__content strong {
  font-weight: 600;
  color: #281402;
}
.privacy-policy__content a {
  color: #3c210a;
  text-decoration: underline;
}
.privacy-policy__content a:hover {
  color: #281402;
}
.privacy-policy__content table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 15px;
}
.privacy-policy__content table th {
  background: #281402;
  color: #fff;
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
}
.privacy-policy__content table td {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(60, 33, 10, 0.1);
  vertical-align: top;
}
.privacy-policy__content table tr:nth-child(even) td {
  background: rgba(60, 33, 10, 0.03);
}
@media (max-width: 768px) {
  .privacy-policy {
    padding: 48px 0 80px;
  }
  .privacy-policy__container {
    padding: 0 24px;
  }
  .privacy-policy__title {
    font-size: 32px;
  }
  .privacy-policy__header {
    margin-bottom: 40px;
    padding-bottom: 28px;
  }
  .privacy-policy__content {
    font-size: 15px;
  }
  .privacy-policy__content h2 {
    font-size: 22px;
    margin: 40px 0 12px;
  }
  .privacy-policy__content h3 {
    font-size: 18px;
    margin: 28px 0 10px;
  }
}
