.fcbf-home-join-cta {
    margin: 14px 0 16px;
}

.fcbf-home-join-cta__link {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 17px 15px 16px;
    border: 1px solid rgba(255, 232, 102, .52);
    border-radius: 24px;
    background:
        radial-gradient(circle at 12% 0%, rgba(255, 232, 102, .28), transparent 35%),
        radial-gradient(circle at 92% 16%, rgba(32, 255, 133, .22), transparent 34%),
        linear-gradient(135deg, rgba(2, 18, 33, .98), rgba(4, 63, 44, .96));
    color: #ffffff;
    text-decoration: none;
    box-shadow:
        0 18px 42px rgba(0, 0, 0, .34),
        0 0 30px rgba(255, 232, 102, .12),
        inset 0 1px 0 rgba(255, 255, 255, .12);
}

.fcbf-home-join-cta__link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, .16) 42%, transparent 64%);
    transform: translateX(-120%);
    animation: fcbfHomeJoinCtaShine 4.8s ease-in-out infinite;
    pointer-events: none;
}

.fcbf-home-join-cta__link::after {
    content: "🏆";
    position: absolute;
    right: 13px;
    top: 12px;
    font-size: 42px;
    opacity: .16;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, .35));
}

.fcbf-home-join-cta__badge {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 9px;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .09);
    color: #ffe866;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.fcbf-home-join-cta strong {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 92%;
    color: #ffffff;
    font-size: 21px;
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: -.02em;
}

.fcbf-home-join-cta strong span {
    display: inline-block;
    color: #ffe866;
    text-shadow: 0 0 18px rgba(255, 232, 102, .32);
    white-space: nowrap;
}

.fcbf-home-join-cta small {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 9px;
    max-width: 96%;
    color: #cfe7ff;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 800;
}

.fcbf-home-join-cta em {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 12px;
    padding: 12px 14px;
    border-radius: 17px;
    background: linear-gradient(135deg, #ffe866, #35f38a);
    color: #07111d;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 950;
    letter-spacing: .02em;
    box-shadow: 0 14px 28px rgba(53, 243, 138, .20);
}

@keyframes fcbfHomeJoinCtaShine {
    0%, 55% {
        transform: translateX(-120%);
    }

    72%, 100% {
        transform: translateX(120%);
    }
}
