@import "https://fonts.googleapis.com/css2?family=Cabinet+Grotesk:wght@400;500;700;800;900&family=General+Sans:wght@300;400;500;600&display=swap";
:root{--blue-primary:#2563eb;--blue-accent:#3b82f6;--cyan:#38bdf8;--bg:#f8fbff;--surface:#fff;--text:#0f172a;--text-muted:#0f172a6b;--border:#2563eb1a;--navy:#1e3a5f;--dark:#060e22;--green:#16a34a;--amber:#d97706;--red:#dc2626;--purple:#8b5cf6;--font-heading:"Cabinet Grotesk", sans-serif;--font-body:"General Sans", sans-serif;--section-pad-y:72px;--section-pad-x:48px;--max-width:1280px;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--shadow-sm:0 2px 8px #2563eb0f;--shadow-md:0 4px 20px #2563eb14;--shadow-lg:0 8px 32px #2563eb1f;--shadow-blue:0 4px 20px #2563eb59;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-spring:.4s cubic-bezier(.34, 1.2, .64, 1);--z-base:1;--z-overlay:10;--z-modal:100;--z-navbar:1000;--z-splash:9999}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light only;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);line-height:1.6;overflow-x:hidden;background:var(--bg)!important;color:var(--text)!important}@media (prefers-color-scheme:dark){html,body{background:var(--bg)!important;color:var(--text)!important}}a{color:inherit}img{max-width:100%;display:block}button{font-family:var(--font-body);cursor:pointer}input,textarea,select{font-family:var(--font-body)}.section-inner{max-width:var(--max-width);padding:0 var(--section-pad-x);margin:0 auto}.eyebrow{align-items:center;gap:9px;margin-bottom:14px;display:inline-flex}.eyebrow-line{background:var(--blue-primary);width:22px;height:1.5px}.eyebrow-text{letter-spacing:.18em;color:var(--blue-primary);text-transform:uppercase;font-size:.63rem;font-weight:600}.section-title{font-family:var(--font-heading);letter-spacing:-.03em;color:var(--text);font-size:clamp(1.9rem,3.2vw,2.8rem);font-weight:900;line-height:1.06}.section-title .accent{color:var(--blue-primary)}.section-title .ghost{color:#0000;-webkit-text-stroke:1.5px #2563eb4d}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#2563eb33;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#2563eb66}@media (max-width:768px){:root{--section-pad-y:48px;--section-pad-x:20px}}
.offline-banner{z-index:9998;font-family:var(--font-body);white-space:nowrap;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:20px;align-items:center;gap:9px;padding:11px 20px;font-size:.78rem;font-weight:600;animation:.4s cubic-bezier(.34,1.2,.64,1) forwards offlineIn;display:flex;position:fixed;top:80px;left:50%;transform:translate(-50%);box-shadow:0 8px 28px #0003}.offline-banner--offline{color:#fff;background:#dc2626eb;border:1px solid #dc262680}.offline-banner--online{color:#fff;background:#16a34aeb;border:1px solid #16a34a80}@keyframes offlineIn{0%{opacity:0;transform:translate(-50%)translateY(-12px)}to{opacity:1;transform:translate(-50%)translateY(0)}}
.bpchat-bubble{background:var(--blue-primary);cursor:pointer;z-index:9000;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 6px 24px #2563eb73}.bpchat-bubble:hover{transform:scale(1.08);box-shadow:0 8px 32px #2563eb8c}.bpchat-bubble-badge{color:#fff;background:#dc2626;border:2px solid #fff;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.55rem;font-weight:800;animation:.3s cubic-bezier(.34,1.4,.64,1) badgePop;display:flex;position:absolute;top:-3px;right:-3px}@keyframes badgePop{0%{transform:scale(0)}to{transform:scale(1)}}.bpchat-window{z-index:9000;background:#fff;border:1px solid #2563eb1a;border-radius:20px;flex-direction:column;width:360px;max-height:560px;animation:.3s cubic-bezier(.34,1.1,.64,1) forwards chatIn;display:flex;position:fixed;bottom:96px;right:28px;overflow:hidden;box-shadow:0 16px 56px #0f172a29,0 2px 8px #2563eb14}@keyframes chatIn{0%{opacity:0;transform:translateY(20px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.bpchat-header{background:var(--dark,#060e22);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.bpchat-header-left{align-items:center;gap:11px;display:flex}.bpchat-avatar{background:var(--blue-primary,#2563eb);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-family:Cabinet Grotesk,sans-serif;font-size:1rem;font-weight:900;display:flex}.bpchat-agent-name{color:#fff;font-size:.85rem;font-weight:700;line-height:1.2}.bpchat-status{color:#ffffff80;align-items:center;gap:5px;margin-top:2px;font-size:.65rem;display:flex}.bpchat-status-dot{background:#16a34a;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite statusPulse}@keyframes statusPulse{0%,to{box-shadow:0 0 #16a34a80}50%{box-shadow:0 0 0 4px #16a34a00}}.bpchat-close{cursor:pointer;color:#fff9;background:#ffffff1a;border:none;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;transition:background .15s,color .15s;display:flex}.bpchat-close:hover{color:#fff;background:#fff3}.bpchat-start{text-align:center;flex-direction:column;flex:1;align-items:center;gap:10px;padding:28px 22px;display:flex}.bpchat-start-icon{background:#2563eb12;border:1px solid #2563eb26;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:4px;display:flex}.bpchat-start-title{color:#0f172a;font-family:Cabinet Grotesk,sans-serif;font-size:1rem;font-weight:800}.bpchat-start-sub{color:#64748b;max-width:240px;margin-bottom:4px;font-size:.78rem;line-height:1.6}.bpchat-start-form{flex-direction:column;gap:9px;width:100%;display:flex}.bpchat-input-field{color:#0f172a;background:#f8fbff;border:1.5px solid #2563eb26;border-radius:9px;outline:none;width:100%;padding:11px 14px;font-family:inherit;font-size:.84rem;transition:border-color .2s}.bpchat-input-field::placeholder{color:#0f172a4d}.bpchat-input-field:focus{border-color:var(--blue-primary,#2563eb)}.bpchat-start-btn{background:var(--blue-primary,#2563eb);color:#fff;cursor:pointer;border:none;border-radius:9px;justify-content:center;align-items:center;gap:8px;padding:12px;font-family:inherit;font-size:.88rem;font-weight:700;transition:background .2s,transform .15s;display:flex;box-shadow:0 3px 12px #2563eb4d}.bpchat-start-btn:hover:not(:disabled){background:#1d55d4;transform:translateY(-1px)}.bpchat-start-btn:disabled{opacity:.5;cursor:not-allowed}.bpchat-messages{background:#f8fbff;flex-direction:column;flex:1;gap:10px;padding:16px;display:flex;overflow-y:auto}.bpchat-msg{align-items:flex-end;gap:8px;max-width:88%;display:flex}.bpchat-msg--visitor{flex-direction:row-reverse;align-self:flex-end}.bpchat-msg--admin{align-self:flex-start}.bpchat-msg-avatar{background:var(--blue-primary,#2563eb);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.65rem;font-weight:800;display:flex}.bpchat-msg-bubble{border-radius:14px;padding:10px 13px;font-size:.82rem;line-height:1.55;position:relative}.bpchat-msg--admin .bpchat-msg-bubble{color:#0f172a;background:#fff;border:1px solid #2563eb1a;border-bottom-left-radius:4px}.bpchat-msg--visitor .bpchat-msg-bubble{background:var(--blue-primary,#2563eb);color:#fff;border-bottom-right-radius:4px}.bpchat-msg-time{opacity:.5;margin-top:4px;font-size:.58rem}.bpchat-composer{background:#fff;border-top:1px solid #2563eb14;flex-shrink:0;align-items:center;gap:9px;padding:12px 14px;display:flex}.bpchat-composer-input{color:#0f172a;background:#f8fbff;border:1.5px solid #2563eb26;border-radius:20px;outline:none;flex:1;padding:9px 13px;font-family:inherit;font-size:.82rem;transition:border-color .2s}.bpchat-composer-input::placeholder{color:#0f172a4d}.bpchat-composer-input:focus{border-color:var(--blue-primary,#2563eb)}.bpchat-send{background:var(--blue-primary,#2563eb);cursor:pointer;color:#fff;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,transform .15s;display:flex;box-shadow:0 2px 8px #2563eb4d}.bpchat-send:hover:not(:disabled){background:#1d55d4;transform:scale(1.08)}.bpchat-send:disabled{opacity:.4;cursor:not-allowed}.bpchat-footer-brand{text-align:center;color:#0f172a47;background:#fff;flex-shrink:0;padding:5px;font-size:.58rem}@media (max-width:480px){.bpchat-window{border-radius:20px 20px 0 0;width:100%;max-height:85vh;bottom:0;left:0;right:0}.bpchat-bubble{bottom:20px;right:20px}}.cw-bubble{cursor:pointer;color:#fff;z-index:9999;background:linear-gradient(135deg,#2563eb,#38bdf8);border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 8px 32px #2563eb73}.cw-bubble:hover{transform:scale(1.08);box-shadow:0 12px 40px #2563eb8c}.cw-bubble--open{background:linear-gradient(135deg,#1e3a5f,#2563eb)}.cw-widget{z-index:9998;background:#fff;border-radius:20px;flex-direction:column;width:360px;max-height:560px;animation:.25s cubic-bezier(.34,1.56,.64,1) cw-slide-up;display:flex;position:fixed;bottom:96px;right:28px;overflow:hidden;box-shadow:0 24px 80px #1e3a5f2e,0 4px 24px #2563eb1a}@keyframes cw-slide-up{0%{opacity:0;transform:translateY(20px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.cw-header{color:#fff;background:linear-gradient(135deg,#060e22,#1e3a5f);align-items:center;gap:12px;padding:16px 18px;display:flex}.cw-header-avatar{color:#fff;background:linear-gradient(135deg,#2563eb,#38bdf8);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:900;display:flex}.cw-header-info{flex:1}.cw-header-name{letter-spacing:.01em;font-size:14px;font-weight:700}.cw-header-status{color:#ffffffb3;align-items:center;gap:6px;margin-top:2px;font-size:12px;display:flex}.cw-online-dot{background:#22c55e;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 2px #22c55e4d}.cw-close{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;transition:background .15s;display:flex}.cw-close:hover{background:#fff3}.cw-form{flex-direction:column;align-items:center;gap:12px;padding:28px 24px 24px;display:flex}.cw-form-icon{color:#2563eb;background:#f0f5ff;border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:4px;display:flex}.cw-form-title{color:#060e22;text-align:center;font-size:17px;font-weight:700}.cw-form-sub{color:#64748b;text-align:center;margin-bottom:4px;font-size:13px;line-height:1.5}.cw-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;width:100%;padding:10px 14px;font-size:13px}.cw-input{color:#1e3a5f;box-sizing:border-box;background:#f8fbff;border:1.5px solid #e2e8f0;border-radius:12px;outline:none;width:100%;padding:11px 14px;font-size:14px;transition:border-color .15s}.cw-input:focus{background:#fff;border-color:#2563eb}.cw-input::placeholder{color:#94a3b8}.cw-start-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#38bdf8);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:4px;padding:13px;font-size:14px;font-weight:700;transition:opacity .15s,transform .15s;display:flex}.cw-start-btn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.cw-start-btn:disabled{opacity:.65;cursor:not-allowed}.cw-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite cw-spin;display:inline-block}@keyframes cw-spin{to{transform:rotate(360deg)}}.cw-messages{background:#f8fbff;flex-direction:column;flex:1;gap:10px;min-height:200px;max-height:340px;padding:16px;display:flex;overflow-y:auto}.cw-messages::-webkit-scrollbar{width:4px}.cw-messages::-webkit-scrollbar-track{background:0 0}.cw-messages::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.cw-msg{align-items:flex-end;gap:8px;display:flex}.cw-msg--visitor{flex-direction:row-reverse}.cw-msg-avatar{color:#fff;background:linear-gradient(135deg,#2563eb,#38bdf8);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;font-weight:900;display:flex}.cw-msg-body{max-width:75%}.cw-msg-text{word-break:break-word;border-radius:16px;padding:10px 14px;font-size:13.5px;line-height:1.45}.cw-msg--admin .cw-msg-text{color:#1e3a5f;background:#fff;border-bottom-left-radius:4px;box-shadow:0 1px 4px #1e3a5f14}.cw-msg--visitor .cw-msg-text{color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6);border-bottom-right-radius:4px}.cw-msg-time{color:#94a3b8;margin-top:4px;padding:0 4px;font-size:10.5px}.cw-msg--visitor .cw-msg-time{text-align:right}.cw-composer{background:#fff;border-top:1px solid #e2e8f0;align-items:center;gap:8px;padding:12px 14px;display:flex}.cw-composer-input{color:#1e3a5f;background:#f8fbff;border:1.5px solid #e2e8f0;border-radius:24px;outline:none;flex:1;padding:10px 14px;font-size:13.5px;transition:border-color .15s}.cw-composer-input:focus{background:#fff;border-color:#2563eb}.cw-composer-input::placeholder{color:#94a3b8}.cw-composer-send{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#38bdf8);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:opacity .15s,transform .15s;display:flex}.cw-composer-send:hover:not(:disabled){opacity:.88;transform:scale(1.06)}.cw-composer-send:disabled{opacity:.4;cursor:not-allowed}.cw-powered{text-align:center;color:#94a3b8;background:#fff;border-top:1px solid #f1f5f9;padding:8px;font-size:11px}@media (max-width:480px){.cw-widget{width:auto;bottom:88px;left:12px;right:12px}.cw-bubble{bottom:20px;right:16px}}
