.hn-floating-cta{font-family:DM Sans,system-ui,-apple-system,sans-serif;opacity:0;pointer-events:none;position:fixed;transition:opacity .3s ease,translate .3s ease;z-index:120}.hn-floating-cta.is-visible{opacity:1;pointer-events:auto}.hn-floating-cta--pos-bottom-center{bottom:24px;left:50%;transform:translateX(-50%);translate:0 16px}.hn-floating-cta--pos-bottom-center.is-visible{translate:0 0}.hn-floating-cta--pos-bottom-right{bottom:24px;right:24px;translate:0 16px}.hn-floating-cta--pos-bottom-right.is-visible{translate:0 0}.hn-floating-cta--pos-top-right{right:24px;top:calc(var(--hn-fcta-header-offset, 88px) + 16px);translate:0 -16px}.hn-floating-cta--pos-top-right.is-visible{translate:0 0}.hn-floating-cta__link{align-items:center;background:var(--white,#fff);border:1px solid var(--border,#e8eaf0);box-shadow:0 16px 40px rgba(0,32,91,.16);display:flex;gap:16px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.hn-floating-cta__link:hover{box-shadow:0 20px 48px rgba(0,32,91,.2);transform:translateY(-1px)}.hn-floating-cta__text{display:flex;flex-direction:column;gap:2px;min-width:0}.hn-floating-cta__name{color:var(--navy,#00205b);font-size:16px;font-weight:700}.hn-floating-cta__name,.hn-floating-cta__sub{line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hn-floating-cta__sub{color:var(--muted,#5a6b85);font-size:13px}.hn-floating-cta__button{align-items:center;background:var(--ruby,#e0004d);border-radius:30px;color:var(--white,#fff);display:inline-flex;flex-shrink:0;font-size:15px;font-weight:700;justify-content:center;padding:12px 24px;transition:background .2s ease;white-space:nowrap}.hn-floating-cta__link:hover .hn-floating-cta__button{background:var(--navy,#00205b)}.hn-floating-cta--bar .hn-floating-cta__link{border-radius:16px;justify-content:space-between;padding:14px 14px 14px 24px}.hn-floating-cta--bar.hn-floating-cta--pos-bottom-center{width:min(640px,calc(100vw - 48px))}.hn-floating-cta--bar.hn-floating-cta--pos-bottom-right{width:min(440px,calc(100vw - 48px))}.hn-floating-cta--pill .hn-floating-cta__link{border-radius:999px;gap:14px;padding:8px 8px 8px 22px}.hn-floating-cta--pill .hn-floating-cta__button{padding:10px 22px}@media (max-width:1024px){.hn-floating-cta--bar.hn-floating-cta--pos-bottom-center{width:min(560px,calc(100vw - 40px))}}@media (max-width:680px){.hn-floating-cta--mobile-hidden{display:none!important}.hn-floating-cta--mobile-bar{bottom:0;left:0;right:0;top:auto;transform:none;translate:0 16px;width:100%}.hn-floating-cta--mobile-bar.is-visible{translate:0 0}.hn-floating-cta--mobile-bar .hn-floating-cta__link{border-bottom:0;border-left:0;border-radius:0;border-right:0;box-shadow:0 -8px 24px rgba(0,32,91,.14);justify-content:space-between;padding:12px 16px;width:100%}.hn-floating-cta--mobile-bar .hn-floating-cta__link:hover{transform:none}.hn-floating-cta--mobile-pill{bottom:16px;left:50%;right:auto;top:auto;transform:translateX(-50%);translate:0 16px;width:auto}.hn-floating-cta--mobile-pill.is-visible{translate:0 0}.hn-floating-cta--mobile-pill .hn-floating-cta__link{border-radius:999px;gap:12px;padding:8px 8px 8px 20px}.hn-floating-cta--mobile-pill .hn-floating-cta__sub{display:none}.hn-floating-cta--mobile-pill .hn-floating-cta__button{padding:10px 20px}}@media (prefers-reduced-motion:reduce){.hn-floating-cta{transition:opacity .3s ease;translate:none!important}.hn-floating-cta__link{transition:box-shadow .2s ease,background .2s ease}.hn-floating-cta__link:hover{transform:none}}