/* ============================================================
   ProfilePro — shared.css
   Rules extracted here were verified byte-identical, single-
   occurrence, across every page before removal from their inline
   <style> blocks — nothing here changes layout, color or branding,
   it only removes duplication. Page-specific CSS (tokens, nav
   spacing, section layout, etc.) intentionally stays inline per
   page, since a few pages have small legitimate variances.
   ============================================================ */
.nav-logo-img{height:30px;width:auto;display:block}
.ppf-logo-img{height:26px;width:auto;display:block}
.wrap{max-width:1160px;margin:0 auto;padding:0 6%}
.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:'Inter',sans-serif;font-size:14px;font-weight:600;padding:.85rem 1.7rem;border-radius:var(--r);transition:var(--transition);cursor:pointer;border:none;white-space:nowrap}
.wa-float{position:fixed;bottom:1.6rem;right:1.6rem;z-index:90;width:52px;height:52px;border-radius:50%;background:#25D366;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,.4);font-size:1.4rem}
.ppi{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;vertical-align:middle}.ppi svg{width:1em;height:1em;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
footer{background:var(--navy);color:rgba(255,255,255,.72);padding:0 0 2rem}
.ppf-cta{background:linear-gradient(135deg,#3C2878,#5a3d9e);padding:2.4rem 0;margin-bottom:3rem}
.ppf-cta-in{max-width:1100px;margin:0 auto;padding:0 6%;display:flex;align-items:center;justify-content:space-between;gap:1.4rem;flex-wrap:wrap}
.ppf-cta h3{color:#fff;font-family:'Playfair Display',Georgia,serif;font-size:clamp(1.3rem,2.4vw,1.8rem);margin:0 0 .3rem}
.ppf-cta p{color:rgba(255,255,255,.82);font-size:14px;margin:0}
.ppf-cta .ppf-btns{display:flex;gap:.7rem;flex-wrap:wrap}
.ppf-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.75rem 1.4rem;border-radius:10px;font-weight:700;font-size:14px;text-decoration:none;transition:all .2s}
.ppf-btn-p{background:#F06414;color:#fff}.ppf-btn-p:hover{background:#c44e0e}
.ppf-btn-o{background:transparent;border:1.5px solid rgba(255,255,255,.35);color:#fff}.ppf-btn-o:hover{background:rgba(255,255,255,.12)}
.ppf-wrap{max-width:1100px;margin:0 auto;padding:0 6%}
.ppf-grid{display:grid;grid-template-columns:1.6fr 1fr 1.1fr;gap:2.4rem;margin-bottom:2.4rem}
.ppf-name{font-family:'Playfair Display',Georgia,serif;font-weight:800;font-size:1.3rem;color:#fff;margin-bottom:.8rem}
.ppf-name em{color:#F06414;font-style:normal}
.ppf-about{font-size:13px;line-height:1.7;max-width:300px;margin-bottom:1rem;color:rgba(255,255,255,.68)}
.ppf-parent{font-size:12.5px;color:rgba(255,255,255,.6)}
.ppf-parent a{color:#B79CE8;text-decoration:none}.ppf-parent a:hover{color:#fff}
.ppf-social{display:flex;gap:.6rem;margin-top:1rem}
.ppf-social a{width:34px;height:34px;border-radius:8px;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.8);transition:all .2s}
.ppf-social a:hover{background:#5a3d9e;color:#fff}
.ppf-social svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.ppf-col h5{color:#fff;font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin-bottom:1rem}
.ppf-col a{display:block;font-size:13.5px;color:rgba(255,255,255,.7);text-decoration:none;margin-bottom:.6rem}
.ppf-col a:hover{color:#fff}
.ppf-contact a{display:flex;align-items:center;gap:.5rem}
.ppf-contact svg{width:15px;height:15px;stroke:#F0A574;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.ppf-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;display:flex;justify-content:space-between;font-size:12.5px;flex-wrap:wrap;gap:.8rem;color:rgba(255,255,255,.6)}
.ppf-legal{display:flex;gap:1.2rem}
