.section--40-floating-cta { background: transparent; padding: 0; pointer-events: none; }
.s-fcta { position: fixed; bottom: 16px; right: 16px; transform: translateY(120%); transition: transform 240ms var(--ease-out, cubic-bezier(0.22,1,0.36,1)); z-index: var(--z-floating-cta, 400); pointer-events: auto; }
.s-fcta.is-visible { transform: none; }
.s-fcta__btn { display: flex; align-items: center; gap: 8px; box-shadow: 0 4px 20px rgba(0,0,0,0.2); }
@media (max-width: 720px) { .s-fcta { left: 16px; right: 16px; bottom: 16px; } .s-fcta__btn { width: 100%; justify-content: center; } }
