.sam-launcher{position:fixed;right:20px;bottom:20px;z-index:60;width:min(320px,calc(100vw - 32px));padding:16px 16px 14px;border:1px solid #d1d5db;border-radius:16px;background:var(--brand-tan);box-shadow:0 12px 32px rgba(15,31,61,.14)}.sam-launcher--compact{width:auto;padding:8px 8px 8px 10px;display:flex;align-items:center;gap:6px}.sam-launcher__close{position:absolute;top:6px;right:8px;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:0;border-radius:999px;background:transparent;color:var(--brand-nav-text-muted);font-size:22px;line-height:1;cursor:pointer}.sam-launcher--compact .sam-launcher__close{position:static;width:24px;height:24px;font-size:20px;order:2}.sam-launcher__close:focus-visible,.sam-launcher__close:hover{background:var(--brand-tan-mid);color:var(--brand-hero-headline)}.sam-launcher__headline{margin:0 20px 8px 0;font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:700;line-height:1.25;color:var(--brand-hero-headline)}.sam-launcher__body{margin:0 0 14px;font-size:14px;line-height:1.45;color:var(--brand-hero-body)}.sam-launcher__btn{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:44px;padding:10px 16px;border-radius:10px;background:var(--brand-cta-green);color:#fff;font-size:15px;font-weight:700;text-decoration:none;box-shadow:0 2px 0 var(--brand-cta-green-hover)}.sam-launcher__btn:focus-visible,.sam-launcher__btn:hover{background:var(--brand-cta-green-hover);color:#fff}.sam-launcher__btn--bar{width:auto;min-height:40px;padding:8px 14px;font-size:14px}@media (max-width:767px){.sam-launcher{right:12px;bottom:calc(80px + env(safe-area-inset-bottom, 0px));width:min(300px,calc(100vw - 24px))}.sam-launcher--compact{width:auto}}