.ssm-jakajaksi-cta-button {
    all: unset;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 60px 50px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #004B87 0%, #003D6E 100%);
    border-radius: 12px;
    color: #FFFFFF !important;
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1.4;
    cursor: pointer;
}

.ssm-jakajaksi-cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #00A5DD 0%, #0090C8 100%);
    border-radius: 12px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
    pointer-events: none;
}

.ssm-jakajaksi-cta-button:hover::before {
    opacity: 1;
}

.ssm-jakajaksi-cta-button:hover {
    color: #FFFFFF !important;
}

.ssm-jakajaksi-cta-button > * {
    position: relative;
    z-index: 1;
    color: #FFFFFF !important;
}

.ssm-jakajaksi-cta-button:hover > * {
    color: #FFFFFF !important;
}