/* LGDB global floating CTA — 1.22.1 */
.lgdb-direct-request__floating--site{--lgdb-floating-accent:#e8942e;--lgdb-floating-text:#fff;position:fixed;right:clamp(16px,3vw,32px);bottom:clamp(16px,3vw,32px);z-index:99999;display:grid;gap:8px;width:min(310px,calc(100vw - 32px));pointer-events:none}
.lgdb-direct-request__floating--site.lgdb-direct-request__floating--left{right:auto;left:clamp(16px,3vw,32px)}
.lgdb-direct-request__floating--site>*{pointer-events:auto}
.lgdb-direct-request__floating-main{display:flex;align-items:center;justify-content:center;gap:9px;min-height:52px;padding:13px 17px;border:1px solid var(--lgdb-floating-accent)!important;border-color:var(--lgdb-floating-accent)!important;border-radius:16px;background:var(--lgdb-floating-accent)!important;background-color:var(--lgdb-floating-accent)!important;background-image:none!important;box-shadow:0 16px 36px rgba(18,43,63,.23);color:var(--lgdb-floating-text)!important;font-family:var(--lgdb-theme-font,"Host Grotesk",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif);font-size:.95rem;font-weight:900;line-height:1.2;text-align:center;text-decoration:none!important;transition:transform .16s ease,box-shadow .16s ease}
.lgdb-direct-request__floating-main:hover,.lgdb-direct-request__floating-main:focus-visible{color:var(--lgdb-floating-text)!important;transform:translateY(-2px);box-shadow:0 20px 42px rgba(18,43,63,.28);outline:none}
.lgdb-direct-request__floating-main>span:first-child{display:grid;place-items:center;width:20px;height:20px;border-radius:999px;background:rgba(255,255,255,.18);font-size:17px;font-weight:900;line-height:1}
.lgdb-direct-request__floating-main.is-iconless{gap:0}
.lgdb-direct-request__floating-phone{display:grid;gap:3px;padding:11px 13px;border:1px solid color-mix(in srgb,var(--lgdb-floating-accent) 20%,#d6e1e9);border-radius:14px;background:#fff;box-shadow:0 12px 28px rgba(18,43,63,.15);color:#17263a;font-family:var(--lgdb-theme-font,"Host Grotesk",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif)}
.lgdb-direct-request__floating-phone span{color:#61748a;font-size:.8rem;font-weight:700}
.lgdb-direct-request__floating-phone a{color:#263c50!important;font-weight:900;text-decoration:none!important}
.lgdb-direct-request__floating-phone a:hover,.lgdb-direct-request__floating-phone a:focus-visible{text-decoration:underline!important}
@media(max-width:719px){
  .lgdb-direct-request__floating--site,.lgdb-direct-request__floating--site.lgdb-direct-request__floating--left{right:12px;bottom:calc(12px + env(safe-area-inset-bottom));left:12px;width:auto}
  .lgdb-direct-request__floating--site .lgdb-direct-request__floating-phone{display:none}
  .lgdb-direct-request__floating--site.has-mobile-phone .lgdb-direct-request__floating-phone{display:grid}
}
