
#fcp-floating-btn{
position:fixed;
right:25px;
bottom:25px;
width:55px;
height:55px;
background:#1f3c88;
color:#fff;
font-size:24px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
cursor:pointer;
z-index:9999;
}

#fcp-popup{
position:fixed;
right:25px;
bottom:90px;
width:320px;
background:#fff;
box-shadow:0 10px 30px rgba(0,0,0,0.15);
border-radius:8px;
padding:20px;
display:none;
z-index:9999;
}

#fcp-popup.active{
display:block;
}

.fcp-header{
display:flex;
justify-content:space-between;
margin-bottom:10px;
font-weight:bold;
}

#fcp-close{
cursor:pointer;
font-size:20px;
}

#fcp-popup input,
#fcp-popup textarea{
width:100%;
margin-bottom:10px;
padding:10px;
border:1px solid #ddd;
border-radius:5px;
}

#fcp-popup button{
width:100%;
padding:12px;
background:#1f3c88;
color:#fff;
border:none;
border-radius:5px;
cursor:pointer;
}
