.sticky-quote-cta{position:fixed;bottom:0;left:0;right:0;z-index:999;background:#0e2b41;transform:translateY(100%);transition:transform .3s ease;display:none}
.sticky-quote-cta--visible{transform:translateY(0)}
.sticky-quote-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 20px;max-width:600px;margin:0 auto}
.sticky-quote-cta__text{flex:1;min-width:0}
.sticky-quote-cta__label{font-size:.9rem;font-weight:600;color:rgba(255,255,255,.9);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sticky-quote-cta__actions{display:flex;align-items:center;gap:10px;flex-shrink:0}
.sticky-quote-cta__button{flex-shrink:0;display:inline-block;background:#059212;color:#fff;font-weight:700;font-size:.9rem;padding:10px 22px;border-radius:8px;text-decoration:none;white-space:nowrap;transition:background .2s}
.sticky-quote-cta__button:hover{background:#00a80d}
.sticky-quote-cta__call{display:inline-flex;align-items:center;justify-content:center;color:#fff;border:1px solid rgba(255,255,255,.45);border-radius:8px;min-height:40px;padding:8px 14px;font-size:.9rem;font-weight:700;text-decoration:none;white-space:nowrap}
@media(min-width:750px){.sticky-quote-cta{display:none!important}}
@media(max-width:749px){.sticky-quote-cta{display:block}}
