:root {
	--pp-red: #d90914;
	--pp-red-dark: #8f0007;
	--pp-dark: #111418;
	--pp-ink: #191919;
	--pp-muted: #6f7175;
	--pp-line: #e5e3df;
	--pp-cream: #f7f5f1;
	--pp-white: #fff;
	--pp-shadow: 0 18px 55px rgba(20, 20, 20, .12);
}

.propar-2026 *,
.propar-2026 *::before,
.propar-2026 *::after { box-sizing: border-box; }
.propar-2026 { margin: 0; overflow-x: hidden; background: #fff; color: var(--pp-ink); font-family: Arial, Helvetica, sans-serif; }
.propar-2026 a { color: inherit; text-decoration: none; }
.propar-2026 img { display: block; max-width: 100%; }
.propar-2026 button,
.propar-2026 input,
.propar-2026 select,
.propar-2026 textarea { font: inherit; }
.pp-skip { position: fixed; left: 20px; top: -80px; z-index: 99999; padding: 12px 18px; background: #fff; color: #111; }
.pp-skip:focus { top: 20px; }
.pp-eyebrow { margin: 0 0 15px; color: var(--pp-red); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.pp-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 18px; padding: 0 24px; border: 1px solid transparent; border-radius: 3px; cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; transition: transform .2s, box-shadow .2s, background .2s; }
.pp-button:hover { transform: translateY(-2px); }
.pp-button-red { background: var(--pp-red); color: #fff !important; box-shadow: 0 10px 26px rgba(217, 9, 20, .18); }
.pp-button-outline { border-color: #cbc8c3; background: rgba(255, 255, 255, .86); color: #222 !important; }
.pp-button-white { background: #fff; color: var(--pp-red) !important; }
.pp-compact { min-height: 42px; padding: 0 18px; }
.pp-text-link { color: var(--pp-red) !important; font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }

/* Header */
.pp-header { position: relative; z-index: 100; display: flex; min-height: 94px; align-items: center; gap: 34px; padding: 0 4.7vw; border-bottom: 1px solid #eee; background: #fff; }
.pp-brand { width: 180px; margin-right: auto; }
.pp-brand img { width: 100%; height: auto; }
.pp-nav { display: flex; align-items: center; gap: 28px; }
.pp-nav a { font-size: 11px; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; }
.pp-nav a:hover { color: var(--pp-red); }
.pp-header-actions { display: flex; align-items: center; gap: 14px; }
.pp-whatsapp { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid #ddd; border-radius: 50%; color: var(--pp-red) !important; font-size: 24px; }
.pp-menu-button { display: none; width: 40px; border: 0; background: transparent; }
.pp-menu-button span { display: block; height: 2px; margin: 7px 0; background: #111; }

/* Home */
.pp-hero { position: relative; display: flex; min-height: 650px; align-items: center; padding: 0 7vw; background: #f2f0ec; }
.pp-hero-image { position: absolute; inset: 0; background: url("../images/hero-propar-2026.png") center right / cover no-repeat; }
.pp-hero-fade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.99), rgba(255,255,255,.91) 33%, rgba(255,255,255,.16) 62%, transparent); }
.pp-hero-content { position: relative; z-index: 2; width: min(620px, 49vw); margin-top: -28px; }
.pp-hero h1,
.pp-section h2,
.pp-final-cta h2,
.pp-valuation h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.pp-hero h1 { font-size: clamp(54px, 5.2vw, 76px); line-height: .94; letter-spacing: -.045em; }
.pp-hero h1 em,
.pp-section-heading h2 span { color: var(--pp-red); font-style: normal; }
.pp-hero-copy { max-width: 550px; margin: 28px 0; font-size: 17px; line-height: 1.65; }
.pp-hero-buttons { display: flex; gap: 12px; }
.pp-search-box { position: absolute; z-index: 5; bottom: -48px; left: 50%; display: grid; width: min(1040px, 88vw); min-height: 96px; grid-template-columns: 1fr 1.25fr 1.25fr 190px; padding: 16px; transform: translateX(-50%); border: 1px solid #eee; background: #fff; box-shadow: var(--pp-shadow); }
.pp-search-box label,
.pp-catalog-search label { padding: 8px 18px; border-right: 1px solid #e4e4e4; color: #888; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pp-search-box select,
.pp-catalog-search select,
.pp-catalog-search input { display: block; width: 100%; margin-top: 10px; border: 0; outline: 0; background: transparent; color: #171717; font-size: 13px; text-transform: none; }
.pp-search-button { height: 64px; align-self: center; border: 0; }
.pp-quick-actions { display: flex; height: 164px; justify-content: center; gap: 0; padding: 75px 10vw 20px; border-bottom: 1px solid #eee; }
.pp-quick-actions a { display: flex; width: 150px; height: 66px; flex-direction: column; align-items: center; justify-content: center; gap: 8px; border-right: 1px solid #e8e8e8; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.pp-quick-actions a:last-child { border: 0; }
.pp-quick-actions span { color: var(--pp-red); font-size: 29px; }
.pp-section { padding: 90px 5.5vw; }
.pp-section-heading { margin-bottom: 38px; }
.pp-section-heading.pp-centered { text-align: center; }
.pp-section-heading h2 { margin: 0 0 12px; font-size: 42px; line-height: 1.08; }
.pp-section-heading > p { color: var(--pp-muted); font-size: 13px; }
.pp-section-heading.pp-split { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.pp-section-heading.pp-split > p { max-width: 430px; line-height: 1.65; }
.pp-stages-section { background: linear-gradient(#fff, #faf9f6); }
.pp-stages-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 10px; }
.pp-stage-card { position: relative; display: flex; height: 345px; flex-direction: column; overflow: hidden; border: 1px solid #e5e5e5; border-radius: 8px; background: #fff; transition: .25s; }
.pp-stage-card:hover { transform: translateY(-4px); border-color: #d4d4d4; box-shadow: 0 12px 30px rgba(0,0,0,.1); }
.pp-stage-card > div { height: 52%; padding: 20px 15px; text-align: center; }
.pp-stage-card > div > span { color: var(--pp-red); font-size: 27px; }
.pp-stage-card h3 { margin: 12px 0 8px; font-size: 13px; }
.pp-stage-card p { margin: 0; color: #666; font-size: 10px; line-height: 1.45; }
.pp-stage-card img { width: 100%; height: 48%; object-fit: cover; transition: transform .4s; }
.pp-stage-card:hover img { transform: scale(1.04); }
.pp-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pp-category-card { position: relative; height: 320px; overflow: hidden; border-radius: 7px; }
.pp-category-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,12,15,.88), rgba(10,10,10,.04) 68%); content: ""; }
.pp-category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.pp-category-card:hover img { transform: scale(1.04); }
.pp-category-card > div { position: absolute; z-index: 2; right: 26px; bottom: 24px; left: 26px; color: #fff; }
.propar-2026 .pp-category-card > div p { margin: 0 0 6px; color: #fff; font-size: 10px; opacity: .8; }
.propar-2026 .pp-category-card h3 { margin: 0; color: #fff; font-family: Georgia, serif; font-size: 27px; font-weight: 400; }
.pp-category-cta { position: absolute; z-index: 3; top: 18px; right: 18px; padding: 9px 11px; border: 1px solid rgba(255,255,255,.34); border-radius: 3px; background: rgba(17,20,24,.72); color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .06em; transition: .2s; }
.pp-category-card:hover .pp-category-cta { border-color: var(--pp-red); background: var(--pp-red); }
.pp-special-collections { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 0 5.5vw 90px; }
.pp-special-card { display: grid; min-height: 250px; grid-template-columns: 74px 1fr; align-items: start; gap: 26px; padding: 42px; overflow: hidden; border-radius: 8px; transition: .25s; }
.pp-special-card:hover { transform: translateY(-3px); box-shadow: 0 16px 35px rgba(0,0,0,.12); }
.pp-special-card.pp-light { border: 1px solid #e7e0d8; background: linear-gradient(135deg, #f2eee8, #fff); }
.pp-special-card.pp-dark { background: linear-gradient(135deg, #14171b, #2b2e33); color: #fff; }
.propar-2026 .pp-special-card.pp-dark h2 { color: #fff; }
.pp-special-icon { display: grid; width: 68px; height: 68px; place-items: center; border: 1px solid currentColor; border-radius: 50%; color: var(--pp-red); font-size: 31px; }
.pp-special-card h2 { max-width: 520px; margin: 0 0 13px; font-family: Georgia, serif; font-size: 31px; font-weight: 400; line-height: 1.08; }
.pp-special-card div > p:not(.pp-eyebrow) { max-width: 500px; margin: 0 0 24px; color: #6e6e6e; font-size: 12px; line-height: 1.6; }
.pp-special-card.pp-dark div > p:not(.pp-eyebrow) { color: #c8c8c8; }
.pp-special-card strong { color: var(--pp-red); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.pp-properties-section { background: var(--pp-cream); }
.pp-properties-grid,
.pp-listing-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.pp-property-card { display: block; overflow: hidden; border-radius: 6px; background: #fff; box-shadow: 0 2px 12px rgba(0,0,0,.04); transition: .25s; }
.pp-property-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(0,0,0,.1); }
.pp-property-image { position: relative; height: 250px; background: #e7e3de; }
.pp-property-image img { width: 100%; height: 100%; object-fit: cover; }
.pp-property-tag { position: absolute; top: 16px; left: 16px; padding: 7px 9px; border-radius: 3px; background: var(--pp-red); color: #fff; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.pp-property-info { padding: 18px; }
.pp-property-info > p { min-height: 15px; margin: 0 0 7px; color: #777; font-size: 10px; }
.pp-property-info h3 { min-height: 46px; margin: 0 0 16px; font-family: Georgia, serif; font-size: 19px; font-weight: 400; }
.pp-property-info > div { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid #eee; }
.pp-property-info strong { font-size: 14px; }
.pp-property-info div span { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid #ddd; border-radius: 50%; color: var(--pp-red); }
.pp-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; padding: 42px max(24px, 5vw); background: var(--pp-dark); color: #fff; }
.pp-stats > div { display: grid; min-width: 0; min-height: 76px; grid-template-columns: 46px minmax(74px, auto) minmax(0, 1fr); align-items: center; justify-content: center; gap: 16px; padding: 0 clamp(16px, 2vw, 34px); border-right: 1px solid #333; }
.pp-stats > div:last-child { border: 0; }
.pp-stats span { color: var(--pp-red); font-size: 35px; text-align: center; }
.pp-stats strong { font-size: clamp(20px, 1.7vw, 28px); line-height: 1.05; white-space: nowrap; }
.pp-stats p { margin: 0; overflow-wrap: anywhere; color: #ccc; font-size: 9px; line-height: 1.5; text-transform: uppercase; }
.pp-about { display: grid; grid-template-columns: .82fr 1fr 1.5fr; align-items: center; gap: 45px; }
.pp-about-photo { position: relative; height: 440px; overflow: hidden; border-radius: 8px; background: #eee; }
.pp-about-photo > img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.pp-about-photo > div { position: absolute; right: 14px; bottom: 14px; left: 14px; display: flex; flex-direction: column; padding: 13px 15px; border-left: 3px solid var(--pp-red); background: rgba(15,18,22,.88); color: #fff; }
.pp-about-photo strong { font-family: Georgia, serif; font-size: 17px; font-weight: 400; }
.pp-about-photo span { margin-top: 4px; color: #c8c8c8; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.pp-about-copy h2 { margin: 0 0 9px; font-family: Georgia, serif; font-size: 38px; font-weight: 400; }
.pp-role { margin: 0 0 15px; font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.pp-about-copy > p:not(.pp-eyebrow):not(.pp-role) { margin: 0; color: #666; font-size: 13px; line-height: 1.65; }
.pp-about-copy ul { margin: 20px 0; padding: 0; list-style: none; }
.pp-about-copy li { margin: 10px 0; font-size: 11px; }
.pp-about-copy li::before { margin-right: 10px; color: var(--pp-red); content: "✓"; }
.pp-reviews { min-width: 0; align-self: stretch; padding: 30px 0; }
.pp-review-summary { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.pp-review-summary span { color: var(--pp-red); letter-spacing: .12em; }
.pp-trustindex { max-width: 100%; overflow: hidden; }
.pp-trust-note { color: #8a8a8a; font-size: 9px; }
.pp-valuation { display: flex; align-items: center; justify-content: space-between; padding: 64px 9vw; background: linear-gradient(100deg, #7e0005, var(--pp-red)); color: #fff; }
.pp-valuation h2 { margin: 0 0 15px; font-size: 48px; line-height: 1; }
.propar-2026 .pp-valuation h2 { color: #fff; }
.propar-2026 .pp-valuation .pp-eyebrow { color: rgba(255,255,255,.78); }
.pp-valuation p:not(.pp-eyebrow) { font-size: 13px; opacity: .88; }
.propar-2026 .pp-valuation p:not(.pp-eyebrow) { color: #fff; }
.pp-articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pp-articles-grid article { position: relative; min-height: 260px; padding: 32px; border-top: 3px solid var(--pp-ink); background: #fafafa; }
.pp-articles-grid article > span { position: absolute; top: 25px; right: 24px; color: #d7d7d7; font-family: Georgia, serif; font-size: 28px; }
.pp-articles-grid h3 { max-width: 340px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.pp-articles-grid article > p:last-of-type { color: #666; font-size: 12px; line-height: 1.6; }
.pp-articles-grid a { color: var(--pp-red); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.pp-partners { padding: 50px 5vw; background: #f7f7f7; text-align: center; }
.pp-partners > div { display: flex; align-items: center; justify-content: center; gap: 4vw; margin-top: 26px; }
.pp-partners img { width: 128px; height: 82px; object-fit: contain; filter: grayscale(1); opacity: .74; mix-blend-mode: multiply; }

/* Catalog */
.pp-catalog-hero { display: flex; min-height: 310px; align-items: center; padding: 72px 7vw 92px; background: linear-gradient(100deg, rgba(255,255,255,.98), rgba(255,255,255,.73)), url("../images/terreno-salta.webp") center / cover; }
.pp-catalog-hero h1,
.pp-catalog-toolbar h2,
.pp-empty-large h2 { margin: 0 0 18px; font-family: Georgia, serif; font-size: clamp(42px, 4vw, 58px); font-weight: 400; line-height: 1; }
.pp-catalog-hero h1 em { color: var(--pp-red); font-style: normal; }
.pp-catalog-hero p:last-child { max-width: 620px; color: #626469; font-size: 14px; line-height: 1.65; }
.pp-catalog-search { position: relative; z-index: 4; display: grid; width: min(1380px, 94vw); min-height: 106px; grid-template-columns: .82fr 1fr 1.15fr .9fr 1.1fr 160px; margin: -54px auto 0; padding: 18px; border: 1px solid #e8e6e2; background: #fff; box-shadow: var(--pp-shadow); }
.pp-catalog-search .pp-button { height: 68px; align-self: center; border: 0; }
.pp-catalog-body { padding: 78px 5.5vw 100px; }
.pp-catalog-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 25px; padding-bottom: 28px; border-bottom: 1px solid var(--pp-line); }
.pp-catalog-toolbar h2 { margin: 0; font-size: 38px; }
.pp-catalog-toolbar > p { color: #777; font-size: 11px; }
.pp-active-filters { display: flex; min-height: 62px; align-items: center; gap: 9px; flex-wrap: wrap; }
.pp-active-filters span { padding: 8px 10px; border: 1px solid #ddd; border-radius: 20px; font-size: 9px; }
.pp-active-filters a { margin-left: auto; color: var(--pp-red); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.pp-listing-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pp-empty-large { grid-column: 1 / -1; padding: 70px 20px; text-align: center; }
.pp-empty-large p { max-width: 620px; margin-right: auto; margin-left: auto; color: #666; line-height: 1.6; }
.pp-empty-large .pp-button { margin-top: 15px; }
.pp-pagination { margin-top: 45px; }
.pp-pagination ul { display: flex; justify-content: center; gap: 6px; padding: 0; list-style: none; }
.pp-pagination a,
.pp-pagination span { display: grid; min-width: 40px; height: 40px; place-items: center; border: 1px solid #ddd; font-size: 11px; }
.pp-pagination .current { border-color: var(--pp-red); background: var(--pp-red); color: #fff; }

/* Property */
.pp-property-top { display: flex; align-items: end; justify-content: space-between; gap: 35px; padding: 62px 6vw 32px; }
.pp-property-top h1 { max-width: 900px; margin: 0 0 14px; font-family: Georgia, serif; font-size: clamp(38px, 4vw, 58px); font-weight: 400; line-height: 1.04; }
.pp-property-address { margin: 0; color: #777; font-size: 13px; }
.pp-property-price { min-width: 220px; text-align: right; }
.pp-property-price span { display: block; margin-bottom: 8px; color: #888; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.pp-property-price strong { color: var(--pp-red); font-family: Georgia, serif; font-size: 31px; font-weight: 400; }
.pp-gallery { position: relative; display: grid; height: 590px; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 7px; padding: 0 2vw; overflow: hidden; }
.pp-gallery .pp-gallery-item,
.pp-gallery > div { overflow: hidden; background: #eee; }
.pp-gallery .pp-gallery-item { display: block; min-width: 0; padding: 0; border: 0; cursor: zoom-in; }
.pp-gallery .pp-gallery-main { grid-row: 1 / 3; grid-column: 1 / 2; }
.pp-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.pp-gallery .pp-gallery-item:hover img { transform: scale(1.025); }
.pp-gallery-single { display: block; }
.pp-gallery-single .pp-gallery-main { width: 100%; height: 100%; }
.pp-gallery-count { position: absolute; z-index: 2; right: 4vw; bottom: 22px; padding: 11px 14px; border: 1px solid rgba(255,255,255,.65); border-radius: 3px; background: rgba(17,20,24,.92); color: #fff !important; font-size: 10px; font-weight: 800; letter-spacing: .03em; text-shadow: 0 1px 2px rgba(0,0,0,.8); opacity: 1; cursor: pointer; }
.pp-lightbox-open { overflow: hidden; }
.pp-lightbox[hidden] { display: none; }
.pp-lightbox { position: fixed; z-index: 999999; inset: 0; display: grid; place-items: center; padding: 30px; }
.pp-lightbox-backdrop { position: absolute; inset: 0; background: rgba(7,9,12,.94); }
.pp-lightbox-panel { position: relative; z-index: 1; display: grid; width: min(1440px, 100%); height: min(90vh, 920px); grid-template-columns: 70px minmax(0, 1fr) 70px; align-items: center; }
.pp-lightbox figure { display: grid; height: 100%; min-height: 0; grid-template-rows: minmax(0, 1fr) auto; align-items: center; margin: 0; }
.pp-lightbox figure img { display: block; width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.pp-lightbox figcaption { padding-top: 15px; color: #fff; font-size: 12px; text-align: center; }
.pp-lightbox button { border: 0; color: #fff; cursor: pointer; }
.pp-lightbox-close { position: fixed; z-index: 3; top: 22px; right: 28px; width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,.12); font-size: 34px; line-height: 1; }
.pp-lightbox-arrow { display: grid; width: 52px; height: 52px; place-items: center; justify-self: center; border-radius: 50%; background: rgba(255,255,255,.12); font-size: 42px; line-height: 1; }
.pp-lightbox button:hover,
.pp-lightbox button:focus-visible { background: var(--pp-red); outline: none; }
.pp-property-actions { position: sticky; z-index: 20; top: 0; display: flex; min-height: 76px; align-items: center; gap: 28px; padding: 0 6vw; border-bottom: 1px solid #e8e8e8; background: #fff; box-shadow: 0 7px 20px rgba(0,0,0,.04); }
.admin-bar .pp-property-actions { top: 32px; }
.pp-property-actions a:not(.pp-button) { font-size: 10px; font-weight: 800; text-transform: uppercase; }
.pp-property-actions .pp-button { margin-left: auto; min-height: 44px; }
.pp-property-layout { display: grid; grid-template-columns: minmax(0, 1fr) 390px; align-items: start; gap: 70px; padding: 72px 7vw 100px; }
.pp-property-summary { display: grid; grid-template-columns: repeat(5, 1fr); margin-bottom: 70px; border: 1px solid var(--pp-line); }
.pp-property-summary div { padding: 20px 15px; border-right: 1px solid var(--pp-line); }
.pp-property-summary div:last-child { border: 0; }
.pp-property-summary span { display: block; margin-bottom: 8px; color: #888; font-size: 8px; text-transform: uppercase; }
.pp-property-summary strong { font-size: 15px; }
.pp-property-section { padding: 0 0 58px; margin-bottom: 58px; border-bottom: 1px solid var(--pp-line); }
.pp-property-section h2,
.pp-property-location h2 { margin: 0 0 25px; font-family: Georgia, serif; font-size: 37px; font-weight: 400; }
.pp-entry { color: #555; font-size: 14px; line-height: 1.85; }
.pp-entry h2,
.pp-entry h3 { color: var(--pp-ink); font-family: Georgia, serif; font-weight: 400; }
.pp-entry img { height: auto; }
.pp-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 0; list-style: none; }
.pp-features li { padding: 16px; border: 1px solid #e5e2dd; font-size: 11px; }
.pp-property-location { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 35px; background: var(--pp-cream); }
.pp-property-location h2 { margin-bottom: 12px; font-size: 27px; }
.pp-property-location p:last-child { max-width: 570px; color: #777; font-size: 10px; }
.pp-property-contact { position: sticky; top: 95px; padding: 36px; border-top: 4px solid var(--pp-red); background: #fff; box-shadow: 0 16px 45px rgba(0,0,0,.11); }
.admin-bar .pp-property-contact { top: 127px; }
.pp-property-contact h2,
.pp-valuation-form-wrap h2 { margin: 0 0 14px; font-family: Georgia, serif; font-size: 31px; font-weight: 400; }
.pp-property-contact > p:not(.pp-eyebrow),
.pp-valuation-form-wrap > p:not(.pp-eyebrow) { color: #777; font-size: 11px; line-height: 1.65; }
.pp-property-contact form { margin-top: 24px; }
.pp-property-contact label,
.pp-valuation-form label { display: block; margin-bottom: 13px; color: #777; font-size: 9px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.pp-property-contact input,
.pp-property-contact textarea,
.pp-valuation-form input,
.pp-valuation-form select,
.pp-valuation-form textarea { display: block; width: 100%; margin-top: 7px; padding: 12px 13px; border: 1px solid #dcd9d4; border-radius: 0; outline: 0; background: #fff; color: #222; font-size: 12px; text-transform: none; }
.pp-property-contact input:focus,
.pp-property-contact textarea:focus,
.pp-valuation-form input:focus,
.pp-valuation-form select:focus,
.pp-valuation-form textarea:focus { border-color: var(--pp-red); }
.pp-property-contact .pp-button { width: 100%; border: 0; }
.pp-contact-wa { display: block; margin-top: 14px; color: var(--pp-red) !important; font-size: 10px; font-weight: 800; text-align: center; }
.pp-property-contact small { display: block; margin-top: 20px; color: #999; font-size: 8px; text-align: center; }
.pp-form-message { margin: 18px 0; padding: 12px 14px; font-size: 10px; line-height: 1.5; }
.pp-form-message.success { border-left: 3px solid #258442; background: #eef8f1; color: #176430; }
.pp-form-message.error { border-left: 3px solid var(--pp-red); background: #fff0f1; color: #8a0006; }
.pp-related { padding: 80px 7vw; background: var(--pp-cream); }
.pp-related header h2 { margin: 0 0 35px; font-family: Georgia, serif; font-size: 38px; font-weight: 400; }
.pp-related .pp-properties-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

/* Valuation */
.pp-inner-hero { min-height: 540px; display: flex; align-items: center; padding: 70px 8vw; }
.pp-valuation-hero { background: linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.76) 55%, rgba(255,255,255,.12)), url("../images/federico-ayesa.png") 82% 24% / cover; }
.pp-inner-hero > div { max-width: 680px; }
.pp-inner-hero h1 { margin: 0 0 24px; font-family: Georgia, serif; font-size: clamp(48px, 5vw, 69px); font-weight: 400; line-height: .98; }
.pp-inner-hero h1 em { color: var(--pp-red); font-style: normal; }
.pp-inner-hero > div > p:not(.pp-eyebrow) { max-width: 600px; color: #595b60; font-size: 14px; line-height: 1.75; }
.pp-hero-points { display: flex; gap: 22px; margin-top: 30px; color: #444; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.pp-hero-points span::first-letter { color: var(--pp-red); }
.pp-valuation-layout { display: grid; grid-template-columns: 1fr 1.1fr; gap: 8vw; padding: 100px 8vw; }
.pp-process h2 { max-width: 580px; margin: 0 0 20px; font-family: Georgia, serif; font-size: 43px; font-weight: 400; line-height: 1.07; }
.pp-process > p:not(.pp-eyebrow) { max-width: 620px; color: #6d6f73; font-size: 12px; line-height: 1.75; }
.pp-process ol { margin: 35px 0 0; padding: 0; border-top: 1px solid var(--pp-line); list-style: none; }
.pp-process li { display: grid; grid-template-columns: 55px 1fr; gap: 17px; padding: 22px 0; border-bottom: 1px solid var(--pp-line); }
.pp-process li > span { color: #b7b7b7; font-family: Georgia, serif; font-size: 23px; }
.pp-process li strong { font-size: 12px; }
.pp-process li p { margin: 7px 0 0; color: #777; font-size: 10px; }
.pp-process-note { display: flex; align-items: center; gap: 20px; margin-top: 28px; padding: 18px; border-left: 3px solid var(--pp-red); background: var(--pp-cream); }
.pp-process-note strong { color: var(--pp-red); font-size: 10px; }
.pp-process-note p { margin: 0; color: #777; font-size: 9px; }
.pp-valuation-form-wrap { padding: 42px; border-top: 4px solid var(--pp-red); background: #fff; box-shadow: var(--pp-shadow); }
.pp-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; margin-top: 26px; }
.pp-form-wide { grid-column: 1 / -1; }
.pp-consent { display: grid !important; grid-template-columns: 17px 1fr; gap: 8px; align-items: start; color: #777 !important; font-weight: 400 !important; line-height: 1.45; text-transform: none !important; }
.pp-consent input { width: auto; margin: 0; }
.pp-valuation-form .pp-button { width: 100%; border: 0; }
.pp-valuation-form > small { display: block; margin-top: 14px; color: #999; font-size: 8px; text-align: center; }
.pp-valuation-reasons { display: grid; grid-template-columns: repeat(4, 1fr); padding: 55px 7vw; background: var(--pp-dark); color: #fff; }
.pp-valuation-reasons > div { padding: 0 30px; border-right: 1px solid #333; text-align: center; }
.pp-valuation-reasons > div:last-child { border: 0; }
.pp-valuation-reasons span { display: block; margin-bottom: 12px; color: var(--pp-red); font-size: 28px; }
.pp-valuation-reasons strong { font-size: 12px; }
.pp-valuation-reasons p { color: #aaa; font-size: 9px; line-height: 1.5; }

/* Investment */
.pp-investment-hero { display: grid; min-height: 650px; grid-template-columns: 1fr 1fr; align-items: center; overflow: hidden; background: linear-gradient(125deg, #0e1115, #252a31); color: #fff; }
.pp-investment-copy { padding: 75px 7vw; }
.pp-investment-copy h1 { margin: 0 0 25px; color: #fff !important; font-family: Georgia, serif; font-size: clamp(49px, 5vw, 68px); font-weight: 400; line-height: .98; }
.pp-investment-copy h1 em { color: #f01b24; font-style: normal; }
.pp-investment-copy > p:not(.pp-eyebrow) { max-width: 610px; color: #bfc2c6; font-size: 13px; line-height: 1.8; }
.pp-investment-copy > div { display: flex; gap: 12px; margin-top: 30px; }
.pp-investment-visual { position: relative; width: 86%; height: 520px; justify-self: center; }
.pp-investment-visual img { width: 100%; height: 100%; object-fit: cover; }
.pp-investment-visual > div { position: absolute; right: -35px; bottom: 38px; width: 310px; padding: 24px; border-left: 4px solid var(--pp-red); background: #fff; color: #222; }
.pp-investment-visual span { color: var(--pp-red); font-size: 8px; font-weight: 800; }
.pp-investment-visual strong { display: block; margin: 10px 0; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.pp-investment-visual p { margin: 0; color: #777; font-size: 8px; text-transform: uppercase; }
.pp-investment-pillars { display: grid; grid-template-columns: repeat(4, 1fr); padding: 37px 6vw; background: var(--pp-red); color: #fff; }
.pp-investment-pillars > div { display: grid; grid-template-columns: 38px 1fr; gap: 8px 14px; padding: 0 25px; border-right: 1px solid rgba(255,255,255,.3); }
.pp-investment-pillars > div:last-child { border: 0; }
.pp-investment-pillars span { grid-row: 1 / 3; color: rgba(255,255,255,.55); font-family: Georgia, serif; font-size: 28px; }
.pp-investment-pillars strong { font-size: 11px; }
.pp-investment-pillars p { margin: 0; color: rgba(255,255,255,.76); font-size: 8px; line-height: 1.5; }
.pp-investment-types > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.pp-investment-types > div > a { position: relative; min-height: 280px; padding: 30px; border: 1px solid #dedbd5; transition: .25s; }
.pp-investment-types > div > a:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(0,0,0,.08); }
.pp-investment-types > div span { display: grid; width: 55px; height: 55px; place-items: center; border: 1px solid #ddd8d1; border-radius: 50%; color: var(--pp-red); font-size: 25px; }
.pp-investment-types h3 { margin: 38px 0 12px; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.pp-investment-types p { color: #707277; font-size: 10px; line-height: 1.7; }
.pp-investment-types strong { position: absolute; bottom: 28px; color: var(--pp-red); font-size: 8px; text-transform: uppercase; }
.pp-investment-method { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; padding: 100px 8vw; background: var(--pp-dark); color: #fff; }
.pp-investment-method h2 { margin: 0 0 20px; color: #fff !important; font-family: Georgia, serif; font-size: 44px; font-weight: 400; line-height: 1.06; }
.pp-investment-method > div > p:not(.pp-eyebrow) { color: #b6b9be; font-size: 11px; line-height: 1.75; }
.pp-investment-method ol { margin: 0; padding: 0; border-top: 1px solid #ffffff22; list-style: none; }
.pp-investment-method li { display: grid; grid-template-columns: 50px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid #ffffff22; }
.pp-investment-method li > span { color: #777d86; font-family: Georgia, serif; font-size: 21px; }
.pp-investment-method strong { font-size: 11px; }
.pp-investment-method li p { margin: 6px 0 0; color: #aeb2b8; font-size: 9px; }
.pp-investment-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 65px 8vw; background: linear-gradient(100deg, #720004, var(--pp-red)); color: #fff; }
.pp-investment-cta h2 { margin: 0 0 10px; font-family: Georgia, serif; font-size: 39px; font-weight: 400; }
.pp-investment-cta p:last-child { margin: 0; color: rgba(255,255,255,.78); font-size: 11px; }

/* Generic pages */
.pp-standard-page { min-height: 550px; padding: 90px 12vw; }
.pp-standard-page > header { max-width: 900px; margin-bottom: 50px; }
.pp-standard-page h1,
.pp-empty-page h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(42px, 5vw, 64px); font-weight: 400; line-height: 1.05; }
.pp-standard-page > .pp-entry { max-width: 900px; }
.pp-article-image { max-width: 1100px; margin-bottom: 50px; }
.pp-article-image img { display: block; width: 100%; max-height: 620px; border-radius: 3px; object-fit: cover; }
.pp-article-page .pp-entry { color: #333; font-size: 17px; line-height: 1.8; }
.pp-article-page .pp-entry h2 { margin: 48px 0 16px; color: var(--pp-ink); font-family: Georgia, serif; font-size: 34px; font-weight: 400; line-height: 1.15; }
.pp-article-page .pp-entry li { margin-bottom: 9px; }
.pp-article-page .pp-entry small { color: #727272; font-size: 13px; line-height: 1.65; }
.pp-article-callout { margin: 48px 0; padding: 34px; border-left: 4px solid var(--pp-red); background: #f6f3ee; }
.pp-article-callout h3 { margin: 0 0 10px; font-family: Georgia, serif; font-size: 29px; font-weight: 400; }
.pp-article-callout p { margin: 8px 0 0; }
.pp-article-callout .pp-button { margin-top: 14px; color: #fff; line-height: 1.1; }
.pp-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pp-blog-grid article { padding-bottom: 25px; border-bottom: 1px solid #ddd; }
.pp-blog-grid img { width: 100%; height: 230px; margin-bottom: 20px; object-fit: cover; }
.pp-blog-grid h2 { font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.pp-blog-grid article > p:not(.pp-eyebrow) { color: #666; font-size: 11px; line-height: 1.6; }
.pp-blog-grid article > a:last-child { color: var(--pp-red); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.pp-empty-page { min-height: 620px; padding: 140px 9vw; text-align: center; }
.pp-empty-page > p { color: #666; }
.pp-empty-page > div { display: flex; justify-content: center; gap: 12px; margin-top: 30px; }

/* Footer + Joinchat */
.pp-final-cta { display: flex; align-items: center; justify-content: space-between; padding: 45px 9vw; background: var(--pp-red); color: #fff; }
.pp-final-cta h2 { margin: 0; font-size: 39px; }
.propar-2026 .pp-final-cta h2 { color: #fff; }
.pp-final-cta p { margin: 6px 0 0; font-size: 13px; }
.pp-footer { position: relative; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px; padding: 60px 7vw 30px; background: #101318; color: #fff; }
.pp-footer h3 { margin-bottom: 20px; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.pp-footer a,
.pp-footer p { display: block; margin: 9px 0; color: #aeb1b5; font-size: 11px; line-height: 1.55; }
.pp-footer-brand img { width: 190px; filter: brightness(0) invert(1); }
.pp-footer-brand p { max-width: 260px; }
.pp-social { display: flex; gap: 10px; flex-wrap: wrap; }
.pp-footer-wa { width: 110px; padding: 11px 15px; background: var(--pp-red); color: #fff !important; font-weight: 800; text-align: center; text-transform: uppercase; }
.pp-copyright { grid-column: 1 / -1; padding-top: 25px; border-top: 1px solid #292c31; }
.pp-joinchat { position: fixed; z-index: 1000; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 10px; }
.pp-joinchat span { padding: 11px 15px; transform: translateX(8px); border-radius: 18px; background: #fff; box-shadow: 0 4px 18px rgba(0,0,0,.18); color: #333; font-size: 12px; font-weight: 700; opacity: 0; transition: .2s; }
.pp-joinchat b { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; background: #25d366; box-shadow: 0 5px 20px rgba(0,0,0,.25); color: #fff; font-size: 24px; }
.pp-joinchat:hover span { transform: none; opacity: 1; }

@media (max-width: 1180px) {
	.pp-nav { display: none; }
	.pp-menu-button { display: block; order: 3; }
	.pp-nav.is-open { position: absolute; top: 94px; right: 0; left: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 5vw; background: #fff; box-shadow: 0 18px 35px rgba(0,0,0,.13); }
	.pp-nav.is-open a { padding: 14px 0; border-bottom: 1px solid #eee; }
	.pp-stages-grid { grid-template-columns: repeat(4, 1fr); }
	.pp-properties-grid { grid-template-columns: repeat(2, 1fr); }
	.pp-stats { grid-template-columns: repeat(2, 1fr); padding: 25px 6vw; }
	.pp-stats > div { padding: 20px; border-bottom: 1px solid #333; }
	.pp-stats > div:nth-child(2) { border-right: 0; }
	.pp-about { grid-template-columns: 1fr 1.5fr; }
	.pp-reviews { grid-column: 1 / -1; }
	.pp-catalog-search { grid-template-columns: repeat(3, 1fr); }
	.pp-catalog-search label:nth-child(3) { border-right: 0; }
	.pp-catalog-search .pp-button { grid-column: 3; }
	.pp-property-layout { grid-template-columns: minmax(0, 1fr) 340px; gap: 35px; padding-right: 4vw; padding-left: 4vw; }
	.pp-investment-types > div { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 782px) {
	.admin-bar .pp-property-actions { top: 46px; }
	.pp-header { min-height: 72px; padding: 0 20px; }
	.pp-brand { width: 135px; }
	.pp-header-actions .pp-button { display: none; }
	.pp-nav.is-open { top: 72px; }
	.pp-hero { min-height: 740px; align-items: flex-start; padding: 58px 23px 0; }
	.pp-hero-image { background-position: 65% center; }
	.pp-hero-fade { background: linear-gradient(180deg, rgba(255,255,255,.97), rgba(255,255,255,.82) 48%, rgba(255,255,255,.08) 78%); }
	.pp-hero-content { width: 100%; margin: 0; }
	.pp-hero h1 { font-size: 49px; }
	.pp-hero-copy { margin: 20px 0; font-size: 14px; }
	.pp-hero-buttons { width: 230px; flex-direction: column; }
	.pp-search-box { bottom: -205px; width: calc(100% - 28px); grid-template-columns: 1fr 1fr; padding: 11px; }
	.pp-search-box label { padding: 7px; border-bottom: 1px solid #eee; }
	.pp-search-box label:nth-child(even) { border-right: 0; }
	.pp-search-box .pp-search-button { grid-column: 1 / -1; height: 52px; }
	.pp-quick-actions { height: auto; justify-content: flex-start; margin-top: 195px; padding: 25px 12px; overflow-x: auto; }
	.pp-quick-actions a { min-width: 94px; }
	.pp-section { padding: 65px 20px; }
	.pp-section-heading.pp-split { display: block; }
	.pp-section-heading h2 { font-size: 34px; }
	.pp-stages-grid { display: flex; padding-bottom: 12px; overflow-x: auto; }
	.pp-stage-card { min-width: 154px; }
	.pp-category-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
	.pp-category-card { height: 220px; }
	.pp-category-cta { top: 10px; right: 10px; padding: 7px 8px; font-size: 7px; }
	.pp-category-card > div { right: 15px; left: 15px; }
	.propar-2026 .pp-category-card > div,
	.propar-2026 .pp-category-card > div p,
	.propar-2026 .pp-category-card h3 {
		color: #fff !important;
		text-shadow: 0 1px 9px rgba(0, 0, 0, .72);
	}
	.propar-2026 .pp-category-card > div p { opacity: 1; }
	.propar-2026 .pp-category-card h3 { font-size: 20px; }
	.pp-special-collections { grid-template-columns: 1fr; gap: 12px; padding: 0 20px 65px; }
	.pp-special-card { min-height: 0; grid-template-columns: 50px 1fr; gap: 17px; padding: 28px 24px; }
	.pp-special-icon { width: 48px; height: 48px; font-size: 23px; }
	.pp-special-card h2 { font-size: 24px; }
	.propar-2026 .pp-special-card.pp-dark h2 { color: #fff !important; }
	.propar-2026 .pp-special-card.pp-dark div > p:not(.pp-eyebrow) { color: #f0f0f0 !important; }
	.propar-2026 .pp-special-card.pp-dark .pp-eyebrow,
	.propar-2026 .pp-special-card.pp-dark strong { color: #ff3039 !important; }
	.pp-properties-grid,
	.pp-listing-grid { display: flex; overflow-x: auto; }
	.pp-property-card { min-width: 285px; }
	.pp-stats { grid-template-columns: 1fr 1fr; padding: 18px 12px; }
	.pp-stats > div { grid-template-columns: 36px 1fr; gap: 10px; padding: 16px 10px; }
	.pp-stats strong { font-size: 19px; white-space: normal; }
	.pp-stats p { grid-column: 2; font-size: 8px; }
	.pp-about { grid-template-columns: 1fr; gap: 30px; }
	.pp-about-photo { width: min(100%, 340px); height: 430px; margin: auto; }
	.pp-reviews { grid-column: auto; }
	.pp-valuation { display: block; padding: 50px 24px; }
	.pp-valuation h2 { font-size: 38px; }
	.pp-valuation .pp-button { margin-top: 20px; }
	.pp-articles-grid { grid-template-columns: 1fr; }
	.pp-partners > div { gap: 20px; flex-wrap: wrap; }
	.pp-partners img { width: 95px; height: 65px; }
	.pp-catalog-hero { min-height: 370px; padding: 60px 22px 100px; }
	.pp-catalog-search { width: calc(100% - 28px); grid-template-columns: 1fr 1fr; padding: 12px; }
	.pp-catalog-search label { padding: 8px; border-bottom: 1px solid #eee; }
	.pp-catalog-search label:nth-child(even) { border-right: 0; }
	.pp-catalog-search .pp-button { grid-column: 1 / -1; height: 52px; }
	.pp-catalog-body { padding: 65px 20px; }
	.pp-catalog-toolbar { display: block; }
	.pp-catalog-toolbar h2 { font-size: 32px; }
	.pp-active-filters a { width: 100%; margin: 7px 0; }
	.pp-property-top { display: block; padding: 45px 20px 25px; }
	.pp-property-price { margin-top: 25px; text-align: left; }
	.pp-gallery { height: 430px; grid-template-columns: 2fr 1fr; padding: 0; }
	.pp-gallery .pp-gallery-item:nth-child(n+4) { display: none; }
	.pp-lightbox { padding: 15px; }
	.pp-lightbox-panel { height: 88vh; grid-template-columns: 42px minmax(0, 1fr) 42px; }
	.pp-lightbox-arrow { width: 38px; height: 38px; font-size: 31px; }
	.pp-lightbox-close { top: 15px; right: 15px; width: 42px; height: 42px; font-size: 29px; }
	.pp-property-actions { gap: 20px; padding: 0 18px; overflow-x: auto; }
	.pp-property-actions a { min-width: max-content; }
	.pp-property-layout { display: block; padding: 55px 20px; }
	.pp-property-summary { grid-template-columns: repeat(2, 1fr); }
	.pp-property-summary div { border-bottom: 1px solid var(--pp-line); }
	.pp-property-summary div:nth-child(even) { border-right: 0; }
	.pp-features { grid-template-columns: 1fr 1fr; }
	.pp-property-location { display: block; padding: 25px; }
	.pp-property-location .pp-button { margin-top: 18px; }
	.pp-property-contact { position: static; margin-top: 45px; padding: 30px 24px; }
	.pp-related { padding: 60px 20px; }
	.pp-related .pp-properties-grid { display: flex; }
	.pp-inner-hero { min-height: 620px; align-items: flex-start; padding: 60px 22px; background-position: 70% center; }
	.pp-inner-hero h1 { font-size: 46px; }
	.pp-hero-points { flex-direction: column; gap: 9px; }
	.pp-valuation-layout { display: block; padding: 65px 20px; }
	.pp-process h2 { font-size: 37px; }
	.pp-valuation-form-wrap { margin-top: 55px; padding: 30px 23px; }
	.pp-form-grid { grid-template-columns: 1fr; }
	.pp-form-wide { grid-column: auto; }
	.pp-valuation-reasons { grid-template-columns: 1fr 1fr; padding: 30px 12px; }
	.pp-valuation-reasons > div { padding: 20px 10px; border-bottom: 1px solid #333; }
	.pp-valuation-reasons > div:nth-child(2) { border-right: 0; }
	.pp-investment-hero { display: block; min-height: 0; }
	.pp-investment-copy { padding: 60px 22px 40px; }
	.pp-investment-copy h1 { font-size: 43px; }
	.pp-investment-copy > div { flex-direction: column; }
	.pp-investment-visual { width: calc(100% - 40px); height: 420px; margin-bottom: 80px; }
	.pp-investment-visual > div { right: -10px; bottom: -45px; width: 270px; }
	.pp-investment-pillars { grid-template-columns: 1fr 1fr; padding: 20px 12px; }
	.pp-investment-pillars > div { padding: 18px 10px; border-bottom: 1px solid rgba(255,255,255,.3); }
	.pp-investment-pillars > div:nth-child(2) { border-right: 0; }
	.pp-investment-types > div { grid-template-columns: 1fr; }
	.pp-investment-method { display: block; padding: 65px 22px; }
	.pp-investment-method ol { margin-top: 40px; }
	.pp-investment-cta { display: block; padding: 48px 24px; }
	.pp-investment-cta h2 { font-size: 32px; }
	.pp-investment-cta .pp-button { margin-top: 25px; }
	.pp-standard-page { padding: 65px 22px; }
	.pp-article-page .pp-entry { font-size: 16px; line-height: 1.72; }
	.pp-article-page .pp-entry h2 { margin-top: 38px; font-size: 29px; }
	.pp-article-image { margin-bottom: 34px; }
	.pp-article-image img { min-height: 220px; }
	.pp-article-callout { margin: 38px 0; padding: 26px 22px; }
	.pp-article-callout h3 { font-size: 25px; }
	.pp-blog-grid { grid-template-columns: 1fr; }
	.pp-final-cta { display: block; padding: 42px 24px; }
	.pp-final-cta h2 { font-size: 34px; }
	.pp-final-cta .pp-button { margin-top: 22px; }
	.pp-footer { grid-template-columns: 1fr 1fr; gap: 30px; padding: 50px 24px; }
	.pp-footer-brand { grid-column: 1 / -1; }
	.pp-joinchat { right: 16px; bottom: 16px; }
	.pp-joinchat span { display: none; }
	.pp-joinchat b { width: 54px; height: 54px; }
}
