/* PRÉ-VENDA - Gran VIC Niágara (home)
================================================== */

.lp,
.lp * {
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
	color: var(--pv-preto);
}

body.lp {
	overflow-x: hidden;
}

@media (prefers-reduced-motion: no-preference) {
	html:has(body.lp) {
		scroll-behavior: smooth;
	}
}

.lp [id] {
	scroll-margin-top: 30px;
}

.lp img {
	max-width: 100%;
	display: block;
}

.lp section {
	position: relative;
	overflow: hidden;
}

/* MENU
================================================== */
.lp-menu {
	width: 100%;
	position: relative;
	z-index: 10;
	padding-top: 15px;
	margin: 0 auto;
}

.lp-menu__content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: -100px;
}

.lp-menu__contatos {
	display: flex;
	align-items: center;
	margin-right: 15%;
}

.lp-menu__pill {
	width: 50%;
	border-radius: 0px 100px 100px 0px;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(25px);
	padding: 12px 40px 18px;
	display: flex;
	justify-content: flex-end;
}

.lp-menu__pill img {
	width: 110px;
	height: auto;
}

.lp-menu__wpp {
	width: 100%;
	display: flex;
	align-items: center;
	text-decoration: none;
}

.lp-menu__wpp-badge {
	border-radius: 30px;
	opacity: 0.9;
	background: var(--pv-verde-whatsapp);
	font-family: Pluto Sans;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	padding: 10px 50px 10px 25px;
	margin-right: -40px;
	text-align: right;
}

.lp-menu__wpp-badge img {
	width: 24px;
	height: 24px;
}

.lp-menu__wpp-box {
	border-radius: 40px;
	background: rgba(255, 255, 255, 0.80);
	box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
	backdrop-filter: blur(25px);
	padding: 15px 20px;
}

.lp-menu__wpp-number {
	font-family: var(--pv-fonte-titulo);
	display: flex;
	gap: 8px;
	align-items: center;
	white-space: nowrap;
	font-weight: 600;
	font-size: 32px;
	line-height: 1;
	color: var(--pv-verde-whatsapp);
}

/* 1 DOBRA - HERO
================================================== */
.lp-hero {
	display: flex;
	align-items: center;
	background: url(../images/lp/bg-banner.png) no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.lp-hero__bg {
	position: absolute;
	inset: 0;
	background: var(--pv-cinza-claro);
	z-index: 0;
}

.lp-hero__shape {
	position: absolute;
	inset: 0;
	z-index: 1;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 28% 100%);
}

.lp-hero__shape--1 {
	background: var(--pv-cinza-medio);
	clip-path: polygon(24% 0, 100% 0, 100% 68%, 52% 68%, 41% 59%);
}

.lp-hero__shape--2 {
	background: var(--pv-laranja-claro);
	clip-path: polygon(36% 0, 100% 0, 100% 100%, 68% 100%);
}

.lp-hero__shape--3 {
	background: var(--pv-laranja);
	clip-path: polygon(45% 0, 100% 0, 100% 100%, 74% 100%);
}

.lp-hero__container {
	position: relative;
	z-index: 2;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	padding-top: 100px;
}

.lp-hero__text {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: clamp(24px, 5vw, 80px);
}

.lp-hero__title {
	font-size: 56px;
	font-weight: 700;
	line-height: 1.1;
	color: var(--pv-laranja);
	text-align: center;
}

.lp-hero__title span {
	display: block;
	font-size: 40px;
	font-weight: 400;
	color: var(--pv-preto);
	margin-top: 5px;
}

