/* Ultra Capital — mu-plugin CSS for JS-owned elements (sticky mobile CTA) */
.uc-stickycta{position:fixed;left:0;right:0;bottom:0;z-index:90;display:none;align-items:center;justify-content:space-between;gap:12px;background:var(--carbon);padding:12px 20px calc(12px + env(safe-area-inset-bottom,0px));box-shadow:0 -8px 24px rgba(0,0,0,.28);transform:translateY(100%);transition:transform .24s cubic-bezier(.2,0,0,1)}
@media (max-width:767px){.uc-stickycta{display:flex}}
.uc-stickycta.is-in{transform:none}
.uc-stickycta__txt{color:var(--paper);font-size:14px;font-weight:600;line-height:1.2}
.uc-stickycta .uc-btn{flex:none}
@media (prefers-reduced-motion: reduce){.uc-stickycta{transition:none}}
