.cw-root{position:fixed;right:20px;bottom:20px;z-index:60;display:flex;flex-direction:column;align-items:flex-end;gap:12px}.cw-bubble{width:56px;height:56px;border-radius:50%;border:none;cursor:pointer;background:#1a2233;color:#fff;font-size:24px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(0,0,0,.3);transition:transform .15s}.cw-bubble:hover{transform:scale(1.06)}.cw-panel{width:min(340px,calc(100vw - 40px));height:min(480px,calc(100vh - 120px));background:#fff;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.35);display:flex;flex-direction:column;overflow:hidden;border:1px solid #e3e7ee}.cw-head{background:#1a2233;color:#fff;padding:14px 16px;font-weight:700;font-size:14px;display:flex;justify-content:space-between;align-items:center}.cw-close{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;line-height:1;padding:0 4px}.cw-body{flex:1 1 auto;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:10px}.cw-msg{max-width:85%;padding:9px 12px;border-radius:12px;font-size:13.5px;line-height:1.45}.cw-msg-bot{align-self:flex-start;background:#f4f7fb;color:#1a2233;border-bottom-left-radius:4px}.cw-msg-user{align-self:flex-end;background:#1a2233;color:#fff;border-bottom-right-radius:4px}.cw-quick{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.cw-quick-chip{background:#fff;border:1px solid #c7cedb;color:#1a2233;border-radius:999px;padding:6px 12px;font-size:12.5px;font-weight:600;cursor:pointer}.cw-quick-chip:hover{border-color:#1a2233}.cw-capture{display:flex;flex-direction:column;gap:8px;margin-top:4px}.cw-capture input{padding:9px 11px;border:1px solid #c7cedb;border-radius:8px;font-size:13.5px;font-family:inherit;outline:none}.cw-capture input:focus{border-color:#1a2233}.cw-submit{background:#ffb627;color:#1a2233;border:none;border-radius:8px;padding:10px;font-weight:700;font-size:13.5px;cursor:pointer}.cw-submit:disabled{opacity:.6;cursor:default}.cw-error{color:#b23a3a;font-size:12px;font-weight:600}.cw-inputrow{display:flex;gap:8px;padding:10px;border-top:1px solid #e3e7ee}.cw-inputrow input{flex:1 1 auto;padding:9px 12px;border:1px solid #c7cedb;border-radius:999px;font-size:13.5px;outline:none;font-family:inherit}.cw-inputrow input:focus{border-color:#1a2233}.cw-inputrow button{width:36px;height:36px;border-radius:50%;border:none;background:#1a2233;color:#fff;cursor:pointer;flex:0 0 auto}@media (max-width:880px){.cw-root{right:14px;bottom:72px}}@media (max-width:480px){.cw-panel{width:calc(100vw - 24px);max-height:calc(100vh - 160px)}}.sh-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;background:#fff;border-bottom:1px solid var(--line,#e3e7ee)}.sh-inner{max-width:1180px;margin:0 auto;padding:14px 24px;gap:28px}.sh-inner,.sh-logo{display:flex;align-items:center}.sh-logo{gap:8px;text-decoration:none;color:var(--navy,#0b1f3a);font-weight:800;font-size:19px;letter-spacing:-.01em;flex:0 0 auto}.sh-dot{width:10px;height:10px;border-radius:50%;background:var(--amber,#ffb627);display:inline-block}.sh-wordmark{display:flex;flex-direction:column;line-height:1.05}.sh-wordmark-sub{font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;opacity:.62}@media (max-width:380px){.sh-wordmark-sub{display:none}}.sh-nav{gap:22px;flex:1 1 auto}.sh-nav,.sh-nav-link{display:flex;align-items:center}.sh-nav-link{background:none;border:none;text-decoration:none;cursor:pointer;color:var(--steel,#33475b);font-size:14.5px;font-weight:600;gap:4px;padding:0;white-space:nowrap}.sh-nav-link:hover{color:var(--navy,#0b1f3a)}.sh-caret{font-size:10px}.sh-drop{position:relative}.sh-drop-menu{position:absolute;top:calc(100% + 12px);left:0;background:#fff;border:1px solid var(--line,#e3e7ee);border-radius:10px;box-shadow:0 16px 40px rgba(11,31,58,.14);padding:8px;min-width:180px;display:flex;flex-direction:column;gap:2px}.sh-drop-item{text-decoration:none;color:var(--ink,#1a2233);font-size:14px;font-weight:600;padding:9px 12px;border-radius:7px}.sh-drop-item:hover{background:var(--soft,#f4f7fb)}.sh-drop-heading{font-size:11px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;padding:6px 12px}.sh-cta{flex:0 0 auto;background:var(--amber,#ffb627);color:var(--navy,#0b1f3a);font-weight:700;font-size:14px;text-decoration:none;padding:10px 18px;border-radius:8px;white-space:nowrap}.sh-cta:hover{filter:brightness(1.05)}.sh-burger{display:none;flex:0 0 auto;width:34px;height:34px;border:1px solid var(--line,#e3e7ee);border-radius:8px;background:#fff;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:4px}.sh-burger span{width:16px;height:2px;background:var(--navy,#0b1f3a);border-radius:2px;transition:transform .2s ease,opacity .2s ease}.sh-burger.is-open span:first-child{transform:translateY(6px) rotate(45deg)}.sh-burger.is-open span:nth-child(2){opacity:0}.sh-burger.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.sh-mobile{display:none}@media (max-width:880px){.sh-cta,.sh-nav{display:none}.sh-burger{display:flex}.sh-mobile{gap:2px;padding:8px 20px 18px;border-top:1px solid var(--line,#e3e7ee);background:#fff;max-height:calc(100vh - 64px);overflow-y:auto;-webkit-overflow-scrolling:touch}.sh-mobile,.sh-mobile-group{display:flex;flex-direction:column}.sh-mobile-link{display:block;text-decoration:none;font-size:15px;font-weight:600;border-bottom:1px solid var(--line,#e3e7ee)}.sh-mobile-link,.sh-mobile-toggle{color:var(--ink,#1a2233);padding:12px 4px}.sh-mobile-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;border-bottom:1px solid var(--line,#e3e7ee);font:inherit;font-size:15px;font-weight:600;cursor:pointer;text-align:left}.sh-mobile-chev{font-size:11px;opacity:.6;transition:transform .2s ease}.sh-mobile-toggle.is-open .sh-mobile-chev{transform:rotate(180deg)}.sh-mobile-sub{display:flex;flex-direction:column;margin:2px 0 6px 4px;padding-left:12px;border-left:2px solid var(--line,#e3e7ee)}.sh-mobile-sublink{font-size:14px;font-weight:500;padding:10px 4px;border-bottom:none}.sh-cta-mobile{display:block;text-align:center;margin-top:14px;padding:13px 18px}}.sh-warm{background:var(--color-bg,#f5ead8);border-bottom-color:var(--color-divider,#e3ddce)}.sh-warm .sh-logo{color:var(--color-text,#201e1d)}.sh-warm .sh-dot{background:var(--color-accent,#c67139)}.sh-warm .sh-nav-link{color:var(--color-text,#201e1d);opacity:.75}.sh-warm .sh-nav-link:hover{opacity:1}.sh-warm .sh-drop-menu{background:var(--color-bg,#f5ead8);border-color:var(--color-divider,#e3ddce)}.sh-warm .sh-drop-item{color:var(--color-text,#201e1d)}.sh-warm .sh-drop-item:hover{background:var(--color-surface,#ebddc5)}.sh-warm .sh-cta{background:var(--color-accent,#c67139);color:var(--color-bg,#f5ead8)}.sh-warm .sh-burger{background:var(--color-bg,#f5ead8);border-color:var(--color-divider,#e3ddce)}.sh-warm .sh-burger span{background:var(--color-text,#201e1d)}.sh-warm .sh-mobile{background:var(--color-bg,#f5ead8);border-top-color:var(--color-divider,#e3ddce)}.sh-warm .sh-mobile-link,.sh-warm .sh-mobile-toggle{color:var(--color-text,#201e1d);border-bottom-color:var(--color-divider,#e3ddce)}.sh-warm .sh-mobile-sublink{border-bottom:none}.sh-warm .sh-mobile-sub{border-left-color:var(--color-divider,#e3ddce)}.sh-navy{position:-webkit-sticky;position:sticky;top:0;background:transparent;border-bottom:none;transition:background .25s ease,box-shadow .25s ease}.sh-navy.sh-navy-scrolled{background:#0b2545;box-shadow:0 6px 24px rgba(0,0,0,.28)}.sh-navy .sh-inner-solid{background:#0b2545}.sh-navy .sh-logo{color:#fff}.sh-navy .sh-dot{background:#2f6fed}.sh-navy .sh-nav-link{color:#cbd5e1}.sh-navy .sh-nav-link:hover{color:#fff}.sh-navy .sh-drop-menu{background:#fff;box-shadow:0 16px 40px rgba(0,0,0,.2);border:none}.sh-navy .sh-drop-item:hover{background:#f1f5f9}.sh-navy .sh-cta{background:#2f6fed;color:#fff}.sh-navy .sh-cta:hover{filter:brightness(1.1)}.sh-navy .sh-burger{background:transparent;border-color:hsla(0,0%,100%,.35)}.sh-navy .sh-burger span{background:#fff}.sh-navy .sh-mobile{background:#0b2545;border-top-color:hsla(0,0%,100%,.15)}.sh-navy .sh-mobile-link,.sh-navy .sh-mobile-toggle{color:#e2e8f0;border-bottom-color:hsla(0,0%,100%,.12)}.sh-navy .sh-mobile-sublink{color:#b6c3d9;border-bottom:none}.sh-navy .sh-mobile-sub{border-left-color:hsla(0,0%,100%,.18)}.sh-navy .sh-mobile-label{color:#94a3b8}