body {
    background: #ffffff;
}

.cfs-section {
    margin: 60px 0;
}

.cfs-card {
    background: white;
    border-radius: 24px;
    border: 1px solid #E5E7EB;
    overflow: hidden;
    transition: 0.3s ease;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.cfs-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(10,132,255,0.15);
}

.cfs-image-wrap {
    padding: 25px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cfs-image-wrap img {
    max-width: 100%;
}

.cfs-content {
    padding: 20px;
}

.cfs-price {
    font-size: 24px;
    font-weight: 700;
    color: #0A84FF;
}

.cfs-buttons {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.cfs-btn-outline,
.cfs-btn-chat {
    flex: 1;
    padding: 12px;
    border-radius: 14px;
    text-align: center;
    text-decoration: none;
}

.cfs-btn-outline {
    border: 1px solid #0A84FF;
    color: #0A84FF;
}

.cfs-btn-chat {
    background: #0A84FF;
    color: white;
}
