.vpa-empreendimento {
	/* Tipografia institucional compartilhada com a Home VPA. */
	--vpa-heading: 'Playfair Display', Georgia, 'Times New Roman', serif;
	--vpa-body: 'DM Sans', Arial, sans-serif;
	--vpa-page-dark: #0b2033;
	--vpa-page-ink: #142333;
	--vpa-page-muted: #65717d;
	--vpa-page-soft: #f4f5f3;
	--vpa-page-warm: #eceeea;
	--vpa-page-line: rgba(20, 35, 51, 0.14);
	--vpa-page-container: min(1240px, calc(100% - 72px));
	--vpa-hero-content-max: 1040px;
	--vpa-section-start-space: clamp(72px, 6vw, 96px);
	--vpa-section-end-space: clamp(64px, 6vw, 88px);
	--vpa-section-title-size: clamp(2.1rem, 3.2vw, 3.25rem);
	--vpa-brand-secondary: #1ca74a;
	overflow: clip;
	background: #fff;
	color: var(--vpa-page-ink);
}

.vpa-empreendimento *,
.vpa-empreendimento *::before,
.vpa-empreendimento *::after { box-sizing: border-box; }

.vpa-section,
.vpa-empreendimento__overview { width: var(--vpa-page-container); margin-inline: auto; scroll-margin-top: 112px; }
.vpa-section-stack { display: flex; flex-direction: column; }
.vpa-section { position: relative; isolation: isolate; margin-block: var(--vpa-section-start-space); background: var(--vpa-section-background, transparent); }
.vpa-section::before { position: absolute; inset: 0 50%; z-index: -1; width: 100vw; background: var(--vpa-section-background, transparent); content: ""; transform: translateX(-50%); }
.vpa-section[data-vpa-custom-background] { margin-block: 0; padding-block: var(--vpa-section-start-space) var(--vpa-section-end-space); }
.vpa-section__heading { max-width: 760px; margin: 0 0 clamp(30px, 4vw, 52px); }
.vpa-section__heading::before { display: block; width: 48px; height: 3px; margin-bottom: 20px; background: var(--vpa-accent, #1ca74a); content: ""; }
.vpa-section__heading > p { margin: 0 0 10px; color: var(--vpa-page-muted); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; }
.vpa-section__heading h2 { margin: 0; color: var(--vpa-page-ink); font-family: var(--vpa-heading, Georgia, 'Times New Roman', serif); font-size: var(--vpa-section-title-size); font-weight: 500; line-height: 1.04; letter-spacing: -0.025em; text-wrap: balance; }

.vpa-hero { position: relative; display: grid; min-height: 0; overflow: hidden; background: var(--vpa-page-dark); color: #fff; isolation: isolate; }
@media (min-width: 621px) { .vpa-hero { height: clamp(740px, 44vw, 790px); } }
@media (min-width: 621px) { .vpa-hero--without-cta { height: clamp(650px, 40vw, 700px); } }
.vpa-hero__media,
.vpa-hero__overlay,
.vpa-hero__content { grid-area: 1 / 1; }
.vpa-hero__media picture,
.vpa-hero__media img,
.vpa-hero__media video { display: block; width: 100%; height: 100%; }
.vpa-hero__media img,
.vpa-hero__media video { object-fit: cover; }
.vpa-hero__overlay { z-index: 1; background: linear-gradient(90deg, rgba(5, 23, 38, 0.88) 0%, rgba(5, 23, 38, 0.52) 45%, rgba(5, 23, 38, 0.08) 78%), linear-gradient(0deg, rgba(5, 23, 38, 0.52) 0%, transparent 48%); }
.vpa-hero__content { z-index: 2; align-self: stretch; width: var(--vpa-page-container); margin-inline: auto; padding-top: clamp(100px, 8vw, 128px); padding-bottom: clamp(64px, 4vw, 84px); }
.vpa-hero__name { margin: 0 0 18px; color: rgba(255, 255, 255, 0.72); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; }
.vpa-hero__title { max-width: var(--vpa-hero-content-max); margin: 0; color: inherit; font-family: "Playfair Display", Georgia, 'Times New Roman', serif; font-size: clamp(2.8rem, 5vw, 5.8rem); font-weight: 600; line-height: 1.1; letter-spacing: -0.035em; text-wrap: balance; }
.vpa-hero__text { max-width: var(--vpa-hero-content-max); margin: 26px 0 0; color: rgba(255, 255, 255, 0.88); font-family: "DM Sans", Arial, sans-serif; font-size: 1.1rem; font-weight: 400; line-height: 1.55; }
.vpa-hero__button { display: inline-flex; min-height: 56px; align-items: center; margin-top: 36px; padding: 0.95rem 1.75rem; border: 1px solid rgba(255, 255, 255, 0.24); border-radius: 2px; background: var(--vpa-hero-button-background, var(--vpa-accent, #1ca74a)); color: #fff; font-size: 0.92rem; font-weight: 800; text-decoration: none; transition: filter 180ms ease, transform 180ms ease; }
.vpa-hero__button:hover,
.vpa-hero__button:focus-visible { color: #fff; filter: brightness(1.08); transform: translateY(-2px); }

.vpa-empreendimento__overview { position: relative; z-index: 3; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 24px 56px; align-items: center; margin-top: clamp(-48px, -4vw, -32px); padding: 34px clamp(30px, 4.5vw, 58px); background: #fff; box-shadow: 0 22px 68px rgba(8, 30, 52, 0.12); }
.vpa-commercial-status { display: inline-flex; align-items: center; margin: 0; padding: 0.68rem 1rem; border-radius: 2px; background: var(--vpa-status-color, #0057b8); color: #fff; font-size: clamp(0.86rem, 1.4vw, 0.98rem); font-weight: 750; line-height: 1.2; }
.vpa-empreendimento__dados { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 0; margin: 0; }
.vpa-empreendimento__dados > div { min-width: 0; padding-inline: 36px; border-left: 1px solid var(--vpa-page-line); text-align: center; }
.vpa-empreendimento__dados dt { margin-bottom: 7px; overflow: hidden; color: var(--vpa-page-muted); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.11em; line-height: 1.25; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.vpa-empreendimento__dados dd { margin: 0; overflow: hidden; color: var(--vpa-page-ink); font-size: clamp(1.15rem, 2vw, 1.52rem); font-weight: 700; line-height: 1.28; text-overflow: ellipsis; white-space: nowrap; }

.vpa-quick-nav { position: relative; z-index: 2; width: var(--vpa-page-container); margin: 30px auto 0; overflow-x: auto; scrollbar-width: none; }
.vpa-quick-nav::-webkit-scrollbar { display: none; }
.vpa-quick-nav > div { display: flex; width: max-content; min-width: 100%; justify-content: center; gap: 4px; padding: 7px; border: 1px solid var(--vpa-page-line); background: #fff; box-shadow: 0 10px 28px rgba(8, 30, 52, 0.07); }
.vpa-quick-nav a { position: relative; min-height: 42px; display: inline-flex; align-items: center; padding: 0 15px; color: var(--vpa-page-muted); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.01em; text-decoration: none; white-space: nowrap; transition: color 180ms ease; }
.vpa-quick-nav a::after { position: absolute; right: 14px; bottom: 6px; left: 14px; height: 2px; background: currentColor; content: ""; transform: scaleX(0); transition: transform 180ms ease; }
.vpa-quick-nav a:hover,
.vpa-quick-nav a:focus-visible,
.vpa-quick-nav a[aria-current="location"] { background: transparent !important; color: var(--vpa-primary, #223970); }
.vpa-quick-nav a:hover::after,
.vpa-quick-nav a:focus-visible::after,
.vpa-quick-nav a[aria-current="location"]::after { transform: scaleX(1); }
.vpa-quick-nav + .vpa-section-stack > .vpa-section:first-child,
.vpa-quick-nav + .vpa-section-stack > .vpa-empreendimento__brand--standalone:first-child { margin-top: clamp(44px, 5vw, 64px); }

.vpa-section--technical { display: grid; grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr); gap: clamp(54px, 8vw, 124px); align-items: center; }
.vpa-technical__intro { position: sticky; top: 96px; text-align: center; }
.vpa-empreendimento__brand { display: flex; min-height: 176px; align-items: center; justify-content: center; margin: 0 0 42px; }
.vpa-empreendimento__brand img { display: block; width: auto; max-width: min(100%, 320px); max-height: 176px; object-fit: contain; }
.vpa-empreendimento__brand--square { min-height: 204px; }
.vpa-empreendimento__brand--square img { max-width: min(100%, 238px); max-height: 204px; }
.vpa-empreendimento__brand--standalone { width: var(--vpa-page-container); margin: clamp(64px, 8vw, 110px) auto 0; }
.vpa-section--technical .vpa-section__heading { margin-bottom: 0; }
.vpa-section--technical .vpa-section__heading::before { margin-inline: auto; }
.vpa-section--technical .vpa-section__heading h2,
.vpa-section--works .vpa-section__heading h2 { white-space: nowrap; }
.vpa-technical { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 42px; margin: 0; }
.vpa-technical > div { display: flex; min-height: 104px; flex-direction: column; justify-content: center; padding: 25px 0 22px; border-bottom: 1px solid var(--vpa-page-line); }
.vpa-technical dt { margin-bottom: 7px; color: var(--vpa-page-muted); font-size: 0.88rem; font-weight: 650; letter-spacing: 0; text-transform: none; }
.vpa-technical dd { margin: 0; color: var(--vpa-page-ink); font-size: 1.02rem; font-weight: 650; line-height: 1.48; }
.vpa-technical dd.vpa-technical__rich { font-weight: 400; }
.vpa-technical__rich strong { font-weight: 750; }

.vpa-section--gallery { position: relative; padding: var(--vpa-section-start-space) 0 var(--vpa-section-end-space); isolation: isolate; }
.vpa-section--gallery,
.vpa-section--custom-image,
.vpa-section--implantation,
.vpa-section--videos,
.vpa-section--lead { margin-top: 0; }
.vpa-section:has(+ .vpa-section--gallery),
.vpa-section:has(+ .vpa-section--custom-image),
.vpa-section:has(+ .vpa-section--implantation),
.vpa-section:has(+ .vpa-section--videos),
.vpa-section:has(+ .vpa-section--lead) { margin-bottom: var(--vpa-section-end-space); }
.vpa-section--gallery:has(+ .vpa-section--implantation) { margin-bottom: 0; }
.vpa-section--gallery::before { background: var(--vpa-section-background, var(--vpa-gallery-background, var(--vpa-page-soft))); }
.vpa-empreendimento--custom-theme .vpa-section--gallery::before { background: var(--vpa-section-background, var(--vpa-gallery-background, color-mix(in srgb, var(--vpa-brand-secondary) 14%, #fff))); }
.vpa-gallery { display: grid; gap: 16px; }
.vpa-gallery__featured { display: grid; grid-template-columns: minmax(0, 2fr) minmax(220px, 1fr); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 16px; height: clamp(360px, 41vw, 560px); }
.vpa-gallery__featured a { display: block; overflow: hidden; background: #e5e8e8; }
.vpa-gallery__main { grid-row: span 2; }
.vpa-gallery__featured img { display: block; width: 100%; height: 100%; object-fit: cover; transition: opacity 180ms ease, transform 420ms ease; }
.vpa-gallery__featured a.is-changing img { opacity: 0.16; transform: scale(1.015); }
.vpa-gallery__featured a:hover img,
.vpa-gallery__thumb:hover img { transform: scale(1.035); }
.vpa-gallery__rail { display: grid; grid-template-columns: 42px minmax(0, 1fr) 42px; gap: 10px; align-items: center; }
.vpa-gallery__thumbs { display: flex; gap: 10px; overflow-x: auto; padding: 2px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.vpa-gallery__thumbs::-webkit-scrollbar { display: none; }
.vpa-gallery__thumb { display: block; flex: 0 0 clamp(112px, 11vw, 164px); overflow: hidden; border: 2px solid transparent; background: #e5e8e8; aspect-ratio: 4 / 3; scroll-snap-align: start; transition: border-color 180ms ease, opacity 180ms ease; }
.vpa-gallery__thumb[aria-current="true"] { border-color: #59636c; }
.vpa-gallery__thumb img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 420ms ease; }
.vpa-gallery__rail-button { display: inline-grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(20, 35, 51, 0.2); border-radius: 50%; background: rgba(255, 255, 255, 0.85); color: #4f5961; cursor: pointer; font-family: inherit; font-size: 1.7rem; line-height: 1; transition: background 180ms ease, color 180ms ease, transform 180ms ease; }
.vpa-gallery__rail-button:hover,
.vpa-gallery__rail-button:focus-visible { background: #4f5961; color: #fff; transform: scale(1.05); }
.vpa-lightbox-trigger { cursor: zoom-in; }

.vpa-section--custom-image { background: var(--vpa-section-background, #fff); }
.vpa-custom-image__media { overflow: hidden; background: var(--vpa-page-soft); }
.vpa-custom-image__media img { display: block; width: 100%; height: auto; }

.vpa-section--benefits .vpa-section__heading { max-width: 980px; }
@media (min-width: 900px) { .vpa-section--benefits .vpa-section__heading h2 { white-space: nowrap; } }
.vpa-benefits { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px 26px; }
.vpa-benefit { display: flex; min-height: 112px; flex-direction: column; align-items: center; padding: 18px 0 0; border-top: 1px solid var(--vpa-page-line); background: transparent; text-align: center; }
.vpa-benefit img,
.vpa-benefit-icon { display: block; width: 36px; height: 36px; flex: 0 0 36px; margin: 0 0 14px; object-fit: contain; }
.vpa-benefit-icon { color: var(--vpa-primary, #223970); }
.vpa-benefit-icon--custom { fill: currentColor; stroke: currentColor; }
/* SVGs enviados nos benefícios são inline e sempre assumem a cor principal do empreendimento. */
.vpa-section--benefits .vpa-benefit-icon--custom { fill: currentColor; }
.vpa-section--benefits .vpa-benefit-icon--custom [fill]:not([fill="none"]) { fill: currentColor !important; }
.vpa-section--benefits .vpa-benefit-icon--custom [stroke]:not([stroke="none"]) { stroke: currentColor !important; }
.vpa-section--benefits .vpa-benefit-icon--custom [fill="none"] { fill: none !important; }
.vpa-section--benefits .vpa-benefit-icon--custom [stroke="none"] { stroke: none !important; }
.vpa-benefit-icon--regular { background: currentColor; -webkit-mask: var(--vpa-benefit-icon-url) center / contain no-repeat; mask: var(--vpa-benefit-icon-url) center / contain no-repeat; }
.vpa-benefit h3 { max-width: 220px; margin: 0; color: var(--vpa-page-ink); font-family: var(--vpa-body, Arial, sans-serif); font-size: 1rem; font-weight: 700; line-height: 1.35; }

.vpa-section--location { display: grid; grid-template-columns: minmax(300px, 0.58fr) minmax(0, 1.42fr); align-items: stretch; width: 100%; max-height: 500px; margin-bottom: 0; background: #d8e0e7; }
.vpa-section--lead + .vpa-section--location { margin-top: 0; }
.vpa-section--lead:has(+ .vpa-section--location) { margin-bottom: 0; }
.vpa-location__content { display: flex; min-height: 390px; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(48px, 6vw, 84px); color: var(--vpa-page-ink); }
.vpa-section--location .vpa-section__heading { margin-bottom: 18px; }
.vpa-section--location .vpa-section__heading::before { background: var(--vpa-primary, #223970); }
.vpa-section--location .vpa-section__heading > p { color: var(--vpa-primary, #223970); }
.vpa-section--location .vpa-section__heading h2 { color: var(--vpa-page-ink); }
.vpa-location__text { max-width: 360px; margin: 0; color: var(--vpa-page-ink); font-size: 1.02rem; line-height: 1.65; }
.vpa-location__button { display: inline-flex; min-height: 54px; align-items: center; gap: 10px; margin-top: 28px; padding: 0 22px; background: var(--vpa-primary, #223970); color: #fff; font-size: 0.82rem; font-weight: 850; letter-spacing: 0.06em; text-decoration: none; text-transform: uppercase; transition: filter 180ms ease, transform 180ms ease; }
.vpa-location__button:hover,
.vpa-location__button:focus-visible { color: #fff; filter: brightness(0.92); transform: translateY(-2px); }
.vpa-location__map { display: block; width: 100%; height: min(500px, 42vw); min-height: 390px; border: 0; background: #dfe5e2; }

.vpa-section--implantation { position: relative; isolation: isolate; width: min(1380px, calc(100% - 48px)); padding: var(--vpa-section-start-space) clamp(56px, 7vw, 100px) var(--vpa-section-end-space); background: var(--vpa-page-dark); }
.vpa-section--implantation::before,
.vpa-section--lead::before { background: var(--vpa-section-background, inherit); }
.vpa-empreendimento--custom-theme .vpa-section--implantation,
.vpa-empreendimento--custom-theme .vpa-section--lead { background: var(--vpa-section-background, var(--vpa-primary)); }
.vpa-empreendimento--custom-theme .vpa-section--implantation .vpa-section__heading::before,
.vpa-empreendimento--custom-theme .vpa-section--lead .vpa-section__heading::before { background: var(--vpa-brand-secondary); }
.vpa-empreendimento--custom-theme .vpa-section--implantation .vpa-section__heading > p,
.vpa-empreendimento--custom-theme .vpa-section--lead .vpa-section__heading > p,
.vpa-empreendimento--custom-theme .vpa-section--implantation .vpa-implantation__sales-mirror,
.vpa-empreendimento--custom-theme .vpa-lead-form__intro > p { color: var(--vpa-brand-secondary); }
.vpa-section--implantation .vpa-section__heading::before { background: var(--vpa-accent, #1ca74a); }
.vpa-section--implantation .vpa-section__heading > p { color: rgba(255, 255, 255, 0.6); }
.vpa-section--implantation .vpa-section__heading h2 { color: #fff; }
.vpa-section--implantation .vpa-implantation__sales-mirror { margin: 18px 0 0; color: rgba(255, 255, 255, 0.72); font-size: 0.88rem; font-weight: 500; letter-spacing: 0; text-transform: none; }
.vpa-implantation a { display: block; overflow: hidden; background: #fff; }
.vpa-implantation img { display: block; width: 100%; height: auto; cursor: zoom-in; transition: transform 260ms ease; }
.vpa-implantation a:hover img { transform: scale(1.012); }

.vpa-section--works { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); column-gap: clamp(52px, 8vw, 124px); align-items: start; }
.vpa-works__intro { grid-column: 1; grid-row: 1; }
.vpa-section--works .vpa-section__heading { margin-bottom: 0; }
.vpa-works-updated { margin: 24px 0 0; color: var(--vpa-page-muted); font-size: 0.88rem; }
.vpa-work-progress-list { display: grid; grid-column: 2; grid-row: 1; align-self: end; gap: 27px; margin: 0; }
.vpa-section--works-has-gallery .vpa-works-gallery { grid-column: 1; grid-row: 2; margin-top: 38px; }
.vpa-section--works-has-gallery .vpa-work-progress-list { grid-column: 2; grid-row: 2; align-self: start; margin-top: 38px; }
.vpa-work-progress-label { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 10px; color: var(--vpa-page-ink); }
.vpa-work-progress-label span { font-weight: 650; }
.vpa-work-progress-label strong { color: var(--vpa-primary, #223970); font-variant-numeric: tabular-nums; }
.vpa-progress { height: 7px; overflow: hidden; border-radius: 999px; background: #e4e8e6; }
.vpa-progress span { display: block; height: 100%; border-radius: inherit; background: #1ca74a; }
.vpa-works-gallery { position: relative; min-width: 0; }
.vpa-works-gallery__main { display: block; overflow: hidden; aspect-ratio: 4 / 3; background: var(--vpa-page-soft); }
.vpa-works-gallery__main img { display: block; width: 100%; height: 100%; object-fit: cover; transition: opacity 180ms ease, transform 280ms ease; }
.vpa-works-gallery.is-changing .vpa-works-gallery__main img { opacity: .34; }
.vpa-works-gallery__main:hover img { transform: scale(1.02); }
.vpa-works-gallery__thumbs { display: flex; gap: 10px; margin-top: 14px; padding-inline: 42px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.vpa-works-gallery__thumbs::-webkit-scrollbar { display: none; }
.vpa-works-gallery__thumb { flex: 0 0 calc((100% - 20px) / 3); min-width: 94px; aspect-ratio: 4 / 3; padding: 0; overflow: hidden; border: 1px solid transparent; background: var(--vpa-page-soft); cursor: pointer; scroll-snap-align: center; transition: border-color 180ms ease, opacity 180ms ease; }
.vpa-works-gallery__thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }
.vpa-works-gallery__thumb:hover,
.vpa-works-gallery__thumb:focus-visible,
.vpa-works-gallery__thumb[aria-current="true"] { border-color: var(--vpa-primary, #223970); }
.vpa-works-gallery__thumb:not([aria-current="true"]) { opacity: .72; }
.vpa-works-gallery__arrow { position: absolute; bottom: 28px; z-index: 1; display: grid; width: 36px; height: 36px; place-items: center; border: 0; border-radius: 50%; background: var(--vpa-page-dark); color: #fff; font-size: 1.7rem; line-height: 1; cursor: pointer; box-shadow: 0 4px 14px rgba(8, 30, 52, .2); }
.vpa-works-gallery__arrow:hover,
.vpa-works-gallery__arrow:focus-visible { background: var(--vpa-primary, #223970); }
.vpa-works-gallery__arrow--previous { left: 8px; }
.vpa-works-gallery__arrow--next { right: 8px; }

.vpa-section--videos { position: relative; isolation: isolate; width: min(1380px, calc(100% - 48px)); margin-bottom: 0; padding: var(--vpa-section-start-space) clamp(56px, 7vw, 100px) var(--vpa-section-end-space); background: #212529; }
.vpa-section--videos + .vpa-section--lead { margin-top: 0; }
.vpa-section--videos:has(+ .vpa-section--lead) { margin-bottom: 0; }
.vpa-section--videos::before { background: var(--vpa-section-background, inherit); }
.vpa-section--videos .vpa-section__heading::before { background: var(--vpa-accent, #1ca74a); }
.vpa-section--videos .vpa-section__heading > p { color: rgba(255, 255, 255, 0.64); }
.vpa-section--videos .vpa-section__heading h2 { color: #fff; }
.vpa-videos { display: grid; grid-template-columns: minmax(0, 1fr); gap: 42px; }
.vpa-videos iframe { display: block; width: 100%; height: auto; min-height: min(70vw, 760px); aspect-ratio: 16 / 9; border: 0; background: #000; }
.vpa-videos > p { margin: 0; color: rgba(255, 255, 255, 0.74); }
.vpa-video-cover { position: relative; display: block; width: 100%; min-height: min(70vw, 760px); padding: 0; overflow: hidden; aspect-ratio: 16 / 9; border: 0; background: #000; cursor: pointer; }
.vpa-video-cover > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.vpa-video-cover__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .42)); transition: background 180ms ease; }
.vpa-video-cover__play { position: absolute; top: 50%; left: 50%; display: grid; width: 68px; height: 48px; place-items: center; border-radius: 12px; background: #ff0033; color: #fff; transform: translate(-50%, -50%); transition: transform 180ms ease, background 180ms ease; }
.vpa-video-cover__play svg { width: 29px; height: 29px; fill: currentColor; }
.vpa-video-cover:hover .vpa-video-cover__overlay,
.vpa-video-cover:focus-visible .vpa-video-cover__overlay { background: linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .54)); }
.vpa-video-cover:hover .vpa-video-cover__play,
.vpa-video-cover:focus-visible .vpa-video-cover__play { background: #e6002d; transform: translate(-50%, -50%) scale(1.08); }
.vpa-video-cover:focus-visible { outline: 3px solid var(--vpa-accent, #1ca74a); outline-offset: 4px; }

.vpa-lightbox { position: fixed; z-index: 100000; inset: 0; display: grid; place-items: center; padding: clamp(16px, 4vw, 52px); background: rgba(7, 15, 23, 0.92); }
.vpa-lightbox[hidden] { display: none; }
.vpa-lightbox__dialog { position: relative; display: grid; width: min(1360px, 100%); max-height: 100%; place-items: center; outline: 0; }
.vpa-lightbox__figure { display: grid; max-width: 100%; max-height: min(88vh, 1000px); margin: 0; place-items: center; }
.vpa-lightbox__image { display: block; max-width: 100%; max-height: min(88vh, 1000px); object-fit: contain; box-shadow: 0 20px 70px rgba(0, 0, 0, .42); }
.vpa-lightbox__close,
.vpa-lightbox__nav { position: absolute; z-index: 1; display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(255, 255, 255, .36); border-radius: 50%; background: rgba(70, 78, 85, .92); color: #fff; cursor: pointer; transition: background 180ms ease, transform 180ms ease; }
.vpa-lightbox__close { top: 12px; right: 12px; font-size: 2rem; line-height: 1; }
.vpa-lightbox__nav { top: 50%; font-size: 2.6rem; line-height: .8; transform: translateY(-50%); }
.vpa-lightbox__nav--previous { left: 12px; }
.vpa-lightbox__nav--next { right: 12px; }
.vpa-lightbox__close:hover,
.vpa-lightbox__close:focus-visible,
.vpa-lightbox__nav:hover,
.vpa-lightbox__nav:focus-visible { background: #2f363b; transform: translateY(-2px); }
.vpa-lightbox__nav:hover,
.vpa-lightbox__nav:focus-visible { transform: translateY(-50%) scale(1.06); }
.vpa-lightbox__zoom { position: absolute; z-index: 2; right: 12px; bottom: 12px; display: inline-flex; overflow: hidden; border: 1px solid rgba(255, 255, 255, .36); border-radius: 8px; background: rgba(70, 78, 85, .94); box-shadow: 0 10px 30px rgba(0, 0, 0, .28); }
.vpa-lightbox__zoom[hidden] { display: none; }
.vpa-lightbox__zoom button { min-width: 46px; height: 42px; border: 0; border-right: 1px solid rgba(255, 255, 255, .22); background: transparent; color: #fff; cursor: pointer; font-family: inherit; font-size: 1.3rem; font-weight: 650; line-height: 1; }
.vpa-lightbox__zoom button[data-vpa-lightbox-zoom-reset] { min-width: 58px; font-size: .72rem; }
.vpa-lightbox__zoom button:last-child { border-right: 0; }
.vpa-lightbox__zoom button:hover,
.vpa-lightbox__zoom button:focus-visible { background: #2f363b; outline: 0; }
.vpa-lightbox--zoomable .vpa-lightbox__figure { display: block; width: 100%; max-height: min(88vh, 1000px); overflow: auto; text-align: center; scrollbar-color: rgba(255, 255, 255, .58) transparent; }
.vpa-lightbox--zoomable .vpa-lightbox__image { width: 100%; max-width: none; max-height: none; min-width: 100%; height: auto; }
.vpa-lightbox-open { overflow: hidden; }

.vpa-section--lead { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(260px, 0.72fr) minmax(400px, 520px); align-items: center; gap: clamp(40px, 6vw, 76px); width: min(1180px, calc(100% - 48px)); padding: var(--vpa-section-start-space) clamp(48px, 5.5vw, 72px) var(--vpa-section-end-space); background: var(--vpa-page-dark); color: #fff; }
.vpa-section--lead .vpa-section__heading::before { background: var(--vpa-accent, #1ca74a); }
.vpa-section--lead .vpa-section__heading > p { color: rgba(255, 255, 255, 0.62); }
.vpa-section--lead .vpa-section__heading h2 { color: #fff; }
.vpa-lead-form__intro h2 > span { display: block; }
.vpa-lead-form__project-name { overflow-wrap: anywhere; text-wrap: balance; white-space: normal; }
.vpa-lead-form__intro > p { max-width: 450px; margin: 0; color: rgba(255, 255, 255, 0.78); font-size: 1.03rem; line-height: 1.68; }
.vpa-lead-form__fields { width: 100%; justify-self: end; padding: clamp(30px, 3vw, 40px); border-top: 3px solid var(--vpa-brand-secondary); background: #f7f5ef; color: var(--vpa-page-ink); box-shadow: 0 22px 64px rgba(0, 0, 0, 0.2); }
.vpa-lead-form__eyebrow { margin: 0 0 14px; color: var(--vpa-primary, #223970); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.vpa-lead-form__fields h3 { margin: 0; color: var(--vpa-page-ink); font-family: var(--vpa-heading, Georgia, 'Times New Roman', serif); font-size: clamp(2rem, 3vw, 2.7rem); line-height: 1.02; letter-spacing: -0.04em; }
.vpa-lead-form__support { margin: 10px 0 22px; color: var(--vpa-page-muted); font-size: 0.95rem; line-height: 1.55; }
.vpa-section--lead .wpcf7-form { display: grid; gap: 10px; }
.vpa-section--lead .wpcf7-form > p { margin: 0 !important; padding: 0 !important; }
.vpa-section--lead .wpcf7-form > br { display: none; }
.vpa-section--lead .wpcf7-form label { display: block; margin: 0 !important; color: var(--vpa-page-ink); font-size: 0.69rem; font-weight: 800; letter-spacing: 0.1em; line-height: 1.2; text-transform: uppercase; }
.vpa-section--lead .wpcf7-form-control-wrap { display: block; margin-top: 6px; }
.vpa-section--lead input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.vpa-section--lead textarea,
.vpa-section--lead select { width: 100%; min-height: 50px; box-sizing: border-box; padding: 0.84rem 1rem; border: 1px solid #cdc8ba; border-radius: 0; background: rgba(255, 255, 255, 0.58); color: var(--vpa-page-ink); font: inherit; transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.vpa-section--lead input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.vpa-section--lead textarea:focus,
.vpa-section--lead select:focus { border-color: var(--vpa-primary, #223970); outline: 0; background: #fff; box-shadow: 0 0 0 3px rgba(34, 57, 112, 0.18); }
.vpa-section--lead input[type="submit"] { width: 100%; min-height: 52px; padding: 0 1.5rem; border: 0; border-radius: 0; background: var(--vpa-brand-secondary); color: var(--vpa-page-dark); font-size: 0.82rem; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; transition: filter 180ms ease, transform 180ms ease; }
.vpa-section--lead input[type="submit"]:hover { filter: brightness(0.92); transform: translateY(-1px); }
.vpa-section--lead input[type="submit"]:focus-visible { outline: 3px solid var(--vpa-primary, #223970); outline-offset: 3px; }
.vpa-section--lead .wpcf7-not-valid-tip { margin-top: 6px; color: #b5202a; font-size: 0.79rem; font-weight: 600; letter-spacing: 0; text-transform: none; }
.vpa-section--lead .wpcf7-response-output { margin: 0; border-color: var(--vpa-primary, #223970); color: var(--vpa-page-ink); font-size: 0.88rem; }
.vpa-lead-form__privacy { margin: 14px 0 0; color: #6d6b64; font-size: 0.72rem; line-height: 1.48; }

.vpa-similar { margin-top: 0; padding-top: clamp(56px, 6vw, 80px); border-top: 0; }
.vpa-similar__header { max-width: 760px; margin-bottom: clamp(28px, 3vw, 42px); }
.vpa-similar__header h2 { margin: 5px 0 12px; color: #111; font-family: var(--vpa-heading, Georgia, 'Times New Roman', serif); font-size: var(--vpa-section-title-size); font-weight: 500; line-height: 1.04; letter-spacing: -0.025em; }
.vpa-similar__header > p:last-child { margin: 0; color: var(--vpa-page-muted); }
.vpa-similar__eyebrow { margin: 0; color: var(--vpa-accent, #1ca74a); font-size: 0.73rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.vpa-similar__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 3vw, 32px); }
.vpa-similar-card { overflow: hidden; background: #e9edf0; }
.vpa-similar-card__image { position: relative; display: flex; width: 100%; min-height: 348px; height: min(500px, 58vw); align-items: flex-end; overflow: hidden; color: #fff; isolation: isolate; text-decoration: none; transition: transform 220ms ease, box-shadow 220ms ease; }
.vpa-similar-card__image:hover,
.vpa-similar-card__image:focus-visible { color: #fff; box-shadow: 0 18px 42px rgba(8, 30, 52, 0.2); transform: translateY(-4px); }
.vpa-similar-card__image:focus-visible { outline: 3px solid var(--vpa-primary, #223970); outline-offset: 3px; }
.vpa-similar-card__image > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 420ms ease; }
.vpa-similar-card__image:hover > img { transform: scale(1.045); }
.vpa-similar-card__placeholder { position: absolute; z-index: -2; inset: 0; display: block; width: 100%; height: 100%; background: linear-gradient(135deg, #e8ecef, #d7dee3); }
.vpa-similar-card__overlay { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(6, 16, 24, 0.04) 25%, rgba(6, 16, 24, 0.82) 100%); }
.vpa-similar-card__status { position: absolute; top: 18px; left: 18px; display: inline-flex; align-items: center; min-height: 42px; max-width: calc(100% - 36px); padding: 0.58rem 0.9rem; background: var(--vpa-status-color, #59636c); color: #fff; font-size: 0.8rem; font-weight: 800; letter-spacing: 0.02em; line-height: 1.25; }
.vpa-similar-card__content { display: grid; width: 100%; gap: 7px; padding: 24px; }
.vpa-similar-card__type { color: rgba(255, 255, 255, 0.78); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.12em; line-height: 1.25; text-transform: uppercase; }
.vpa-similar-card__title { color: #fff; font-family: var(--vpa-heading, Georgia, 'Times New Roman', serif); font-size: clamp(1.65rem, 2.2vw, 2.2rem); font-weight: 500; line-height: 1.05; letter-spacing: -0.025em; }
.vpa-similar-card__location { color: rgba(255, 255, 255, 0.88); font-size: 0.82rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; }

.vpa-section:has(+ .vpa-legal-notice) { margin-bottom: 0; }
.vpa-similar:has(+ .vpa-legal-notice) { margin-bottom: clamp(48px, 4vw, 64px); }
.vpa-legal-notice { position: relative; width: 100%; margin: 0; padding: 2rem 0; background: #222; color: rgba(255, 255, 255, 0.78); font-size: 0.75rem; line-height: 1.62; text-align: center; }
.vpa-legal-notice::after { position: absolute; bottom: 0; left: 50%; width: min(1200px, calc(100vw - 72px)); height: 1px; background: rgba(255, 255, 255, 0.18); content: ""; transform: translateX(-50%); }
.vpa-legal-notice p { width: var(--vpa-page-container); max-width: 940px; margin: 0 auto; }
body.single-vpa_empreendimento #colophon,
body.single-vpa_empreendimento #site-footer,
body.single-vpa_empreendimento .site-footer { border-top: 0; background: #222; color: #fff; }
body.single-vpa_empreendimento #colophon a,
body.single-vpa_empreendimento #site-footer a,
body.single-vpa_empreendimento .site-footer a { color: inherit; }

.vpa-whatsapp-float { position: fixed; right: max(22px, env(safe-area-inset-right)); bottom: max(22px, env(safe-area-inset-bottom)); z-index: 999; display: grid; width: 72px; height: 72px; place-items: center; border: 0; border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28); text-decoration: none; transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease; animation: vpa-whatsapp-pulse 2s infinite; }
.vpa-whatsapp-float::before,
.vpa-whatsapp-float::after { position: absolute; inset: -3px; border: 2px solid rgba(37, 211, 102, 0.52); border-radius: inherit; content: ""; animation: vpa-whatsapp-ring 2s infinite; }
.vpa-whatsapp-float::after { animation-delay: 0.65s; }
.vpa-whatsapp-float svg { width: 40px; height: 40px; }
.vpa-whatsapp-float:hover,
.vpa-whatsapp-float:focus-visible { color: #fff; background: #1fbd59; box-shadow: 0 10px 34px rgba(0, 0, 0, 0.34); transform: translateY(-3px) scale(1.04); }
.vpa-whatsapp-float:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
@keyframes vpa-whatsapp-pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.06); } }
@keyframes vpa-whatsapp-ring { 0% { opacity: 0.72; transform: scale(1); } 75%, 100% { opacity: 0; transform: scale(1.42); } }

body.vpa-modal-open { overflow: hidden; }
.vpa-whatsapp-modal[hidden] { display: none; }
.vpa-whatsapp-modal { position: fixed; inset: 0; z-index: 1100; display: grid; place-items: center; padding: 20px; }
.vpa-whatsapp-modal__backdrop { position: absolute; inset: 0; background: rgba(3, 23, 39, 0.78); backdrop-filter: blur(7px); }
.vpa-whatsapp-modal__dialog { position: relative; z-index: 1; width: min(100%, 460px); max-height: calc(100vh - 40px); overflow-y: auto; padding: 30px 34px 26px; border: 1px solid rgba(15, 51, 39, 0.1); border-radius: 18px; background: linear-gradient(180deg, #f2fbf6 0, #fff 145px); color: #10283a; box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38); }
.vpa-whatsapp-modal__heading { display: flex; align-items: center; gap: 12px; padding-right: 36px; }
.vpa-whatsapp-modal__icon { display: grid; width: 40px; height: 40px; flex: 0 0 40px; place-items: center; border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 8px 24px rgba(37, 211, 102, 0.28); }
.vpa-whatsapp-modal__icon svg { width: 25px; height: 25px; }
.vpa-whatsapp-modal__dialog h2 { margin: 1px 0 0; color: #0c3327; font-size: 1.58rem; line-height: 1.08; white-space: nowrap; }
.vpa-whatsapp-modal__dialog > p:not(.vpa-whatsapp-modal__privacy) { margin: 15px 0 20px; color: #43574f; font-size: 0.92rem; line-height: 1.45; }
.vpa-whatsapp-modal__eyebrow { margin: 0; color: #128c4a; font-size: 0.69rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.vpa-whatsapp-modal__close { position: absolute; top: 14px; right: 14px; display: grid; width: 38px; height: 38px; place-items: center; border: 0; border-radius: 50%; background: rgba(16, 40, 58, 0.07); color: #10283a; font-size: 1.65rem; line-height: 1; cursor: pointer; transition: background 180ms ease, transform 180ms ease; }
.vpa-whatsapp-modal__close:hover { background: rgba(16, 40, 58, 0.13); transform: rotate(4deg); }
.vpa-whatsapp-modal__form .wpcf7-form { display: block; }
.vpa-whatsapp-modal__form .wpcf7-form > p { margin: 0; }
.vpa-whatsapp-modal__form .vpa-wrap { max-width: none !important; margin: 0 !important; padding: 0 !important; background: transparent !important; }
.vpa-whatsapp-modal__form .vpa-wrap p { display: grid !important; gap: 12px; margin: 0 !important; padding: 0 !important; }
.vpa-whatsapp-modal__form .vpa-wrap br { display: none; }
.vpa-whatsapp-modal__form label { display: block; color: #30463d; font-size: 0.84rem; font-weight: 700; }
.vpa-whatsapp-modal__form .wpcf7-form-control-wrap { display: block; margin: 0; }
.vpa-whatsapp-modal__form input:not([type="checkbox"]):not([type="radio"]),
.vpa-whatsapp-modal__form button,
.vpa-whatsapp-modal__form input[type="submit"] { width: 100%; min-height: 48px; box-sizing: border-box; }
.vpa-whatsapp-modal__form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) { margin: 0 !important; padding: 0 15px; border: 1px solid #ccd9d2; border-radius: 10px; background: #fff; color: #10283a; font: inherit; box-shadow: 0 2px 8px rgba(16, 40, 58, 0.035); transition: border-color 180ms ease, box-shadow 180ms ease; }
.vpa-whatsapp-modal__form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus { border-color: #25a85d; outline: 0; box-shadow: 0 0 0 4px rgba(37, 211, 102, 0.13); }
.vpa-whatsapp-modal__form input[type="submit"],
.vpa-whatsapp-modal__form button[type="submit"] { min-height: 52px; margin: 4px 0 0 !important; border: 0; border-radius: 10px; background: #25d366; color: #fff; font-size: 1rem; font-weight: 800; cursor: pointer; box-shadow: 0 10px 24px rgba(37, 211, 102, 0.24); transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.vpa-whatsapp-modal__form input[type="submit"]:hover,
.vpa-whatsapp-modal__form button[type="submit"]:hover { background: #1fbd59; box-shadow: 0 13px 28px rgba(37, 211, 102, 0.3); transform: translateY(-1px); }
.vpa-whatsapp-modal__form .wpcf7-spinner { position: absolute; }
.vpa-whatsapp-modal__form .wpcf7-not-valid-tip { margin-top: 5px; font-size: 0.78rem; }
.vpa-whatsapp-modal__form .wpcf7-response-output { margin: 12px 0 0; border-radius: 8px; font-size: 0.85rem; }
.vpa-whatsapp-modal__form .wpcf7-form.init .wpcf7-response-output,
.vpa-whatsapp-modal__form .wpcf7-form.sent .wpcf7-response-output { display: none; }
.vpa-whatsapp-modal__privacy { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 12px 0 0; color: #708078; font-size: 0.74rem; line-height: 1.35; text-align: center; }
.vpa-whatsapp-modal__privacy span { color: #128c4a; font-weight: 900; }



/* Blocos visuais já possuem respiro interno. A seção seguinte não deve somar uma segunda margem. */
.vpa-section--gallery,
.vpa-section--implantation,
.vpa-section--videos,
.vpa-section--lead { margin-bottom: 0; }

.vpa-section--gallery + .vpa-section,
.vpa-section--implantation + .vpa-section,
.vpa-section--videos + .vpa-section,
.vpa-section--lead + .vpa-section { margin-top: 0; }

/* Após a galeria, as seções de conteúdo mantêm um respiro curto e consistente. */
.vpa-section--gallery + .vpa-section:not(.vpa-section--implantation):not(.vpa-section--videos):not(.vpa-section--lead) { margin-top: clamp(32px, 3vw, 48px); }

/* Ritmo editorial: cada bloco comum começa a mesma distância após o término visual da seção anterior. */
.vpa-section-stack > .vpa-section--gallery,
.vpa-section-stack > .vpa-section--custom-image,
.vpa-section-stack > .vpa-section--implantation,
.vpa-section-stack > .vpa-section--videos { margin-block: 0; }

.vpa-section-stack > .vpa-section--benefits:not([data-vpa-custom-background]),
.vpa-section-stack > .vpa-section--works:not([data-vpa-custom-background]) { margin-top: var(--vpa-section-start-space); margin-bottom: 0; }

/* Os blocos visuais iniciam logo após o bloco anterior e usam seu próprio respiro interno. */
.vpa-section--benefits:has(+ .vpa-section--gallery),
.vpa-section--benefits:has(+ .vpa-section--custom-image),
.vpa-section--benefits:has(+ .vpa-section--implantation),
.vpa-section--benefits:has(+ .vpa-section--videos),
.vpa-section--works:has(+ .vpa-section--gallery),
.vpa-section--works:has(+ .vpa-section--custom-image),
.vpa-section--works:has(+ .vpa-section--implantation),
.vpa-section--works:has(+ .vpa-section--videos) { margin-bottom: 0; }

/* Galeria seguida por conteúdo editorial mantém o mesmo espaçamento dos demais títulos. */
.vpa-section-stack > .vpa-section--gallery + .vpa-section--benefits:not([data-vpa-custom-background]):not(.vpa-section--implantation):not(.vpa-section--videos):not(.vpa-section--lead),
.vpa-section-stack > .vpa-section--gallery + .vpa-section--works:not([data-vpa-custom-background]):not(.vpa-section--implantation):not(.vpa-section--videos):not(.vpa-section--lead) { margin-top: var(--vpa-section-start-space); }

/* Blocos de conteúdo encerram com o mesmo respiro, independentemente da próxima seção. */
.vpa-section-stack > .vpa-section--benefits,
.vpa-section-stack > .vpa-section--works { margin-bottom: var(--vpa-section-end-space) !important; }

/* Status com fundo personalizado já possui respiro interno: antes de Vídeos, não somar uma segunda faixa. */
.vpa-section--works[data-vpa-custom-background]:has(+ .vpa-section--videos) { margin-bottom: 0 !important; }

/* Layout compacto: indicadores de obras sem galeria, com respiro controlado pelo painel. */
.vpa-section-stack > .vpa-section--works-compact:not([data-vpa-custom-background]) { margin-top: 0; margin-bottom: 0 !important; }

/* Seções com fundo personalizado absorvem o espaçamento entre blocos. */
.vpa-section[data-vpa-custom-background] { margin-block: 0; }

@media (max-width: 980px) {
	.vpa-empreendimento { --vpa-page-container: min(100% - 48px, 1240px); --vpa-section-start-space: 82px; --vpa-section-end-space: 74px; }
	.vpa-section--technical { grid-template-columns: minmax(250px, .62fr) minmax(0, 1.38fr); gap: 54px; }
	.vpa-section--works { grid-template-columns: minmax(330px, .85fr) minmax(0, 1.15fr); gap: 54px; }
	.vpa-benefits { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.vpa-section--lead { grid-template-columns: 1fr 1.1fr; gap: 48px; padding: var(--vpa-section-start-space) 44px var(--vpa-section-end-space); }
	.vpa-similar__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
	.vpa-empreendimento { --vpa-section-start-space: 72px; --vpa-section-end-space: 66px; }
	.vpa-section--technical,
	.vpa-section--works,
	.vpa-section--location { grid-template-columns: 1fr; max-height: none; }
	.vpa-section--lead { grid-template-columns: 1fr; }
	.vpa-technical__intro { position: static; }
	.vpa-empreendimento__brand { min-height: 0; margin-bottom: 30px; }
	.vpa-empreendimento__brand--square { min-height: 0; }
	.vpa-empreendimento__brand--square img { max-width: min(100%, 208px); max-height: 178px; }
	.vpa-technical { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.vpa-works__intro,
	.vpa-works-gallery,
	.vpa-work-progress-list { grid-column: 1; grid-row: auto; }
	.vpa-section--works-has-gallery .vpa-works-gallery,
	.vpa-section--works-has-gallery .vpa-work-progress-list { grid-column: 1; grid-row: auto; margin-top: 0; }
	.vpa-works-gallery { max-width: 520px; margin-top: 38px; }
	.vpa-works-gallery__thumbs { padding-inline: 40px; }
	.vpa-works-gallery__thumb { flex-basis: calc((100% - 10px) / 2); }
	.vpa-works-gallery__arrow { bottom: 31px; }
	.vpa-work-progress-list { margin-top: 42px; }
	.vpa-section--lead { gap: 40px; }
	.vpa-location__map { min-height: 360px; }
	.vpa-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
	.vpa-empreendimento { --vpa-page-container: min(100% - 32px, 1240px); --vpa-section-start-space: 62px; --vpa-section-end-space: 56px; }
	.vpa-section__heading { margin-bottom: 30px; }
	.vpa-section__heading h2 { font-size: clamp(2rem, 10vw, 3rem); }
	.vpa-hero { min-height: 0; }
	.vpa-hero__overlay { background: linear-gradient(0deg, rgba(3, 23, 39, 0.92) 0%, rgba(3, 23, 39, 0.55) 68%, rgba(3, 23, 39, 0.2) 100%); }
	.vpa-hero__content { padding-block: 76px; }
	.vpa-hero__title { font-size: clamp(2.5rem, 12vw, 3.65rem); line-height: 1.05; letter-spacing: -0.02em; }
	.vpa-empreendimento__overview { grid-template-columns: 1fr; gap: 20px; margin-top: -28px; padding: 26px 22px; }
	.vpa-empreendimento__dados { grid-template-columns: 1fr; gap: 0; }
	.vpa-empreendimento__dados > div { padding: 17px 0 0; border-top: 1px solid var(--vpa-page-line); border-left: 0; }
	.vpa-commercial-status { justify-self: start; }
	.vpa-quick-nav { margin-top: 20px; }
	.vpa-quick-nav > div { justify-content: flex-start; gap: 4px; padding: 5px; }
	.vpa-quick-nav a { min-height: 40px; padding-inline: 14px; }
	.vpa-technical { grid-template-columns: 1fr; gap: 0; }
	.vpa-technical > div { min-height: 0; }
	.vpa-section--gallery { padding: var(--vpa-section-start-space) 0 var(--vpa-section-end-space); }
	.vpa-gallery { gap: 10px; }
	.vpa-gallery__featured { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto auto; gap: 10px; height: auto; }
	.vpa-gallery__main { grid-column: span 2; grid-row: auto; aspect-ratio: 16 / 10; }
	.vpa-gallery__preview { aspect-ratio: 4 / 3; }
	.vpa-gallery__rail { grid-template-columns: 36px minmax(0, 1fr) 36px; gap: 7px; }
	.vpa-gallery__thumbs { gap: 8px; }
	.vpa-gallery__thumbs a { flex-basis: 116px; }
	.vpa-gallery__rail-button { width: 36px; height: 36px; font-size: 1.45rem; }
	.vpa-benefits { gap: 18px; }
	.vpa-benefit { min-height: 108px; padding-top: 16px; }
	.vpa-benefit img,
	.vpa-benefit-icon { width: 34px; height: 34px; flex-basis: 34px; margin-bottom: 12px; }
	.vpa-section--implantation,
	.vpa-section--videos,
	.vpa-section--lead { width: 100%; padding: var(--vpa-section-start-space) 16px var(--vpa-section-end-space); }
	.vpa-legal-notice::after { width: calc(100vw - 32px); }
	.vpa-section--lead { gap: 34px; }
	.vpa-location__map { min-height: 270px; }
	.vpa-section--location .vpa-location__map { height: 320px; min-height: 320px; }
	.vpa-section--works { gap: 42px; }
	.vpa-videos iframe,
	.vpa-video-cover { min-height: 54vw; }
	.vpa-lead-form__fields { padding: 25px 20px; }
	.vpa-similar__grid { grid-template-columns: 1fr; }
	.vpa-whatsapp-float { right: max(16px, env(safe-area-inset-right)); bottom: max(16px, env(safe-area-inset-bottom)); width: 66px; height: 66px; }
	.vpa-whatsapp-float svg { width: 36px; height: 36px; }
	.vpa-whatsapp-modal { align-items: end; padding: 12px; }
	.vpa-whatsapp-modal__dialog { width: 100%; max-height: calc(100dvh - 24px); padding: 24px 20px 20px; border-radius: 20px; }
	.vpa-whatsapp-modal__heading { display: block; padding-right: 0; }
	.vpa-whatsapp-modal__icon { display: none; }
	.vpa-whatsapp-modal__dialog h2 { font-size: 1.45rem; white-space: nowrap; }
}

@media (prefers-reduced-motion: reduce) {
	.vpa-whatsapp-float,
	.vpa-whatsapp-float::before,
	.vpa-whatsapp-float::after { animation: none; }
	.vpa-hero__button,
	.vpa-gallery img,
	.vpa-location__map img,
	.vpa-similar-card,
	.vpa-similar-card__image img { transition: none; }
}


/* Plantas e Book do empreendimento. */
.vpa-section--plants::before,
.vpa-section--downloads::before { background: var(--vpa-section-background, var(--vpa-page-soft)); }
.vpa-plants { width: min(100%, 1040px); margin-inline: auto; }
.vpa-plants__viewport { overflow: hidden; border: 1px solid color-mix(in srgb, var(--vpa-primary) 14%, #fff); border-radius: 18px; background: #fff; box-shadow: 0 14px 32px rgba(10, 28, 61, .09); }
.vpa-plants__track { display: flex; transition: transform .5s ease; will-change: transform; }
.vpa-plants__item { position: relative; display: block; flex: 0 0 100%; height: min(430px, 37vw); min-height: 320px; overflow: hidden; background: #fff; color: var(--vpa-navy); text-decoration: none; }
.vpa-plants__item img { display: block; width: 100%; height: 100%; object-fit: contain; background: #fff; }
.vpa-plants__item span { position: absolute; right: 18px; bottom: 18px; padding: 9px 13px; border-radius: 999px; background: rgba(15, 35, 74, .88); color: #fff; font: 700 .72rem/1 "DM Sans", Arial, sans-serif; letter-spacing: .04em; text-transform: uppercase; }
.vpa-plants__controls { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 18px; }
.vpa-plants__arrow { width: 42px; height: 42px; padding: 0; border: 1px solid color-mix(in srgb, var(--vpa-primary) 30%, #fff); border-radius: 50%; background: #fff; color: var(--vpa-navy); font-size: 1.7rem; line-height: 1; cursor: pointer; transition: background .2s ease, color .2s ease; }
.vpa-plants__arrow:hover { background: var(--vpa-primary); color: #fff; }
.vpa-plants__dots { display: flex; align-items: center; gap: 8px; }
.vpa-plants__dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #b5bcc8; cursor: pointer; transition: width .2s ease, background .2s ease; }
.vpa-plants__dots button[aria-current="true"] { width: 25px; border-radius: 999px; background: var(--vpa-primary); }
.vpa-book { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(290px, .92fr); max-width: 1040px; margin-inline: auto; overflow: hidden; border-radius: 20px; background: var(--vpa-primary); box-shadow: 0 18px 40px rgba(10, 28, 61, .14); }
.vpa-book__body { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(34px, 5vw, 66px); color: #fff; }
.vpa-book__eyebrow { margin: 0 0 14px; color: var(--vpa-brand-secondary, #bfe4d4); font: 700 .72rem/1.2 "DM Sans", Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.vpa-book__body h3 { margin: 0; color: #fff; font: 600 clamp(2rem, 3.5vw, 3.5rem)/1.05 "Playfair Display", Georgia, serif; }
.vpa-book__body > p:not(.vpa-book__eyebrow) { max-width: 510px; margin: 18px 0 28px; color: rgba(255,255,255,.86); font-size: 1rem; line-height: 1.65; }
.vpa-book__button { display: inline-flex; align-items: center; gap: 11px; padding: 15px 21px; border-radius: 999px; background: #fff; color: var(--vpa-primary); font: 700 .82rem/1 "DM Sans", Arial, sans-serif; text-decoration: none; transition: transform .2s ease, filter .2s ease; }
.vpa-book__button:hover { color: var(--vpa-primary); filter: brightness(.95); transform: translateY(-2px); }
.vpa-book__media { position: relative; min-height: 360px; background: #102b55; }
.vpa-book__media::after { position: absolute; inset: 0; background: linear-gradient(90deg, var(--vpa-primary), rgba(15, 35, 74, .06)); content: ""; pointer-events: none; }
.vpa-book__media img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
@media (max-width: 760px) {
	.vpa-plants__item { height: 280px; min-height: 0; }
	.vpa-plants__item span { right: 12px; bottom: 12px; font-size: .64rem; }
	.vpa-book { grid-template-columns: 1fr; }
	.vpa-book__body { padding: 34px 26px; }
	.vpa-book__media { min-height: 240px; order: -1; }
	.vpa-book__media::after { background: linear-gradient(0deg, var(--vpa-primary), rgba(15, 35, 74, .08)); }
	.vpa-book__media img { min-height: 240px; }
}
@media (prefers-reduced-motion: reduce) {
	.vpa-plants__track { transition: none; }
}


/* Plantas e Book seguem o mesmo ritmo das seções visuais: fundo, conteúdo e controles formam um único bloco. */
.vpa-section-stack > .vpa-section--plants,
.vpa-section-stack > .vpa-section--downloads {
	margin-block: 0;
	padding-block: var(--vpa-section-start-space) var(--vpa-section-end-space);
	background: var(--vpa-section-background, var(--vpa-page-soft));
}

.vpa-section--plants::before,
.vpa-section--downloads::before {
	background: var(--vpa-section-background, var(--vpa-page-soft));
}

.vpa-section--plants + .vpa-section,
.vpa-section--downloads + .vpa-section {
	margin-top: 0;
}
