.pcf-wrap{display:flex;justify-content:center;margin:24px 0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Arial}
.pcf-card{width:100%;max-width:720px;background:#0f1115;color:#eef2ff;border:1px solid rgba(255,255,255,.08);border-radius:18px;box-shadow:0 10px 30px rgba(0,0,0,.25);padding:20px}
.pcf-header{margin-bottom:14px}
.pcf-title{margin:0 0 6px;font-size:22px;line-height:1.2}
.pcf-desc{margin:0;color:rgba(238,242,255,.75)}
.pcf-form{margin-top:14px}
.pcf-row{margin-bottom:14px}
.pcf-row label{display:block;font-weight:600;margin-bottom:6px}
.pcf-row label span{color:#ffb4b4}
.pcf-row input,.pcf-row select,.pcf-row textarea{width:100%;background:#141824;color:#eef2ff;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:12px 12px;outline:none}
.pcf-row input:focus,.pcf-row select:focus,.pcf-row textarea:focus{border-color:rgba(238,242,255,.35)}
.pcf-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media (max-width:640px){.pcf-grid{grid-template-columns:1fr}}
.pcf-hp{position:absolute;left:-9999px;opacity:0;height:0;overflow:hidden}
.pcf-consent small{display:block;margin-top:6px;color:rgba(238,242,255,.65)}
.pcf-check{display:flex;gap:10px;align-items:flex-start;font-weight:500}
.pcf-check input{width:18px;height:18px;margin-top:2px}
.pcf-check a{color:#ffffff;text-decoration:underline}
.pcf-actions{display:flex;gap:12px;align-items:center;margin-top:6px;flex-wrap:wrap}
.pcf-btn{background:#2a6bff;border:none;color:white;border-radius:14px;padding:12px 16px;font-weight:700;cursor:pointer}
.pcf-btn.loading{opacity:.7;cursor:wait}
.pcf-btn:disabled{opacity:.7}
.pcf-status{min-height:18px;font-weight:600}
.pcf-status.ok{color:#9ef0c0}
.pcf-status.err{color:#ffb4b4}

/* Garantir cor do link dos termos */
#pcf-lgpd-form .pcf-check a{
color:#ffffff !important;
font-weight:600;
}
#pcf-lgpd-form .pcf-check a:hover{
color:#ff3b3b !important;
}
