.cpcards-wrapper {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 25px;margin: 30px 0;}
.cpcards-card {position: relative;background: #ffffff;border: 1px solid #e5e5e5;border-radius: 12px;padding: 25px;transition: all 0.3s ease;cursor: pointer;}
.cpcards-card:hover {transform: translateY(-5px);}
.cpcards-card.active {border-color: #2271b1;box-shadow: 0 0 0 2px rgba(34,113,177,0.15);}
.cpcards-badge {position: absolute;top: -14px;left: 50%;transform: translateX(-50%);z-index: 10;display: inline-flex;align-items: center;justify-content: center;background: #0d4ea6;color: #fff;padding: 8px 18px;border-radius: 999px;font-size: 13px;font-weight: 700;text-transform: uppercase;letter-spacing: .5px;line-height: 1;white-space: nowrap;margin: 0;}
.cpcards-icon {margin-bottom: 15px;}
.cpcards-icon img {width: 60px;height: 60px;object-fit: contain;}
.cpcards-title {font-size: 22px;margin: 10px 0;}
.cpcards-price {margin-top: auto; font-size: 20px;font-weight: 700;margin-bottom: 20px;}
.cpcards-select-package {width: 100%;padding: 12px 20px;border-radius: 12px !important;cursor: pointer;background: #ffffff00 !important;border: 1px solid #2c4366 !important;color: #2c4366 !important;}
.cpcards-card.active .cpcards-select-package {background: #2c4366 !important;color: #fff !important;border: 1px solid #2c4366 !important;}
/* Icon + Title + Description Wrapper */
.cpcards-title-icon-des-sec{display: flex;align-items: flex-start;gap: 16px;margin-bottom: 18px;}
/* Icon Wrapper */
.cpcards-icon-sec{flex: 0 0 52px;}
.cpcards-icon{width: 52px;height: 52px;background: #f5f7fb;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.cpcards-icon img{width: 28px;height: 28px;object-fit: contain;display: block;}
/* Text Area */
.cpcards-title-des-sec{flex: 1;}
/* Title */
.cpcards-title{margin: 0 0 8px;font-size: 20px;font-weight: 700;line-height: 1.2;color: #111827;}
/* Description */
.cpcards-description{margin: 0;font-size: 14px;line-height: 1.2;color: #4b5563;font-weight: 400;}
@media (max-width:768px){
    .cpcards-title-icon-des-sec{gap:12px;}
    .cpcards-icon{width:44px;height:44px;}
    .cpcards-icon img{width:24px;height:24px;}
    .cpcards-title{font-size:19px;}
    .cpcards-description{font-size:13px;line-height:1.5;}
}
@media (max-width:551px){
.cpcards-wrapper {grid-template-columns: repeat(2, 1fr);gap: 10px;margin: 15px 0;}
.cpcards-card {padding: 12px;}
.cpcards-title-icon-des-sec {margin-bottom: 5px;gap: 2px;display: block;}
.cpcards-price {margin-bottom: 5px;}
.cpcards-badge {top: -18px;padding: 6px 14px;}
button.button.cpcards-select-package {padding: 8px;font-size: 12px;}
.cpcards-icon {margin-bottom: 5px;}
.cpcards-icon img {width: 30px;height: 30px;}
.cpcards-title {font-size: 16px;margin: 0 0 4px;}
.cpcards-price {font-size: 16px;}
.cpcards-description {font-size: 12px;line-height: 1.2;}
.cpcards-badge {font-size: 9px;}
}