#pfa-sig-modal {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(17, 17, 17, 0.95);
    display: none;
    align-items: center; justify-content: center;
    z-index: 999999;
    backdrop-filter: blur(10px);
}

.pfa-modal-content {
    background: #111;
    border: 2px solid #00FBFF;
    width: 90%; max-width: 600px;
    padding: 40px;
    box-shadow: 0 0 50px rgba(0, 251, 255, 0.2);
    position: relative;
    color: #fff;
    text-align: center;
}

.pfa-sig-input {
    width: 100%;
    background: #1a1a1a;
    border: 1px solid #333;
    border-bottom: 2px solid #FF1493;
    padding: 15px;
    color: #fff;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}

.pfa-sig-input:focus { outline: none; border-bottom-color: #00FBFF; }

.pfa-legal-notice {
    font-size: 0.8rem;
    color: #888;
    margin-bottom: 25px;
    line-height: 1.4;
}

/* Ensure the modal background is dark and blurred */
#pfa-sig-modal {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(10, 10, 10, 0.95);
    display: none;
    align-items: center; justify-content: center;
    z-index: 999999;
    backdrop-filter: blur(8px);
}

/* Modal Content Box */
.pfa-modal-content {
    background: #111111;
    border: 2px solid #00FBFF; /* Electric Teal */
    width: 90%;
    max-width: 600px;
    padding: 40px;
    box-shadow: 0 0 40px rgba(0, 251, 255, 0.2);
    border-radius: 4px;
}

/* FIXING THE BLACK TITLES */
#pfa-legal-content h2, 
#pfa-legal-content h3 {
    color: #00FBFF !important; /* Force Electric Teal */
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 20px;
}

#pfa-legal-content p, 
#pfa-legal-content li {
    color: #ffffff !important; /* Force White Text */
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Styled Scroller */
.pfa-legal-scroller {
    max-height: 350px;
    overflow-y: auto;
    margin: 20px 0;
    padding-right: 15px;
}

/* Custom Pink Scrollbar */
.pfa-legal-scroller::-webkit-scrollbar { width: 4px; }
.pfa-legal-scroller::-webkit-scrollbar-thumb { background: #FF1493; border-radius: 10px; }