/* ========================================
   AITOLIE - CTA Section
   ======================================== */

.cta-section {
    text-align: center;
    padding: var(--section-padding) 0;
    background: linear-gradient(135deg, #0044CC 0%, #06B6D4 100%);
    color: #FFFFFF;
}

.cta__title {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 700;
    margin-bottom: 16px;
    color: #FFFFFF;
}

.cta__desc {
    font-size: 16px;
    opacity: 0.9;
    margin-bottom: 32px;
}

.cta-section .btn--primary {
    background: #FFFFFF;
    color: #0044CC;
}

.cta-section .btn--primary:hover {
    background: #F3F4F6;
}