.chat-widget-shell{position:fixed;right:1.25rem;bottom:1.25rem;z-index:1400;display:flex;flex-direction:column;align-items:flex-end;gap:.9rem;pointer-events:none}.chat-widget-shell>*{pointer-events:auto}.chat-launcher{align-self:flex-end;width:64px;height:64px;border:none;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#0f2a25;background:linear-gradient(135deg,#c9e56a,#9bd7c0);box-shadow:0 18px 40px rgba(4,14,12,.35);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.chat-launcher:hover{transform:translateY(-2px);box-shadow:0 24px 46px rgba(4,14,12,.42)}.chat-panel{align-self:flex-end;width:min(380px,calc(100vw - 1.5rem));max-height:min(760px,calc(100dvh - 1.5rem));border-radius:24px;overflow-x:hidden;overflow-y:auto;border:1px solid rgba(201,229,106,.16);background:linear-gradient(180deg,rgba(12,29,25,.97),rgba(9,20,18,.98));box-shadow:0 24px 70px rgba(0,0,0,.45),inset 0 1px 0 rgba(255,255,255,.04);backdrop-filter:blur(22px);overscroll-behavior:contain}.chat-panel-header{position:relative;display:flex;align-items:center;gap:.85rem;padding:1.1rem 1.1rem 1rem;background:radial-gradient(circle at 78% 18%,rgba(201,229,106,.3),transparent 24%),radial-gradient(circle at 22% -4%,rgba(155,215,192,.2),transparent 28%),linear-gradient(135deg,#17362f,#0f2a25 54%,#091613);border-bottom:1px solid rgba(255,255,255,.07)}.chat-brand-mark{width:44px;height:44px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.94);color:#0f2a25;font-family:var(--font-heading);font-size:1.15rem;font-weight:700;box-shadow:0 8px 22px rgba(0,0,0,.2)}.chat-panel-copy{flex:1;display:flex;flex-direction:column;gap:.2rem}.chat-panel-copy strong{color:#ffffff;font-size:1rem;font-family:var(--font-heading)}.chat-panel-copy span{color:rgba(255,255,255,.72);font-size:.82rem;line-height:1.45}.chat-close{width:38px;height:38px;border:none;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:rgba(255,255,255,.9);background:rgba(255,255,255,.1);cursor:pointer}.chat-status-bar{display:flex;align-items:center;gap:.45rem;padding:.75rem 1.1rem;background:rgba(201,229,106,.08);color:rgba(255,255,255,.78);font-size:.78rem;border-bottom:1px solid rgba(255,255,255,.05)}.chat-status-dot{width:9px;height:9px;border-radius:50%;flex:0 0 auto}.chat-status-dot.open{background:#c9e56a;box-shadow:0 0 0 6px rgba(201,229,106,.14)}.chat-status-dot.closed{background:#9bd7c0;box-shadow:0 0 0 6px rgba(155,215,192,.1)}.chat-status-time{margin-left:auto;color:rgba(255,255,255,.5)}.chat-messages{height:360px;overflow-y:auto;overflow-x:hidden;padding:1rem;display:flex;flex-direction:column;gap:.85rem;background:radial-gradient(circle at top,rgba(201,229,106,.04),transparent 32%),linear-gradient(180deg,rgba(10,22,19,.96),rgba(7,15,13,.98));scrollbar-width:thin;scrollbar-color:rgba(201,229,106,.45) transparent}.chat-messages::-webkit-scrollbar{width:8px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background:rgba(201,229,106,.35);border-radius:999px}.chat-messages::-webkit-scrollbar-thumb:hover{background:rgba(201,229,106,.5)}.chat-message-row{display:flex;flex-direction:column;gap:.35rem;max-width:88%}.chat-message-row.user{align-self:flex-end;align-items:flex-end}.chat-message-row.assistant{align-self:flex-start;align-items:flex-start}.chat-bubble{border-radius:18px;padding:.85rem .95rem;line-height:1.5;font-size:.92rem;max-width:100%}.chat-bubble p{margin:0}.chat-bubble.user{color:#0f2a25;background:linear-gradient(135deg,#c9e56a,#9bd7c0);box-shadow:0 10px 24px rgba(201,229,106,.15)}.chat-bubble.assistant{color:rgba(255,255,255,.92);background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.06)}.chat-sender-label{display:block;font-size:.7rem;font-weight:600;color:#c9e56a;margin-bottom:.3rem;letter-spacing:.01em}.chat-time{color:rgba(255,255,255,.38);font-size:.72rem;padding:0 .15rem}.chat-actions{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.75rem}.chat-sources{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.7rem}.chat-source-link{color:rgba(201,229,106,.92);font-size:.72rem;text-decoration:none;border-bottom:1px solid rgba(201,229,106,.35)}.chat-source-link:hover{color:#eff8c8;border-bottom-color:rgba(201,229,106,.7)}.chat-action-link{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:.55rem .8rem;border:none;border-radius:999px;cursor:pointer;font-size:.78rem;font-weight:600;text-decoration:none;transition:transform .2s ease,border-color .2s ease,background .2s ease}.chat-action-link.primary{background:linear-gradient(135deg,#c9e56a,#9bd7c0);color:#0f2a25}.chat-action-link.secondary{border:1px solid rgba(201,229,106,.35);background:rgba(201,229,106,.07);color:#eff8c8}.chat-action-link:hover{transform:translateY(-1px)}.chat-bubble.typing{display:inline-flex;align-items:center;gap:.35rem}.chat-bubble.typing span{width:8px;height:8px;border-radius:50%;background:rgba(201,229,106,.85);animation:chatTyping 1s ease-in-out infinite}.chat-bubble.typing span:nth-child(2){animation-delay:.12s}.chat-bubble.typing span:nth-child(3){animation-delay:.24s}.chat-quick-replies{display:flex;flex-wrap:wrap;gap:.55rem;overflow:hidden;padding:.85rem 1rem .75rem;background:rgba(7,15,13,.96)}.chat-chip{border:1px solid rgba(201,229,106,.22);border-radius:999px;background:rgba(201,229,106,.08);color:rgba(255,255,255,.88);padding:.6rem .82rem;font-size:.78rem;white-space:nowrap;cursor:pointer;transition:border-color .2s ease,transform .2s ease}.chat-chip:hover{border-color:rgba(201,229,106,.45);transform:translateY(-1px)}.chat-chip-accent{border-color:rgba(201,229,106,.48);background:rgba(201,229,106,.16);color:#eff8c8}.chat-lead-panel{padding:.95rem 1rem 1rem;background:rgba(6,13,12,.98);border-top:1px solid rgba(255,255,255,.05)}.chat-lead-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.8rem}.chat-lead-header strong{font-family:var(--font-heading);font-size:.95rem;color:#ffffff}.chat-lead-close{width:32px;height:32px;border:none;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:rgba(255,255,255,.84);background:rgba(255,255,255,.08);cursor:pointer}.chat-lead-form{display:flex;flex-direction:column;gap:.7rem}.chat-lead-form input,.chat-lead-form select,.chat-lead-form textarea{width:100%;min-width:0;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.04);color:#ffffff;padding:.82rem .95rem;font-size:.88rem;outline:none}.chat-lead-form select option{color:#0f1f1c}.chat-lead-form textarea{resize:vertical;min-height:90px}.chat-lead-form input::-moz-placeholder,.chat-lead-form textarea::-moz-placeholder{color:rgba(255,255,255,.42)}.chat-lead-form input::placeholder,.chat-lead-form textarea::placeholder{color:rgba(255,255,255,.42)}.chat-lead-form input:focus,.chat-lead-form select:focus,.chat-lead-form textarea:focus{border-color:rgba(201,229,106,.45);box-shadow:0 0 0 3px rgba(201,229,106,.1)}.chat-lead-grid{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}.chat-lead-error{margin:0;font-size:.8rem;color:#ffb4b4}.chat-lead-submit{border:none;border-radius:999px;padding:.9rem 1rem;font-size:.9rem;font-weight:700;color:#0f2a25;background:linear-gradient(135deg,#c9e56a,#9bd7c0);cursor:pointer}.chat-lead-submit:disabled{opacity:.7;cursor:wait}.chat-composer{display:grid;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;gap:.7rem;padding:.95rem 1rem 1rem;background:rgba(6,13,12,.98);border-top:1px solid rgba(255,255,255,.05);overflow:hidden}.chat-call-button,.chat-send-button{width:42px;height:42px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.chat-call-button{background:rgba(255,255,255,.08);color:rgba(255,255,255,.88);text-decoration:none}.chat-send-button{border:none;cursor:pointer;color:#0f2a25;background:linear-gradient(135deg,#c9e56a,#9bd7c0)}.chat-composer input{width:100%;min-width:0;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:rgba(255,255,255,.04);color:#ffffff;padding:.85rem 1rem;font-size:.9rem;outline:none}.chat-composer input::-moz-placeholder{color:rgba(255,255,255,.42)}.chat-composer input::placeholder{color:rgba(255,255,255,.42)}.chat-composer input:focus{border-color:rgba(201,229,106,.45);box-shadow:0 0 0 3px rgba(201,229,106,.1)}.chat-waiting-bubble{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.chat-waiting-dot{width:7px;height:7px;border-radius:50%;background:rgba(201,229,106,.7);animation:chatTyping 1s ease-in-out infinite;flex:0 0 auto}.chat-waiting-dot:nth-child(2){animation-delay:.12s}.chat-waiting-dot:nth-child(3){animation-delay:.24s}.chat-waiting-label{font-size:.82rem;color:rgba(255,255,255,.65);margin-left:.2rem}.chat-status-icon-live{color:#c9e56a;flex:0 0 auto}@keyframes chatTyping{0%,80%,to{transform:translateY(0);opacity:.5}40%{transform:translateY(-3px);opacity:1}}@media (max-width:640px){.chat-widget-shell{left:.75rem;right:.75rem;bottom:.75rem;align-items:stretch}.chat-launcher{width:54px;height:54px;align-self:flex-end}.chat-panel{width:100%;max-width:100%;max-height:min(420px,52dvh);border-radius:18px}.chat-messages{height:min(190px,24dvh)}.chat-composer input,.chat-lead-form input,.chat-lead-form select,.chat-lead-form textarea{font-size:16px}.chat-lead-grid{grid-template-columns:1fr}}.footer{background:#0f1f1b;border-top:1px solid rgba(255,255,255,.08);padding:3rem 1.5rem 1.5rem;color:rgba(255,255,255,.75)}.footer-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2.5rem}.footer-title{font-size:.95rem;font-weight:600;color:#ffffff;margin-bottom:.75rem}.footer-text{font-size:.875rem;line-height:1.5}.footer-subtext{font-size:.8rem;opacity:.7;margin-top:.25rem}.footer-link{display:block;font-size:.875rem;color:rgba(255,255,255,.75);text-decoration:none;margin-bottom:.4rem}.footer-link a{color:#c9e56a;text-decoration:none;transition:color .2s ease}.footer-link a:hover{color:#e5ff9c;text-decoration:underline}.footer-bottom{margin-top:2.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08);text-align:center;font-size:.75rem;color:rgba(255,255,255,.5)}.payment-logos{display:flex;gap:12px;margin-top:8px}.payment-logos img{height:28px;width:auto;opacity:.85}.footer a:hover{color:#ffffff}.footer-logo{margin-top:1rem;width:120px;height:48px;background-image:url(/footer-logo2.svg);background-repeat:no-repeat;background-position:50%;background-size:100%}.nav-wrapper{position:relative;z-index:10;padding:2rem 0;background:linear-gradient(180deg,#0f2a25,#0b1f1b)}.nav-pill{max-width:1200px;width:calc(100% - 1.5rem);margin:0 auto;padding:.7rem 1.5rem;justify-content:space-between;background:rgba(20,55,48,.9);border-radius:999px;backdrop-filter:blur(10px);box-shadow:0 12px 30px rgba(0,0,0,.25)}.nav-brand,.nav-pill{display:flex;align-items:center}.nav-brand{gap:.5rem;font-weight:600;color:white}.brand-icon{width:28px;height:28px;border-radius:50%;background:url(/nav-logo.svg) 50%/90% no-repeat}.nav-links{display:flex;gap:1.25rem}.nav-links a{color:rgba(255,255,255,.75);text-decoration:none;font-size:.83rem}.nav-cta,.nav-links a:hover{color:#ffffff}.nav-cta{display:inline-flex;align-items:center;justify-content:center;padding:.4rem 1.1rem;border-radius:999px;border:1px solid rgba(255,255,255,.4);background:transparent;font-size:.85rem;text-decoration:none;cursor:pointer}.nav-cta:hover{background:rgba(255,255,255,.1)}.nav-cta.primary{background:linear-gradient(135deg,#c9e56a,#9bd34d);color:#0f2a25;border:none;padding:.55rem 1.3rem;font-weight:700;box-shadow:0 8px 26px rgba(201,229,106,.25);transition:transform .16s ease,box-shadow .16s ease}.nav-cta.primary:hover{transform:translateY(-2px);box-shadow:0 14px 36px rgba(201,229,106,.35)}.desktop-only{display:inline-block}.hamburger{display:none;background:none;border:none;font-size:1.5rem;color:white;cursor:pointer;position:relative;z-index:1001;padding:.3rem .5rem}.drawer-links .nav-link,.nav-links .nav-link{position:relative;text-decoration:none}.drawer-links .nav-link.active:after,.nav-links .nav-link.active:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:3px;background:#c9e56a;border-radius:999px}.mobile-drawer{display:none;pointer-events:none;position:fixed;inset:0;right:-100%;width:100%;height:100vh;background:rgba(10,25,22,.65);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);padding:1.75rem;flex-direction:column;gap:2rem;max-width:100vw;overflow-x:hidden;transition:right .35s ease;z-index:1500}.mobile-drawer.open{right:0}.close-drawer{background:none;border:none;color:white;font-size:1.8rem;align-self:flex-end;cursor:pointer;position:fixed;top:1rem;right:1rem;z-index:1600;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:rgba(0,0,0,.35);backdrop-filter:blur(6px)}.drawer-links{display:flex;flex-direction:column;gap:1.4rem}.drawer-links a{font-size:1.1rem;font-weight:500;color:rgba(255,255,255,.9);text-decoration:none}.drawer-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.drawer-cta{display:block;text-align:center;padding:.85rem 1rem;border-radius:999px;font-weight:600;font-size:.95rem;text-decoration:none}.drawer-cta.primary{background:linear-gradient(135deg,#c9e56a,#9bd34d);color:#0f2a25;box-shadow:0 12px 35px rgba(201,229,106,.35)}.drawer-cta.secondary{border:1px solid rgba(255,255,255,.35);color:white;background:transparent}@media (max-width:1024px){.desktop-only,.nav-links{display:none}.hamburger{display:block}.mobile-drawer.open{display:flex;pointer-events:auto}}.scroll-top-btn{position:fixed;right:6.2rem;bottom:1.25rem;width:64px;height:64px;border-radius:50%;border:none;background:#c9e56a;color:#0f2a25;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 28px rgba(0,0,0,.35);opacity:0;pointer-events:none;transform:translateY(10px) scale(.95);transition:opacity .25s ease,transform .25s ease,box-shadow .2s ease;z-index:1000}.scroll-top-btn.show{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.scroll-top-btn:hover{box-shadow:0 14px 36px rgba(0,0,0,.45)}@media (max-width:600px){.scroll-top-btn{width:64px;height:64px;right:5.5rem;bottom:.75rem}}