.sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:1000;background:#fff;box-shadow:0 -4px 12px rgba(0,0,0,.15);transform:translateY(100%);transition:transform .3s ease-in-out;padding:12px 15px;display:block}.sticky-cta.visible{transform:translateY(0)}@media(min-width:992px){.sticky-cta{display:none}}.sticky-cta .sticky-cta-content{display:flex;flex-direction:column;gap:8px;max-width:600px;margin:0 auto}.sticky-cta .urgency-badge{display:flex;align-items:center;justify-content:center;gap:6px;font-size:.8rem;color:#c0882f;font-weight:600;background:rgba(192,136,47,.1);padding:4px 12px;border-radius:4px;margin-bottom:4px}.sticky-cta .urgency-badge i{font-size:.85rem}.sticky-cta .urgency-badge span{letter-spacing:.3px}.sticky-cta .buttons-row{display:flex;gap:10px}.sticky-cta .sticky-btn{flex:1 1;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 16px;border-radius:8px;font-weight:600;font-size:.95rem;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none;color:#fff;min-height:48px}.sticky-cta .sticky-btn:active{transform:scale(.98)}.sticky-cta .sticky-btn.sticky-btn-whatsapp{background:#25d366;flex:0 0 auto;min-width:120px}.sticky-cta .sticky-btn.sticky-btn-whatsapp:hover{background:#128c7e}.sticky-cta .sticky-btn.sticky-btn-whatsapp .whatsapp-icon{width:20px;height:20px}@media(max-width:380px){.sticky-cta .sticky-btn.sticky-btn-whatsapp span{display:none}}.sticky-cta .sticky-btn.sticky-btn-buy{background:linear-gradient(135deg,#c0882f,#d4af37);flex:1 1;flex-direction:column;gap:2px}.sticky-cta .sticky-btn.sticky-btn-buy:hover{background:linear-gradient(135deg,#d4af37,#c0882f);box-shadow:0 4px 12px rgba(192,136,47,.4)}.sticky-cta .sticky-btn.sticky-btn-buy .price-tag{font-size:.8rem;font-weight:500;opacity:.95}@supports(padding-bottom:env(safe-area-inset-bottom)){.sticky-cta{padding-bottom:calc(12px + env(safe-area-inset-bottom))}}