/* Participant-facing footer for study pages. Scoped to .cc-pfooter so it can't
   collide with the Webflow study styles above it. */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');
.cc-pfooter{background:#0b1220;color:rgba(234,240,255,.72);font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;padding:44px 22px;margin-top:0;}
.cc-pfooter *{box-sizing:border-box;}
.cc-pf-inner{max-width:1080px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:16px 32px;}
.cc-pf-brand{display:inline-flex;align-items:center;text-decoration:none;}
.cc-pf-brand img{height:32px;width:auto;display:block;filter:brightness(0) invert(1);}
.cc-pf-links{display:flex;flex-wrap:wrap;gap:16px 26px;margin-left:auto;}
.cc-pf-links a{color:rgba(234,240,255,.82);text-decoration:none;font-size:14px;font-weight:600;transition:color .15s ease;}
.cc-pf-links a:hover{color:#fff;}
.cc-pf-legal{flex-basis:100%;margin:6px 0 0;font-size:12.5px;line-height:1.55;color:rgba(234,240,255,.5);}
@media (max-width:640px){.cc-pf-links{margin-left:0;}}

/* Past-study pages: "not actively recruiting" banner + disabled sign-up CTAs */
.cc-past-banner{background:#fef3c7;color:#7c5e10;font-family:'Inter',-apple-system,system-ui,sans-serif;text-align:center;padding:10px 16px;font-size:14px;font-weight:600;border-bottom:1px solid #f6e2a8;}
.cc-disabled{opacity:.5 !important;pointer-events:none !important;cursor:default !important;}
