/* ================= CTA ================= */
.cta {
    max-width: 1100px;
    width: 90%;
    margin: 80px auto;
    border-radius: 20px;
    padding: 70px 30px;
    text-align: center;
    background: linear-gradient(90deg, #0000ff, #32dbfd);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.cta h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.cta p {
    color: #f1f1f1;
    font-size: 17px;
    margin-bottom: 35px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}