.pricing-hero {
    background: linear-gradient(135deg, #eaf7ff, #f7fbff);
    padding: 80px 0 50px;
}

.benefit-card {
    background: linear-gradient(145deg, #ffffff, #f8fbff);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.icon-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.pricing-comparison table {
    border-radius: 12px;
    overflow: hidden;
}

.pricing-cta {
    background: linear-gradient(135deg, #eef7ff, #fafcff);
    box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.05);
}