.cpp-card{

backdrop-filter: blur(15px);
background: rgba(255,255,255,0.08);
border-radius:20px;
padding:30px;
color:#fff;
box-shadow:0 8px 32px rgba(0,0,0,0.2);
transition:0.3s;

}

.cpp-card:hover{
transform:translateY(-6px);
}

.cpp-title{
font-size:22px;
margin-bottom:10px;
}

.cpp-price{
font-size:28px;
font-weight:bold;
margin-bottom:20px;
}

.cpp-features{
list-style:none;
padding:0;
}

.cpp-features li{
margin-bottom:10px;
display:flex;
align-items:center;
gap:8px;
}

.cpp-buy-btn{

background:#6c5ce7;
color:white;
border:none;
padding:12px 20px;
border-radius:10px;
cursor:pointer;
margin-top:20px;

}