.lp-hero__media {
	position: relative;
	flex-shrink: 1;
	min-width: 0;
	margin-left: -5%;
	height: stretch;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.lp-hero__foto {
	width: clamp(300px, 30vw, 500px);
	max-width: 100%;
	border-radius: 8px;
}

.lp-hero__selo {
	width: 300px;

}

/* 2 DOBRA - SOBRE / MAPA
================================================== */
.lp-sobre {
	background: linear-gradient(-90deg, var(--pv-laranja-claro) 0%, var(--pv-cinza) 52%, var(--pv-laranja-claro) 100%);
	padding: 80px 0;
}

.lp-sobre__container {
	width: 90%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
}

.lp-sobre__mapa {
	flex: 1 1 auto;
	min-width: 0;
	width: 100%;
	max-width: 620px;
}

.lp-sobre__conteudo {
	width: 33%;
	max-width: 560px;
}

.lp-sobre__titulo {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 24px;
	text-align: left;
	margin-left: 30px;
}

.lp-sobre__titulo strong {
	display: block;
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: -20px;
}

.lp-sobre__texto {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 32px;
}

.lp-sobre__stats {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 20px;
	list-style: none;
	margin: 0;
	padding: 28px 0 0;
}

.lp-sobre__stat {
	display: flex;
	flex-direction: column;
	gap: 2px;
	text-align: center;
	color: var(--pv-preto);
}

.lp-sobre__stat--cidades {
	border-left: 2px solid var(--pv-laranja);
	padding-left: 20px;
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.lp-sobre__stat--pessoas {
	grid-column: 1 / -1;
	padding-top: 28px;
	border-top: 2px solid var(--pv-laranja);
}

.lp-sobre__stat-label {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
}

.lp-sobre__stat-number {
	font-size: 24px;
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.5px;
	display: inline-flex;
	align-items: baseline;
	justify-content: center;
	gap: 0 6px;
	white-space: nowrap;
}

.lp-sobre__stat--cidades .lp-sobre__stat-label {
	font-weight: 700;
}

.lp-sobre__stat--cidades .lp-sobre__stat-number {
	margin-top: -10px;
}

.lp-sobre__stat-plus {
	font-size: 40px;
	font-weight: 900;
	line-height: 1;
}

.lp-sobre__stat-prefix {
	font-size: 16px;
	font-weight: 500;
}

.lp-sobre__stat-sub {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.lp-sobre__stat--estados .lp-sobre__stat-sub {
	white-space: nowrap;
	margin-top: -5px;
	margin-bottom: 10px;
}

.lp-sobre__stat-sub .lp-sobre__stat-plus {
	font-size: 40px;
}

.lp-sobre__selos {
	display: flex;
	gap: 30px;
	margin-top: 50px;
}

/* 3 DOBRA - DEPOIMENTOS
================================================== */
.lp-depoimentos {
	padding: 140px 0;
	background: url(../images/lp/bg-depoimento.png) no-repeat center center;
	background-size: cover;
}

.lp-depoimentos__container {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.lp-depoimentos__titulo {
	font-size: 32px;
	font-weight: 400;
	margin-bottom: 80px;
}

.lp-depoimentos__titulo strong {
	display: block;
	font-size: 40px;
	font-weight: 700;
	color: var(--pv-laranja-escuro);
	margin-top: -20px;
	margin-left: 30px;
}

.lp-depoimentos__lista {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 24px;
}

.lp-depo {
	position: relative;
	width: 100%;
	max-width: 381px;
	background: var(--pv-branco);
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.lp-depo__foto {
	position: relative;
	line-height: 0;
}

.lp-depo__foto img {
	width: 100%;
	height: 100%;
	display: block;
	aspect-ratio: 381 / 300;
	object-fit: cover;
	object-position: center;
	border-radius: 24px 24px 0 0;
}

.lp-depo__play {
	position: absolute;
	inset: 0;
	margin: auto;
	width: 72px;
	height: 72px;
	pointer-events: none;
}

.lp-depo__play svg {
	width: 100%;
	height: 100%;
	filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35));
}

.lp-depo__link {
	position: absolute;
	inset: 0;
	z-index: 2;
}

.lp-depo__info {
	padding: 24px 26px 32px;
	display: flex;
	flex-direction: column;
	text-align: left;
}

.lp-depo__nome {
	font-family: var(--pv-fonte-depo);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--pv-laranja-escuro);
	margin: 0;
}

.lp-depo__empreendimento {
	font-family: var(--pv-fonte-depo);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--pv-verde-whatsapp);
	margin: 4px 0 0;
}

.lp-depo__texto {
	font-family: var(--pv-fonte-depo);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.35;
	color: #364e75;
	margin: 24px 0 0;
	font-style: normal;
	text-align: left;
}

/* 4 DOBRA - EMPREENDIMENTOS
================================================== */
.lp-empreendimentos {
	padding: 140px 0;
	background: url(../images/lp/bg-empreend.svg) no-repeat center center;
	background-size: cover;
}

.lp-empreendimentos__container {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.lp-empreendimentos__texto {
	max-width: 800px;
	margin: 0 auto 48px;
}

.lp-empreendimentos__titulo {
	font-size: 32px;
	font-weight: 400;
	margin-bottom: 16px;
	margin-right: 10%;
}

.lp-empreendimentos__titulo strong {
	display: block;
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--pv-laranja-escuro);
	margin-top: -20px;
	margin-left: 15%;
}

.lp-empreendimentos__descricao {
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
}

.lp-empreendimentos__carrossel {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	max-width: 900px;
	margin: 0 auto 24px;
	position: relative;
}

.lp-empreendimentos__principal {
	width: 100%;
	max-width: 785px;
}

.lp-empreendimentos__principal .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 430px;
	object-fit: cover;
}

