/* ================================
   CTA CONTENT
================================ */

/* Tag */

.cta-tag {
    display: inline-block;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #f97316;
    background: rgba(249, 115, 22, 0.15);
    border-radius: 20px;
    margin-bottom: 15px;
}

/* Title */

.cta-title {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 20px;
}

/* Text */

.cta-text {
    color: #e2e8f0;
    font-size: 16px;
    margin-bottom: 35px;
}
