/* PPCfolks shared lead popup — self-contained, namespaced .pp-* (no dependency on page CSS) */
.pp-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:100000;align-items:center;justify-content:center;padding:20px;}
.pp-overlay.pp-open{display:flex;animation:ppFade .3s ease;}
@keyframes ppFade{from{opacity:0}to{opacity:1}}
.pp-card{background:#fff;border-radius:16px;padding:40px;max-width:580px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:ppSlide .3s ease;font-family:'Hanken Grotesk',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;color:#0f1f3d;line-height:1.6;}
.pp-card,.pp-card *{box-sizing:border-box;}
@keyframes ppSlide{from{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}
.pp-close{position:absolute;top:14px;right:14px;width:32px;height:32px;border:none;background:#f5f1e8;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:#6b7280;transition:background .2s;line-height:1;}
.pp-close:hover{background:#e7e2d6;}
.pp-card h3{font-family:'Bricolage Grotesque','Hanken Grotesk',system-ui,sans-serif;font-size:1.3rem;font-weight:700;color:#0f1f3d;margin:0 0 4px;padding-right:30px;}
.pp-sub{font-size:.85rem;color:#6b7280;margin:0 0 18px;}
.pp-trust{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#f0fdf4;border-radius:8px;margin-bottom:18px;font-size:.82rem;color:#374151;}
.pp-avatars{display:flex;flex-shrink:0;}
.pp-avatars img{width:28px;height:28px;border-radius:50%;object-fit:cover;border:2px solid #fff;}
.pp-avatars img+img{margin-left:-10px;}
.pp-trust strong{color:#0f1f3d;}
.pp-progress{display:flex;align-items:center;justify-content:center;gap:6px;margin-bottom:24px;}
.pp-dot{width:10px;height:10px;border-radius:50%;background:#e7e2d6;transition:background .3s,transform .3s;}
.pp-dot.pp-active{background:#22c55e;transform:scale(1.2);}
.pp-dot.pp-done{background:#16a34a;}
.pp-line{width:20px;height:2px;background:#e7e2d6;transition:background .3s;}
.pp-line.pp-done{background:#22c55e;}
.pp-step{display:none;animation:ppStepIn .3s ease;}
.pp-step.pp-active{display:block;}
@keyframes ppStepIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.pp-step-label{font-size:.75rem;color:#6b7280;text-align:center;margin-bottom:6px;text-transform:uppercase;letter-spacing:1px;}
.pp-question{font-family:'Bricolage Grotesque','Hanken Grotesk',system-ui,sans-serif;font-size:1.05rem;font-weight:600;color:#0f1f3d;text-align:center;margin-bottom:20px;line-height:1.4;}
.pp-cards{display:flex;flex-direction:column;gap:10px;}
.pp-opt{display:flex;align-items:center;gap:12px;padding:14px 18px;border:1.5px solid #e7e2d6;border-radius:10px;cursor:pointer;transition:border-color .2s,background .2s,transform .15s;font-size:.93rem;color:#0f1f3d;background:#fff;}
.pp-opt:hover{border-color:#22c55e;background:#f0fdf4;transform:translateY(-1px);}
.pp-opt.pp-selected{border-color:#22c55e;background:#f0fdf4;}
.pp-opt-icon{font-size:1.2rem;flex-shrink:0;}
.pp-back{display:inline-flex;align-items:center;gap:4px;background:none;border:none;color:#6b7280;font-size:.85rem;cursor:pointer;margin-top:16px;padding:0;font-family:inherit;}
.pp-back:hover{color:#0f1f3d;}
.pp-dq{text-align:center;padding:10px 0;}
.pp-dq h4{font-family:'Bricolage Grotesque',sans-serif;font-size:1.1rem;font-weight:600;color:#0f1f3d;margin-bottom:12px;}
.pp-dq p{font-size:.9rem;color:#374151;line-height:1.6;margin-bottom:16px;}
.pp-email-capture{display:flex;gap:8px;margin-top:12px;}
.pp-email-capture input{flex:1;padding:10px 14px;border:1.5px solid #e7e2d6;border-radius:8px;font-family:inherit;font-size:.9rem;outline:none;}
.pp-email-capture input:focus{border-color:#22c55e;}
.pp-email-capture button{padding:10px 18px;background:#22c55e;color:#fff;border:none;border-radius:8px;font-family:'Bricolage Grotesque',sans-serif;font-weight:600;font-size:.85rem;cursor:pointer;white-space:nowrap;}
.pp-other{margin-top:10px;display:none;}
.pp-other.pp-show{display:block;}
.pp-other input{width:100%;padding:12px 14px;border:1.5px solid #e7e2d6;border-radius:8px;font-family:inherit;font-size:.93rem;outline:none;}
.pp-other input:focus{border-color:#22c55e;}
.pp-fg{margin-bottom:14px;}
.pp-fg label{display:block;font-size:.85rem;font-weight:600;color:#0f1f3d;margin-bottom:5px;}
.pp-fg .pp-opt-note{font-weight:400;color:#6b7280;}
.pp-fg input[type=text],.pp-fg input[type=email]{width:100%;padding:12px 14px;border:1.5px solid #e7e2d6;border-radius:8px;font-family:inherit;font-size:.93rem;outline:none;color:#0f1f3d;}
.pp-fg input:focus{border-color:#22c55e;}
.pp-hint{font-size:.78rem;color:#6b7280;margin-top:5px;}
.pp-submit{width:100%;padding:14px;background:#22c55e;color:#fff;border:none;border-radius:10px;font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:.95rem;cursor:pointer;box-shadow:0 3px 0 #16a34a;}
.pp-submit:hover{background:#2dd169;}
.pp-submit:disabled{opacity:.6;cursor:default;}
.pp-consent{display:flex;align-items:flex-start;gap:8px;cursor:pointer;font-weight:400;font-size:.76rem;color:#6b7280;line-height:1.5;margin-bottom:12px;}
.pp-consent input{margin-top:3px;width:16px;height:16px;flex-shrink:0;accent-color:#22c55e;}
.pp-fine{font-size:.76rem;color:#6b7280;line-height:1.5;margin-bottom:12px;}
.pp-card a{color:#16a34a;}
@media (max-width:480px){.pp-card{padding:24px 18px;}}

/* A11y (WCAG use-of-colour): underline in-content prose links so they're not distinguished by colour alone.
   Scoped to paragraph/list links inside the main landmark; bare <a> only (buttons/CTAs carry a class). */
main p a:not([class]), main li a:not([class]),
[role="main"] p a:not([class]), [role="main"] li a:not([class]){text-decoration:underline;text-underline-offset:2px;}

/* CTA buttons: darker accessible green (white text passes WCAG AA 4.5:1) + no shadow — site-wide. */
.nav-cta, .btn-primary, .btn-submit, .sticky-cta a, .side-cta a, .toolcta a, .inline-cta a, .cta a, .e404-btn, .pp-submit, .pp-email-capture button{background:#15803d !important;box-shadow:none !important;}
.nav-cta:hover, .btn-primary:hover, .btn-submit:hover, .sticky-cta a:hover, .side-cta a:hover, .toolcta a:hover, .inline-cta a:hover, .cta a:hover, .e404-btn:hover, .pp-submit:hover, .pp-email-capture button:hover{background:#146c33 !important;box-shadow:none !important;}
/* the navy CTA-box button keeps its colour, just drops the shadow */
.cta-box a, .cta-box a:hover{box-shadow:none !important;}
