.cta-section {
    text-align: center;
    margin-bottom: 56px;
}

.cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.feature {
    background: white;
    padding: 34px 30px;
    border-radius: 24px;
    border: 1px solid #f4d8f6;
    box-shadow: 0 18px 45px rgba(217, 70, 239, 0.08);
    text-align: center;
}

.feature-icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.feature h3 {
    color: #1f2937;
    margin-bottom: 10px;
}

.feature p {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
}