.lp-empreendimentos__zoom {
	display: block;
	position: relative;
	cursor: zoom-in;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.25);
}

.lp-empreendimentos__nome {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	color: var(--pv-laranja);
	text-align: center;
	padding: 7px;
	background: var(--pv-branco);
	border-radius: 0 0 5px 5px;
}

.lp-empreendimentos__zoom::after {
	content: "";
	position: absolute;
	right: 16px;
	bottom: 16px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.55);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-3.5-3.5M11 8v6M8 11h6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px 22px;
	opacity: 0;
	transition: opacity 0.25s ease;
	pointer-events: none;
}

.lp-empreendimentos__zoom:hover::after,
.lp-empreendimentos__zoom:focus-visible::after {
	opacity: 1;
}

@media (hover: none) {
	.lp-empreendimentos__zoom::after {
		opacity: 1;
	}
}

.lp-empreendimentos__minis {
	max-width: 785px;
	margin: 0 auto 48px;
}

.lp-empreendimentos__minis .swiper-wrapper {
	align-items: center;
}

.lp-empreendimentos__mini {
	height: 90px;
	border-radius: 4px;
	cursor: pointer;
	opacity: 0.6;
	overflow: hidden;
	transition: opacity 0.2s ease;
}

.lp-empreendimentos__mini img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lp-empreendimentos__mini.swiper-slide-thumb-active,
.lp-empreendimentos__mini:hover {
	opacity: 1;
}

.lp-empreendimentos__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	flex-shrink: 0;
	transition: opacity 0.2s ease;
	position: absolute;
	top: 50%;
	right: 35px;
	z-index: 10;
}

.lp-empreendimentos__nav--prev {
	left: 35px;
}

.lp-empreendimentos__nav.swiper-button-disabled {
	opacity: 0.35;
	cursor: default;
}

.lp-empreendimentos__nav img {
	width: 100%;
	height: 100%;
}

.lp-empreendimentos__cta {
	display: inline-block;
	padding: 16px 24px;
	background: var(--pv-cinza-claro);
	color: var(--pv-laranja);
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-decoration: none;
	border-radius: 8px;
}

/* FORMULÁRIO (dentro da 1ª dobra)
================================================== */
.lp-form {
	width: 290px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: -5%;
}

.lp-form__logo {
	width: 128px;
	height: 128px;
	background: var(--pv-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;
}

.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(--pv-branco);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	margin: 0 0 20px;
}

