:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#121212;--foreground:#ededed}}body,html{scroll-behavior:smooth;max-width:100vw;height:100%;width:100%;margin:0;background:var(--background)}body{color:var(--foreground);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.loader{background:var(--background);color:var(--foreground);display:flex;align-items:center;justify-content:center;height:100vh;width:100vw}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:focus-visible{outline:2px solid var(--foreground);outline-offset:2px}.chatWindow{--cb-bg:rgba(255,255,255,0.98);--cb-border:rgba(27,94,32,0.2);--cb-text-main:#1b5e20;--cb-text-secondary:#333333;--cb-text-privacy:#000000;--cb-text-cancel:#444444;--cb-input-bg:rgba(27,94,32,0.06);--cb-form-bg:rgba(27,94,32,0.03);--cb-bubble-bot-bg:#f1f8e9;--cb-bubble-bot-text:#1b5e20}@media (prefers-color-scheme:dark){.chatWindow{--cb-bg:rgba(18,18,18,0.95);--cb-border:rgba(129,199,132,0.25);--cb-text-main:#a5d6a7;--cb-text-secondary:rgba(255,255,255,0.7);--cb-text-privacy:rgba(255,255,255,0.45);--cb-text-cancel:rgba(255,255,255,0.6);--cb-input-bg:rgba(255,255,255,0.06);--cb-form-bg:rgba(255,255,255,0.04);--cb-bubble-bot-bg:rgba(255,255,255,0.07);--cb-bubble-bot-text:#e8f5e9}}.chatbotToggle{position:fixed;bottom:24px;right:24px;z-index:1000;width:58px;height:58px;border-radius:50%;background:linear-gradient(135deg,#2e7d32,#1b5e20);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(27,94,32,.5);transition:transform .25s cubic-bezier(.34,1.56,.64,1);animation:chatbotPulse 3s infinite}.chatbotToggle:hover{transform:scale(1.1)}.chatWindow{position:fixed;bottom:96px;right:24px;z-index:999;width:370px;max-height:560px;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;background:var(--cb-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--cb-border);box-shadow:0 24px 60px rgba(0,0,0,.15);transform-origin:bottom right}.chatHeader{gap:12px;padding:16px 18px;background:linear-gradient(135deg,#1b5e20,#2e7d32);color:#fff}.chatHeader,.chatHeaderAvatar{display:flex;align-items:center}.chatHeaderAvatar{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.15);justify-content:center}.chatHeaderTitle{font-size:14px;font-weight:700}.chatHeaderStatus{display:flex;align-items:center;gap:5px;font-size:11px;opacity:.8}.statusDot{width:7px;height:7px;background:#69f0ae;border-radius:50%}.chatCloseBtn{background:rgba(255,255,255,.12);border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;margin-left:auto}.chatMessages{flex:1 1;overflow-y:auto;padding:16px 14px;display:flex;flex-direction:column;gap:12px}.messageAvatar{width:28px;height:28px;flex-shrink:0;border-radius:50%;overflow:hidden;border:1px solid var(--cb-border)}.message{display:flex;align-items:flex-end;gap:8px;max-width:88%}.message.user{align-self:flex-end;flex-direction:row-reverse}.message.bot{align-self:flex-start}.messageBubble{padding:10px 14px;border-radius:18px;font-size:13.5px;line-height:1.5}.message.bot .messageBubble{background:var(--cb-bubble-bot-bg);border:1px solid var(--cb-border);color:var(--cb-bubble-bot-text);border-bottom-left-radius:4px}.message.user .messageBubble{background:linear-gradient(135deg,#2e7d32,#1b5e20);color:#fff;border-bottom-right-radius:4px}.contactForm{padding:16px;margin:10px 14px;border-radius:12px;background:var(--cb-form-bg)!important;border:1px solid var(--cb-border);display:flex;flex-direction:column;gap:12px}.contactFormTitle{font-size:14px;font-weight:700;color:var(--cb-text-main)}.contactField{display:flex;flex-direction:column;gap:5px}.contactField label{font-size:11px;color:var(--cb-text-secondary);font-weight:600;text-transform:uppercase}.contactField input,.contactField textarea{background:#fff!important;border:1px solid #ccc!important;border-radius:8px;padding:10px 12px!important;color:#000!important;font-size:13px!important;outline:none;width:100%!important}@media (prefers-color-scheme:dark){.contactField input,.contactField textarea{background:rgba(255,255,255,.06)!important;border-color:rgba(255,255,255,.1)!important;color:#000000!important}}.privacyNotice{font-size:11px;color:var(--cb-text-privacy);font-weight:600;font-style:italic;margin:8px 0}.contactSubmitBtn{background:linear-gradient(135deg,#2e7d32,#1b5e20)!important;color:#fff!important;border:none!important;border-radius:8px!important;padding:10px 16px!important}.contactCancelBtn,.contactSubmitBtn{font-size:13px!important;font-weight:600!important;cursor:pointer}.contactCancelBtn{background:transparent!important;border:none!important;color:var(--cb-text-cancel)!important;padding:4px 8px!important}.chatInputArea{display:flex;align-items:flex-end;gap:8px;padding:12px 14px;background:rgba(0,0,0,.03);border-top:1px solid var(--cb-border)}.chatInput{flex:1 1;background:var(--cb-input-bg);border:1px solid var(--cb-border);border-radius:14px;color:var(--cb-bubble-bot-text);font-size:13.5px;padding:10px 14px;outline:none;resize:none;max-height:100px}.chatSendBtn{background:linear-gradient(135deg,#2e7d32,#1b5e20);color:#fff;border:none;width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s;flex-shrink:0}.chatSendBtn:hover:not(:disabled){transform:scale(1.05)}.chatSendBtn:disabled{opacity:.5;cursor:not-allowed;background:#ccc}.typingIndicator{display:flex;align-items:center;gap:8px;padding:4px 0}.typingDots{display:flex;gap:4px;background:var(--cb-bubble-bot-bg);padding:10px 14px;border-radius:18px;border-bottom-left-radius:4px;border:1px solid var(--cb-border)}.typingDots span{width:6px;height:6px;background:var(--cb-text-main);border-radius:50%;animation:typingAnimation 1.4s ease-in-out infinite both;opacity:.4}.typingDots span:first-child{animation-delay:-.32s}.typingDots span:nth-child(2){animation-delay:-.16s}@keyframes typingAnimation{0%,80%,to{transform:scale(0)}40%{transform:scale(1);opacity:1}}.quickSuggestions{display:flex;flex-wrap:wrap;gap:8px;padding:12px 14px;background:transparent}.quickSuggestionBtn{background:#fff;border:1px solid #2e7d32;color:#2e7d32;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}.quickSuggestionBtn:hover{background:#2e7d32;color:#fff}@media (prefers-color-scheme:dark){.quickSuggestionBtn{background:rgba(255,255,255,.05);border-color:#a5d6a7;color:#a5d6a7}.quickSuggestionBtn:hover{background:#a5d6a7;color:#1b5e20}}.escalateBtn{display:flex;align-items:center;justify-content:center;gap:6px;margin:0 14px 10px;padding:8px;background:var(--cb-form-bg);border:1px dashed var(--cb-border);border-radius:10px;color:var(--cb-text-main);font-size:12px;font-weight:600;cursor:pointer;transition:background .2s}.escalateBtn:hover{background:var(--cb-bubble-bot-bg)}.notifBadge{position:absolute;top:0;right:0;width:14px;height:14px;background:#ff5252;border:2px solid #fff;border-radius:50%}@keyframes chatbotPulse{0%{box-shadow:0 4px 20px rgba(27,94,32,.5),0 0 0 0 rgba(27,94,32,.4)}70%{box-shadow:0 4px 20px rgba(27,94,32,.5),0 0 0 12px rgba(27,94,32,0)}to{box-shadow:0 4px 20px rgba(27,94,32,.5),0 0 0 0 rgba(27,94,32,0)}}@media (max-width:480px){.chatWindow{right:0;left:0;bottom:0;width:100%;max-height:85dvh;border-radius:20px 20px 0 0;border:none}}.cookieNotice_popup__HcxP8{position:fixed;bottom:2rem;left:2rem;z-index:1000;max-width:400px;background:rgba(255,255,255,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:1rem 1.5rem;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.3);pointer-events:none}.cookieNotice_content__LWkuS{display:flex;align-items:center;gap:1rem}.cookieNotice_icon__Darmc{font-size:1.5rem;flex-shrink:0}.cookieNotice_text__q6h2H{margin:0;font-size:.95rem;color:#1b5e20;font-weight:500;line-height:1.4}@media (max-width:768px){.cookieNotice_popup__HcxP8{left:1rem;right:1rem;bottom:5rem;max-width:none}}@media (prefers-color-scheme:dark){.cookieNotice_popup__HcxP8{background:rgba(30,30,30,.8);border:1px solid rgba(255,255,255,.1)}.cookieNotice_text__q6h2H{color:#e0e0e0}}.navbar_navbar__sR_j8{position:fixed;top:0;left:0;width:100%;background:linear-gradient(135deg,#e7f5e9,#ffffff);border-bottom:1px solid #c8e6c9;color:var(--foreground);box-shadow:0 2px 6px rgba(0,60,32,.08),0 6px 12px rgba(0,60,32,.12);z-index:1000}.navbar_navContent__lRge0{max-width:1300px;margin:0 auto;padding:.5rem 0;display:flex;justify-content:space-between;align-items:center}.navbar_logoContainer__5drUJ{display:flex;align-items:center;margin-left:0}.navbar_logoImage__C59dj{height:45px;margin-right:1.5rem}.navbar_logoText__6VjVu{font-size:1.5rem;font-weight:700;letter-spacing:.5px;color:#121212}.navbar_hamburger__FPFrs{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;color:#1b5e20}.navbar_navLinks___IHzt{list-style:none;display:flex;gap:1.5rem}.navbar_navLinks___IHzt a{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;color:#121212;transition:color .3s ease}.navbar_navLinks___IHzt a:hover{color:#2e7d32;text-decoration:underline}@media (max-width:768px){.navbar_hamburger__FPFrs{display:block;font-size:2.5rem}.navbar_menuContainer__s_Ipw{position:absolute;top:100%;left:0;width:100%;background:linear-gradient(135deg,#e7f5e9,#ffffff);border-bottom:1px solid #c8e6c9;border-top:1px solid rgba(0,0,0,.1);display:none;padding-bottom:1rem}.navbar_menuContainer__s_Ipw.navbar_active__d11O2{display:block}.navbar_navLinks___IHzt{flex-direction:column;padding:1rem}.navbar_navLinks___IHzt li{padding:.5rem 0}.navbar_logoText__6VjVu{font-size:1.2rem}}@media (prefers-color-scheme:dark){.navbar_navbar__sR_j8{background:linear-gradient(135deg,#1c1c1c,#121212);border-bottom:1px solid #333;box-shadow:0 2px 6px rgba(0,0,0,.5),0 6px 12px rgba(0,0,0,.6);color:#e0e0e0}.navbar_navLinks___IHzt a{color:#e0e0e0}.navbar_navLinks___IHzt a:hover{color:#ffffff}.navbar_hamburger__FPFrs,.navbar_logoText__6VjVu{color:#e0e0e0}.navbar_menuContainer__s_Ipw{background:#151515}}