.sticky-cta-mobile{position:fixed;left:0;right:0;background:linear-gradient(135deg,#06c,#0052a3);box-shadow:0 -4px 12px #00000026;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s ease;will-change:transform,opacity}.sticky-cta-bottom{bottom:0;transform:translateY(100%)}.sticky-cta-top{top:0;transform:translateY(-100%)}.sticky-cta-hidden{opacity:0;pointer-events:none}.sticky-cta-bottom.sticky-cta-hidden{transform:translateY(100%)}.sticky-cta-top.sticky-cta-hidden{transform:translateY(-100%)}.sticky-cta-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.sticky-cta-content{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.875rem 1rem;max-width:100%}.sticky-cta-phone{display:flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;font-weight:600;font-size:.9375rem;transition:opacity .2s ease;min-height:44px;min-width:44px;padding:.5rem;border-radius:.5rem}.sticky-cta-phone:hover,.sticky-cta-phone:focus{opacity:.9;background:#ffffff1a}.sticky-cta-phone:focus-visible{outline:2px solid white;outline-offset:2px}.sticky-cta-icon{width:20px;height:20px;flex-shrink:0}.sticky-cta-phone-text{white-space:nowrap}@media (max-width: 360px){.sticky-cta-phone-text{display:none}}.sticky-cta-button{display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#06c;font-weight:700;font-size:.9375rem;padding:.75rem 1.25rem;border-radius:.5rem;text-decoration:none;transition:all .2s ease;white-space:nowrap;min-height:44px;min-width:44px;box-shadow:0 2px 8px #0000001a}.sticky-cta-button:hover,.sticky-cta-button:focus{background:#f8f9fa;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.sticky-cta-button:active{transform:translateY(0)}.sticky-cta-button:focus-visible{outline:2px solid white;outline-offset:2px}@media (max-width: 640px){.sticky-cta-content{padding:.75rem .875rem;gap:.5rem}.sticky-cta-phone{font-size:.875rem;padding:.375rem}.sticky-cta-button{font-size:.875rem;padding:.625rem 1rem}}@media (max-width: 380px){.sticky-cta-content{gap:.375rem}.sticky-cta-button{padding:.625rem .875rem;font-size:.8125rem}}@media (min-width: 768px){.sticky-cta-mobile[data-mobile-only=true]{display:none}}.scroll-cta-banner{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.9);background:#fff;border-radius:1rem;box-shadow:0 8px 32px #0003;padding:2.5rem;max-width:90%;width:550px;z-index:100;opacity:0;pointer-events:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.scroll-cta-banner.visible{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1)}.scroll-cta-banner-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:99;opacity:0;pointer-events:none;transition:opacity .3s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.scroll-cta-banner-overlay.visible{opacity:1;pointer-events:auto}.scroll-cta-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:#6b7280;cursor:pointer;padding:.5rem;border-radius:.5rem;transition:all .2s ease;min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center}.scroll-cta-close:hover,.scroll-cta-close:focus{background:#f5f7fa;color:#1f2937}.scroll-cta-close:focus-visible{outline:2px solid #0066CC;outline-offset:2px}.scroll-cta-close svg{width:24px;height:24px}.scroll-cta-banner-content{text-align:center}.scroll-cta-banner-title{font-size:1.75rem;font-weight:700;color:#1e3a5f;margin-bottom:1rem;line-height:1.3}.scroll-cta-banner-message{font-size:1.125rem;color:#6b7280;line-height:1.6;margin-bottom:2rem}.scroll-cta-banner-actions{display:flex;flex-direction:column;gap:1rem}.scroll-cta-banner-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:700;font-size:1rem;padding:1rem 1.5rem;border-radius:.5rem;text-decoration:none;transition:all .2s ease;min-height:48px;border:2px solid transparent}.scroll-cta-banner-button-primary{background:linear-gradient(135deg,#06c,#0052a3);color:#fff}.scroll-cta-banner-button-primary:hover,.scroll-cta-banner-button-primary:focus{background:linear-gradient(135deg,#0052a3,#004080);transform:translateY(-2px);box-shadow:0 4px 16px #0066cc4d}.scroll-cta-banner-button-secondary{background:#fff;color:#06c;border-color:#06c}.scroll-cta-banner-button-secondary:hover,.scroll-cta-banner-button-secondary:focus{background:#f5f7fa;border-color:#0052a3;color:#0052a3}.scroll-cta-banner-button:focus-visible{outline:3px solid #0066CC;outline-offset:2px}.scroll-cta-banner-icon{width:20px;height:20px;flex-shrink:0}@media (max-width: 640px){.scroll-cta-banner{padding:2rem 1.5rem;width:95%;max-width:95%}.scroll-cta-banner-title{font-size:1.5rem}.scroll-cta-banner-message{font-size:1rem;margin-bottom:1.5rem}.scroll-cta-banner-button{font-size:.9375rem;padding:.875rem 1.25rem}}@media (max-width: 380px){.scroll-cta-banner{padding:1.5rem 1rem}.scroll-cta-banner-title{font-size:1.25rem}.scroll-cta-banner-message{font-size:.9375rem}}.contextual-cta{background:linear-gradient(135deg,#06c,#0052a3);color:#fff;padding:2rem;border-radius:1rem;margin:2rem 0;box-shadow:0 4px 16px #06c3}.contextual-cta-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.contextual-cta-text{font-size:1rem;line-height:1.6;margin-bottom:1.5rem;color:#fffffff2}.contextual-cta-buttons{display:flex;flex-wrap:wrap;gap:1rem}.contextual-cta-button{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:#06c;font-weight:600;padding:.875rem 1.5rem;border-radius:.5rem;text-decoration:none;transition:all .2s ease;min-height:44px}.contextual-cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.contextual-cta-button-secondary{background:transparent;color:#fff;border:2px solid white}.contextual-cta-button-secondary:hover{background:#ffffff1a}@media (max-width: 640px){.contextual-cta{padding:1.5rem;margin:1.5rem 0}.contextual-cta-title{font-size:1.25rem}.contextual-cta-buttons{flex-direction:column}.contextual-cta-button{width:100%;justify-content:center}}.lead-magnet-cta{background:#f5f7fa;border:2px solid #E5E7EB;border-radius:1rem;padding:2rem;margin:2rem 0;display:flex;align-items:center;gap:1.5rem}.lead-magnet-icon{flex-shrink:0;width:64px;height:64px;background:linear-gradient(135deg,#06c,#0052a3);border-radius:1rem;display:flex;align-items:center;justify-content:center;color:#fff}.lead-magnet-icon svg{width:32px;height:32px}.lead-magnet-content{flex:1}.lead-magnet-title{font-size:1.25rem;font-weight:700;color:#1e3a5f;margin-bottom:.5rem}.lead-magnet-description{font-size:.9375rem;color:#6b7280;margin-bottom:1rem}.lead-magnet-button{display:inline-flex;align-items:center;gap:.5rem;background:#06c;color:#fff;font-weight:600;padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;transition:all .2s ease;min-height:44px}.lead-magnet-button:hover{background:#0052a3;transform:translateY(-1px);box-shadow:0 4px 12px #0066cc4d}@media (max-width: 640px){.lead-magnet-cta{flex-direction:column;text-align:center;padding:1.5rem}.lead-magnet-button{width:100%;justify-content:center}}.exit-intent-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.9);background:#fff;border-radius:1rem;box-shadow:0 8px 32px #0003;padding:2.5rem;max-width:90%;width:550px;z-index:1000;opacity:0;pointer-events:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.exit-intent-popup.visible{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1)}.exit-intent-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:999;opacity:0;pointer-events:none;transition:opacity .3s ease}.exit-intent-overlay.visible{opacity:1;pointer-events:auto}.exit-intent-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:#6b7280;cursor:pointer;padding:.5rem;border-radius:.5rem;transition:all .2s ease;min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center}.exit-intent-close:hover{background:#f5f7fa;color:#1f2937}.exit-intent-title{font-size:1.75rem;font-weight:700;color:#1e3a5f;margin-bottom:1rem}.exit-intent-message{font-size:1.125rem;color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.exit-intent-cta{display:inline-flex;align-items:center;justify-content:center;background:#06c;color:#fff;font-weight:700;font-size:1.125rem;padding:1rem 2rem;border-radius:.5rem;text-decoration:none;transition:all .2s ease;width:100%;min-height:48px}.exit-intent-cta:hover{background:#0052a3;transform:translateY(-2px);box-shadow:0 4px 16px #0066cc4d}@media (max-width: 640px){.exit-intent-popup{padding:2rem;width:95%}.exit-intent-title{font-size:1.5rem}.exit-intent-message{font-size:1rem}}.sticky-cta-phone:focus-visible,.sticky-cta-button:focus-visible,.contextual-cta-button:focus-visible,.lead-magnet-button:focus-visible,.exit-intent-cta:focus-visible{outline:3px solid #0066CC;outline-offset:2px}@media (prefers-reduced-motion: reduce){.sticky-cta-mobile,.scroll-cta-banner,.exit-intent-popup,.contextual-cta-button,.lead-magnet-button{transition:none}}@media (prefers-contrast: high){.sticky-cta-mobile{border:2px solid white}.sticky-cta-button{border:2px solid #0066CC}.contextual-cta{border:2px solid white}}