.lp-form__titulo strong {
	color: var(--pv-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(--pv-branco);
	border: none;
	border-radius: 5px;
	font-size: 12px;
	text-transform: none;
	color: var(--pv-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(--pv-branco);
	font-size: 11px;
	line-height: 1.4;
}

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

/* CONTACT FORM 7 — compatibilidade com o layout da LP
   O CF7 monta: .lp-form__form > div.wpcf7 > form.wpcf7-form > <p> > campos.
   Esses wrappers cortam o flex do .lp-form__form, então o layout é
   reconstruído no <form>, que é o pai real dos campos.
================================================== */

.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(--pv-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(--pv-branco);
	font-size: 11px;
	line-height: 1.4;
}

.lp-form__form input.lp-form__submit {
	height: 48px;
	padding: 15px;
	margin-top: 0;
	border: none;
	border-bottom: none;
	border-radius: 8px;
	font-size: 14px;
	font-family: inherit;
}

.lp-form__form input.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(--pv-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(--pv-verde-whatsapp);
	border-color: var(--pv-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;
}

/* RODAPÉ
================================================== */
.lp-footer {
	background: var(--pv-preto);
	color: var(--pv-branco);
	padding: 60px 24px;
}

.lp-footer__container {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	gap: 60px;
	justify-content: center;
	align-items: center;
}

.lp-footer__container--logos {
	display: flex;
	align-items: flex-end;
	gap: 50px;
}

.lp-footer__container--contato {
	display: flex;
	flex-direction: column;
}

.lp-footer__selo {
	margin: 0 auto 24px;
}

.lp-footer__logo {
	margin: 0 auto 20px;
}

.lp-footer__info {
	color: var(--pv-branco);
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 20px;
	text-align: left;
}

.lp-footer__info strong {
	color: var(--pv-branco);
}

.lp-footer__info a {
	color: var(--pv-branco);
	text-decoration: none;
}

.lp-footer__disclaimer {
	color: var(--pv-branco);
	font-size: 13px;
	line-height: 1.5;
	opacity: 0.8;
	margin-top: 32px;
}

.lp-footer__copyright {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}

/* WHATSAPP FLUTUANTE
================================================== */
.lp-wpp-float {
	position: fixed;
	bottom: 24px;
	right: 24px;
	z-index: 95;
	width: 70px;
	height: 70px;
}

.lp-wpp-float img {
	width: 100%;
	height: 100%;
}

/* RESPONSIVO
================================================== */

@media (max-width: 1300px) {
	.lp-hero {
		min-height: auto;
	}

	.lp-hero__shape--1 {
		clip-path: polygon(0 62%, 100% 48%, 100% 100%, 0 100%);
	}

	.lp-hero__shape--2 {
		clip-path: polygon(0 74%, 100% 60%, 100% 100%, 0 100%);
	}

	.lp-hero__shape--3 {
		clip-path: polygon(0 84%, 100% 72%, 100% 100%, 0 100%);
	}

	.lp-hero__container {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 48px;
		padding-top: 140px;
	}

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

@media (max-width: 1024px) {

	.lp-hero__text {
		flex-shrink: 1;
		width: 100%;
		gap: 0;
	}

	.lp-hero__title {
		font-size: clamp(28px, 6vw, 40px);
	}

	.lp-hero__media {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.lp-hero__foto {
		max-width: 420px;
		margin-top: -100px;
	}

	.lp-hero__selo {
		position: static;
		transform: none;
		width: 200px;
		margin: 24px auto 0;
	}

	.lp-sobre__container {
		flex-direction: column;
		text-align: center;
	}

	.lp-sobre__conteudo {
		flex: 0 1 auto;
		max-width: 560px;
		width: 100%;
	}

	.lp-sobre__mapa {
		flex: 0 1 auto;
		max-width: 520px;
		margin: 0 auto;
	}

	.lp-sobre__stats {
		justify-content: center;
	}
}

@media (max-width: 767px) {

	.lp-sobre {
		padding: 50px 20px;
	}

	.lp-sobre__conteudo {
		width: 100%;
	}

	.lp-hero__container {
		padding-top: 150px;
		gap: 32px;
	}

	.lp-hero__title span {
		font-size: clamp(18px, 5vw, 24px);
	}

	.lp-hero__foto {
		max-width: 340px;
	}

	.lp-hero__selo {
		width: 170px;
	}

	.lp-depoimentos,
	.lp-empreendimentos {
		padding: 64px 0;
	}

	.lp-sobre__titulo,
	.lp-depoimentos__titulo,
	.lp-empreendimentos__titulo {
		font-size: clamp(20px, 5.5vw, 28px);
		text-align: center;
		margin-left: 0;
		margin-right: 0;
	}

	.lp-sobre__titulo strong,
	.lp-depoimentos__titulo strong,
	.lp-empreendimentos__titulo strong {
		margin-left: 0;
	}

	.lp-empreendimentos__titulo strong {
		margin-top: -10px;
	}

	.lp-depoimentos__titulo {
		margin-bottom: 20px;
	}

	.lp-sobre__titulo strong,
	.lp-empreendimentos__titulo strong {
		font-size: clamp(26px, 8vw, 40px);
	}

	.lp-depoimentos__titulo strong {
		font-size: 24px;
		margin-top: 0;
		margin-bottom: 20px;
	}

	.lp-sobre__stats {
		grid-template-columns: 1fr;
	}

	.lp-sobre__selos {
		display: none;
	}

	.lp-sobre__stat--cidades {
		border-left: none;
		padding-left: 0;
		border-top: 3px solid var(--pv-laranja);
		padding-top: 24px;
	}

	.lp-depoimentos__lista {
		flex-direction: column;
		align-items: center;
		gap: 24px;
	}

	.lp-depo {
		width: 100%;
		min-width: 0;
		max-width: 420px;
	}

	.lp-empreendimentos__carrossel {
		gap: 8px;
	}

	.lp-empreendimentos__mini {
		height: 48px;
	}

	.lp-footer {
		padding: 48px 24px;
	}

	.lp-footer__container {
		flex-direction: column;
		gap: 32px;
		text-align: center;
	}

	.lp-footer__container--logos {
		justify-content: center;
		gap: 32px;
	}

	.lp-footer__info {
		font-size: 15px;
		text-align: center;
	}

	.lp-footer__disclaimer {
		font-size: 12px;
	}

	.lp-wpp-float {
		width: 56px;
		height: 56px;
		bottom: 16px;
		right: 16px;
	}
}

@media (max-width: 480px) {
	.lp-menu__pill {
		padding: 8px 20px 10px;
	}

	.lp-menu__pill img {
		width: 72px;
	}

	.lp-menu__wpp-badge {
		font-size: 11px;
		padding: 7px 16px;
	}

	.lp-hero__container,
	.lp-sobre__container,
	.lp-depoimentos__container,
	.lp-empreendimentos__container {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.lp-hero__title {
		font-size: clamp(30px, 9vw, 40px);
	}

	.lp-hero__foto {
		max-width: 100%;
	}

	.lp-sobre__titulo {
		margin-left: 0;
	}

	.lp-depo__info {
		padding: 22px 28px 32px;
	}

	.lp-empreendimentos__mini {
		height: 40px;
	}

	.lp-empreendimentos__nav {
		width: 40px;
		height: 40px;
	}

	.lp-empreendimentos__cta {
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 1300px) {
	.lp-hero {
		background: url(../images/lp/bg-banner-mobile.png) no-repeat;
		background-size: cover;
		background-position: center;
	}

	.lp-menu__wpp-badge {
		display: none;
	}

	.lp-menu__content {
		align-items: center;
		margin-bottom: -115px;
	}

	.lp-hero__container {
		padding-top: 200px;
	}

	.lp-menu__pill {
		width: 30%;
		padding: 10px 24px 12px;
	}

	.lp-menu__pill img {
		width: 84px;
	}

	.lp-menu__contatos {
		margin-right: 0;
	}

	.lp-menu__wpp-number {
		font-size: 20px;
	}

	.lp-menu__wpp-box {
		padding: 10px 20px;
		margin-right: 5%;
	}

	.lp-sobre__selos {
		justify-content: center;
	}

	.lp-hero__media {
		order: 3;
	}

	.lp-hero__foto {
		width: 70%;
	}
}