.scr-floating-contact{position:fixed;right:16px;bottom:16px;z-index:999999;display:flex;flex-direction:column;gap:12px}.scr-contact-bubble{width:56px;height:56px;border-radius:999px;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:24px;line-height:1;border:2px solid #fff;box-shadow:0 8px 22px rgba(0,0,0,.25);transition:transform .2s ease,box-shadow .2s ease}.scr-contact-bubble:hover,.scr-contact-bubble:focus{transform:translateY(-2px);box-shadow:0 10px 28px rgba(0,0,0,.32);text-decoration:none}.scr-contact-call{background:#fbbf24;color:#0b1020}.scr-contact-text{background:#2250a3;color:#fff}.scr-contact-bubble:focus-visible{outline:3px solid #fff;outline-offset:3px}@media (max-width:600px){.scr-floating-contact{right:12px;bottom:12px;gap:10px}.scr-contact-bubble{width:52px;height:52px;font-size:22px}}