.page-template-landing-page .pv-menu {
    display: none;
}

.lp__hero {
    background: url(../images/lp/bg-hero.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 800px;
    padding: 100px 0;
}

.lp__hero--content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 130px;
    position: relative;
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    height: stretch;
}

.lp__hero--content--sem-form {
    justify-content: center;
}

.lp__content--selo {
    position: absolute;
    top: 120px;
    left: 50%;
    z-index: 10;
}

.lp__content--titulos {
    display: flex;
    flex-direction: column;
    height: stretch;
    justify-content: space-between;
    margin-top: 100px;
    gap: 50px;
}

.lp__titulos--head {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin-left: 110px;
}

.lp__titulos--head h2 {
    color: var(--Sec-400, #C59238);
    font-family: "Pluto Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: -20px;
    margin-left: -40px;
}

.lp__titulos--head h3 {
    color: var(--Sec-400, #C59238);
    font-family: "Pluto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: right;
    margin-top: -80px;
}

.lp__titulos-condicoes {
    display: flex;
    gap: 4px;
    position: relative;
}

.lp__titulos-condicoes>* {
    flex: 1;
}

.lp__condicoes--sinal,
.lp__condicoes--entrada,
.lp__condicoes-dorms {
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(10px);
    padding: 14px 37px;
}

.lp__condicoes--sinal {
    border-radius: 16px 0 0 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
}

.lp__condicoes-dorms {
    border-radius: 0 16px 16px 0;
    display: flex;
    gap: 4px;
    align-items: center;
}

.sinal-head {
    color: var(--Niagra-500, #6F112F);
    font-family: "Pluto Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 8px;
    /* 80% */
    text-transform: lowercase;
}

.sinal-head span {
    color: var(--Sec-800, #994515);
    text-align: center;
    font-family: "Pluto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 100% */
    text-transform: uppercase;
}

.sinal-value {
    color: var(--Niagra-400, #B32F42);
    text-align: center;
    font-family: "Pluto Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 83.333% */
    letter-spacing: -2.4px;
}

.sinal-value .moeda {
    color: var(--Niagra-400, #B32F42);
    text-align: center;
    font-family: "Pluto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.sinal-value .centavos {
    color: var(--Niagra-400, #B32F42);
    font-family: "Pluto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.lp__condicoes--entrada {
    display: flex;
    align-items: center;
    gap: 4px;
}

.entrada-head {
    color: var(--Sec-800, #994515);
    font-family: "Pluto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 114.286% */
    text-transform: uppercase;
}

.entrada-inicio {
    color: var(--Niagra-500, #6F112F);
    font-family: "Pluto Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 8px;
    /* 80% */
    text-transform: lowercase;
    margin-left: 8px;
}

.entrada-value {
    color: var(--Niagra-400, #B32F42);
    font-family: "Pluto Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 83.333% */
    letter-spacing: -2.4px;
}

.entrada-value-x {
    color: var(--Niagra-400, #B32F42);
    font-family: "Pluto Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.entrada-value-ast {
    color: var(--Niagra-500, #6F112F);
    text-align: center;
    font-family: "Pluto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 100% */
}

.condicoes--entrada-value {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.dorms-body {
    color: var(--Niagra-400, #B32F42);
    text-align: center;
    font-family: "Pluto Sans";
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 85.714% */
}

.dorms-fgts {
    color: var(--Sec-800, #994515);
    font-family: "Pluto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 100% */
    text-transform: uppercase;
}

.dorms-garden {
    color: var(--Niagra-500, #6F112F);
    font-family: "Pluto Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    text-transform: lowercase;
}

.lp__condicoes--gerais {
    position: absolute;
    bottom: -20px;
    right: 50%;
    transform: translateX(50%);
    border-radius: 54px;
    background: var(--Sec-400, #C59238);
    width: 100%;
    max-height: 12px;
    height: 100%;
}

.lp__condicoes--gerais h3 {
    color: var(--Sec-100, #F8F2E6);
    text-align: center;
    font-family: Manrope;
    font-size: 8px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 2px;
}

/* FORMULÁRIO
   Mesma estrutura e medidas do card usado em page-home.php. */
.lp-form {
    width: 290px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    font-family: 'Poppins', sans-serif;
}

.lp__hero .lp-form__box {
    border-radius: 32px;
    opacity: 0.9;
    background: var(--Gradient-500, linear-gradient(270deg, #321A22 0%, #6F112F 100%));
    max-width: 290px;
}

.lp-form * {
    font-family: inherit;
}

.lp-form__logo {
    width: 128px;
    height: 128px;
    background: var(--lp-branco);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.lp-form__logo img {
    height: 70px;
    object-fit: contain;
    max-width: 100px;
}

/* Enquanto o logo ainda não foi trocado no ACF, recorta o logo do
   material oficial da landing que já existe no tema. */
.lp-form__logo--niagara {
    background: var(--lp-branco) url(../images/lp/form.webp) top center / 290px 618px no-repeat;
}

.lp-form__box {
    position: relative;
    background: rgba(1, 1, 1, 0.7);
    border-radius: 32px;
    padding: 80px 24px 20px;
    margin-top: -60px;
}

.lp-form__titulo {
    color: var(--lp-branco);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 20px;
}

.lp-form__titulo strong {
    color: var(--lp-branco);
    font-weight: 700;
}

.lp-form__form {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lp-form__field input {
    width: 100%;
    height: 40px;
    padding: 0 14px;
    background: var(--lp-branco);
    border: none;
    border-radius: 5px;
    font-size: 12px;
    text-transform: none;
    color: var(--lp-preto);
    outline: none;
}

.lp-form__field input::placeholder {
    text-transform: uppercase;
    color: #B5B5B5;
    opacity: 1;
}

.lp-form__checkbox {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 8px 0;
    cursor: pointer;
}

.lp-form__checkbox input {
    margin-top: 3px;
    flex-shrink: 0;
}

.lp-form__checkbox span {
    color: var(--lp-branco);
    font-size: 11px;
    line-height: 1.4;
}

.lp-form__submit {
    width: 100%;
    min-height: 48px;
    background: var(--lp-verde-whatsapp);
    color: var(--lp-branco);
    border: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: normal;
    overflow-wrap: anywhere;
    cursor: pointer;
}

/* Contact Form 7: mesmas regras e mesma cascata usadas na Home. */
.lp-form__form .wpcf7,
.lp-form__form .wpcf7>form {
    width: 100%;
}

.lp-form__form .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lp-form__form .wpcf7-form>p {
    margin: 0;
    display: contents;
}

.lp-form__form .hidden-fields-container,
.lp-form__form .screen-reader-response {
    display: none;
}

.lp-form__field .wpcf7-form-control-wrap {
    display: block;
}

.lp-form__field input.wpcf7-form-control {
    height: 40px;
    padding: 0 14px;
    margin-bottom: 0;
    border-radius: 5px;
    text-transform: none;
    color: var(--lp-preto);
}

.lp-form__field input.wpcf7-form-control::placeholder {
    text-transform: uppercase;
    color: #B5B5B5;
    opacity: 1;
}

.lp-form__form .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

.lp-form__form .wpcf7-acceptance label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 8px 0;
    cursor: pointer;
}

.lp-form__form input.lp-form__checkbox {
    margin-top: 3px;
    flex-shrink: 0;
    width: auto;
    height: auto;
}

.lp-form__form .wpcf7-list-item-label {
    color: var(--lp-branco);
    font-size: 11px;
    line-height: 1.4;
}

.lp-form__form :is(input, button).lp-form__submit {
    min-height: 60px;
    padding: 15px;
    margin-top: 0;
    border: none;
    border-bottom: none;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    text-align: center;
    appearance: none;
    -webkit-appearance: none;
}

.lp-form__form :is(input, button).lp-form__submit:disabled {
    opacity: 0.6;
    cursor: default;
}

.lp-form__box .wpcf7-not-valid-tip {
    font-size: 10px;
    margin-top: 2px;
}

.lp-form__box .wpcf7 form.init .wpcf7-response-output,
.lp-form__box .wpcf7 form.resetting .wpcf7-response-output,
.lp-form__box .wpcf7 form.submitting .wpcf7-response-output {
    display: none;
}

.lp-form__box .wpcf7-response-output {
    margin: 8px 0 0 !important;
    padding: 8px 12px !important;
    border: none;
    border-radius: 5px;
    color: var(--lp-branco);
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lp-form__box .wpcf7 form.sent .wpcf7-response-output {
    background: var(--lp-verde-whatsapp);
    border-color: var(--lp-verde-whatsapp);
    font-weight: 700;
}

.lp-form__box .wpcf7 form.sent .wpcf7-response-output::before {
    content: "✓ ";
    font-weight: 700;
}

.lp-form__box .wpcf7 form.failed .wpcf7-response-output,
.lp-form__box .wpcf7 form.aborted .wpcf7-response-output {
    background: #DE3E45;
    border-color: #DE3E45;
}

.lp-form__box .wpcf7 form.invalid .wpcf7-response-output,
.lp-form__box .wpcf7 form.unaccepted .wpcf7-response-output,
.lp-form__box .wpcf7 form.spam .wpcf7-response-output {
    background: rgba(0, 0, 0, 0.35);
    border-color: rgba(0, 0, 0, 0.35);
}

.lp-form__box .wpcf7-spinner {
    margin: 0 auto;
}

.lp-form__box .wpcf7 form:not(.submitting) .wpcf7-spinner {
    display: none;
}



/* SECTION GERAL(MAIN) */

.lp__conteudo {
    background: url(../images/lp/bg-conteudo.svg) no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    aspect-ratio: 1920 / 3400;
    margin-top: 0;
    padding: 70px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 150px;
    margin-top: -50px;
    overflow: visible !important;
}

/* LAZER */


.lp__lazer--content {
    background: url(../images/lp/bg-lazer.svg) no-repeat;
    background-size: contain;
    background-position: bottom;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 55px;
}

.lp__lazer--form-mobile {
    display: none;
    width: 100%;
}

.lp__lazer--titulos {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
}

.lp__lazer--titulos h3 {
    color: var(--Sec-100, #F8F2E6);
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
    text-align: left;
    margin-left: -100px;
    margin-bottom: 10px;
}


.lp__lazer--titulos h2 {
    color: var(--Sec-100, #F8F2E6);
    text-align: center;
    font-family: "Swarsh Daisy";
    font-size: 72px;
    font-style: italic;
    font-weight: 400;
    line-height: 80px;
}

.lp__lazer--carrossel {
    display: block;
    width: min(800px, 100%);
    margin: 0 auto;
    position: relative;
    overflow: visible;
}

.lp__lazer--swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.lp__lazer--tag {
    max-width: 330px;
    position: absolute;
    left: -30px;
    top: -30px;
    z-index: 2;
    pointer-events: none;
}

.lp__lazer--swiper .swiper-wrapper,
.lp__lazer--swiper .swiper-slide {
    width: 100%;
}

.lp__lazer--swiper .swiper-slide {
    aspect-ratio: 3 / 2;
}

.lp__lazer--swiper .swiper-slide > a,
.lp__plantas--carrossel .swiper-slide > a,
.lp__apartamento--carrossel .swiper-slide > a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: zoom-in;
}

.lp__lazer--image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    border: 4px solid var(--Gradient-Sec-400, #C59238);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.25);
}

.lp__lazer--prev,
.lp__lazer--next {
    position: absolute;
    z-index: 3;
    top: 50%;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    line-height: 0;
}

.lp__lazer--prev {
    left: -24px;
}

.lp__lazer--next {
    right: -24px;
}

.lp__lazer--prev img,
.lp__lazer--next img {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.lp__lazer--cta a,
.cta-conteudo {
    border-radius: 8px;
    background: var(--Sec-400, #C59238);
    color: #FFF;
    font-family: "Pluto Sans";
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
    display: inline-flex;
    padding: 16px 24px;
    gap: 10px;
}

.lp__lazer--list ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 15px;
    column-gap: 80px;
    margin-left: 80px;
}

.lp__lazer--list li img {
    width: 32px;
    height: 25px;
}

.lp__lazer--list li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.lp__lazer--list li p {
    color: #FFF;
    font-family: "Pluto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}


/* PLANTAS */


.lp__plantas {
    background: url(../images/lp/bg-plantas.svg) no-repeat;
    background-size: contain;
    background-position: bottom;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0;
    gap: 45px;
}

.lp__plantas--titulos h3 {
    color: var(--Niagra-600, #321A22);
    text-align: center;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
    text-align: left;
    margin-left: -60px;
    margin-bottom: 5px;
}

.lp__plantas--titulos h2 {
    color: var(--Niagra-500, #6F112F);
    text-align: center;
    font-family: "Swarsh Daisy";
    font-size: 72px;
    font-style: italic;
    font-weight: 400;
    line-height: 56px;
}

.lp__plantas--carrossel {
    width: min(800px, 100%);
    overflow: hidden;
}

.lp__plantas--carrossel .swiper-wrapper,
.lp__plantas--carrossel .swiper-slide {
    width: 100%;
}

.lp__plantas--carrossel .swiper-slide {
    aspect-ratio: 3 / 2;
}

.lp__plantas--carrossel .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lp__plantas--list {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.lp__plantas-list--single {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-right: 1px solid #B32F42;
    padding-right: 24px;
}

.lp__plantas-list--single:last-child {
    border-right: none;
    padding-right: 0;
}

.lp__plantas-list--single p {
    color: #FFF;
    text-align: center;
    font-family: "Pluto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.lp__plantas--cta {
    margin-top: 20px;
}

/* LOCALIZAÇÃO */

.lp__localizacao {
    background: url(../images/lp/bg-localizacao.webp) no-repeat;
    background-size: contain;
    height: 900px;
    background-position: right;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 90px;
}

.lp__localizacao--content {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.lp__localizacao-infos--titulo h2 {
    color: var(--Sec-100, #F8F2E6);
    font-family: "Swarsh Daisy";
    font-size: 72px;
    font-style: italic;
    font-weight: 400;
    line-height: 56px;
}

.lp__localizacao-infos--titulo h3 {
    color: var(--Sec-white, #FFF);
    text-align: center;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    width: fit-content;
    margin-left: 120px;
}

.lp__localizacao-infos--endereco {
    border-radius: 60px 16px;
    opacity: 0.8;
    background: var(--Gradient-400, linear-gradient(90deg, #B32F42 0%, #6F112F 100.74%));
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    max-width: 380px;
    position: relative;
    z-index: 100;
}

.lp__localizacao-infos--endereco p {
    color: var(--Sec-100, #F8F2E6);
    text-align: center;
    font-family: "Pluto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: capitalize;
}

.lp__localizacao-content--img {
    width: 65%;
    z-index: 10;
}

.lp__localizacao-content--imgMobile {
    display: none;
}

.lp__localizacao-content--infos {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 20px;
}

.lp__localizacao-content--img img {
    border-radius: 4px;
    border: 4px solid var(--Gradient-Sec-400, #C59238);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.25);
}

.lp__localizacao-infos--list {
    border-radius: 100px 16px 80px 16px;
    opacity: 0.9;
    background: var(--Sec-400, #C59238);
    width: 600px;
    padding: 45px;
    display: flex;
    justify-content: flex-end;
    margin-left: -265px;
    margin-top: -45px;
    margin-bottom: -30px;
}

.lp__localizacao-infos--list ul li {
    color: var(--Sec-white, #FFF);
    font-family: Pluto Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.lp__localizacao-infos--list ul li strong,
.lp__localizacao-infos--list ul li b {
    color: inherit;
    font-family: inherit;
    font-weight: 700;
}

.lp__localizacao-infos--list ul li::marker {
    color: var(--Niagra-500, #6F112F);
    font-size: 20px;
}

.lp__localizacao-infos--list ul li::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='3' fill='%236F112F'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.lp__localizacao--cta a {
    display: inline-flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: var(--Gradient-400, linear-gradient(90deg, #B32F42 0%, #6F112F 100.74%));
    color: #FFF;
    text-align: center;
    font-family: "Pluto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    z-index: 999;
}


/* APARTAMENTO */

.lp__apartamento {
    background: url(../images/lp/bg-lar.jpg) no-repeat;
    background-size: cover;
    padding: 130px 0;
    overflow: hidden;
}

.lp__apartamento--carrossel {
    display: block;
    width: 100%;
    overflow: hidden;
}

.lp__apartamento--carrossel .swiper-wrapper,
.lp__apartamento--carrossel .swiper-slide {
    width: 100%;
}

.lp__apartamento--carrossel .swiper-slide {
    aspect-ratio: 4 / 3;
}

.lp__apartamento--carrossel .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.lp__apartamento--content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 75px;
}

.lp__apartamento--titulos h3 {
    color: var(--Sec-100, #F8F2E6);
    text-align: center;
    font-family: Pluto Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 200;
    line-height: 24px;
    margin-left: -80px;
}

.lp__apartamento--titulos h2 {
    color: var(--Sec-400, #C59238);
    text-align: center;
    font-family: "Swarsh Daisy";
    font-size: 72px;
    font-style: italic;
    font-weight: 400;
    line-height: 56px;
}

.lp__condicoes {
    background: url(../images/lp/bg-condicoes.webp) no-repeat;
    background-size: cover;
    padding: 150px 0;
    margin-top: -5px;
}

.lp__condicoes--content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.lp__condicoes-content--titulos h2 {
    color: var(--Sec-100, #F8F2E6);
    text-align: center;
    font-family: "Swarsh Daisy";
    font-size: 72px;
    font-style: italic;
    font-weight: 300;
    line-height: 65px;
    letter-spacing: -0.72px;
}

.lp__condicoes-content--titulos h3 {
    color: var(--Sec-white, #FFF);
    text-align: center;
    font-family: "Pluto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: 20px;
    letter-spacing: -0.2px;
    text-transform: lowercase;
    margin-top: 10px;
}

.lp__condicoes-content--list {
    display: flex;
    gap: 20px;
}

.lp__condicoes-list--single {
    background: #F8F2E6;
    padding: 40px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.lp__condicoes-list--single h3 {
    color: var(--Sec-400, #C59238);
    font-family: "Pluto Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.24px;
    text-transform: lowercase;
}

.lp__condicoes-list--single h2 {
    color: var(--Niagra-400, #B32F42);
    font-family: "Pluto Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.4px;
    text-transform: uppercase;
}

/* RESPONSIVIDADE - FIGMA */
@media (max-width: 1199px) {
    .lp__localizacao {
        background-size: cover;
    }

    .lp__hero {
        background: url(../images/lp/bg-hero-mobile.jpg) no-repeat;
        min-height: 0;
        padding: 70px 0;
        background-size: cover;
        background-position: center;
        height: 700px;
		padding-top: 125px;
    }

    .lp__hero--content,
    .lp__hero--content--sem-form {
        flex-direction: column;
        align-items: center;
        gap: 50px;
        max-width: 900px;
    }

    .lp__content--selo {
        position: static;
        transform: none;
        justify-self: center;
    }

    .lp__content--titulos {
        width: 100%;
        margin-top: 0;
    }

    .lp-form {
        justify-self: center;
        position: relative;
        transform: none;
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
    }

    /* O JS move o mesmo formulário para este slot abaixo de 1200px.
       Mantém o card no fluxo normal, sem sobrepor os títulos da hero. */
    .lp__lazer--form-mobile {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        margin: 0;
    }

    .lp__lazer--form-mobile .lp-form {
        position: relative;
        width: 100%;
        max-width: 340px;
        margin: 0;
    }

    .lp__lazer--form-mobile .lp-form__box {
        width: 100%;
        border-radius: 32px;
opacity: 0.9;
background: var(--Gradient-500, linear-gradient(270deg, #321A22 0%, #6F112F 100%));
    }
}

@media (max-width: 991px) {

    .lp__titulos--head {
        margin-left: 0;
        align-items: center;
        transform: none;
        width: 100%;
    }

    .lp__titulos--head h2 {
        margin-left: -115px;
        margin-bottom: -15px;
        text-align: center;
        font-size: 16px;
    }

    .lp__titulos--head h3 {
        margin-top: -35px;
        text-align: center;
        width: 100px;
        margin-left: 100px;
    }

    .lp__apartamento--titulos {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .lp__apartamento--content {
        gap: 30px;
    }

    .lp__apartamento--cta {
        width: 80%;
    }

    .lp__apartamento--cta a {
        justify-content: center;
    }

    .lp__localizacao-infos--endereco {
    border-radius: 60px 16px;
    opacity: 0.8;
    background: var(--Gradient-400, linear-gradient(90deg, #B32F42 0%, #6F112F 100.74%));
    height: 230px;
    justify-content: flex-end;
    z-index: 1;
    margin-top: -85px;
    }

    .lp__lazer--content {
        background: var(--Gradient-500, linear-gradient(270deg, #321A22 0%, #6F112F 100%));
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100% 75%;
        width: 100%;
    }

    .lp__plantas {
        background: var(--Gradient-400, linear-gradient(90deg, #B32F42 0%, #6F112F 100.74%));
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100% 75%;
        width: 100%;
        gap: 20px;
        padding: 30px 30px 50px 30px;
        margin-bottom: 210px;
    }

    .lp__localizacao-content--img {
        display: none;
    }

    .lp__localizacao-content--imgMobile {
        display: flex;
    }

    .lp__localizacao-infos--titulo {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: -250px;
    }

    .lp__localizacao {
        background: url(../images/lp/bg-localizacao-mobile.webp) no-repeat;
        background-size: cover;
        height: auto;
        width: 100%;
        padding: 60px 0;
    }

    .lp__localizacao-infos--titulo h2, .lp__localizacao-infos--titulo h3 {
        color: #6F112F;
    }

    .lp__conteudo {
        gap: 50px;
        background-size: unset;
    }

    .lp__lazer {
        margin-top: 30px;
    }

    .lp__lazer--cta {
        width: 300px;
    }

    .lp__lazer--list li p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .lp__lazer--cta a {
        justify-content: center;
    }

    .lp__lazer--carrossel {
        width: 90%;
    }

    .lp__hero--content {
        gap: 50px;
    }

    .lp__content--titulos {
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .sinal-head {
        font-size: 8px;
        white-space: nowrap;
    }

    .lp__condicoes--sinal,
    .lp__condicoes--entrada {
        width: 35%;
        padding: 10px 15px;
        gap: 0;
        justify-content: center;
    }

    .lp__condicoes-dorms {
        width: 35%;
        padding: 10px;
    }

    .lp__titulos-condicoes>* {
        flex: unset;
    }

    .dorms-garden {
        font-size: 8px;
    }

    .dorms-fgts {
        font-size: 12px;
    }


    .lp__condicoes--gerais {
        position: absolute;
        bottom: -25px;
        right: 0;
        max-height: max-content;
        padding: 3px;
        transform: unset;
    }

    .entrada-head {
        font-size: 12px;
        line-height: 10px;
        margin-bottom: 3px;
    }

    .lp__condicoes--entrada {
        flex-direction: column;
        padding-bottom: 5px;
    }

    .condicoes--entrada-value {
        flex-direction: row;
    }

    .entrada-inicio {
        margin-left: unset;
        width: 15%;
        margin-top: 5px;
    }

    .lp__lazer--list ul {
        grid-template-columns: 1fr 1fr;
    }

    .lp__plantas--list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .lp__plantas-list--single:nth-child(2) {
        border-right: none;
    }

    .lp__plantas--cta {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .lp__plantas--cta a {
        justify-content: center;
        text-align: center;
    }

    .lp__localizacao--content {
        flex-direction: column;
    }

    .lp__localizacao-content--img,
    .lp__localizacao-content--infos {
        width: 100%;
    }

    .lp__localizacao-infos--list {
        background: unset;
        width: unset;
        margin-top: 20px;
        margin-left: unset;
        margin-bottom: unset;
        padding: unset;
        justify-content: center;
    }

    .lp__localizacao {
        gap: 50px;
    }

    .lp__condicoes-content--list {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .lp__hero {
        min-height: 700px;
    }

    .lp__content--titulos {
        margin-top: 20px;
    }

    .lp__titulos--head img {
        max-width: 170px;
        height: auto;
    }

    .lp__content--selo {
        position: absolute;
        top: 35%;
        left: 20%;
        margin-bottom: 20px;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .lp__content--selo img {
        width: 80px;
    }

    /* .lp__condicoes--gerais {
        position: relative;
        bottom: 0;
        transform: none;
        margin-top: 20px;
        max-height: max-content;
        padding: 10px;
        border-radius: 16px;
    } */
    .lp__condicoes--gerais h3 {
        font-size: 10px;
    }

    .lp__lazer--content {
        padding: 50px 0;
        gap: 20px;
    }

    .lp__lazer--titulos {
        margin-bottom: 20px;
    }

    .swiper-pagination {
        display: none;
    }

    .lp__lazer--titulos h3 {
        margin-left: 0;
        text-align: center;
    }

    .lp__lazer--titulos h2 {
        font-size: 48px;
        line-height: 56px;
    }

    .lp__lazer--tag {
        margin-bottom: 20px;
        width: 100%;
        max-width: 210px;
        left: -10px;
    }

    .lp__lazer--prev,
    .lp__lazer--next {
        display: none;
    }

    .lp__lazer--list ul {
        grid-template-columns: 1fr;
        margin-left: 0;
        column-gap: 0;
    }

    .lp__plantas--titulos h3 {
        margin-left: 0;
        text-align: center;
    }

    .lp__plantas--titulos h2 {
        font-size: 48px;
        line-height: 48px;
    }

    .lp__localizacao-infos--titulo h2 {
        font-size: 48px;
        line-height: 48px;
        text-align: center;
    }

    .lp__localizacao-infos--titulo h3 {
        margin-left: 0;
        text-align: center;
    }

    .lp__apartamento {
        padding: 60px 0;
    }

    .lp__apartamento--titulos h3 {
        text-align: center;
    }

    .lp__condicoes-content--titulos {
        width: 70%;
    }

    .lp__apartamento--titulos h2 {
        font-size: 48px;
        line-height: 48px;
        margin-left: 50px;
    }

    .lp__condicoes {
        padding: 60px 0;
    }

    .lp__condicoes-content--titulos h2 {
        font-size: 48px;
        line-height: 48px;
    }

    /* Font size reductions */
    .sinal-value,
    .entrada-value {
        font-size: 32px;
    }

    .sinal-value .moeda,
    .sinal-value .centavos {
        font-size: 12px;
    }

    .sinal-value {
        margin-bottom: -10px;
    }

    .entrada-value-x {
        font-size: 28px;
    }

    .dorms-body {
        font-size: 40px;
    }

    .lp__lazer--image {
        max-width: 100%;
        width: 100%;
    }

    .cta-conteudo,
    .lp__lazer--cta a,
    .lp__localizacao--cta a {
        font-size: 14px;
        padding: 12px 16px;
        width: 100%;
    }
}
