.bo-cta-fixed{position:fixed;bottom:0;left:0;right:0;width:100%;z-index:9999;background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 -2px 6px rgba(0,0,0,.1);padding:10px calc( max(10px, env(safe-area-inset-left)) )
               calc(10px + env(safe-area-inset-bottom))
               calc( max(10px, env(safe-area-inset-right)) )}.bo-cta-fixed .bo-cta-inner{max-width:1170px;margin:0 auto;display:flex;gap:8px;justify-content:space-between;align-items:center}.bo-cta-fixed .bo-cta{flex:1;text-align:center;font-weight:700;color:#fff;padding:12px 8px;border-radius:100vh;text-decoration:none;font-size:clamp(0.8rem, 2.5vw, 1rem);white-space:nowrap;transition:opacity .2s,transform .08s}.bo-cta-fixed .btn-1{background:#2563eb}.bo-cta-fixed .btn-2{background:#0ea5e9}.bo-cta-fixed .btn-3{background:#059669}.bo-cta-fixed .bo-cta:hover{opacity:.9}.bo-cta-fixed .bo-cta:active{transform:scale(.97)}