.ccs-card{
background:#fff;
border-radius:20px;
padding:25px;
box-shadow:0 10px 30px rgba(0,0,0,0.1);
text-align:center;
max-width:400px;
margin:auto;
margin-bottom:30px;
}

.ccs-logo{
width:90px;
height:90px;
object-fit:contain;
margin-bottom:15px;
}

.ccs-title{
font-size:28px;
font-weight:700;
margin-bottom:15px;
}

.ccs-description{
color:#555;
line-height:1.7;
margin-bottom:20px;
}

.ccs-button{
display:inline-block;
background:#ff5722;
color:white;
padding:14px 30px;
border-radius:10px;
text-decoration:none;
border:none;
cursor:pointer;
font-size:16px;
font-weight:600;
}

.ccs-popup-overlay{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.7);
z-index:9998;
}

.ccs-popup{
display:none;
position:fixed;
top:50%;
left:50%;
transform:translate(-50%,-50%);
background:#fff;
padding:30px;
border-radius:20px;
width:350px;
text-align:center;
z-index:9999;
}

.ccs-popup-code{
background:#f4f4f4;
border:2px dashed #ff5722;
padding:15px;
margin:20px 0;
border-radius:10px;
font-size:24px;
font-weight:700;
}

.ccs-copy-btn,
.ccs-visit-btn{
display:block;
width:100%;
margin-bottom:10px;
padding:12px;
border:none;
border-radius:10px;
background:#111827;
color:#fff;
text-decoration:none;
cursor:pointer;
}

.ccs-close-popup{
position:absolute;
right:15px;
top:10px;
font-size:28px;
cursor:pointer;
}