.jjk-cta-wrap-9x7m2k {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    box-sizing: border-box;
}

.jjk-cta-box-4h8n5p {
    background-color: #ffffff;
    border: 3px solid #000;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.jjk-cta-info-6k3t9q {
    flex: 1;
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    box-sizing: border-box;
}

.jjk-cta-btn-8m2r5w {
    display: inline-block !important;
    padding: 20px 35px !important;
    background-color: #007bff !important;
    color: white !important;
    text-decoration: none !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    border: 3px solid #000 !important;
    text-align: center !important;
    transition: all 0.3s !important;
    min-width: 250px !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
}

.jjk-cta-btn-8m2r5w:hover {
    background-color: #0056b3 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
    color: white !important;
    text-decoration: none !important;
}

.jjk-cta-btn-8m2r5w:focus,
.jjk-cta-btn-8m2r5w:active,
.jjk-cta-btn-8m2r5w:visited {
    color: white !important;
    text-decoration: none !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .jjk-cta-box-4h8n5p {
        flex-direction: column;
        padding: 20px;
        gap: 20px;
        text-align: center;
    }

    .jjk-cta-info-6k3t9q {
        font-size: 16px;
    }

    .jjk-cta-btn-8m2r5w {
        min-width: 100% !important;
        padding: 18px 25px !important;
        font-size: 16px !important;
    }
}

@media (max-width: 480px) {
    .jjk-cta-box-4h8n5p {
        padding: 15px;
    }

    .jjk-cta-info-6k3t9q {
        font-size: 14px;
    }

    .jjk-cta-btn-8m2r5w {
        padding: 15px 20px !important;
        font-size: 15px !important;
    }
}
