@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=Manrope:wght@400;500;600&family=Playfair+Display:ital,wght@1,400&display=swap');

.pzdi-section, .pzdi-header, .pzdi-footer { --pzdi-ink:#151b18; --pzdi-primary:#1e3028; --pzdi-accent:#cbc1b0; --pzdi-paper:#faf9f5; box-sizing:border-box; color:var(--pzdi-ink); font-family:"DM Sans",sans-serif; }
.pzdi-section *, .pzdi-header *, .pzdi-footer * { box-sizing:border-box; }
.pzdi-section img, .pzdi-header img, .pzdi-footer img { display:block; width:100%; }
.pzdi-section a, .pzdi-header a, .pzdi-footer a { color:inherit; text-decoration:none; }
.pzdi-home-flow { width:100%; margin:0; padding:0; display:block; }
.pzdi-home-flow>.pzdi-section,.pzdi-home-flow>.pzdi-footer { width:100%; margin:0!important; }
.pzdi-section em { font-family:"Playfair Display",serif; font-weight:400; }
.pzdi-shell { width:min(calc(100% - 8vw),1380px); margin-inline:auto; }
.pzdi-eyebrow { margin:0; font:600 11px "Manrope",sans-serif; letter-spacing:.19em; text-transform:uppercase; color:rgba(255,255,255,.72); }
.pzdi-eyebrow.pzdi-dark { color:#5f7066; }
.pzdi-button { display:inline-flex; justify-content:space-between; align-items:center; min-width:225px; padding:18px 22px; font:600 11px "Manrope",sans-serif; letter-spacing:.1em; text-transform:uppercase; transition:.25s; }
.pzdi-button:hover { transform:translateY(-2px); }
.pzdi-button-light { background:#fff; color:var(--pzdi-ink); }
.pzdi-section .pzdi-button-light, .pzdi-section .pzdi-button-light:hover, .pzdi-section .pzdi-button-light:focus { background:#fff!important; color:var(--pzdi-ink)!important; }
.pzdi-image-placeholder { min-height:320px; display:grid; place-items:center; background:#e8e4db; color:#6a706c; text-align:center; padding:30px; }
.pzdi-image-placeholder span { font:600 10px "Manrope",sans-serif; letter-spacing:.12em; text-transform:uppercase; }

.pzdi-header { position:fixed!important; z-index:100000; top:0!important; right:0!important; bottom:auto!important; left:0!important; width:100%!important; max-width:none!important; height:92px; margin:0!important; padding:0 4vw; display:flex; align-items:center; justify-content:space-between; color:#fff; background:transparent; transition:.35s; }
body.admin-bar .pzdi-header { top:32px!important; }
body.admin-bar .pzdi-header nav { top:32px; }
.pzdi-header.is-scrolled { height:78px; color:var(--pzdi-ink); background:rgba(250,249,245,.95); backdrop-filter:blur(16px); border-bottom:1px solid rgba(21,27,24,.08); }
.pzdi-logo { width:var(--pzdi-header-logo-width,300px); height:100%; display:flex; align-items:center; flex:0 0 auto; overflow:visible; font-weight:700; letter-spacing:.08em; transition:width .35s; }
.pzdi-logo img { width:100%!important; max-width:none!important; height:auto!important; max-height:none!important; object-fit:contain; filter:brightness(0) invert(1); }
.pzdi-header.is-scrolled .pzdi-logo { width:var(--pzdi-header-logo-scrolled-width,246px); }
.pzdi-header.is-scrolled .pzdi-logo img { filter:none; max-height:none!important; }
.pzdi-header nav { display:flex; align-items:center; gap:clamp(20px,2.2vw,42px); font:500 12px "Manrope",sans-serif; letter-spacing:.06em; text-transform:uppercase; }
.pzdi-header nav a { padding:12px 0; }
.pzdi-nav-cta { border:1px solid rgba(255,255,255,.55); padding:14px 19px!important; }
.pzdi-header.is-scrolled .pzdi-nav-cta { border-color:rgba(21,27,24,.17); }
.pzdi-menu-toggle { display:none; border:0; background:transparent; color:inherit; }

.pzdi-hero { min-height:740px; height:100vh; position:relative; display:flex; align-items:center; color:#fff; overflow:hidden; }
.pzdi-hero-slider, .pzdi-hero-slide, .pzdi-overlay { position:absolute; inset:0; width:100%; height:100%; }
.pzdi-hero-slider { z-index:0; overflow:hidden; background:#111613; }
.pzdi-hero-slide { opacity:0; visibility:hidden; transition:opacity 1.15s ease,visibility 1.15s; }
.pzdi-hero-slide.is-active { opacity:1; visibility:visible; }
.pzdi-hero-slide>img, .pzdi-hero-slide>.pzdi-image-placeholder { width:100%; height:100%; object-fit:cover; transform:scale(1.025); transition:transform 7s ease; }
.pzdi-hero-slide.is-active>img { transform:scale(1); }
.pzdi-overlay { background:linear-gradient(90deg,rgba(10,16,13,.76),rgba(10,16,13,.27) 58%,rgba(10,16,13,.08)),linear-gradient(0deg,rgba(10,16,13,.42),transparent 55%); }
.pzdi-hero-content { position:relative; z-index:1; padding-top:90px; }
.pzdi-hero h1 { max-width:980px; margin:26px 0 0; font-size:clamp(52px,6.1vw,92px); font-weight:400; line-height:1; letter-spacing:-.055em; }
.pzdi-lead { max-width:560px; margin:32px 0 30px; color:rgba(255,255,255,.84); font-size:17px; line-height:1.7; }
.pzdi-actions { display:flex; align-items:center; gap:38px; }
.pzdi-text-link { display:flex; gap:20px; padding-bottom:7px; border-bottom:1px solid rgba(255,255,255,.55); font:600 11px "Manrope",sans-serif; letter-spacing:.09em; text-transform:uppercase; }
.pzdi-slider-nav { position:absolute; z-index:2; right:4.5vw; bottom:54px; display:flex; align-items:center; gap:8px; color:#fff; font:600 10px "Manrope",sans-serif; letter-spacing:.1em; }
.pzdi-slider-nav button { width:34px; height:30px; padding:0; border:0; background:transparent; color:inherit; cursor:pointer; opacity:.45; }
.pzdi-slider-nav button span { display:none; }
.pzdi-slider-nav button::after { content:""; display:block; width:100%; height:1px; background:currentColor; transform:scaleX(.35); transform-origin:left; transition:transform .35s,opacity .35s; }
.pzdi-slider-nav button[aria-current=true] { opacity:1; }
.pzdi-slider-nav button[aria-current=true]::after { transform:scaleX(1); }
.pzdi-slider-nav button[aria-current=true] span { display:inline; position:absolute; right:calc(100% + 8px); top:9px; }
.pzdi-slider-nav b { margin-left:4px; font-weight:600; }

.pzdi-about { background:var(--pzdi-paper); padding:90px 0 94px; }
.pzdi-about-grid { display:grid; grid-template-columns:minmax(0,1.18fr) minmax(360px,.72fr); gap:7vw; align-items:center; }
.pzdi-rail { display:flex; gap:18px; color:#768b7e; font:600 10px "Manrope",sans-serif; letter-spacing:.16em; text-transform:uppercase; }
.pzdi-rail b { writing-mode:vertical-rl; transform:rotate(180deg); font-weight:600; }
.pzdi-rail span { color:var(--pzdi-ink); }
.pzdi-about-copy h2, .pzdi-section-head h2, .pzdi-benefits h2, .pzdi-partner-copy h2, .pzdi-contact h2 { margin:28px 0 0; font-size:clamp(41px,4.2vw,64px); font-weight:400; line-height:1.06; letter-spacing:-.05em; }
.pzdi-about-copy h2 { max-width:780px; margin-top:24px; font-size:clamp(39px,3.9vw,58px); line-height:1.08; }
.pzdi-big-copy { max-width:680px; margin:30px 0 0; color:#4f5852; font-size:clamp(18px,1.45vw,22px); line-height:1.55; }
.pzdi-about-note { max-width:680px; margin:30px 0 0; padding-top:24px; display:grid; grid-template-columns:minmax(0,1fr) auto; gap:26px; align-items:end; border-top:1px solid rgba(21,27,24,.15); }
.pzdi-about-note p { margin:0; color:#656d67; font-size:15px; line-height:1.65; }
.pzdi-about-note a { display:inline-block; padding-bottom:8px; border-bottom:1px solid; font:600 10px "Manrope",sans-serif; letter-spacing:.1em; text-transform:uppercase; }
.pzdi-about-image { height:540px; min-height:0; position:relative; overflow:hidden; }
.pzdi-about-image>img, .pzdi-about-image>.pzdi-image-placeholder { height:100%; object-fit:cover; }
.pzdi-about-image>div:last-child { position:absolute; inset:auto 0 0; padding:15px 18px; display:flex; justify-content:space-between; background:rgba(255,255,255,.94); font:600 8px "Manrope",sans-serif; letter-spacing:.13em; text-transform:uppercase; }

.pzdi-editorial-head { display:grid; grid-template-columns:minmax(0,1.15fr) minmax(310px,.58fr); gap:7vw; align-items:end; margin-bottom:56px; }
.pzdi-editorial-title,.pzdi-editorial-side { min-width:0; }
.pzdi-editorial-title h2 { max-width:820px; margin:22px 0 0; font-size:clamp(38px,3.65vw,56px); font-weight:400; line-height:1.08; letter-spacing:-.046em; }
.pzdi-editorial-lead { margin:0; color:#4f5852; font-size:clamp(16px,1.18vw,18px); line-height:1.68; }
.pzdi-editorial-foot { margin-top:25px; padding-top:18px; display:flex; flex-wrap:wrap; justify-content:space-between; gap:15px 24px; align-items:center; border-top:1px solid rgba(21,27,24,.15); }
.pzdi-editorial-foot span { color:#656d67; font-size:13px; line-height:1.55; }
.pzdi-editorial-foot a { padding-bottom:7px; border-bottom:1px solid; font:600 10px "Manrope",sans-serif; letter-spacing:.1em; text-transform:uppercase; white-space:nowrap; }
.pzdi-editorial-head-dark .pzdi-rail { color:rgba(255,255,255,.55); }
.pzdi-editorial-head-dark .pzdi-rail span { color:#fff; }
.pzdi-editorial-head-dark .pzdi-editorial-lead,.pzdi-editorial-head-dark .pzdi-editorial-foot span { color:rgba(255,255,255,.62); }
.pzdi-editorial-head-dark .pzdi-editorial-foot { border-color:rgba(255,255,255,.2); }
.pzdi-editorial-head-dark .pzdi-editorial-foot a { color:#fff; }

.pzdi-benefits { background:var(--pzdi-paper); color:var(--pzdi-ink); padding:104px 0 108px; }
.pzdi-benefits-layout { display:grid; grid-template-columns:minmax(0,.88fr) minmax(520px,1.12fr); gap:clamp(64px,8vw,130px); align-items:start; }
.pzdi-benefits-intro { position:sticky; top:118px; }
.pzdi-benefits h2 { max-width:620px; margin:26px 0 0; font-size:clamp(42px,4.2vw,62px); font-weight:400; line-height:1.06; letter-spacing:-.05em; }
.pzdi-benefits-lead { max-width:560px; margin:34px 0 0; color:#4f5852; font-size:17px; line-height:1.72; }
.pzdi-benefits-meta { max-width:560px; margin-top:30px; padding-top:22px; display:flex; align-items:flex-end; justify-content:space-between; gap:26px; border-top:1px solid rgba(21,27,24,.15); }
.pzdi-benefits-meta span { max-width:310px; color:#656d67; font-size:13px; line-height:1.55; }
.pzdi-benefits-meta a { flex:0 0 auto; padding-bottom:8px; border-bottom:1px solid; font:600 10px "Manrope",sans-serif; letter-spacing:.1em; text-transform:uppercase; }
.pzdi-benefit-list { border-top:1px solid rgba(21,27,24,.15); }
.pzdi-benefit-list article { min-height:142px; display:grid; grid-template-columns:72px 1fr; align-items:center; gap:26px; padding:24px 0; border-bottom:1px solid rgba(21,27,24,.15); }
.pzdi-benefit-list article>span { align-self:start; padding-top:8px; color:#7b877f; font:500 12px "Manrope",sans-serif; letter-spacing:.08em; }
.pzdi-benefit-list article>div { min-width:0; }
.pzdi-benefit-list h3 { margin:0; color:var(--pzdi-ink); font-size:clamp(21px,1.55vw,26px); font-weight:400; letter-spacing:-.025em; }
.pzdi-benefit-list p { max-width:560px; margin:12px 0 0; color:#5f6862; font-size:16px; line-height:1.62; }

.pzdi-investments.pzdi-investments-mosaic { padding:96px 0 105px; overflow:hidden; background:var(--pzdi-primary); color:#fff; }
.pzdi-investments-mosaic-head { display:grid; grid-template-columns:minmax(0,1.25fr) minmax(300px,.55fr); gap:7vw; align-items:end; margin-bottom:50px; }
.pzdi-investments-mosaic-head h2 { max-width:900px; margin:22px 0 0; font-size:clamp(42px,4.2vw,64px); font-weight:400; line-height:1.04; letter-spacing:-.05em; }
.pzdi-investments-mosaic-head>p { max-width:470px; margin:0; color:rgba(255,255,255,.62); font-size:16px; line-height:1.7; }
.pzdi-investment-mosaic-lead { display:grid; grid-template-columns:minmax(0,1.58fr) minmax(320px,.9fr); grid-template-rows:repeat(2,280px); gap:14px; }
.pzdi-investment-mosaic-lead.pzdi-mosaic-count-1 { grid-template-columns:1fr; grid-template-rows:590px; }
.pzdi-investment-mosaic-lead.pzdi-mosaic-count-2 { grid-template-columns:minmax(0,1.3fr) minmax(320px,1fr); grid-template-rows:520px; }
.pzdi-investment-mosaic-lead.pzdi-mosaic-count-3 .pzdi-investment-tile-featured { grid-row:1 / span 2; }
.pzdi-investment-mosaic-more { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; margin-top:14px; }
.pzdi-investment-mosaic-more .pzdi-investment-tile { min-height:330px; }
.pzdi-investment-tile { position:relative; min-width:0; min-height:0; overflow:hidden; background:#17251f; }
.pzdi-investment-tile>a { position:absolute; inset:0; display:block; overflow:hidden; color:#fff!important; }
.pzdi-investment-tile>a[data-pzdi-gallery] { cursor:zoom-in; }
.pzdi-investment-tile img,.pzdi-investment-tile .pzdi-image-placeholder { width:100%; height:100%; min-height:100%; object-fit:cover; transition:transform .8s ease,filter .5s ease; }
.pzdi-investment-tile .pzdi-image-placeholder { background:#263a31; color:rgba(255,255,255,.6); }
.pzdi-investment-shade { position:absolute; inset:0; background:linear-gradient(180deg,rgba(7,12,10,.08) 25%,rgba(7,12,10,.84) 100%); transition:background .4s ease; }
.pzdi-investment-tile:hover img { transform:scale(1.035); }
.pzdi-investment-tile:hover .pzdi-investment-shade { background:linear-gradient(180deg,rgba(7,12,10,.03) 15%,rgba(7,12,10,.91) 100%); }
.pzdi-investment-status { position:absolute; top:22px; left:22px; padding:9px 11px; background:rgba(247,244,237,.92); color:var(--pzdi-ink); font:600 8px "Manrope",sans-serif; letter-spacing:.14em; text-transform:uppercase; }
.pzdi-investment-content { position:absolute; right:25px; bottom:25px; left:25px; display:grid; grid-template-columns:1fr auto; align-items:end; gap:7px 20px; }
.pzdi-investment-content small { grid-column:1/-1; color:rgba(255,255,255,.6); font:600 8px "Manrope",sans-serif; letter-spacing:.14em; text-transform:uppercase; }
.pzdi-investment-content strong { font-size:clamp(21px,2vw,31px); font-weight:400; line-height:1.08; letter-spacing:-.035em; }
.pzdi-investment-content>span { padding-bottom:5px; border-bottom:1px solid rgba(255,255,255,.65); font:600 8px "Manrope",sans-serif; letter-spacing:.1em; text-transform:uppercase; white-space:nowrap; }
.pzdi-investment-tile-featured .pzdi-investment-content { right:35px; bottom:34px; left:35px; }
.pzdi-investment-tile-featured .pzdi-investment-content strong { font-size:clamp(30px,3vw,47px); }
.pzdi-investment-gallery-count { position:absolute; top:22px; right:22px; padding:9px 11px; background:rgba(18,30,25,.78); color:#fff; font:600 8px "Manrope",sans-serif; letter-spacing:.1em; text-transform:uppercase; }
.pzdi-empty-state { padding:45px; border:1px dashed rgba(255,255,255,.3); text-align:center; color:rgba(255,255,255,.68); }

@media(max-width:1024px){.pzdi-investments-mosaic-head{grid-template-columns:1fr minmax(280px,.6fr);gap:5vw}.pzdi-investment-mosaic-lead{grid-template-columns:minmax(0,1.35fr) minmax(280px,.9fr);grid-template-rows:repeat(2,240px)}.pzdi-investment-mosaic-more{grid-template-columns:repeat(2,minmax(0,1fr))}.pzdi-investment-content{right:19px;bottom:20px;left:19px;grid-template-columns:1fr}.pzdi-investment-content>span{justify-self:start}}
@media(max-width:767px){.pzdi-investments.pzdi-investments-mosaic{padding:72px 0 76px}.pzdi-investments-mosaic-head{grid-template-columns:1fr;gap:24px;margin-bottom:36px}.pzdi-investments-mosaic-head h2{font-size:39px}.pzdi-investment-mosaic-lead,.pzdi-investment-mosaic-lead.pzdi-mosaic-count-1,.pzdi-investment-mosaic-lead.pzdi-mosaic-count-2{grid-template-columns:1fr;grid-template-rows:none;gap:12px}.pzdi-investment-mosaic-lead .pzdi-investment-tile,.pzdi-investment-mosaic-lead.pzdi-mosaic-count-3 .pzdi-investment-tile-featured{grid-row:auto;min-height:340px}.pzdi-investment-mosaic-lead .pzdi-investment-tile-featured{min-height:440px}.pzdi-investment-mosaic-more{grid-template-columns:1fr;gap:12px;margin-top:12px}.pzdi-investment-mosaic-more .pzdi-investment-tile{min-height:340px}.pzdi-investment-tile-featured .pzdi-investment-content{right:20px;bottom:22px;left:20px}.pzdi-investment-tile-featured .pzdi-investment-content strong{font-size:32px}.pzdi-investment-status,.pzdi-investment-gallery-count{top:14px}.pzdi-investment-status{left:14px}.pzdi-investment-gallery-count{right:14px}}

body.pzdi-lightbox-open { overflow:hidden; }
.pzdi-lightbox { position:fixed; z-index:2147483000; inset:0; display:none; align-items:center; justify-content:center; padding:46px 90px; background:rgba(8,12,10,.96); color:#fff; font-family:"DM Sans",sans-serif; }
.pzdi-lightbox.is-open { display:flex; }
.pzdi-lightbox figure { width:100%; height:100%; margin:0; display:flex; flex-direction:column; align-items:center; justify-content:center; }
.pzdi-lightbox figure img { display:block; width:auto; max-width:100%; height:auto; max-height:calc(100vh - 135px); object-fit:contain; }
.pzdi-lightbox figcaption { width:min(100%,1200px); min-height:42px; padding-top:15px; display:flex; justify-content:space-between; gap:25px; color:rgba(255,255,255,.62); font-size:12px; letter-spacing:.04em; }
.pzdi-lightbox figcaption b { color:#fff; font-weight:500; white-space:nowrap; }
.pzdi-lightbox button { position:absolute!important; z-index:2; display:grid!important; place-items:center; margin:0!important; padding:0!important; border:1px solid rgba(255,255,255,.28)!important; border-radius:0!important; background:rgba(15,21,18,.48)!important; color:#fff!important; cursor:pointer; box-shadow:none!important; }
.pzdi-lightbox-close { top:24px; right:28px; width:48px; height:48px; font-size:31px!important; font-weight:300; }
.pzdi-lightbox-prev, .pzdi-lightbox-next { top:50%; width:54px; height:54px; transform:translateY(-50%); font-size:23px!important; }
.pzdi-lightbox-prev { left:22px; }
.pzdi-lightbox-next { right:22px; }
.pzdi-lightbox.is-single .pzdi-lightbox-prev, .pzdi-lightbox.is-single .pzdi-lightbox-next { display:none!important; }

.pzdi-packages { background:#f2efe7; padding:110px 0; }
.pzdi-packages-layout { display:grid; grid-template-columns:minmax(300px,.72fr) minmax(620px,1.55fr); gap:7vw; align-items:start; }
.pzdi-packages-intro { padding-top:2px; position:sticky; top:125px; }
.pzdi-packages-intro h2 { max-width:650px; margin:22px 0 0; color:var(--pzdi-ink); font-size:clamp(44px,4.2vw,64px); line-height:1.03; font-weight:400; letter-spacing:-.04em; }
.pzdi-packages-intro h2 em { font-family:"Cormorant Garamond",serif; font-weight:400; }
.pzdi-packages-lead { max-width:520px; margin:38px 0 0; color:#53615a; font-size:16px; line-height:1.75; }
.pzdi-packages-contact { display:inline-block; margin-top:34px; padding-bottom:8px; border-bottom:1px solid rgba(21,27,24,.72); color:var(--pzdi-ink); font:600 10px "Manrope",sans-serif; letter-spacing:.1em; text-transform:uppercase; }
.pzdi-package-app { min-height:0; display:grid; grid-template-columns:minmax(310px,.95fr) minmax(360px,1.15fr); grid-template-rows:auto 58px; border:1px solid rgba(21,27,24,.13); background:#f8f6f0; color:var(--pzdi-ink); }
.pzdi-package-tabs { display:flex; flex-direction:column; background:rgba(255,255,255,.32); }
.pzdi-package-tabs button { flex:1; min-height:112px; padding:24px 26px; display:grid; grid-template-columns:48px 1fr auto; gap:16px; align-items:center; border:0; border-bottom:1px solid rgba(21,27,24,.12); background:transparent; color:var(--pzdi-ink); text-align:left; cursor:pointer; transition:background .25s,padding .25s; }
.pzdi-package-tabs button:last-child { border-bottom:0; }
.pzdi-package-tabs button:hover { background:rgba(255,255,255,.52); }
.pzdi-package-tabs button[aria-selected=true] { padding-left:34px; background:#fff; box-shadow:inset 3px 0 0 var(--pzdi-primary); }
.pzdi-package-tabs span { color:#65766d; font-family:"Cormorant Garamond",serif; font-size:31px; line-height:1; }
.pzdi-package-tabs strong { font-size:19px; font-weight:500; }
.pzdi-package-tabs small { color:#596760; font:600 9px "Manrope",sans-serif; letter-spacing:.1em; text-transform:uppercase; white-space:nowrap; }
.pzdi-package-stage { position:relative; min-height:336px; background:#e8e4da; }
.pzdi-package-panel { position:absolute; inset:0; display:none; overflow:hidden; }
.pzdi-package-panel[hidden] { display:none!important; }
.pzdi-package-panel.active { display:block; }
.pzdi-package-panel>img, .pzdi-package-panel>.pzdi-image-placeholder { width:100%; height:100%; object-fit:cover; }
.pzdi-package-panel>.pzdi-image-placeholder { background:#e8e4da; color:#65716b; }
.pzdi-package-panel>div:last-child { position:absolute; inset:auto 0 0; padding:58px 32px 25px; background:linear-gradient(0deg,rgba(18,25,21,.82),rgba(18,25,21,0)); color:#fff; }
.pzdi-package-panel h3 { margin:0 0 8px; font-size:23px; font-weight:400; }
.pzdi-package-panel p { max-width:560px; margin:0; color:rgba(255,255,255,.82); font-size:14px; line-height:1.55; }
.pzdi-package-note { grid-column:1/-1; display:flex; align-items:center; min-height:58px; padding:0 25px; border-top:1px solid rgba(21,27,24,.12); color:#5f6d66; font-size:12px; letter-spacing:.01em; }

.pzdi-partners { min-height:720px; display:grid; grid-template-columns:1fr 1fr; background:var(--pzdi-primary); color:#fff; }
.pzdi-partner-image { position:relative; min-height:650px; }
.pzdi-partner-image>img, .pzdi-partner-image>.pzdi-image-placeholder { height:100%; object-fit:cover; }
.pzdi-partner-image>span { position:absolute; left:35px; right:35px; bottom:35px; padding:18px 22px; background:rgba(255,255,255,.9); color:var(--pzdi-ink); font:500 12px "Manrope",sans-serif; letter-spacing:.06em; }
.pzdi-partner-copy { padding:85px 7vw; display:flex; flex-direction:column; justify-content:center; }
.pzdi-partner-copy>p:nth-of-type(2) { max-width:600px; margin:35px 0 45px; color:rgba(255,255,255,.66); line-height:1.75; }
.pzdi-partner-option { display:grid; grid-template-columns:45px 1fr; gap:18px; padding:27px 0; border-top:1px solid rgba(255,255,255,.18); }
.pzdi-partner-option>span { color:rgba(255,255,255,.42); font-size:10px; }
.pzdi-partner-option h3 { margin:-6px 0 8px; font-size:21px; font-weight:400; }
.pzdi-partner-option p { margin:0; color:rgba(255,255,255,.56); line-height:1.55; }
.pzdi-partner-copy .pzdi-button { width:230px; margin-top:35px; }

/* Podstrona: Zainwestuj z nami */
.pzdi-invest-page { width:100%; overflow:hidden; background:var(--pzdi-paper); }
.pzdi-invest-hero { position:relative; min-height:680px; display:flex; align-items:center; overflow:hidden; color:#fff; background:#111613; }
.pzdi-invest-hero-media,.pzdi-invest-hero-overlay { position:absolute; inset:0; }
.pzdi-invest-hero-media>img,.pzdi-invest-hero-media>.pzdi-image-placeholder { width:100%; height:100%; object-fit:cover; }
.pzdi-invest-hero-overlay { background:linear-gradient(90deg,rgba(9,15,12,.84) 0%,rgba(9,15,12,.62) 46%,rgba(9,15,12,.12) 78%),linear-gradient(0deg,rgba(9,15,12,.38),transparent 54%); }
.pzdi-invest-hero-copy { position:relative; z-index:1; padding-top:92px; }
.pzdi-invest-hero-copy h1 { max-width:860px; margin:25px 0 0; font-size:clamp(50px,5.5vw,82px); font-weight:400; line-height:1.02; letter-spacing:-.052em; }
.pzdi-invest-hero-copy>p:nth-of-type(2) { max-width:620px; margin:30px 0; color:rgba(255,255,255,.82); font-size:17px; line-height:1.7; }
.pzdi-invest-intro { padding:95px 0 85px; background:var(--pzdi-paper); }
.pzdi-invest-intro-grid { display:grid; grid-template-columns:70px 1fr; gap:6vw; }
.pzdi-invest-intro h2 { max-width:940px; margin:0; font-size:clamp(43px,4.6vw,68px); font-weight:400; line-height:1.06; letter-spacing:-.05em; }
.pzdi-invest-intro h2 em,.pzdi-invest-why h2 em,.pzdi-invest-cta h2 em { font-family:"Playfair Display",serif; font-weight:400; }
.pzdi-invest-intro-grid>div:last-child>p { max-width:720px; margin:32px 0 0; color:#606962; font-size:17px; line-height:1.72; }
.pzdi-invest-paths { padding:0 0 110px; background:var(--pzdi-paper); }
.pzdi-invest-path-grid { display:grid; grid-template-columns:1fr 1fr; border-top:1px solid rgba(21,27,24,.18); border-bottom:1px solid rgba(21,27,24,.18); }
.pzdi-invest-path { min-width:0; display:grid; grid-template-rows:minmax(500px,1fr) 400px; }
.pzdi-invest-path+.pzdi-invest-path { border-left:1px solid rgba(21,27,24,.18); }
.pzdi-invest-path-copy { min-height:500px; padding:54px clamp(32px,3.5vw,62px) 46px; }
.pzdi-invest-path-copy>span { color:#768b7e; font:600 10px "Manrope",sans-serif; letter-spacing:.15em; }
.pzdi-invest-path h2 { margin:22px 0 24px; font-size:clamp(34px,3.1vw,48px); font-weight:400; line-height:1.1; letter-spacing:-.04em; }
.pzdi-invest-path p { max-width:610px; margin:0; color:#606962; font-size:16px; line-height:1.7; }
.pzdi-invest-path ul { margin:36px 0 0; padding:0; list-style:none; border-top:1px solid rgba(21,27,24,.16); }
.pzdi-invest-path li { position:relative; padding:17px 0 17px 25px; border-bottom:1px solid rgba(21,27,24,.16); color:#424a45; line-height:1.45; }
.pzdi-invest-path li::before { content:"—"; position:absolute; left:0; color:#768b7e; }
.pzdi-invest-path-image { min-height:400px; overflow:hidden; }
.pzdi-invest-path-image>img,.pzdi-invest-path-image>.pzdi-image-placeholder { width:100%; height:100%; min-height:400px; object-fit:cover; transition:transform .8s ease; }
.pzdi-invest-path:hover .pzdi-invest-path-image>img { transform:scale(1.025); }
.pzdi-invest-why { padding:100px 0; background:var(--pzdi-primary); color:#fff; }
.pzdi-invest-why-grid { display:grid; grid-template-columns:.75fr 1.25fr; gap:9vw; }
.pzdi-invest-why h2 { margin:26px 0; font-size:clamp(43px,4.3vw,62px); font-weight:400; line-height:1.04; letter-spacing:-.048em; }
.pzdi-invest-why-grid>div:first-child>p:last-child { max-width:500px; color:rgba(255,255,255,.62); line-height:1.75; }
.pzdi-invest-why-list { border-top:1px solid rgba(255,255,255,.2); }
.pzdi-invest-why-list article { min-height:84px; display:grid; grid-template-columns:48px 1fr; gap:22px; align-items:center; border-bottom:1px solid rgba(255,255,255,.2); }
.pzdi-invest-why-list span { color:rgba(255,255,255,.4); font:500 10px "Manrope",sans-serif; letter-spacing:.12em; }
.pzdi-invest-why-list h3 { margin:0; font-size:clamp(18px,1.55vw,24px); font-weight:400; line-height:1.35; }
.pzdi-invest-cta { padding:100px 0; background:#d8cdbc; }
.pzdi-invest-cta-grid { display:grid; grid-template-columns:1.15fr .85fr; gap:10vw; align-items:start; }
.pzdi-invest-cta h2 { max-width:800px; margin:25px 0 0; font-size:clamp(43px,4.6vw,68px); font-weight:400; line-height:1.04; letter-spacing:-.05em; }
.pzdi-invest-cta-grid>div:last-child>p { max-width:560px; margin:8px 0 42px; color:#4f5953; font-size:18px; line-height:1.75; }
.pzdi-invest-mail { display:flex; justify-content:space-between; gap:24px; padding:0 0 13px; border-bottom:1px solid rgba(21,27,24,.5); font-size:clamp(21px,2vw,31px); overflow-wrap:anywhere; }
.pzdi-invest-phone { display:block; margin:16px 0 34px; color:#59645e!important; font-size:17px; }
.pzdi-invest-cta .pzdi-button { background:var(--pzdi-primary); color:#fff; }

.pzdi-contact { background:var(--pzdi-paper); padding:105px 0 90px; }
.pzdi-contact-grid { display:grid; grid-template-columns:1fr .8fr; gap:80px 10vw; }
.pzdi-contact-action { padding-top:45px; }
.pzdi-contact-action>p { max-width:540px; color:#616963; line-height:1.8; }
.pzdi-contact-action>a { display:flex; justify-content:space-between; gap:35px; margin-top:48px; padding-bottom:12px; border-bottom:1px solid; font-size:clamp(20px,2vw,30px); }
.pzdi-contact-details { grid-column:1/-1; display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid rgba(21,27,24,.17); }
.pzdi-contact-details>div { min-height:130px; padding:30px 28px 0 0; border-right:1px solid rgba(21,27,24,.17); }
.pzdi-contact-details>div+div { padding-left:35px; }
.pzdi-contact-details>div:last-child { border:0; }
.pzdi-contact-details span { color:#768b7e; font:600 10px "Manrope",sans-serif; letter-spacing:.14em; text-transform:uppercase; }
.pzdi-contact-details p, .pzdi-contact-details a { display:block; margin:18px 0 0; font-size:17px; line-height:1.5; }

@media(max-width:1024px){.pzdi-editorial-head{grid-template-columns:minmax(0,1fr) minmax(280px,.72fr);gap:5vw;margin-bottom:48px}.pzdi-editorial-title h2{font-size:clamp(37px,4.8vw,50px)}.pzdi-editorial-foot{align-items:flex-start}}
@media(max-width:767px){.pzdi-editorial-head{grid-template-columns:1fr;gap:25px;margin-bottom:40px}.pzdi-editorial-title h2{margin-top:18px;font-size:36px}.pzdi-editorial-lead{font-size:16px}.pzdi-editorial-foot{margin-top:20px;padding-top:17px;justify-content:flex-start;align-items:flex-start}.pzdi-editorial-foot a{white-space:normal}.pzdi-benefits-layout{grid-template-columns:1fr;gap:46px}.pzdi-benefits-intro{position:static}.pzdi-benefits-meta{max-width:none}}

.pzdi-footer { padding:0; background:#111613; color:#fff; }
.pzdi-footer-split { display:grid; grid-template-columns:minmax(0,1.6fr) minmax(420px,1fr); min-height:420px; }
.pzdi-footer-brand { display:flex; flex-direction:column; min-width:0; padding:34px clamp(45px,5.2vw,100px) 0; background:#13211b; }
.pzdi-footer-logo { position:relative; width:min(var(--pzdi-footer-logo-width,340px),250px); max-width:50%; height:78px; overflow:visible; font-weight:700; }
.pzdi-footer-logo img { position:absolute; top:50%; left:0; width:100%!important; max-width:none!important; height:auto!important; max-height:none!important; object-fit:contain; filter:brightness(0) invert(1); transform:translateY(-50%); }
.pzdi-footer-statement { max-width:720px; margin:24px 0 auto; color:#fff; font-size:clamp(26px,2vw,36px); font-weight:400; line-height:1.18; letter-spacing:-.028em; }
.pzdi-footer-nav { display:flex; flex-wrap:wrap; gap:14px clamp(22px,2.5vw,44px); margin-top:30px; padding:18px 0 20px; border-top:1px solid rgba(255,255,255,.18); }
.pzdi-footer-nav a { color:rgba(255,255,255,.68); font:600 10px "Manrope",sans-serif; letter-spacing:.12em; text-transform:uppercase; transition:color .25s ease; }
.pzdi-footer-nav a:hover,.pzdi-footer-nav a:focus-visible { color:#fff; }
.pzdi-footer-contact { display:flex; flex-direction:column; min-width:0; padding:34px clamp(34px,3.2vw,62px) 0; background:#d8cdbc; color:var(--pzdi-ink); }
.pzdi-footer-contact-list>div { padding:0 0 16px; border-bottom:1px solid rgba(21,27,24,.23); }
.pzdi-footer-contact-list>div+div { padding-top:16px; }
.pzdi-footer-contact-list span { display:block; margin-bottom:10px; color:#59645e; font:600 9px "Manrope",sans-serif; letter-spacing:.15em; text-transform:uppercase; }
.pzdi-footer-contact-list a,.pzdi-footer-contact-list p { display:block; margin:0; font-size:clamp(18px,1.35vw,25px); line-height:1.35; letter-spacing:-.018em; overflow-wrap:anywhere; }
.pzdi-footer-contact-list a { display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:center; gap:14px; }
.pzdi-footer-contact-list a b { min-width:0; font:inherit; overflow-wrap:anywhere; }
.pzdi-footer-contact-list a i { font-style:normal; }
.pzdi-footer-meta { display:grid; grid-template-columns:repeat(3,minmax(0,auto)); justify-content:space-between; align-items:center; gap:10px 20px; margin-top:auto; padding:16px 0 18px; border-top:1px solid rgba(21,27,24,.23); color:#59645e; font:600 8px "Manrope",sans-serif; letter-spacing:.09em; text-transform:uppercase; }
.pzdi-footer-meta>a { white-space:nowrap; }
.pzdi-footer-credit { grid-column:1/-1; margin-top:2px; padding-top:12px; border-top:1px solid rgba(21,27,24,.18); color:var(--pzdi-ink)!important; }

@media(max-width:1024px){.pzdi-shell{width:calc(100% - 50px)}.pzdi-header{height:82px;padding:0 25px}.pzdi-logo,.pzdi-header.is-scrolled .pzdi-logo{width:min(var(--pzdi-header-logo-width,300px),210px)}.pzdi-logo img{max-height:none!important}.pzdi-menu-toggle{display:grid;gap:7px;position:relative;z-index:3;padding:12px}.pzdi-menu-toggle span{display:block;width:30px;height:1px;background:currentColor}.pzdi-header nav{display:none;position:fixed;inset:0;padding:120px 28px 40px;background:var(--pzdi-paper);color:var(--pzdi-ink);flex-direction:column;align-items:stretch;gap:0}.pzdi-header.is-open nav{display:flex}.pzdi-header nav a{padding:18px 0;border-bottom:1px solid rgba(21,27,24,.17);font-size:22px;text-transform:none}.pzdi-about-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);gap:5vw}.pzdi-about-note{grid-template-columns:1fr;align-items:start}.pzdi-benefits-grid{grid-template-columns:1fr}.pzdi-section-head{grid-template-columns:50px 1.2fr .7fr;gap:4vw}.pzdi-package-app{grid-template-columns:.8fr 1.2fr}.pzdi-partners{grid-template-columns:.85fr 1.15fr}.pzdi-footer-split{grid-template-columns:1fr;min-height:0}.pzdi-footer-brand{min-height:400px}.pzdi-footer-contact{min-height:430px}.pzdi-footer-logo{max-width:250px}}
@media(max-width:782px){body.admin-bar .pzdi-header{top:46px!important}body.admin-bar .pzdi-header nav{top:46px}}
@media(max-width:767px){.pzdi-shell{width:calc(100% - 38px)}.pzdi-hero{min-height:650px}.pzdi-hero h1{font-size:45px}.pzdi-lead{font-size:15px;line-height:1.65}.pzdi-actions{flex-direction:column;align-items:flex-start;gap:20px}.pzdi-slider-nav{right:19px;bottom:24px}.pzdi-about{padding:70px 0 74px}.pzdi-about-grid{grid-template-columns:1fr;gap:34px}.pzdi-rail{display:none}.pzdi-about-copy h2,.pzdi-section-head h2,.pzdi-benefits h2,.pzdi-partner-copy h2,.pzdi-contact h2{font-size:39px}.pzdi-about-copy h2{font-size:37px}.pzdi-big-copy{font-size:18px}.pzdi-about-note{margin:26px 0 0;padding-top:20px;grid-template-columns:1fr;gap:18px}.pzdi-about-image{height:420px;min-height:0}.pzdi-benefits{padding:74px 0 78px}.pzdi-benefits-layout{gap:42px}.pzdi-benefits h2{font-size:39px}.pzdi-benefits-lead{font-size:15px}.pzdi-benefits-meta{align-items:flex-start;flex-direction:column;gap:18px}.pzdi-benefit-list article{min-height:0;grid-template-columns:38px 1fr;gap:16px;padding:26px 0}.pzdi-benefit-list article>span{padding-top:4px}.pzdi-benefit-list h3{font-size:21px}.pzdi-benefit-list p{margin-top:9px;font-size:15px}.pzdi-investments,.pzdi-packages,.pzdi-contact{padding:80px 0}.pzdi-section-head{grid-template-columns:1fr;gap:25px;margin-bottom:45px}.pzdi-project-list{gap:70px}.pzdi-project,.pzdi-project:nth-child(even){grid-template-columns:1fr;gap:28px}.pzdi-project:nth-child(even) .pzdi-project-image,.pzdi-project:nth-child(even) .pzdi-project-copy{grid-column:auto;grid-row:auto}.pzdi-project-copy h3{font-size:34px}.pzdi-package-app{grid-template-columns:1fr}.pzdi-package-tabs button{min-height:100px;grid-template-columns:28px 1fr 18px;padding:20px 24px}.pzdi-package-tabs strong{font-size:24px}.pzdi-package-tabs small{grid-column:2}.pzdi-package-stage{min-height:460px}.pzdi-partners{grid-template-columns:1fr;min-height:0}.pzdi-partner-image{min-height:450px}.pzdi-partner-copy{padding:75px 20px}.pzdi-contact-grid{grid-template-columns:1fr;gap:38px}.pzdi-contact-action{padding-top:0}.pzdi-contact-action>a{margin-top:38px;font-size:20px;word-break:break-all}.pzdi-contact-details{grid-column:auto;grid-template-columns:1fr}.pzdi-contact-details>div,.pzdi-contact-details>div+div{min-height:105px;padding:24px 0;border-right:0;border-bottom:1px solid rgba(21,27,24,.17)}.pzdi-footer-brand,.pzdi-footer-contact{min-height:0;padding:30px 20px 0}.pzdi-footer-logo{width:min(var(--pzdi-footer-logo-width,340px),210px);max-width:75%;height:66px}.pzdi-footer-statement{margin:25px 0 38px;font-size:26px}.pzdi-footer-nav{gap:15px 22px;margin-top:0;padding:17px 0 18px}.pzdi-footer-contact-list a,.pzdi-footer-contact-list p{font-size:18px}.pzdi-footer-meta{grid-template-columns:1fr;justify-content:stretch;gap:12px;margin-top:30px}.pzdi-footer-meta>a{white-space:normal}.pzdi-footer-credit{grid-column:auto}}
@media(max-width:767px){.pzdi-lightbox{padding:70px 15px 64px}.pzdi-lightbox figure img{max-height:calc(100vh - 155px)}.pzdi-lightbox-close{top:12px;right:12px;width:44px;height:44px}.pzdi-lightbox-prev,.pzdi-lightbox-next{top:auto;bottom:12px;width:48px;height:42px;transform:none}.pzdi-lightbox-prev{left:15px}.pzdi-lightbox-next{right:15px}.pzdi-lightbox figcaption{font-size:10px}.pzdi-gallery-count{right:12px;bottom:12px}}

@media(max-width:1024px){.pzdi-invest-hero{min-height:640px}.pzdi-invest-intro{padding:85px 0 78px}.pzdi-invest-path{grid-template-rows:minmax(540px,1fr) 360px}.pzdi-invest-path-copy{min-height:540px;padding:46px 32px 40px}.pzdi-invest-path-image,.pzdi-invest-path-image>img,.pzdi-invest-path-image>.pzdi-image-placeholder{min-height:360px}.pzdi-invest-why-grid{grid-template-columns:1fr;gap:48px}.pzdi-invest-cta-grid{grid-template-columns:1fr 1fr;gap:7vw}}
@media(max-width:767px){.pzdi-invest-hero{min-height:620px}.pzdi-invest-hero-copy{padding-top:80px}.pzdi-invest-hero-copy h1{font-size:43px}.pzdi-invest-hero-copy>p:nth-of-type(2){font-size:15px}.pzdi-invest-intro{padding:72px 0 65px}.pzdi-invest-intro-grid{grid-template-columns:1fr;gap:26px}.pzdi-invest-intro-grid .pzdi-rail{display:flex}.pzdi-invest-intro-grid .pzdi-rail b{writing-mode:initial;transform:none}.pzdi-invest-intro h2{font-size:39px}.pzdi-invest-intro-grid>div:last-child>p{font-size:16px}.pzdi-invest-paths{padding-bottom:75px}.pzdi-invest-path-grid{grid-template-columns:1fr}.pzdi-invest-path{grid-template-rows:auto 300px}.pzdi-invest-path+.pzdi-invest-path{border-left:0;border-top:1px solid rgba(21,27,24,.18)}.pzdi-invest-path-copy{min-height:0;padding:40px 0}.pzdi-invest-path h2{font-size:35px}.pzdi-invest-path-image,.pzdi-invest-path-image>img,.pzdi-invest-path-image>.pzdi-image-placeholder{min-height:300px}.pzdi-invest-why{padding:75px 0}.pzdi-invest-why h2{font-size:42px}.pzdi-invest-why-list article{grid-template-columns:36px 1fr;gap:13px;min-height:78px}.pzdi-invest-why-list h3{font-size:17px}.pzdi-invest-cta{padding:75px 0}.pzdi-invest-cta-grid{grid-template-columns:1fr;gap:38px}.pzdi-invest-cta h2{font-size:40px}.pzdi-invest-mail{font-size:19px;word-break:break-all}}

@media(prefers-reduced-motion:reduce){.pzdi-hero-slide,.pzdi-hero-slide>img{transition:none}}


/* PZDI 1.6.0 — finishing packages, wariant A */
@media(max-width:1100px){
  .pzdi-packages-layout{grid-template-columns:1fr;gap:48px}
  .pzdi-packages-intro{position:static}
  .pzdi-packages-intro h2{max-width:760px}
  .pzdi-package-app{grid-template-columns:minmax(280px,.85fr) minmax(360px,1.15fr)}
}
@media(max-width:767px){
  .pzdi-packages{padding:78px 0}
  .pzdi-packages-layout{gap:38px}
  .pzdi-packages-intro h2{font-size:39px}
  .pzdi-packages-lead{margin-top:26px;font-size:15px}
  .pzdi-packages-contact{margin-top:25px}
  .pzdi-package-app{grid-template-columns:1fr;grid-template-rows:auto auto 56px}
  .pzdi-package-tabs button{min-height:92px;grid-template-columns:40px 1fr;padding:20px 20px}
  .pzdi-package-tabs button[aria-selected=true]{padding-left:27px}
  .pzdi-package-tabs span{font-size:27px}
  .pzdi-package-tabs strong{font-size:20px}
  .pzdi-package-tabs small{grid-column:2;font-size:8px;white-space:normal}
  .pzdi-package-stage{min-height:360px}
  .pzdi-package-note{grid-column:1;padding:0 20px;font-size:11px}
}


/* PZDI 1.6.1 — zachowanie widocznej nazwy aktywnego pakietu */
.pzdi-package-tabs button,
.pzdi-package-tabs button:hover,
.pzdi-package-tabs button:focus,
.pzdi-package-tabs button:focus-visible,
.pzdi-package-tabs button:active,
.pzdi-package-tabs button[aria-selected="true"] {
  color:var(--pzdi-ink)!important;
}
.pzdi-package-tabs button strong,
.pzdi-package-tabs button:hover strong,
.pzdi-package-tabs button:focus strong,
.pzdi-package-tabs button:focus-visible strong,
.pzdi-package-tabs button:active strong,
.pzdi-package-tabs button[aria-selected="true"] strong {
  color:var(--pzdi-ink)!important;
  opacity:1!important;
  visibility:visible!important;
}

/* Contact — wariant A 1.6.2 */
.pzdi-contact-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);gap:clamp(55px,7vw,120px);align-items:start}
.pzdi-contact-copy h2{margin:28px 0 0;max-width:680px;font-size:clamp(44px,4.2vw,66px);font-weight:400;line-height:1.04;letter-spacing:-.05em}
.pzdi-contact-lead{max-width:570px;margin:34px 0 0;color:#505a54;font-size:17px;line-height:1.75}
.pzdi-contact-direct{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-top:30px;padding:20px 0;border-top:1px solid rgba(21,27,24,.17);border-bottom:1px solid rgba(21,27,24,.17);color:#5e6862;font-size:13px}
.pzdi-contact-direct a{flex:none;color:var(--pzdi-ink);font:600 10px "Manrope",sans-serif;letter-spacing:.08em;text-transform:uppercase}
.pzdi-contact-layout .pzdi-contact-details{display:grid;grid-template-columns:repeat(3,1fr);margin-top:20px;border-top:0}
.pzdi-contact-layout .pzdi-contact-details>div{min-height:120px;padding:24px 20px 0 0}
.pzdi-contact-layout .pzdi-contact-details>div+div{padding-left:24px}
.pzdi-contact-form-wrap{padding:34px;background:rgba(225,219,209,.34)}
.pzdi-contact-form-wrap h3{margin:0 0 22px;font-size:24px;font-weight:400;letter-spacing:-.025em}
.pzdi-contact-form{display:grid;gap:14px}
.pzdi-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.pzdi-contact-form label{display:block;margin:0}
.pzdi-contact-form label>span:not(.screen-reader-text){display:block;margin:0 0 7px;color:#59645e;font:500 10px "Manrope",sans-serif;letter-spacing:.04em}
.pzdi-contact-form input[type=text],.pzdi-contact-form input[type=email],.pzdi-contact-form input[type=tel],.pzdi-contact-form textarea{width:100%;margin:0;padding:13px 14px;border:1px solid rgba(21,27,24,.18);border-radius:0;background:#fff;color:var(--pzdi-ink);font:400 14px "Manrope",sans-serif;box-shadow:none;outline:none}
.pzdi-contact-form input:focus,.pzdi-contact-form textarea:focus{border-color:var(--pzdi-primary)}
.pzdi-contact-form textarea{min-height:135px;resize:vertical}
.pzdi-contact-form .pzdi-consent{display:grid;grid-template-columns:16px 1fr;gap:10px;align-items:start;margin:3px 0 5px}
.pzdi-contact-form .pzdi-consent input{width:14px;height:14px;margin:2px 0 0}
.pzdi-contact-form .pzdi-consent span{margin:0!important;font-size:10px!important;line-height:1.55;letter-spacing:0!important}
.pzdi-contact-form button{width:100%;min-height:48px;border:0;border-radius:0;background:var(--pzdi-primary);color:#fff;font:600 10px "Manrope",sans-serif;letter-spacing:.12em;text-transform:uppercase;cursor:pointer}
.pzdi-contact-form button:hover{filter:brightness(.94)}
.pzdi-contact-form small{color:#6b746f;font-size:10px}
.pzdi-form-status{margin:0 0 18px;padding:12px 14px;border:1px solid rgba(21,27,24,.15);font-size:12px;line-height:1.5}
.pzdi-form-status.is-success{background:rgba(43,89,64,.07)}
.pzdi-form-status.is-error{background:rgba(130,65,45,.07)}
@media(max-width:1024px){.pzdi-contact-layout{grid-template-columns:1fr;gap:48px}.pzdi-contact-form-wrap{padding:30px}.pzdi-contact-copy h2{max-width:800px}}
@media(max-width:767px){.pzdi-contact-layout{gap:36px}.pzdi-contact-copy h2{font-size:39px}.pzdi-contact-lead{margin-top:25px;font-size:15px}.pzdi-contact-direct{align-items:flex-start;flex-direction:column;gap:12px}.pzdi-contact-layout .pzdi-contact-details{grid-template-columns:1fr}.pzdi-contact-layout .pzdi-contact-details>div,.pzdi-contact-layout .pzdi-contact-details>div+div{min-height:0;padding:20px 0;border-right:0;border-bottom:1px solid rgba(21,27,24,.17)}.pzdi-contact-form-wrap{padding:24px 18px}.pzdi-form-row{grid-template-columns:1fr}}

/* PZDI 1.6.3 — stabilne stany formularzy + dodatkowy audyt mobile */
.pzdi-section .pzdi-contact-form button,
.pzdi-section .pzdi-contact-form button:hover,
.pzdi-section .pzdi-contact-form button:focus,
.pzdi-section .pzdi-contact-form button:focus-visible,
.pzdi-section .pzdi-contact-form button:active {
  -webkit-appearance:none!important;
  appearance:none!important;
  width:100%!important;
  min-height:48px!important;
  margin:0!important;
  padding:14px 18px!important;
  border:0!important;
  border-radius:0!important;
  background:var(--pzdi-primary)!important;
  background-image:none!important;
  color:#fff!important;
  font:600 10px "Manrope",sans-serif!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
  box-shadow:none!important;
  text-shadow:none!important;
  filter:none!important;
  opacity:1!important;
  cursor:pointer!important;
  transition:background-color .2s ease,transform .2s ease!important;
}
.pzdi-section .pzdi-contact-form button:hover,
.pzdi-section .pzdi-contact-form button:focus-visible {
  background:#17261f!important;
  color:#fff!important;
  transform:translateY(-1px);
}
.pzdi-section .pzdi-contact-form button:active {
  background:#14221c!important;
  color:#fff!important;
  transform:translateY(0);
}
.pzdi-contact-form input[type=text],
.pzdi-contact-form input[type=email],
.pzdi-contact-form input[type=tel],
.pzdi-contact-form textarea {
  -webkit-appearance:none;
  appearance:none;
  max-width:100%;
}

@media(max-width:1024px){
  .pzdi-section{max-width:100%;overflow-x:clip}
  .pzdi-contact-layout,.pzdi-packages-layout,.pzdi-benefits-layout{min-width:0}
  .pzdi-contact-copy,.pzdi-contact-form-wrap,.pzdi-packages-intro,.pzdi-package-app,.pzdi-benefits-intro,.pzdi-benefit-list{min-width:0}
}

@media(max-width:767px){
  .pzdi-shell{max-width:100%}
  .pzdi-contact{padding:68px 0 72px}
  .pzdi-contact-copy h2{font-size:clamp(34px,10.5vw,39px);overflow-wrap:anywhere}
  .pzdi-contact-lead{line-height:1.65}
  .pzdi-contact-direct{margin-top:24px;padding:17px 0}
  .pzdi-contact-direct a{max-width:100%;overflow-wrap:anywhere;word-break:break-word}
  .pzdi-contact-layout .pzdi-contact-details{margin-top:8px}
  .pzdi-contact-layout .pzdi-contact-details p,
  .pzdi-contact-layout .pzdi-contact-details a{font-size:16px;overflow-wrap:anywhere}
  .pzdi-contact-form-wrap{width:100%;padding:22px 16px}
  .pzdi-contact-form-wrap h3{font-size:22px}
  .pzdi-contact-form{width:100%;gap:12px}
  .pzdi-form-row{width:100%;gap:12px}
  .pzdi-contact-form input[type=text],
  .pzdi-contact-form input[type=email],
  .pzdi-contact-form input[type=tel],
  .pzdi-contact-form textarea{min-width:0;font-size:16px;padding:13px 12px}
  .pzdi-contact-form textarea{min-height:145px}
  .pzdi-contact-form .pzdi-consent{grid-template-columns:18px minmax(0,1fr);gap:10px}
  .pzdi-contact-form .pzdi-consent input{width:16px;height:16px}
  .pzdi-contact-form .pzdi-consent span{overflow-wrap:anywhere}
  .pzdi-section .pzdi-contact-form button,
  .pzdi-section .pzdi-contact-form button:hover,
  .pzdi-section .pzdi-contact-form button:focus,
  .pzdi-section .pzdi-contact-form button:focus-visible,
  .pzdi-section .pzdi-contact-form button:active{min-height:52px!important;padding:15px 14px!important}

  .pzdi-package-app,.pzdi-package-stage,.pzdi-package-tabs{min-width:0}
  .pzdi-package-tabs button{width:100%;min-width:0}
  .pzdi-package-tabs strong,.pzdi-package-tabs small{min-width:0;overflow-wrap:anywhere}
  .pzdi-package-stage-copy{max-width:calc(100% - 38px)}

  .pzdi-benefit-list article{min-width:0}
  .pzdi-benefit-list article>div{min-width:0}
  .pzdi-benefit-list p,.pzdi-benefit-list h3{overflow-wrap:anywhere}
}




/* PZDI 1.6.5 — mobile menu hardening against theme button/nav overrides */
@media (max-width:1024px) {
  html body .pzdi-header .pzdi-menu-toggle,
  html body .pzdi-header .pzdi-menu-toggle:hover,
  html body .pzdi-header .pzdi-menu-toggle:focus,
  html body .pzdi-header .pzdi-menu-toggle:focus-visible,
  html body .pzdi-header .pzdi-menu-toggle:active {
    appearance:none!important;
    -webkit-appearance:none!important;
    background:transparent!important;
    background-color:transparent!important;
    background-image:none!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    outline:none!important;
    padding:12px!important;
    min-width:0!important;
    width:auto!important;
    height:auto!important;
    color:inherit!important;
    transform:none!important;
  }
  html body .pzdi-header.is-scrolled .pzdi-menu-toggle,
  html body .pzdi-header.is-open .pzdi-menu-toggle,
  html body .pzdi-header.is-scrolled .pzdi-menu-toggle:hover,
  html body .pzdi-header.is-open .pzdi-menu-toggle:hover,
  html body .pzdi-header.is-scrolled .pzdi-menu-toggle:focus,
  html body .pzdi-header.is-open .pzdi-menu-toggle:focus,
  html body .pzdi-header.is-scrolled .pzdi-menu-toggle:active,
  html body .pzdi-header.is-open .pzdi-menu-toggle:active {
    color:var(--pzdi-ink)!important;
    background:transparent!important;
  }
  html body .pzdi-header .pzdi-menu-toggle span {
    background:currentColor!important;
  }

  html body .pzdi-header.is-open {
    background:#faf9f5!important;
    background-color:#faf9f5!important;
    color:var(--pzdi-ink)!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    border-bottom:1px solid rgba(21,27,24,.08)!important;
  }
  html body .pzdi-header.is-open .pzdi-logo img {
    filter:none!important;
  }
  html body .pzdi-header > nav,
  html body .pzdi-header.is-open > nav {
    background:#faf9f5!important;
    background-color:#faf9f5!important;
    background-image:none!important;
    opacity:1!important;
    filter:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
  html body .pzdi-header.is-open > nav {
    display:flex!important;
    position:fixed!important;
    z-index:2!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    left:0!important;
    width:100vw!important;
    height:100dvh!important;
    min-height:100vh!important;
    padding:120px 28px 40px!important;
    overflow-y:auto!important;
  }
  body.admin-bar .pzdi-header.is-open > nav {
    top:0!important;
    padding-top:152px!important;
  }
  html body .pzdi-header.is-open > nav a,
  html body .pzdi-header.is-open > nav a:hover,
  html body .pzdi-header.is-open > nav a:focus,
  html body .pzdi-header.is-open > nav a:active,
  html body .pzdi-header.is-open > nav a:visited {
    background:transparent!important;
    background-color:transparent!important;
    color:var(--pzdi-ink)!important;
    opacity:1!important;
    box-shadow:none!important;
  }
  html body.pzdi-mobile-nav-open {
    overflow:hidden!important;
    touch-action:none;
  }
}


/* ==========================================================
   PZDI 1.6.6 — ZAINWESTUJ Z NAMI
   Redesign below hero. Existing content remains unchanged.
   ========================================================== */

body.page-zainwestuj-z-nami,
body.page-template-default {
  --pzdi-invest-bg: #f7f5ef;
  --pzdi-invest-ink: #172a23;
  --pzdi-invest-muted: #66736d;
  --pzdi-invest-line: #d9d5ca;
  --pzdi-invest-green: #17352a;
}

/* Scope both common page slug/body-class variants */
body.page-zainwestuj-z-nami main,
body.page-id-zainwestuj-z-nami main {
  background: var(--pzdi-invest-bg);
}

/* Intro / cooperation blocks */
body.page-zainwestuj-z-nami .pzdi-invest-intro,
body.page-zainwestuj-z-nami .pzdi-invest-lead,
body.page-zainwestuj-z-nami .pzdi-invest-content,
body.page-zainwestuj-z-nami .pzdi-invest-cooperation {
  background: var(--pzdi-invest-bg);
  color: var(--pzdi-invest-ink);
}

body.page-zainwestuj-z-nami .pzdi-invest-grid,
body.page-zainwestuj-z-nami .pzdi-invest-types,
body.page-zainwestuj-z-nami .pzdi-partners-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--pzdi-invest-line);
}

body.page-zainwestuj-z-nami .pzdi-invest-card,
body.page-zainwestuj-z-nami .pzdi-invest-type,
body.page-zainwestuj-z-nami .pzdi-partner-card {
  padding: clamp(32px, 4vw, 64px);
  background: #fbfaf6;
  color: var(--pzdi-invest-ink);
  border: 0;
}

body.page-zainwestuj-z-nami .pzdi-invest-card + .pzdi-invest-card,
body.page-zainwestuj-z-nami .pzdi-invest-type + .pzdi-invest-type,
body.page-zainwestuj-z-nami .pzdi-partner-card + .pzdi-partner-card {
  border-left: 1px solid var(--pzdi-invest-line);
}

/* Why us — keep the full 5-point section and make it the dark anchor */
body.page-zainwestuj-z-nami .pzdi-invest-why,
body.page-zainwestuj-z-nami .pzdi-why,
body.page-zainwestuj-z-nami .pzdi-why-us {
  background: var(--pzdi-invest-green) !important;
  color: #f5f2ea !important;
}

body.page-zainwestuj-z-nami .pzdi-invest-why h2,
body.page-zainwestuj-z-nami .pzdi-why h2,
body.page-zainwestuj-z-nami .pzdi-why-us h2 {
  color: #f5f2ea !important;
}

body.page-zainwestuj-z-nami .pzdi-invest-why p,
body.page-zainwestuj-z-nami .pzdi-why p,
body.page-zainwestuj-z-nami .pzdi-why-us p {
  color: rgba(245,242,234,.72) !important;
}

body.page-zainwestuj-z-nami .pzdi-invest-why li,
body.page-zainwestuj-z-nami .pzdi-why li,
body.page-zainwestuj-z-nami .pzdi-why-us li {
  border-top: 1px solid rgba(255,255,255,.16);
  color: #f5f2ea;
}

/* Final partnership CTA */
body.page-zainwestuj-z-nami .pzdi-invest-cta,
body.page-zainwestuj-z-nami .pzdi-partner-cta {
  background: #eee9de;
  color: var(--pzdi-invest-ink);
  border-top: 1px solid var(--pzdi-invest-line);
}

/* Mobile */
@media (max-width: 767px) {
  body.page-zainwestuj-z-nami .pzdi-invest-grid,
  body.page-zainwestuj-z-nami .pzdi-invest-types,
  body.page-zainwestuj-z-nami .pzdi-partners-grid {
    grid-template-columns: 1fr;
  }

  body.page-zainwestuj-z-nami .pzdi-invest-card + .pzdi-invest-card,
  body.page-zainwestuj-z-nami .pzdi-invest-type + .pzdi-invest-type,
  body.page-zainwestuj-z-nami .pzdi-partner-card + .pzdi-partner-card {
    border-left: 0;
    border-top: 1px solid var(--pzdi-invest-line);
  }

  body.page-zainwestuj-z-nami .pzdi-invest-card,
  body.page-zainwestuj-z-nami .pzdi-invest-type,
  body.page-zainwestuj-z-nami .pzdi-partner-card {
    padding: 30px 22px;
  }

  body.page-zainwestuj-z-nami .pzdi-invest-why,
  body.page-zainwestuj-z-nami .pzdi-why,
  body.page-zainwestuj-z-nami .pzdi-why-us {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}


/* ==========================================================
   PZDI 1.6.7 — ZAINWESTUJ Z NAMI / właściwa przebudowa układu
   Hero bez zmian. Pełna treść pozostaje w DOM.
   ========================================================== */

/* Wprowadzenie */
.pzdi-invest-intro{
  padding:96px 0 76px;
  background:#f7f5ef;
}
.pzdi-invest-intro-grid{
  display:grid;
  grid-template-columns:minmax(170px,.35fr) minmax(0,1.65fr);
  gap:clamp(48px,8vw,140px);
  align-items:start;
  padding-bottom:72px;
  border-bottom:1px solid rgba(21,27,24,.16);
}
.pzdi-invest-intro-grid .pzdi-rail{
  display:flex;
  align-items:flex-start;
  gap:18px;
  padding-top:8px;
}
.pzdi-invest-intro-grid .pzdi-rail span{
  color:#768b7e;
}
.pzdi-invest-intro-grid .pzdi-rail b{
  writing-mode:initial;
  transform:none;
  color:#59645e;
  font-size:10px;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.pzdi-invest-intro h2{
  max-width:900px;
  font-size:clamp(42px,4.2vw,64px);
}
.pzdi-invest-intro-grid>div:last-child>p{
  max-width:760px;
  margin-top:28px;
}

/* Dwa sposoby współpracy — dwa eleganckie moduły */
.pzdi-invest-paths{
  padding:0 0 108px;
  background:#f7f5ef;
}
.pzdi-invest-path-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
  border:0;
}
.pzdi-invest-path{
  min-width:0;
  display:grid;
  grid-template-rows:310px auto;
  overflow:hidden;
  background:#fbfaf6;
  border:1px solid rgba(21,27,24,.16);
}
.pzdi-invest-path+.pzdi-invest-path{
  border-left:1px solid rgba(21,27,24,.16);
}
.pzdi-invest-path-image{
  grid-row:1;
  min-height:310px;
  overflow:hidden;
  background:#ebe7dd;
}
.pzdi-invest-path-image>img,
.pzdi-invest-path-image>.pzdi-image-placeholder{
  width:100%;
  height:100%;
  min-height:310px;
  object-fit:cover;
}
.pzdi-invest-path-copy{
  grid-row:2;
  min-height:0;
  padding:42px clamp(28px,3vw,50px) 46px;
}
.pzdi-invest-path-copy>span{
  display:block;
  margin-bottom:16px;
  color:#768b7e;
  font:600 10px "Manrope",sans-serif;
  letter-spacing:.16em;
}
.pzdi-invest-path h2{
  margin:0 0 22px;
  font-size:clamp(32px,2.7vw,43px);
}
.pzdi-invest-path p{
  font-size:15px;
  line-height:1.75;
}
.pzdi-invest-path ul{
  margin-top:30px;
}
.pzdi-invest-path li{
  padding:15px 0 15px 22px;
  font-size:14px;
  line-height:1.5;
}

/* Dlaczego my — główna ciemna kotwica sekcji */
.pzdi-invest-why{
  padding:104px 0;
  background:#17352a !important;
  color:#f5f2ea;
}
.pzdi-invest-why-grid{
  grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);
  gap:clamp(60px,9vw,150px);
}
.pzdi-invest-why .pzdi-eyebrow{
  color:rgba(245,242,234,.68);
}
.pzdi-invest-why h2{
  color:#f5f2ea;
}
.pzdi-invest-why-grid>div:first-child>p:last-child{
  color:rgba(245,242,234,.66);
}
.pzdi-invest-why-list{
  border-top:1px solid rgba(255,255,255,.18);
}
.pzdi-invest-why-list article{
  min-height:98px;
  grid-template-columns:58px 1fr;
  border-bottom:1px solid rgba(255,255,255,.18);
}
.pzdi-invest-why-list h3{
  font-size:clamp(18px,1.45vw,24px);
}

/* CTA */
.pzdi-invest-cta{
  padding:96px 0;
  background:#eee9de;
}
.pzdi-invest-cta-grid{
  grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);
  gap:clamp(60px,9vw,150px);
}
.pzdi-invest-cta .pzdi-button{
  background:#17352a !important;
  color:#fff !important;
}
.pzdi-invest-cta .pzdi-button:hover,
.pzdi-invest-cta .pzdi-button:focus,
.pzdi-invest-cta .pzdi-button:active{
  background:#10281f !important;
  color:#fff !important;
}

/* Tablet */
@media(max-width:1024px){
  .pzdi-invest-intro-grid{
    grid-template-columns:130px 1fr;
    gap:48px;
  }
  .pzdi-invest-path-grid{
    gap:18px;
  }
  .pzdi-invest-path{
    grid-template-rows:270px auto;
  }
  .pzdi-invest-path-image,
  .pzdi-invest-path-image>img,
  .pzdi-invest-path-image>.pzdi-image-placeholder{
    min-height:270px;
  }
  .pzdi-invest-path-copy{
    padding:36px 28px 40px;
  }
}

/* Mobile */
@media(max-width:767px){
  .pzdi-invest-intro{
    padding:68px 0 52px;
  }
  .pzdi-invest-intro-grid{
    grid-template-columns:1fr;
    gap:22px;
    padding-bottom:48px;
  }
  .pzdi-invest-intro-grid .pzdi-rail{
    display:flex;
  }
  .pzdi-invest-intro h2{
    font-size:37px;
  }

  .pzdi-invest-paths{
    padding-bottom:72px;
  }
  .pzdi-invest-path-grid{
    grid-template-columns:1fr;
    gap:18px;
  }
  .pzdi-invest-path,
  .pzdi-invest-path+.pzdi-invest-path{
    grid-template-rows:230px auto;
    border:1px solid rgba(21,27,24,.16);
  }
  .pzdi-invest-path-image,
  .pzdi-invest-path-image>img,
  .pzdi-invest-path-image>.pzdi-image-placeholder{
    min-height:230px;
  }
  .pzdi-invest-path-copy{
    padding:30px 22px 34px;
  }
  .pzdi-invest-path h2{
    font-size:32px;
  }

  .pzdi-invest-why{
    padding:72px 0;
  }
  .pzdi-invest-why-grid{
    grid-template-columns:1fr;
    gap:42px;
  }
  .pzdi-invest-why-list article{
    min-height:78px;
    grid-template-columns:38px 1fr;
    gap:14px;
  }
  .pzdi-invest-why-list h3{
    font-size:17px;
  }

  .pzdi-invest-cta{
    padding:72px 0;
  }
  .pzdi-invest-cta-grid{
    grid-template-columns:1fr;
    gap:36px;
  }
}
\n\n/* ==========================================================\n   PZDI 1.6.8 — ZAINWESTUJ Z NAMI / Wariant B final\n   Hero bez zmian. Karty bez ikon i bez numeracji 01/02.\n   Sekcja Dlaczego my pozostaje w układzie wariantu A.\n   ========================================================== */\n.pzdi-invest-intro{padding:82px 0 58px;background:#f7f5ef}\n.pzdi-invest-intro-grid{display:block;max-width:900px;margin:0 auto;padding:0;border:0;text-align:center}\n.pzdi-invest-intro-grid>div{max-width:900px;margin:0 auto}\n.pzdi-invest-intro .pzdi-eyebrow{margin-bottom:18px;color:#768b7e}\n.pzdi-invest-intro h2{max-width:900px;margin:0 auto;font-size:clamp(38px,3.7vw,58px);line-height:1.08}\n.pzdi-invest-intro-grid>div>p:last-child{max-width:760px;margin:26px auto 0;color:#606962;font-size:16px;line-height:1.75}\n\n.pzdi-invest-paths{padding:0 0 96px;background:#f7f5ef}\n.pzdi-invest-path-heading{display:grid;grid-template-columns:1fr auto 1fr;gap:28px;align-items:center;margin:0 0 28px}\n.pzdi-invest-path-heading span{height:1px;background:#d8c9ad}\n.pzdi-invest-path-heading p{margin:0;color:#27352f;font:600 11px "Manrope",sans-serif;letter-spacing:.18em;text-transform:uppercase}\n.pzdi-invest-path-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;border:0}\n.pzdi-invest-path,.pzdi-invest-path+.pzdi-invest-path{display:flex;flex-direction:column;overflow:hidden;background:#fbfaf6;border:1px solid rgba(21,27,24,.14)}\n.pzdi-invest-path-image{order:1;min-height:300px;height:300px;overflow:hidden;background:#ebe7dd}\n.pzdi-invest-path-image>img,.pzdi-invest-path-image>.pzdi-image-placeholder{width:100%;height:100%;min-height:300px;object-fit:cover}\n.pzdi-invest-path-copy{order:2;min-height:0;padding:36px clamp(26px,3vw,44px) 38px}\n.pzdi-invest-path-copy>span{display:none!important}\n.pzdi-invest-path h2{margin:0 0 18px;font-size:clamp(30px,2.45vw,40px);line-height:1.08}\n.pzdi-invest-path p{font-size:15px;line-height:1.72}\n.pzdi-invest-path ul{margin:25px 0 0;padding:0;list-style:none;border-top:1px solid rgba(21,27,24,.12)}\n.pzdi-invest-path li{padding:13px 0;border-bottom:1px solid rgba(21,27,24,.12);font-size:14px;line-height:1.5}\n.pzdi-invest-path li::before{display:none!important;content:none!important}\n.pzdi-invest-more{display:inline-flex;margin-top:28px;padding-bottom:8px;border-bottom:1px solid #27352f;color:#27352f!important;font:600 11px "Manrope",sans-serif;letter-spacing:.12em;text-transform:uppercase}\n.pzdi-invest-more:hover,.pzdi-invest-more:focus,.pzdi-invest-more:active{color:#17352a!important;border-color:#17352a;background:transparent!important}\n\n/* Dlaczego my — wariant A, numeracja 01-05 zachowana */\n.pzdi-invest-why{padding:100px 0;background:#17352a!important;color:#f5f2ea}\n.pzdi-invest-why-grid{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:clamp(60px,9vw,150px)}\n.pzdi-invest-why-list article{display:grid;grid-template-columns:58px 1fr;gap:22px;min-height:92px;align-items:center;border-bottom:1px solid rgba(255,255,255,.18)}\n.pzdi-invest-why-list span{display:block!important;color:rgba(255,255,255,.42)}\n.pzdi-invest-why-list h3{margin:0;font-size:clamp(18px,1.45vw,24px);font-weight:400;line-height:1.35}\n\n@media(max-width:1024px){\n .pzdi-invest-path-image{height:260px;min-height:260px}\n .pzdi-invest-path-image>img,.pzdi-invest-path-image>.pzdi-image-placeholder{min-height:260px}\n .pzdi-invest-why-grid{grid-template-columns:1fr;gap:46px}\n}\n@media(max-width:767px){\n .pzdi-invest-intro{padding:64px 0 46px}\n .pzdi-invest-intro-grid{text-align:left}\n .pzdi-invest-intro h2{font-size:36px}\n .pzdi-invest-intro-grid>div>p:last-child{margin-left:0;margin-right:0}\n .pzdi-invest-paths{padding-bottom:68px}\n .pzdi-invest-path-heading{grid-template-columns:1fr;gap:12px;margin-bottom:22px}\n .pzdi-invest-path-heading span{display:none}\n .pzdi-invest-path-grid{grid-template-columns:1fr;gap:18px}\n .pzdi-invest-path-image{height:230px;min-height:230px}\n .pzdi-invest-path-image>img,.pzdi-invest-path-image>.pzdi-image-placeholder{min-height:230px}\n .pzdi-invest-path-copy{padding:28px 22px 32px}\n .pzdi-invest-path h2{font-size:31px}\n .pzdi-invest-path ul{margin-top:20px}\n .pzdi-invest-more{margin-top:24px}\n .pzdi-invest-why{padding:72px 0}\n .pzdi-invest-why-list article{grid-template-columns:38px 1fr;gap:14px;min-height:76px}\n .pzdi-invest-why-list h3{font-size:17px}\n}\n

/* PZDI 1.6.9 — menu hover: linia rozwijana pod tekstem */
@media (min-width:981px){
  .pzdi-nav a:not(.pzdi-button){position:relative;text-decoration:none!important;}
  .pzdi-nav a:not(.pzdi-button)::after{content:"";position:absolute;left:0;bottom:-7px;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left center;transition:transform .28s ease;opacity:.75;pointer-events:none;}
  .pzdi-nav a:not(.pzdi-button):hover::after,.pzdi-nav a:not(.pzdi-button):focus-visible::after{transform:scaleX(1);}
}

/* ==========================================================
   PZDI 1.7.0 — poprawiony hover menu desktop
   Faktyczny markup: .pzdi-header > nav > a
   ========================================================== */
@media (min-width: 1025px) {
  .pzdi-header > nav > a:not(.pzdi-nav-cta) {
    position: relative !important;
    display: inline-block;
    text-decoration: none !important;
  }

  .pzdi-header > nav > a:not(.pzdi-nav-cta)::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: auto !important;
    bottom: 5px !important;
    width: 100% !important;
    height: 1px !important;
    background: currentColor !important;
    border: 0 !important;
    opacity: .8 !important;
    transform: scaleX(0) !important;
    transform-origin: left center !important;
    transition: transform .28s ease !important;
    pointer-events: none !important;
  }

  .pzdi-header > nav > a:not(.pzdi-nav-cta):hover::after,
  .pzdi-header > nav > a:not(.pzdi-nav-cta):focus-visible::after {
    transform: scaleX(1) !important;
  }
}


/* ==========================================================
   PZDI 1.7.1 — FINAL hover menu desktop
   Bez pseudo-elementów: linia jako animowane tło linku.
   ========================================================== */
@media (min-width: 1025px) {
  html body .pzdi-header > nav > a:not(.pzdi-nav-cta) {
    position: relative !important;
    display: inline-block !important;
    padding: 12px 0 14px !important;
    text-decoration: none !important;

    background-image: linear-gradient(currentColor, currentColor) !important;
    background-repeat: no-repeat !important;
    background-position: left calc(100% - 7px) !important;
    background-size: 0 1px !important;

    transition:
      background-size .28s ease,
      color .25s ease !important;
  }

  html body .pzdi-header > nav > a:not(.pzdi-nav-cta):hover,
  html body .pzdi-header > nav > a:not(.pzdi-nav-cta):focus-visible {
    background-size: 100% 1px !important;
  }

  /* wyłącz wcześniejsze pseudo-elementy, żeby nic się nie dublowało */
  html body .pzdi-header > nav > a:not(.pzdi-nav-cta)::after,
  html body .pzdi-header > nav > a:not(.pzdi-nav-cta)::before {
    content: none !important;
    display: none !important;
  }
}

/* ==========================================================
   PZDI 1.7.4 — ZAINWESTUJ Z NAMI / WARIANT A — FINAL OVERRIDE
   Odtworzenie zaakceptowanej wizualizacji. Reguły są celowo
   na końcu pliku, aby żaden starszy wariant ich nie nadpisywał.
   ========================================================== */
.pzdi-invest-page{
  --pzdi-a-ink:#151b18;
  --pzdi-a-green:#1e3028;
  --pzdi-a-paper:#faf9f5;
  --pzdi-a-accent:#d8cdbc;
  --pzdi-a-muted:#606962;
  --pzdi-a-rail:#768b7e;
  width:100%!important;
  overflow:hidden!important;
  background:var(--pzdi-a-paper)!important;
  color:var(--pzdi-a-ink)!important;
}

/* HERO — pełne zdjęcie, ciemny gradient, tekst po lewej */
.pzdi-invest-page .pzdi-invest-hero{
  position:relative!important;
  min-height:650px!important;
  height:auto!important;
  display:flex!important;
  align-items:center!important;
  overflow:hidden!important;
  background:#111613!important;
  color:#fff!important;
}
.pzdi-invest-page .pzdi-invest-hero-media,
.pzdi-invest-page .pzdi-invest-hero-overlay{position:absolute!important;inset:0!important;}
.pzdi-invest-page .pzdi-invest-hero-media>img,
.pzdi-invest-page .pzdi-invest-hero-media>.pzdi-image-placeholder{
  width:100%!important;height:100%!important;min-height:650px!important;object-fit:cover!important;
}
.pzdi-invest-page .pzdi-invest-hero-overlay{
  z-index:1!important;
  background:linear-gradient(90deg,rgba(9,15,12,.86) 0%,rgba(9,15,12,.58) 48%,rgba(9,15,12,.12) 80%),linear-gradient(0deg,rgba(9,15,12,.38),transparent 55%)!important;
}
.pzdi-invest-page .pzdi-invest-hero-copy{
  position:relative!important;z-index:2!important;padding-top:92px!important;padding-bottom:72px!important;
}
.pzdi-invest-page .pzdi-invest-hero-copy h1{
  max-width:880px!important;margin:24px 0 0!important;font-size:clamp(48px,5.3vw,78px)!important;
  font-weight:400!important;line-height:1.01!important;letter-spacing:-.052em!important;color:#fff!important;
}
.pzdi-invest-page .pzdi-invest-hero-copy h1 em{font-family:"Playfair Display",serif!important;font-style:italic!important;font-weight:400!important;}
.pzdi-invest-page .pzdi-invest-hero-copy>p:nth-of-type(2){
  max-width:590px!important;margin:28px 0 30px!important;color:rgba(255,255,255,.80)!important;font-size:16px!important;line-height:1.72!important;
}
.pzdi-invest-page .pzdi-invest-hero .pzdi-button{min-width:215px!important;}

/* INTRO — lewa szyna 01 / Partnerstwo + duży nagłówek */
.pzdi-invest-page .pzdi-invest-intro{
  padding:88px 0 82px!important;background:var(--pzdi-a-paper)!important;text-align:left!important;
}
.pzdi-invest-page .pzdi-invest-intro-grid{
  display:grid!important;grid-template-columns:70px minmax(0,1fr)!important;gap:6vw!important;
  max-width:none!important;margin:0 auto!important;padding:0!important;text-align:left!important;
}
.pzdi-invest-page .pzdi-invest-rail{
  display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:12px!important;
  color:var(--pzdi-a-rail)!important;font:600 10px "Manrope",sans-serif!important;letter-spacing:.16em!important;text-transform:uppercase!important;
}
.pzdi-invest-page .pzdi-invest-rail span{color:var(--pzdi-a-rail)!important;}
.pzdi-invest-page .pzdi-invest-rail b{writing-mode:initial!important;transform:none!important;color:var(--pzdi-a-ink)!important;font-weight:600!important;}
.pzdi-invest-page .pzdi-invest-intro .pzdi-eyebrow{display:none!important;}
.pzdi-invest-page .pzdi-invest-intro h2{
  max-width:900px!important;margin:0!important;font-size:clamp(42px,4.6vw,66px)!important;font-weight:400!important;line-height:1.06!important;letter-spacing:-.05em!important;
}
.pzdi-invest-page .pzdi-invest-intro-grid>div:last-child>p{
  max-width:700px!important;margin:28px 0 0!important;color:var(--pzdi-a-muted)!important;font-size:16px!important;line-height:1.74!important;
}

/* DWIE KOLUMNY — tekst u góry, zdjęcie na dole, pełna szerokość */
.pzdi-invest-page .pzdi-invest-paths{padding:0!important;background:var(--pzdi-a-paper)!important;}
.pzdi-invest-page .pzdi-invest-paths>.pzdi-shell{width:100%!important;max-width:none!important;margin:0!important;}
.pzdi-invest-page .pzdi-invest-path-heading{display:none!important;}
.pzdi-invest-page .pzdi-invest-path-grid{
  display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important;
  border-top:1px solid rgba(21,27,24,.18)!important;border-bottom:1px solid rgba(21,27,24,.18)!important;
}
.pzdi-invest-page .pzdi-invest-path,
.pzdi-invest-page .pzdi-invest-path+.pzdi-invest-path{
  display:flex!important;flex-direction:column!important;min-width:0!important;min-height:690px!important;
  overflow:hidden!important;background:var(--pzdi-a-paper)!important;border:0!important;border-radius:0!important;box-shadow:none!important;
}
.pzdi-invest-page .pzdi-invest-path+.pzdi-invest-path{border-left:1px solid rgba(21,27,24,.18)!important;}
.pzdi-invest-page .pzdi-invest-path-copy{
  order:1!important;display:block!important;min-height:390px!important;padding:50px clamp(32px,5vw,72px) 44px!important;background:var(--pzdi-a-paper)!important;
}
.pzdi-invest-page .pzdi-invest-path-copy>span{
  display:block!important;color:var(--pzdi-a-rail)!important;font:600 10px "Manrope",sans-serif!important;letter-spacing:.15em!important;text-transform:uppercase!important;
}
.pzdi-invest-page .pzdi-invest-path h2{
  margin:22px 0 22px!important;font-size:clamp(34px,3.1vw,47px)!important;font-weight:400!important;line-height:1.08!important;letter-spacing:-.04em!important;
}
.pzdi-invest-page .pzdi-invest-path p{
  max-width:540px!important;margin:0!important;color:var(--pzdi-a-muted)!important;font-size:15px!important;line-height:1.72!important;
}
.pzdi-invest-page .pzdi-invest-path ul{
  max-width:610px!important;margin:30px 0 0!important;padding:0!important;list-style:none!important;border-top:1px solid rgba(21,27,24,.16)!important;
}
.pzdi-invest-page .pzdi-invest-path li{
  position:relative!important;padding:14px 0 14px 24px!important;border-bottom:1px solid rgba(21,27,24,.16)!important;
  color:#424a45!important;font-size:14px!important;line-height:1.5!important;
}
.pzdi-invest-page .pzdi-invest-path li::before{display:block!important;content:"—"!important;position:absolute!important;left:0!important;color:var(--pzdi-a-rail)!important;}
.pzdi-invest-page .pzdi-invest-more{display:none!important;}
.pzdi-invest-page .pzdi-invest-path-image{
  order:2!important;width:100%!important;height:300px!important;min-height:300px!important;overflow:hidden!important;background:#e8e4db!important;
}
.pzdi-invest-page .pzdi-invest-path-image>img,
.pzdi-invest-page .pzdi-invest-path-image>.pzdi-image-placeholder{
  width:100%!important;height:300px!important;min-height:300px!important;object-fit:cover!important;
}

/* DLACZEGO MY — dokładnie układ 2 kolumny na zielonym tle */
.pzdi-invest-page .pzdi-invest-why{
  padding:92px 0 96px!important;background:var(--pzdi-a-green)!important;color:#fff!important;
}
.pzdi-invest-page .pzdi-invest-why-grid{
  display:grid!important;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr)!important;gap:clamp(60px,8vw,130px)!important;
}
.pzdi-invest-page .pzdi-invest-why .pzdi-eyebrow{color:rgba(255,255,255,.55)!important;}
.pzdi-invest-page .pzdi-invest-why h2{
  margin:22px 0!important;font-size:clamp(42px,4.2vw,60px)!important;font-weight:400!important;line-height:1.04!important;letter-spacing:-.048em!important;color:#fff!important;
}
.pzdi-invest-page .pzdi-invest-why-grid>div:first-child>p:last-child{
  max-width:470px!important;margin:0!important;color:rgba(255,255,255,.60)!important;font-size:15px!important;line-height:1.75!important;
}
.pzdi-invest-page .pzdi-invest-why-list{border-top:1px solid rgba(255,255,255,.20)!important;}
.pzdi-invest-page .pzdi-invest-why-list article{
  min-height:80px!important;display:grid!important;grid-template-columns:48px 1fr!important;gap:20px!important;align-items:center!important;border-bottom:1px solid rgba(255,255,255,.20)!important;
}
.pzdi-invest-page .pzdi-invest-why-list span{display:block!important;color:rgba(255,255,255,.36)!important;font:500 10px "Manrope",sans-serif!important;letter-spacing:.12em!important;}
.pzdi-invest-page .pzdi-invest-why-list h3{margin:0!important;color:#fff!important;font-size:clamp(18px,1.45vw,22px)!important;font-weight:400!important;line-height:1.35!important;}

/* CTA — piaskowe tło, duży nagłówek po lewej */
.pzdi-invest-page .pzdi-invest-cta{padding:92px 0 96px!important;background:var(--pzdi-a-accent)!important;color:var(--pzdi-a-ink)!important;}
.pzdi-invest-page .pzdi-invest-cta-grid{display:grid!important;grid-template-columns:1.1fr .9fr!important;gap:9vw!important;align-items:start!important;}
.pzdi-invest-page .pzdi-invest-cta .pzdi-eyebrow{color:#59645e!important;}
.pzdi-invest-page .pzdi-invest-cta h2{max-width:820px!important;margin:22px 0 0!important;font-size:clamp(42px,4.5vw,64px)!important;font-weight:400!important;line-height:1.04!important;letter-spacing:-.05em!important;}
.pzdi-invest-page .pzdi-invest-cta-grid>div:last-child>p{max-width:560px!important;margin:8px 0 34px!important;color:#4f5953!important;font-size:17px!important;line-height:1.75!important;}
.pzdi-invest-page .pzdi-invest-mail{display:flex!important;justify-content:space-between!important;gap:20px!important;padding:0 0 12px!important;border-bottom:1px solid rgba(21,27,24,.42)!important;color:var(--pzdi-a-ink)!important;font-size:clamp(20px,2vw,28px)!important;}
.pzdi-invest-page .pzdi-invest-phone{display:block!important;margin:14px 0 30px!important;color:#59645e!important;font-size:17px!important;}
.pzdi-invest-page .pzdi-invest-cta .pzdi-button{background:var(--pzdi-a-green)!important;color:#fff!important;}

@media(max-width:1024px){
  .pzdi-invest-page .pzdi-invest-why-grid{grid-template-columns:1fr!important;gap:46px!important;}
  .pzdi-invest-page .pzdi-invest-cta-grid{grid-template-columns:1fr 1fr!important;gap:6vw!important;}
}
@media(max-width:767px){
  .pzdi-invest-page .pzdi-invest-hero{min-height:620px!important;}
  .pzdi-invest-page .pzdi-invest-hero-media>img,.pzdi-invest-page .pzdi-invest-hero-media>.pzdi-image-placeholder{min-height:620px!important;}
  .pzdi-invest-page .pzdi-invest-hero-copy{padding-top:84px!important;padding-bottom:56px!important;}
  .pzdi-invest-page .pzdi-invest-hero-copy h1{font-size:42px!important;}
  .pzdi-invest-page .pzdi-invest-intro{padding:68px 0 62px!important;}
  .pzdi-invest-page .pzdi-invest-intro-grid{grid-template-columns:1fr!important;gap:24px!important;}
  .pzdi-invest-page .pzdi-invest-rail{flex-direction:row!important;gap:14px!important;}
  .pzdi-invest-page .pzdi-invest-intro h2{font-size:38px!important;}
  .pzdi-invest-page .pzdi-invest-path-grid{grid-template-columns:1fr!important;}
  .pzdi-invest-page .pzdi-invest-path,.pzdi-invest-page .pzdi-invest-path+.pzdi-invest-path{min-height:0!important;}
  .pzdi-invest-page .pzdi-invest-path+.pzdi-invest-path{border-left:0!important;border-top:1px solid rgba(21,27,24,.18)!important;}
  .pzdi-invest-page .pzdi-invest-path-copy{min-height:0!important;padding:38px 6vw 36px!important;}
  .pzdi-invest-page .pzdi-invest-path-image,.pzdi-invest-page .pzdi-invest-path-image>img,.pzdi-invest-page .pzdi-invest-path-image>.pzdi-image-placeholder{height:285px!important;min-height:285px!important;}
  .pzdi-invest-page .pzdi-invest-why{padding:72px 0!important;}
  .pzdi-invest-page .pzdi-invest-why-list article{grid-template-columns:38px 1fr!important;gap:14px!important;min-height:74px!important;}
  .pzdi-invest-page .pzdi-invest-cta{padding:72px 0!important;}
  .pzdi-invest-page .pzdi-invest-cta-grid{grid-template-columns:1fr!important;gap:36px!important;}
  .pzdi-invest-page .pzdi-invest-cta h2{font-size:39px!important;}
}

/* ==========================================================
   ZAINWESTUJ Z NAMI — WARIANT A / shortcode rebuild 1.7.5
   Osobne klasy celowo izolują layout od starszych reguł.
   ========================================================== */
.pzdi-invest-a{--a-green:#1e3028;--a-paper:#faf9f5;--a-ink:#151b18;--a-sand:#cbc1b0;--a-muted:#616a64;--a-line:rgba(21,27,24,.16);background:var(--a-paper);color:var(--a-ink);font-family:"DM Sans","Manrope",Arial,sans-serif;overflow:hidden}
.pzdi-invest-a *{box-sizing:border-box}
.pzdi-invest-a a{text-decoration:none}
.pzdi-invest-a-wrap{width:min(100% - 48px,1360px);margin:0 auto}
.pzdi-invest-a-kicker,.pzdi-invest-a-card-kicker{margin:0;font:600 10px/1.3 "Manrope",sans-serif;letter-spacing:.18em;text-transform:uppercase}
.pzdi-invest-a h1,.pzdi-invest-a h2{font-family:"DM Sans","Manrope",Arial,sans-serif;font-weight:400}
.pzdi-invest-a h1 em,.pzdi-invest-a h2 em{font-family:"Playfair Display",Georgia,serif;font-weight:400;font-style:italic}

.pzdi-invest-a-hero{position:relative;min-height:650px;display:flex;align-items:center;background:#111613;color:#fff}
.pzdi-invest-a-hero-media{position:absolute;inset:0;overflow:hidden}
.pzdi-invest-a-hero-media img,.pzdi-invest-a-hero-media .pzdi-image-placeholder{width:100%;height:100%;min-height:650px;object-fit:cover;display:block}
.pzdi-invest-a-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,15,12,.88) 0%,rgba(9,15,12,.63) 46%,rgba(9,15,12,.12) 82%),linear-gradient(0deg,rgba(9,15,12,.35),transparent 60%)}
.pzdi-invest-a-hero-content{position:relative;z-index:2;padding:92px 0 78px}
.pzdi-invest-a-hero .pzdi-invest-a-kicker{color:rgba(255,255,255,.66)}
.pzdi-invest-a-hero h1{max-width:900px;margin:24px 0 0;color:#fff;font-size:clamp(48px,5.45vw,78px);line-height:1.01;letter-spacing:-.055em}
.pzdi-invest-a-lead{max-width:610px;margin:28px 0 0;color:rgba(255,255,255,.78);font-size:16px;line-height:1.72}
.pzdi-invest-a-btn{display:inline-flex;align-items:center;justify-content:space-between;gap:40px;min-width:220px;margin-top:32px;padding:16px 20px;background:var(--a-green);color:#fff;font:600 10px/1.2 "Manrope",sans-serif;letter-spacing:.15em;text-transform:uppercase;transition:.25s ease}
.pzdi-invest-a-btn-light{background:#fff;color:var(--a-ink)}
.pzdi-invest-a-btn:hover{transform:translateY(-2px)}

.pzdi-invest-a-intro{padding:88px 0 84px;background:var(--a-paper)}
.pzdi-invest-a-intro-grid{display:grid;grid-template-columns:82px minmax(0,1fr);gap:clamp(48px,6vw,100px)}
.pzdi-invest-a-rail{padding-top:7px;display:flex;flex-direction:column;gap:11px;font:600 10px/1.3 "Manrope",sans-serif;letter-spacing:.16em;text-transform:uppercase;color:#768b7e}
.pzdi-invest-a-rail b{color:var(--a-ink);font-weight:600}
.pzdi-invest-a-intro-copy h2{max-width:920px;margin:0;font-size:clamp(42px,4.65vw,67px);line-height:1.055;letter-spacing:-.052em}
.pzdi-invest-a-intro-copy>p{max-width:720px;margin:28px 0 0;color:var(--a-muted);font-size:16px;line-height:1.74}

.pzdi-invest-a-paths{border-top:1px solid var(--a-line);border-bottom:1px solid var(--a-line);background:var(--a-paper)}
.pzdi-invest-a-path-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}
.pzdi-invest-a-card{min-width:0;display:flex;flex-direction:column;background:var(--a-paper)}
.pzdi-invest-a-card+ .pzdi-invest-a-card{border-left:1px solid var(--a-line)}
.pzdi-invest-a-card-copy{padding:52px clamp(34px,5vw,76px) 44px;min-height:475px;display:flex;flex-direction:column;align-items:flex-start}
.pzdi-invest-a-card-kicker{color:#768b7e}
.pzdi-invest-a-card h2{margin:20px 0 0;font-size:clamp(34px,3.25vw,48px);line-height:1.08;letter-spacing:-.043em}
.pzdi-invest-a-card-text{max-width:560px;margin:22px 0 0;color:var(--a-muted);font-size:15px;line-height:1.72}
.pzdi-invest-a-card ul{width:100%;max-width:620px;margin:28px 0 0;padding:0;list-style:none;border-top:1px solid var(--a-line)}
.pzdi-invest-a-card li{position:relative;padding:13px 0 13px 23px;border-bottom:1px solid var(--a-line);color:#424a45;font-size:14px;line-height:1.52}
.pzdi-invest-a-card li:before{content:"—";position:absolute;left:0;color:#768b7e}
.pzdi-invest-a-more{display:inline-flex;gap:18px;margin-top:25px;padding-bottom:5px;border-bottom:1px solid var(--a-ink);color:var(--a-ink);font-size:13px;font-weight:500}
.pzdi-invest-a-card-image{height:310px;overflow:hidden;background:#e8e4db}
.pzdi-invest-a-card-image img,.pzdi-invest-a-card-image .pzdi-image-placeholder{width:100%;height:310px;object-fit:cover;display:block}

.pzdi-invest-a-why{padding:92px 0 96px;background:var(--a-green);color:#fff}
.pzdi-invest-a-why-grid{display:grid;grid-template-columns:minmax(290px,.72fr) minmax(0,1.28fr);gap:clamp(60px,8vw,130px)}
.pzdi-invest-a-why .pzdi-invest-a-kicker{color:rgba(255,255,255,.54)}
.pzdi-invest-a-why-copy h2{margin:22px 0 0;color:#fff;font-size:clamp(42px,4.25vw,61px);line-height:1.04;letter-spacing:-.05em}
.pzdi-invest-a-why-copy>p:last-child{max-width:470px;margin:24px 0 0;color:rgba(255,255,255,.61);font-size:15px;line-height:1.75}
.pzdi-invest-a-why-list{border-top:1px solid rgba(255,255,255,.2)}
.pzdi-invest-a-why-item{display:grid;grid-template-columns:50px 1fr;gap:18px;align-items:center;min-height:82px;border-bottom:1px solid rgba(255,255,255,.2)}
.pzdi-invest-a-why-item span{color:rgba(255,255,255,.36);font:500 10px/1 "Manrope",sans-serif;letter-spacing:.12em}
.pzdi-invest-a-why-item strong{color:#fff;font-size:clamp(18px,1.45vw,22px);line-height:1.35;font-weight:400}

.pzdi-invest-a-cta{padding:92px 0 98px;background:var(--a-sand)}
.pzdi-invest-a-cta-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:clamp(60px,9vw,150px);align-items:start}
.pzdi-invest-a-cta .pzdi-invest-a-kicker{color:#59645e}
.pzdi-invest-a-cta h2{max-width:810px;margin:22px 0 0;font-size:clamp(42px,4.5vw,65px);line-height:1.04;letter-spacing:-.052em}
.pzdi-invest-a-cta-contact>p{max-width:560px;margin:7px 0 34px;color:#4f5953;font-size:17px;line-height:1.75}
.pzdi-invest-a-mail{display:flex;justify-content:space-between;gap:20px;padding:0 0 12px;border-bottom:1px solid rgba(21,27,24,.42);color:var(--a-ink);font-size:clamp(20px,2vw,28px)}
.pzdi-invest-a-mail b{font-weight:400}
.pzdi-invest-a-phone{display:block;margin-top:14px;color:#59645e;font-size:17px}

@media(max-width:900px){
 .pzdi-invest-a-wrap{width:min(100% - 36px,1360px)}
 .pzdi-invest-a-path-grid{grid-template-columns:1fr}
 .pzdi-invest-a-card+ .pzdi-invest-a-card{border-left:0;border-top:1px solid var(--a-line)}
 .pzdi-invest-a-why-grid,.pzdi-invest-a-cta-grid{grid-template-columns:1fr;gap:48px}
 .pzdi-invest-a-card-copy{min-height:0}
}
@media(max-width:600px){
 .pzdi-invest-a-wrap{width:min(100% - 28px,1360px)}
 .pzdi-invest-a-hero{min-height:610px}
 .pzdi-invest-a-hero-media img,.pzdi-invest-a-hero-media .pzdi-image-placeholder{min-height:610px}
 .pzdi-invest-a-hero-content{padding:82px 0 54px}
 .pzdi-invest-a-hero h1{font-size:42px}
 .pzdi-invest-a-intro{padding:66px 0 62px}
 .pzdi-invest-a-intro-grid{grid-template-columns:1fr;gap:24px}
 .pzdi-invest-a-rail{flex-direction:row;gap:14px}
 .pzdi-invest-a-intro-copy h2{font-size:38px}
 .pzdi-invest-a-card-copy{padding:38px 20px 34px}
 .pzdi-invest-a-card-image,.pzdi-invest-a-card-image img,.pzdi-invest-a-card-image .pzdi-image-placeholder{height:285px}
 .pzdi-invest-a-why,.pzdi-invest-a-cta{padding:70px 0}
 .pzdi-invest-a-why-item{grid-template-columns:38px 1fr;gap:14px;min-height:74px}
 .pzdi-invest-a-cta h2{font-size:39px}
 .pzdi-invest-a-mail{font-size:19px;word-break:break-word}
}

/* ==========================================================
   ZAINWESTUJ Z NAMI — WARIANT A / FINAL 1.7.7
   Dopracowanie proporcji względem zaakceptowanej wizualizacji.
   ========================================================== */
.pzdi-invest-a{width:100%;max-width:none!important;margin:0!important}
.pzdi-invest-a-wrap{width:min(calc(100% - 64px),1400px)!important}
.pzdi-invest-a-hero{min-height:660px!important}
.pzdi-invest-a-hero-media img,.pzdi-invest-a-hero-media .pzdi-image-placeholder{min-height:660px!important}
.pzdi-invest-a-hero-content{padding-top:108px!important;padding-bottom:92px!important}
.pzdi-invest-a-hero h1{max-width:930px!important;font-size:clamp(52px,5.3vw,80px)!important;line-height:.99!important}
.pzdi-invest-a-lead{max-width:620px!important;margin-top:30px!important}
.pzdi-invest-a-intro{padding:96px 0 92px!important}
.pzdi-invest-a-intro-grid{grid-template-columns:76px minmax(0,1fr)!important;gap:clamp(54px,7vw,112px)!important}
.pzdi-invest-a-intro-copy h2{max-width:930px!important;font-size:clamp(44px,4.55vw,68px)!important}
.pzdi-invest-a-path-grid{max-width:1600px;margin:0 auto}
.pzdi-invest-a-card-copy{padding:58px clamp(42px,5vw,82px) 48px!important;min-height:500px!important}
.pzdi-invest-a-card h2{font-size:clamp(36px,3.15vw,49px)!important}
.pzdi-invest-a-card-text{max-width:590px!important}
.pzdi-invest-a-card-image,.pzdi-invest-a-card-image img,.pzdi-invest-a-card-image .pzdi-image-placeholder{height:330px!important}
.pzdi-invest-a-why{padding:100px 0 104px!important}
.pzdi-invest-a-why-grid{grid-template-columns:minmax(310px,.74fr) minmax(0,1.26fr)!important;gap:clamp(70px,8vw,140px)!important}
.pzdi-invest-a-why-item{min-height:86px!important}
.pzdi-invest-a-cta{padding:100px 0 106px!important}
.pzdi-invest-a-cta-grid{grid-template-columns:1.08fr .92fr!important;gap:clamp(70px,9vw,155px)!important}

@media(max-width:900px){
 .pzdi-invest-a-wrap{width:min(calc(100% - 40px),1400px)!important}
 .pzdi-invest-a-path-grid{grid-template-columns:1fr!important}
 .pzdi-invest-a-card+.pzdi-invest-a-card{border-left:0!important;border-top:1px solid var(--a-line)!important}
 .pzdi-invest-a-card-copy{min-height:0!important}
 .pzdi-invest-a-why-grid,.pzdi-invest-a-cta-grid{grid-template-columns:1fr!important;gap:48px!important}
}
@media(max-width:600px){
 .pzdi-invest-a-wrap{width:min(calc(100% - 28px),1400px)!important}
 .pzdi-invest-a-hero,.pzdi-invest-a-hero-media img,.pzdi-invest-a-hero-media .pzdi-image-placeholder{min-height:610px!important}
 .pzdi-invest-a-hero-content{padding-top:82px!important;padding-bottom:58px!important}
 .pzdi-invest-a-hero h1{font-size:42px!important}
 .pzdi-invest-a-intro{padding:66px 0 62px!important}
 .pzdi-invest-a-intro-grid{grid-template-columns:1fr!important;gap:24px!important}
 .pzdi-invest-a-card-copy{padding:38px 20px 34px!important}
 .pzdi-invest-a-card-image,.pzdi-invest-a-card-image img,.pzdi-invest-a-card-image .pzdi-image-placeholder{height:285px!important}
 .pzdi-invest-a-why,.pzdi-invest-a-cta{padding:70px 0!important}
}


/* ==========================================================
   ZAINWESTUJ Z NAMI — FINAL ALIGN 1.7.8
   Równe kolumny + usunięcie numeracji 01/02/03...
   ========================================================== */
.pzdi-invest-a-card-kicker{display:none!important}
.pzdi-invest-a-rail span{display:none!important}
.pzdi-invest-a-rail{display:block!important;padding-top:7px!important}
.pzdi-invest-a-rail b{display:block!important}

/* Wspólna wysokość sekcji tekstowej obu kart na desktopie. */
@media(min-width:901px){
 .pzdi-invest-a-path-grid{
   display:grid!important;
   grid-template-columns:repeat(2,minmax(0,1fr))!important;
   grid-template-rows:auto 330px!important;
   align-items:stretch!important;
 }
 .pzdi-invest-a-card{
   display:grid!important;
   grid-template-rows:subgrid!important;
   grid-row:span 2!important;
   min-height:0!important;
 }
 .pzdi-invest-a-card-copy{
   min-height:0!important;
   height:100%!important;
   padding-top:58px!important;
 }
 .pzdi-invest-a-card-image,
 .pzdi-invest-a-card-image img,
 .pzdi-invest-a-card-image .pzdi-image-placeholder{
   height:330px!important;
   min-height:330px!important;
 }
}

/* Dlaczego my — bez numeracji i bez pustej kolumny po numerze. */
.pzdi-invest-a-why-item{
 display:flex!important;
 align-items:center!important;
 min-height:86px!important;
 padding:18px 0!important;
}
.pzdi-invest-a-why-item>span{display:none!important}
.pzdi-invest-a-why-item strong{width:100%!important}

@media(max-width:900px){
 .pzdi-invest-a-card{display:flex!important;flex-direction:column!important}
 .pzdi-invest-a-card-copy{height:auto!important}
}


/* ==========================================================
   ZAINWESTUJ Z NAMI — INTRO REFERENCE 1.7.9
   Układ zgodny z sekcją „Twoje mieszkanie pod klucz”.
   ========================================================== */
.pzdi-invest-a-intro-reference{padding:96px 0 92px!important;background:var(--a-paper)!important}
.pzdi-invest-a-intro-reference-grid{display:grid!important;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)!important;gap:clamp(70px,8vw,138px)!important;align-items:start!important}
.pzdi-invest-a-intro-reference-left{min-width:0!important;padding-top:4px!important}
.pzdi-invest-a-intro-reference-left .pzdi-invest-a-kicker{margin:0 0 28px!important;color:#728078!important}
.pzdi-invest-a-intro-reference-left h2{margin:0!important;max-width:650px!important;font-size:clamp(46px,4.45vw,68px)!important;line-height:1.01!important;letter-spacing:-.052em!important;font-weight:400!important}
.pzdi-invest-a-intro-reference-left h2 em{font-family:"Playfair Display",Georgia,serif!important;font-weight:400!important;font-style:italic!important;letter-spacing:-.045em!important}
.pzdi-invest-a-intro-reference-text{max-width:610px!important;margin:36px 0 0!important;color:#68736c!important;font-size:17px!important;line-height:1.78!important}
.pzdi-invest-a-intro-reference-bottom{margin-top:36px!important;padding-top:24px!important;border-top:1px solid var(--a-line)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:22px!important;color:#7a837e!important;font-size:14px!important}
.pzdi-invest-a-intro-reference-bottom a{flex:none!important;color:var(--a-ink)!important;text-decoration:none!important;text-transform:uppercase!important;letter-spacing:.1em!important;font-size:11px!important;font-weight:650!important;border-bottom:1px solid var(--a-ink)!important;padding:0 0 8px!important}
.pzdi-invest-a-intro-reference-bottom a b{font-weight:400!important;margin-left:7px!important}
.pzdi-invest-a-intro-reference-list{border-top:1px solid var(--a-line)!important}
.pzdi-invest-a-intro-reference-item{display:grid!important;grid-template-columns:88px minmax(0,1fr)!important;gap:20px!important;padding:29px 0 30px!important;border-bottom:1px solid var(--a-line)!important}
.pzdi-invest-a-intro-reference-item>span{padding-top:5px!important;color:#7c8d83!important;text-transform:uppercase!important;letter-spacing:.16em!important;font-size:10px!important;font-weight:600!important}
.pzdi-invest-a-intro-reference-item h3{margin:0!important;color:var(--a-ink)!important;font-size:clamp(23px,1.9vw,30px)!important;line-height:1.2!important;letter-spacing:-.03em!important;font-weight:400!important}
.pzdi-invest-a-intro-reference-item p{margin:12px 0 0!important;color:#68736c!important;font-size:15px!important;line-height:1.65!important}
@media(max-width:900px){
 .pzdi-invest-a-intro-reference{padding:72px 0!important}
 .pzdi-invest-a-intro-reference-grid{grid-template-columns:1fr!important;gap:54px!important}
 .pzdi-invest-a-intro-reference-left h2{max-width:720px!important}
 .pzdi-invest-a-intro-reference-text{max-width:720px!important}
}
@media(max-width:600px){
 .pzdi-invest-a-intro-reference{padding:58px 0!important}
 .pzdi-invest-a-intro-reference-left .pzdi-invest-a-kicker{margin-bottom:20px!important}
 .pzdi-invest-a-intro-reference-left h2{font-size:40px!important}
 .pzdi-invest-a-intro-reference-text{margin-top:26px!important;font-size:15px!important}
 .pzdi-invest-a-intro-reference-bottom{align-items:flex-start!important;flex-direction:column!important}
 .pzdi-invest-a-intro-reference-item{grid-template-columns:1fr!important;gap:9px!important;padding:24px 0!important}
 .pzdi-invest-a-intro-reference-item>span{padding-top:0!important}
}


/* ==========================================================
   ZAINWESTUJ Z NAMI — ŚCIEŻKI WSPÓŁPRACY / WARIANT A 1.8.0
   Naprzemiennie: tekst + zdjęcie / zdjęcie + tekst
   ========================================================== */
.pzdi-invest-a-paths-alternating{
  background:var(--a-paper)!important;
  border-top:1px solid var(--a-line)!important;
  border-bottom:1px solid var(--a-line)!important;
}
.pzdi-invest-a-alternating{width:100%!important}
.pzdi-invest-a-alt-row{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  min-height:540px!important;
  border-bottom:1px solid var(--a-line)!important;
}
.pzdi-invest-a-alt-row:last-child{border-bottom:0!important}
.pzdi-invest-a-alt-copy{
  min-width:0!important;
  padding:clamp(48px,5vw,82px) clamp(40px,6vw,100px)!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:flex-start!important;
}
.pzdi-invest-a-alt-kicker{
  margin:0!important;
  color:#768b7e!important;
  font:600 10px/1.3 "Manrope",sans-serif!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
}
.pzdi-invest-a-alt-copy h2{
  margin:18px 0 0!important;
  color:var(--a-ink)!important;
  font-size:clamp(36px,3.25vw,50px)!important;
  line-height:1.06!important;
  letter-spacing:-.045em!important;
  font-weight:400!important;
}
.pzdi-invest-a-alt-copy .pzdi-invest-a-card-text{
  max-width:590px!important;
  margin:22px 0 0!important;
  color:var(--a-muted)!important;
  font-size:15px!important;
  line-height:1.75!important;
}
.pzdi-invest-a-alt-copy ul{
  width:100%!important;
  max-width:620px!important;
  margin:30px 0 0!important;
  padding:0!important;
  list-style:none!important;
  border-top:1px solid var(--a-line)!important;
}
.pzdi-invest-a-alt-copy li{
  position:relative!important;
  padding:14px 0 14px 23px!important;
  border-bottom:1px solid var(--a-line)!important;
  color:#424a45!important;
  font-size:14px!important;
  line-height:1.5!important;
}
.pzdi-invest-a-alt-copy li:before{
  content:"—"!important;
  position:absolute!important;
  left:0!important;
  color:#768b7e!important;
}
.pzdi-invest-a-alt-copy .pzdi-invest-a-more{margin-top:30px!important}
.pzdi-invest-a-alt-image{
  min-width:0!important;
  min-height:540px!important;
  overflow:hidden!important;
  background:#e8e4db!important;
}
.pzdi-invest-a-alt-image img,
.pzdi-invest-a-alt-image .pzdi-image-placeholder{
  width:100%!important;
  height:100%!important;
  min-height:540px!important;
  display:block!important;
  object-fit:cover!important;
}
.pzdi-invest-a-alt-row:first-child .pzdi-invest-a-alt-copy{border-right:1px solid var(--a-line)!important}
.pzdi-invest-a-alt-row-reverse .pzdi-invest-a-alt-image{border-right:1px solid var(--a-line)!important}

@media(max-width:900px){
 .pzdi-invest-a-alt-row{
   grid-template-columns:1fr!important;
   min-height:0!important;
 }
 .pzdi-invest-a-alt-row-reverse .pzdi-invest-a-alt-image{order:2!important}
 .pzdi-invest-a-alt-row-reverse .pzdi-invest-a-alt-copy{order:1!important}
 .pzdi-invest-a-alt-copy{
   padding:48px 28px!important;
   border-right:0!important;
 }
 .pzdi-invest-a-alt-image,
 .pzdi-invest-a-alt-image img,
 .pzdi-invest-a-alt-image .pzdi-image-placeholder{
   min-height:380px!important;
   height:380px!important;
   border-right:0!important;
 }
}
@media(max-width:600px){
 .pzdi-invest-a-alt-copy{padding:40px 20px!important}
 .pzdi-invest-a-alt-copy h2{font-size:36px!important}
 .pzdi-invest-a-alt-image,
 .pzdi-invest-a-alt-image img,
 .pzdi-invest-a-alt-image .pzdi-image-placeholder{
   min-height:300px!important;
   height:300px!important;
 }
}
