/* ============================================================
   Floating CTA Button — Frontend Styles
   Base styles only; dynamic values are injected via inline CSS
   ============================================================ */

.fcta-wrapper {
    position: fixed;
    z-index: 99999;
}

.fcta-btn {
    display: block;
    white-space: nowrap;
    text-decoration: none !important;
    cursor: pointer;
    transition: background-color .25s ease, transform .2s ease, box-shadow .25s ease;
    letter-spacing: .5px;
    line-height: 1.4;
    font-family: inherit;
    border: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.fcta-btn:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 2px;
}
