@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";
:root{--primary:#0f1e2e;--primary-light:#1f3447;--green:#6e8b5e;--green-light:#8faf7a;--green-dark:#4e6b4f;--white:#fff;--gray-50:#f8f9fa;--gray-100:#f0f2f5;--gray-200:#e4e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-700:#374151;--shadow-sm:0 1px 8px #0f1e2e0a;--shadow:0 2px 16px #0f1e2e12;--shadow-lg:0 8px 32px #0f1e2e1f;--shadow-primary:0 4px 24px #0f1e2e0f;--radius:12px;--radius-lg:16px;--transition:all .3s cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:80px}body{color:var(--gray-700);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.7;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:100px 0}.text-gradient{background:linear-gradient(135deg, var(--green-dark), var(--green-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.section-tag{color:var(--green);letter-spacing:1.5px;text-transform:uppercase;background:#6e8b5e14;border-radius:50px;margin-bottom:14px;padding:6px 18px;font-size:.78rem;font-weight:600;display:inline-block}.section-header{text-align:center;max-width:640px;margin:0 auto 64px}.section-header h2{color:var(--primary);letter-spacing:-.5px;margin-bottom:14px;font-size:2.4rem;font-weight:800}.section-header p{color:var(--gray-500);font-size:1.05rem;line-height:1.7}.btn{transition:var(--transition);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:14px 32px;font-family:inherit;font-size:.95rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--green);color:var(--white)}.btn-primary:hover{background:var(--green-dark);transform:translateY(-2px);box-shadow:0 8px 24px #6e8b5e4d}.btn-secondary{background:var(--primary);color:var(--white)}.btn-secondary:hover{background:var(--primary-light);transform:translateY(-2px)}.btn-outline{border:2px solid var(--gray-300);color:var(--primary);background:0 0}.btn-outline:hover{border-color:var(--primary);background:#0f1e2e08;transform:translateY(-2px)}.btn-outline-light{color:var(--white);background:0 0;border:2px solid #ffffff4d}.btn-outline-light:hover{border-color:var(--white);background:#ffffff1a}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.fade-up{opacity:0;transition:all .6s cubic-bezier(.4,0,.2,1);transform:translateY(30px)}.fade-up.visible{opacity:1;transform:translateY(0)}@media (max-width:768px){.section{padding:64px 0}.section-header h2{font-size:1.8rem}.section-header{margin-bottom:40px}.container{padding:0 16px}}@media (max-width:480px){.btn{gap:5px;padding:10px 16px;font-size:.78rem}}
.LanguageSwitcher-module__kcAi4G__wrapper{z-index:1001;position:relative}.LanguageSwitcher-module__kcAi4G__trigger{border:1.5px solid var(--gray-200);background:var(--white);cursor:pointer;color:var(--gray-700);border-radius:50px;align-items:center;gap:6px;padding:8px 14px;font-size:.82rem;font-weight:600;transition:all .25s;display:flex;box-shadow:0 1px 4px #0000000a}.LanguageSwitcher-module__kcAi4G__trigger:hover{border-color:var(--green);box-shadow:0 2px 12px #6e8b5e1f}.LanguageSwitcher-module__kcAi4G__icon{color:var(--green);flex-shrink:0}.LanguageSwitcher-module__kcAi4G__shortLabel{letter-spacing:.02em;font-weight:600}.LanguageSwitcher-module__kcAi4G__chevron{color:var(--gray-500);margin-left:2px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.LanguageSwitcher-module__kcAi4G__chevronOpen{transform:rotate(180deg)}.LanguageSwitcher-module__kcAi4G__dropdown{background:var(--white);border:1px solid var(--gray-200);opacity:0;visibility:hidden;pointer-events:none;border-radius:14px;min-width:180px;padding:6px;transition:all .25s cubic-bezier(.4,0,.2,1);position:absolute;top:calc(100% + 8px);right:0;transform:translateY(-8px)scale(.97);box-shadow:0 12px 40px #0f1e2e1f,0 2px 8px #0f1e2e0f}.LanguageSwitcher-module__kcAi4G__dropdownOpen{opacity:1;visibility:visible;pointer-events:all;transform:translateY(0)scale(1)}.LanguageSwitcher-module__kcAi4G__option{cursor:pointer;width:100%;color:var(--gray-700);text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;padding:11px 14px;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.LanguageSwitcher-module__kcAi4G__option:hover{background:#6e8b5e0f}.LanguageSwitcher-module__kcAi4G__active{background:linear-gradient(135deg, var(--green), var(--green-dark));font-weight:600;color:var(--white)!important}.LanguageSwitcher-module__kcAi4G__active:hover{background:linear-gradient(135deg, var(--green), var(--green-dark))}.LanguageSwitcher-module__kcAi4G__optionShort{color:inherit;opacity:.7;min-width:22px;font-size:.75rem;font-weight:700}.LanguageSwitcher-module__kcAi4G__optionLabel{flex:1}.LanguageSwitcher-module__kcAi4G__check{color:var(--white);flex-shrink:0;margin-left:auto}@media (max-width:900px){.LanguageSwitcher-module__kcAi4G__wrapper{z-index:1001}.LanguageSwitcher-module__kcAi4G__trigger{padding:7px 12px;font-size:.78rem}.LanguageSwitcher-module__kcAi4G__dropdown{min-width:160px;right:-8px}}
.Navbar-module__cJzEcG__topBar{background:var(--primary);color:#ffffffb3;padding:8px 0;font-size:.78rem}.Navbar-module__cJzEcG__topBarInner{justify-content:space-between;align-items:center;display:flex}.Navbar-module__cJzEcG__topBarLinks{gap:24px;display:flex}.Navbar-module__cJzEcG__topBarLinks a{color:#fffc;transition:var(--transition)}.Navbar-module__cJzEcG__topBarLinks a:hover{color:var(--green-light)}.Navbar-module__cJzEcG__navbar{z-index:1000;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--gray-200);transition:var(--transition);background:#fffffff2;position:sticky;top:0}.Navbar-module__cJzEcG__scrolled{box-shadow:var(--shadow)}.Navbar-module__cJzEcG__navInner{justify-content:space-between;align-items:center;height:72px;display:flex}.Navbar-module__cJzEcG__logo img{width:auto;height:65px}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:4px;display:flex}.Navbar-module__cJzEcG__navLinks a{color:var(--gray-700);transition:var(--transition);border-radius:8px;padding:8px 16px;font-size:.9rem;font-weight:500}.Navbar-module__cJzEcG__navLinks a:hover,.Navbar-module__cJzEcG__activeLink{background:#6e8b5e0f;color:var(--green)!important}.Navbar-module__cJzEcG__navRight{align-items:center;gap:12px;display:flex}.Navbar-module__cJzEcG__desktopCta{background:var(--green);color:var(--white);transition:var(--transition);border-radius:8px;padding:10px 28px;font-size:.88rem;font-weight:600}.Navbar-module__cJzEcG__desktopCta:hover{background:var(--green-dark);transform:translateY(-1px);box-shadow:0 4px 16px #6e8b5e40}.Navbar-module__cJzEcG__mobileCta{display:none}.Navbar-module__cJzEcG__mobileToggle{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:background .25s;display:none}.Navbar-module__cJzEcG__mobileToggle:hover{background:#6e8b5e14}.Navbar-module__cJzEcG__mobileToggle:active{background:#6e8b5e24}.Navbar-module__cJzEcG__mobileToggle span{background:var(--primary);border-radius:2px;width:22px;height:2px;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .25s;display:block;position:absolute}.Navbar-module__cJzEcG__mobileToggle span:first-child{transform:translateY(-7px)}.Navbar-module__cJzEcG__mobileToggle span:nth-child(2){transform:translateY(0)}.Navbar-module__cJzEcG__mobileToggle span:nth-child(3){transform:translateY(7px)}.Navbar-module__cJzEcG__mobileToggle.Navbar-module__cJzEcG__open span:first-child{transform:rotate(45deg)translateY(0)}.Navbar-module__cJzEcG__mobileToggle.Navbar-module__cJzEcG__open span:nth-child(2){opacity:0;transform:scaleX(0)}.Navbar-module__cJzEcG__mobileToggle.Navbar-module__cJzEcG__open span:nth-child(3){transform:rotate(-45deg)translateY(0)}@media (max-width:900px){.Navbar-module__cJzEcG__topBar{display:none}.Navbar-module__cJzEcG__navLinks{-webkit-backdrop-filter:blur(20px);opacity:0;border-radius:var(--radius-lg);max-height:0;box-shadow:none;background:#fffffffc;border:1px solid #0000;flex-direction:column;gap:0;padding:0 8px;transition:max-height .45s cubic-bezier(.4,0,.2,1),opacity .3s,padding .45s cubic-bezier(.4,0,.2,1),border-color .3s,box-shadow .35s;display:flex;position:absolute;top:80px;left:12px;right:12px;overflow:hidden}.Navbar-module__cJzEcG__navLinks.Navbar-module__cJzEcG__active{opacity:1;border-color:var(--gray-200);max-height:520px;padding:12px 8px 16px;box-shadow:0 12px 40px #0f1e2e1f,0 2px 8px #0f1e2e0f}.Navbar-module__cJzEcG__navLinks li{opacity:0;transition:opacity .3s,transform .3s;transform:translateY(-10px)}.Navbar-module__cJzEcG__navLinks.Navbar-module__cJzEcG__active li{opacity:1;transform:translateY(0)}.Navbar-module__cJzEcG__navLinks.Navbar-module__cJzEcG__active li:first-child{transition-delay:60ms}.Navbar-module__cJzEcG__navLinks.Navbar-module__cJzEcG__active li:nth-child(2){transition-delay:90ms}.Navbar-module__cJzEcG__navLinks.Navbar-module__cJzEcG__active li:nth-child(3){transition-delay:.12s}.Navbar-module__cJzEcG__navLinks.Navbar-module__cJzEcG__active li:nth-child(4){transition-delay:.15s}.Navbar-module__cJzEcG__navLinks.Navbar-module__cJzEcG__active li:nth-child(5){transition-delay:.18s}.Navbar-module__cJzEcG__navLinks.Navbar-module__cJzEcG__active li:nth-child(6){transition-delay:.21s}.Navbar-module__cJzEcG__navLinks.Navbar-module__cJzEcG__active li:nth-child(7){transition-delay:.24s}.Navbar-module__cJzEcG__navLinks a{width:100%;color:var(--gray-700);border-radius:10px;align-items:center;padding:13px 16px;font-size:.95rem;font-weight:500;transition:background .2s,color .2s,border-color .2s;display:flex}.Navbar-module__cJzEcG__navLinks a:hover{background:#6e8b5e0f;color:var(--green)!important}.Navbar-module__cJzEcG__navLinks .Navbar-module__cJzEcG__activeLink{font-weight:600;color:var(--green)!important;background:#6e8b5e14!important}.Navbar-module__cJzEcG__mobileCta{border-top:1px solid var(--gray-200);width:100%;margin-top:6px;padding:14px 8px 4px;display:block}.Navbar-module__cJzEcG__mobileCta a{text-align:center;justify-content:center;width:100%;background:var(--green)!important;color:var(--white)!important;border-left:none!important;border-radius:10px!important;padding:14px 24px!important;font-size:.95rem!important;font-weight:600!important;transition:background .25s,transform .25s,box-shadow .25s!important;display:flex!important}.Navbar-module__cJzEcG__mobileCta a:hover{transform:translateY(-1px);box-shadow:0 6px 20px #6e8b5e4d;background:var(--green-dark)!important}.Navbar-module__cJzEcG__navRight .Navbar-module__cJzEcG__desktopCta{display:none}.Navbar-module__cJzEcG__mobileToggle{display:flex;position:relative}}
.Footer-module__S6Hkya__footer{background:var(--white);color:var(--gray-500);border-top:1px solid var(--gray-200);padding:80px 0 0}.Footer-module__S6Hkya__grid{border-bottom:1px solid var(--gray-200);grid-template-columns:1.6fr 1fr 1fr 1fr;gap:48px;padding-bottom:48px;display:grid}.Footer-module__S6Hkya__brand p{margin-top:16px;margin-bottom:24px;font-size:.88rem;line-height:1.8}.Footer-module__S6Hkya__logoImg{width:auto;height:72px}.Footer-module__S6Hkya__socials{gap:10px;display:flex}.Footer-module__S6Hkya__socials a{border:1px solid var(--gray-200);width:38px;height:38px;color:var(--gray-500);transition:var(--transition);border-radius:10px;justify-content:center;align-items:center;font-size:.78rem;font-weight:700;display:flex}.Footer-module__S6Hkya__socials a:hover{background:var(--green);border-color:var(--green);color:var(--white)}.Footer-module__S6Hkya__col h4{color:var(--primary);margin-bottom:24px;font-size:.95rem;font-weight:700}.Footer-module__S6Hkya__col a{transition:var(--transition);padding:5px 0;font-size:.88rem;display:block}.Footer-module__S6Hkya__col a:hover{color:var(--green-light);padding-left:8px}.Footer-module__S6Hkya__bottom{justify-content:space-between;align-items:center;padding:24px 0;font-size:.82rem;display:flex}.Footer-module__S6Hkya__bottomLinks{gap:28px;display:flex}.Footer-module__S6Hkya__bottomLinks a{transition:var(--transition)}.Footer-module__S6Hkya__bottomLinks a:hover{color:var(--green-light)}.Footer-module__S6Hkya__dashLink{letter-spacing:.3px;background:#6e8b5e26;border-radius:50px;padding:4px 14px;font-size:.78rem;font-weight:600;color:var(--green-light)!important}.Footer-module__S6Hkya__dashLink:hover{background:var(--green)!important;color:var(--white)!important}@media (max-width:900px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width:600px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr}.Footer-module__S6Hkya__bottom{text-align:center;flex-direction:column;gap:12px}}
.Preloader-module__-PvIBG__preloader{z-index:9999;background:#0a1420;justify-content:center;align-items:center;transition:opacity .7s cubic-bezier(.4,0,.2,1),visibility .7s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;inset:0;overflow:hidden}.Preloader-module__-PvIBG__preloader.Preloader-module__-PvIBG__fadeOut{opacity:0;visibility:hidden}.Preloader-module__-PvIBG__bgOrbs{pointer-events:none;position:absolute;inset:0}.Preloader-module__-PvIBG__orb1{background:radial-gradient(circle,#6e8b5e26 0%,#0000 70%);border-radius:50%;width:300px;height:300px;animation:6s ease-in-out infinite alternate Preloader-module__-PvIBG__orbFloat;position:absolute;top:-80px;right:-60px}.Preloader-module__-PvIBG__orb2{background:radial-gradient(circle,#8faf7a1a 0%,#0000 70%);border-radius:50%;width:250px;height:250px;animation:5s ease-in-out 1s infinite alternate-reverse Preloader-module__-PvIBG__orbFloat;position:absolute;bottom:-60px;left:-40px}.Preloader-module__-PvIBG__content{z-index:2;flex-direction:column;align-items:center;gap:24px;display:flex;position:relative}.Preloader-module__-PvIBG__logoWrap{justify-content:center;align-items:center;width:110px;height:110px;animation:.9s cubic-bezier(.34,1.56,.64,1) both Preloader-module__-PvIBG__logoEntrance;display:flex;position:relative}.Preloader-module__-PvIBG__glowRing{border:2px solid #6e8b5e4d;border-radius:50%;animation:2s ease-in-out infinite Preloader-module__-PvIBG__ringPulse;position:absolute;inset:0}.Preloader-module__-PvIBG__glowRing:before{content:"";border:1px solid #8faf7a1a;border-radius:50%;animation:2s ease-in-out .4s infinite Preloader-module__-PvIBG__ringPulse;position:absolute;inset:-6px}.Preloader-module__-PvIBG__glowRing:after{content:"";border:1px solid #8faf7a0d;border-radius:50%;animation:2s ease-in-out .8s infinite Preloader-module__-PvIBG__ringPulse;position:absolute;inset:-12px}.Preloader-module__-PvIBG__logo{object-fit:contain;z-index:2;filter:drop-shadow(0 0 20px #6e8b5e66)drop-shadow(0 4px 12px #0000004d);animation:2.5s ease-in-out infinite Preloader-module__-PvIBG__logoPulse;position:relative;width:72px!important;height:72px!important}.Preloader-module__-PvIBG__brand{letter-spacing:2px;opacity:0;font-size:1.7rem;font-weight:700;animation:.7s cubic-bezier(.4,0,.2,1) .4s both Preloader-module__-PvIBG__fadeUp}.Preloader-module__-PvIBG__brandMain{color:#fff}.Preloader-module__-PvIBG__brandAccent{color:#8faf7a}.Preloader-module__-PvIBG__line{background:linear-gradient(90deg,#0000,#6e8b5e,#8faf7a,#6e8b5e,#0000);border-radius:2px;width:0;height:2px;animation:1s cubic-bezier(.4,0,.2,1) .7s both Preloader-module__-PvIBG__lineGrow}@keyframes Preloader-module__-PvIBG__logoEntrance{0%{opacity:0;transform:scale(.5)rotate(-10deg)}to{opacity:1;transform:scale(1)rotate(0)}}@keyframes Preloader-module__-PvIBG__logoPulse{0%,to{filter:drop-shadow(0 0 20px #6e8b5e66)drop-shadow(0 4px 12px #0000004d)}50%{filter:drop-shadow(0 0 30px #6e8b5e99)drop-shadow(0 4px 16px #0006)}}@keyframes Preloader-module__-PvIBG__ringPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.05)}}@keyframes Preloader-module__-PvIBG__fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes Preloader-module__-PvIBG__lineGrow{0%{width:0}to{width:120px}}@keyframes Preloader-module__-PvIBG__orbFloat{0%{transform:translate(0)scale(1)}to{transform:translate(30px,20px)scale(1.1)}}@media (max-width:480px){.Preloader-module__-PvIBG__logoWrap{width:90px;height:90px}.Preloader-module__-PvIBG__logo{width:60px!important;height:60px!important}.Preloader-module__-PvIBG__brand{font-size:1.35rem}.Preloader-module__-PvIBG__orb1{width:200px;height:200px}.Preloader-module__-PvIBG__orb2{width:160px;height:160px}}
.Chatbot-module__DWq8bW__fab{z-index:9999;background:linear-gradient(135deg, #5a7a4a, var(--green), #8aab6e);width:64px;height:64px;color:var(--white);cursor:pointer;border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;transition:all .35s cubic-bezier(.4,0,.2,1);animation:3s ease-in-out infinite Chatbot-module__DWq8bW__fabFloat;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 6px 28px #5a7a4a73,0 2px 8px #0000001f,inset 0 1px #fff3}.Chatbot-module__DWq8bW__fab:hover{transform:scale(1.1)translateY(-2px);box-shadow:0 10px 36px #5a7a4a8c,0 4px 14px #0000002e,inset 0 1px #ffffff40}@keyframes Chatbot-module__DWq8bW__fabFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.Chatbot-module__DWq8bW__fab:hover{animation:none;transform:scale(1.1)translateY(-2px)}.Chatbot-module__DWq8bW__fabOpen{background:var(--gray-700);border-color:#0000;animation:none;transform:rotate(0)}.Chatbot-module__DWq8bW__fabOpen:hover{transform:scale(1.08)}.Chatbot-module__DWq8bW__fabIconWrap{justify-content:center;align-items:center;transition:transform .3s;display:flex}.Chatbot-module__DWq8bW__fabOpen .Chatbot-module__DWq8bW__fabIconWrap{transform:rotate(0)}.Chatbot-module__DWq8bW__fabLabel{background:var(--primary);color:var(--white);letter-spacing:.04em;border:1.5px solid var(--white);pointer-events:none;border-radius:6px;padding:2px 5px;font-size:.55rem;font-weight:800;position:absolute;top:-4px;right:-4px;box-shadow:0 2px 6px #0f1e2e4d}.Chatbot-module__DWq8bW__fabPulse{pointer-events:none;background:#6e8b5e40;border-radius:50%;width:100%;height:100%;animation:2.5s infinite Chatbot-module__DWq8bW__fabPulseAnim;position:absolute}@keyframes Chatbot-module__DWq8bW__fabPulseAnim{0%{opacity:.5;transform:scale(1)}to{opacity:0;transform:scale(1.7)}}.Chatbot-module__DWq8bW__chatWindow{z-index:9998;background:var(--white);opacity:0;visibility:hidden;pointer-events:none;border-radius:20px;flex-direction:column;width:400px;height:560px;max-height:560px;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:100px;right:28px;overflow:hidden;transform:translateY(20px)scale(.95);box-shadow:0 20px 60px #0f1e2e2e,0 4px 16px #0f1e2e14}.Chatbot-module__DWq8bW__chatOpen{opacity:1;visibility:visible;pointer-events:all;transform:translateY(0)scale(1)}.Chatbot-module__DWq8bW__header{background:linear-gradient(135deg, var(--primary), #1a2e3f);color:var(--white);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.Chatbot-module__DWq8bW__headerInfo{align-items:center;gap:12px;display:flex}.Chatbot-module__DWq8bW__headerAvatar{background:#ffffff26;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Chatbot-module__DWq8bW__headerInfo h4{letter-spacing:.01em;margin:0;font-size:.95rem;font-weight:700}.Chatbot-module__DWq8bW__headerStatus{opacity:.8;align-items:center;gap:6px;font-size:.72rem;display:flex}.Chatbot-module__DWq8bW__statusDot{background:#4ade80;border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite Chatbot-module__DWq8bW__statusPulse;box-shadow:0 0 6px #4ade8099}@keyframes Chatbot-module__DWq8bW__statusPulse{0%,to{opacity:1}50%{opacity:.4}}.Chatbot-module__DWq8bW__closeBtn{width:32px;height:32px;color:var(--white);cursor:pointer;background:#ffffff1a;border:none;border-radius:8px;justify-content:center;align-items:center;transition:background .2s;display:flex}.Chatbot-module__DWq8bW__closeBtn:hover{background:#fff3}.Chatbot-module__DWq8bW__messages{scroll-behavior:smooth;background:#f8faf7;flex-direction:column;flex:1;gap:12px;padding:20px 16px;display:flex;overflow-y:auto}.Chatbot-module__DWq8bW__messages::-webkit-scrollbar{width:4px}.Chatbot-module__DWq8bW__messages::-webkit-scrollbar-track{background:0 0}.Chatbot-module__DWq8bW__messages::-webkit-scrollbar-thumb{background:#6e8b5e33;border-radius:4px}.Chatbot-module__DWq8bW__msgRow{gap:8px;max-width:88%;animation:.3s ease-out Chatbot-module__DWq8bW__msgSlideIn;display:flex}@keyframes Chatbot-module__DWq8bW__msgSlideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.Chatbot-module__DWq8bW__msgBot{align-self:flex-start}.Chatbot-module__DWq8bW__msgUser{flex-direction:row-reverse;align-self:flex-end}.Chatbot-module__DWq8bW__msgAvatar{background:linear-gradient(135deg, var(--green), var(--green-dark));width:28px;min-width:28px;height:28px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin-top:2px;display:flex}.Chatbot-module__DWq8bW__msgBubble{word-break:break-word;border-radius:16px;padding:10px 14px;font-size:.85rem;line-height:1.5}.Chatbot-module__DWq8bW__msgBubble p{margin:0}.Chatbot-module__DWq8bW__msgBubble p+p{margin-top:6px}.Chatbot-module__DWq8bW__msgBot .Chatbot-module__DWq8bW__msgBubble{background:var(--white);color:var(--gray-700);border:1px solid var(--gray-200);border-bottom-left-radius:4px;box-shadow:0 1px 3px #0000000a}.Chatbot-module__DWq8bW__msgUser .Chatbot-module__DWq8bW__msgBubble{background:linear-gradient(135deg, var(--green), var(--green-dark));color:var(--white);border-bottom-right-radius:4px}.Chatbot-module__DWq8bW__typing{align-items:center;gap:4px;padding:14px 18px;display:flex}.Chatbot-module__DWq8bW__typing span{background:var(--green);opacity:.4;border-radius:50%;width:7px;height:7px;animation:1.4s ease-in-out infinite Chatbot-module__DWq8bW__typingBounce}.Chatbot-module__DWq8bW__typing span:nth-child(2){animation-delay:.2s}.Chatbot-module__DWq8bW__typing span:nth-child(3){animation-delay:.4s}@keyframes Chatbot-module__DWq8bW__typingBounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-6px)}}.Chatbot-module__DWq8bW__quickQuestions{background:#f8faf7;flex-wrap:wrap;gap:6px;padding:0 16px 12px;display:flex}.Chatbot-module__DWq8bW__quickBtn{border:1px solid var(--gray-200);background:var(--white);color:var(--green-dark);cursor:pointer;white-space:nowrap;border-radius:20px;padding:7px 14px;font-size:.76rem;font-weight:500;transition:all .2s}.Chatbot-module__DWq8bW__quickBtn:hover{border-color:var(--green);color:var(--green);background:#6e8b5e14}.Chatbot-module__DWq8bW__inputArea{border-top:1px solid var(--gray-200);background:var(--white);flex-shrink:0;align-items:center;gap:8px;padding:14px 16px;display:flex}.Chatbot-module__DWq8bW__input{border:1.5px solid var(--gray-200);color:var(--gray-700);background:#f8faf7;border-radius:12px;outline:none;flex:1;padding:10px 14px;font-family:inherit;font-size:.85rem;transition:border-color .2s}.Chatbot-module__DWq8bW__input:focus{border-color:var(--green)}.Chatbot-module__DWq8bW__input::placeholder{color:var(--gray-400)}.Chatbot-module__DWq8bW__sendBtn{background:linear-gradient(135deg, var(--green), var(--green-dark));width:40px;min-width:40px;height:40px;color:var(--white);cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;transition:all .2s;display:flex}.Chatbot-module__DWq8bW__sendBtn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px #6e8b5e4d}.Chatbot-module__DWq8bW__sendBtn:disabled{opacity:.5;cursor:not-allowed}@media (max-width:480px){.Chatbot-module__DWq8bW__chatWindow{border-radius:0;width:100%;height:100dvh;max-height:100dvh;bottom:0;left:0;right:0}.Chatbot-module__DWq8bW__chatOpen{transform:translateY(0)scale(1)}.Chatbot-module__DWq8bW__fab{width:54px;height:54px;bottom:20px;right:20px}.Chatbot-module__DWq8bW__fabOpen{display:none}.Chatbot-module__DWq8bW__quickQuestions{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;padding-bottom:14px;overflow-x:auto}.Chatbot-module__DWq8bW__quickQuestions::-webkit-scrollbar{display:none}}
