@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@500;600;700;800&display=swap";
:root{--primary:#004b23;--primary-light:#157347;--primary-glow:#004b231a;--secondary:#001219;--accent:#ee9b00;--accent-light:#ffb703;--safe:#0a9396;--warning:#ee9b00;--error:#ae2012;--success:#007f5f;--white:#fff;--black:#001219;--gray-50:#f8f9fa;--gray-100:#e9ecef;--gray-200:#dee2e6;--gray-700:#495057;--gray-800:#343a40;--gray-900:#212529;--font-main:"Inter", -apple-system, sans-serif;--font-heading:"Outfit", sans-serif;--glass:#ffffffbf;--glass-border:#fff6;--glass-shadow:0 8px 32px 0 #004b2314;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-full:9999px;--shadow-sm:0 2px 4px #0000000d;--shadow-md:0 10px 15px -3px #00000014;--shadow-lg:0 20px 25px -5px #0000001a}[data-theme=dark]{--primary:#52b788;--secondary:#f8f9fa;--white:#001219;--black:#fff;--gray-50:#001219;--gray-900:#f8f9fa;--glass:#001219cc;--glass-border:#ffffff14;--glass-shadow:0 8px 32px 0 #0006}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;font-family:var(--font-main);background:var(--gray-50);color:var(--gray-900);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--secondary);font-weight:700}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.badge{text-transform:uppercase;border-radius:99px;align-items:center;padding:.25rem .75rem;font-size:.8rem;font-weight:600;display:inline-flex}.badge-green{color:#1b4332;background:#d8f3dc}.badge-yellow{color:#9a8c1f;background:#fff3b0}.badge-red{color:#780000;background:#fbc4ab}.btn{cursor:pointer;font-weight:600;font-family:var(--font-main);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 2rem;transition:all .2s;display:inline-flex}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-light);transform:translateY(-2px);box-shadow:0 4px 12px #004b2333}.btn-outline{border:2px solid var(--primary);color:var(--primary);background:0 0}.btn-outline:hover{background:var(--primary);color:#fff}.glass-card{background:var(--glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);box-shadow:var(--shadow-md);border-radius:16px;padding:2rem}.grid{gap:2rem;display:grid}@media (min-width:768px){.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}}
.Navbar-module__cJzEcG__navbar{background:var(--glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--glass-border);z-index:1000;align-items:center;height:70px;transition:all .3s;display:flex;position:sticky;top:0}.Navbar-module__cJzEcG__navbar:hover{background:#ffffffe6}.Navbar-module__cJzEcG__navContainer{justify-content:space-between;align-items:center;width:100%;display:flex}.Navbar-module__cJzEcG__logo{align-items:center;display:flex}.Navbar-module__cJzEcG__logoImg{border-radius:var(--radius-sm);width:auto;height:44px;transition:transform .2s}.Navbar-module__cJzEcG__logoImg:hover{transform:scale(1.05)}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:2rem;display:flex}.Navbar-module__cJzEcG__navLinks a{color:var(--gray-800);font-weight:500;transition:color .2s}.Navbar-module__cJzEcG__navLinks a:hover{color:var(--primary)}.Navbar-module__cJzEcG__adminBtn{background:var(--gray-100);border-radius:6px;padding:.5rem 1rem;font-size:.9rem}.Navbar-module__cJzEcG__mobileToggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;display:none}.Navbar-module__cJzEcG__mobileToggle span{background:var(--secondary);border-radius:2px;width:25px;height:3px}@media (max-width:968px){.Navbar-module__cJzEcG__mobileToggle{display:flex}.Navbar-module__cJzEcG__navLinks{background:var(--white);width:100%;box-shadow:var(--shadow-lg);flex-direction:column;gap:1.5rem;padding:2rem;display:none;position:absolute;top:80px;left:0}.Navbar-module__cJzEcG__navLinks.Navbar-module__cJzEcG__active{display:flex}}
.Footer-module__S6Hkya__footer{background:var(--secondary);color:#fff;border-top:1px solid #ffffff0d;padding:6rem 0 0}.Footer-module__S6Hkya__footerGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;padding-bottom:3rem;display:grid}.Footer-module__S6Hkya__brandInfo h3{color:#fff;margin-bottom:1rem}.Footer-module__S6Hkya__brandInfo p{opacity:.8;line-height:1.6}.Footer-module__S6Hkya__footerLogo{border-radius:6px;width:auto;height:40px;margin-bottom:1rem}.Footer-module__S6Hkya__footerLinks h4,.Footer-module__S6Hkya__footerLegal h4,.Footer-module__S6Hkya__contact h4{color:var(--primary-light);margin-bottom:1.5rem;font-size:1.1rem}.Footer-module__S6Hkya__footerLinks ul,.Footer-module__S6Hkya__footerLegal ul{list-style:none}.Footer-module__S6Hkya__footerLinks li,.Footer-module__S6Hkya__footerLegal li{margin-bottom:.75rem}.Footer-module__S6Hkya__footerLinks a,.Footer-module__S6Hkya__footerLegal a{opacity:.7;transition:opacity .2s}.Footer-module__S6Hkya__footerLinks a:hover,.Footer-module__S6Hkya__footerLegal a:hover{opacity:1}.Footer-module__S6Hkya__contact p{opacity:.7}.Footer-module__S6Hkya__bottomBar{text-align:center;opacity:.6;border-top:1px solid #ffffff1a;padding:1.5rem 0;font-size:.8rem}
.AICounselor-module__-e5dfG__chatbotContainer{z-index:2000;position:fixed;bottom:30px;right:30px}.AICounselor-module__-e5dfG__chatToggle{background:var(--primary);color:#fff;cursor:pointer;box-shadow:var(--shadow-lg);border:none;border-radius:99px;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-weight:700;transition:transform .2s;display:flex}.AICounselor-module__-e5dfG__chatToggle:hover{transform:scale(1.05)}.AICounselor-module__-e5dfG__chatWindow{border:1px solid #ffffff1a;flex-direction:column;width:420px;max-width:90vw;height:600px;max-height:calc(100vh - 100px);display:flex;overflow:hidden;box-shadow:0 20px 50px #0003;padding:0!important}.AICounselor-module__-e5dfG__chatHeader{background:var(--primary);color:#fff;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.AICounselor-module__-e5dfG__chatHeader h3{color:#fff;font-size:1rem}.AICounselor-module__-e5dfG__chatHeader button{color:#fff;cursor:pointer;background:0 0;border:none;font-size:1.5rem}.AICounselor-module__-e5dfG__chatBody{flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex;overflow-y:auto}.AICounselor-module__-e5dfG__message{word-wrap:break-word;border-radius:14px;max-width:85%;padding:.85rem 1.15rem;font-size:.95rem;position:relative}.AICounselor-module__-e5dfG__message p{margin:0 0 .75rem;line-height:1.5}.AICounselor-module__-e5dfG__message p:last-child{margin-bottom:0}.AICounselor-module__-e5dfG__message strong{color:var(--primary);font-weight:700}.AICounselor-module__-e5dfG__message ul,.AICounselor-module__-e5dfG__message ol{flex-direction:column;gap:.25rem;margin:.5rem 0;padding-left:1.25rem;display:flex}.AICounselor-module__-e5dfG__message li{line-height:1.4}.AICounselor-module__-e5dfG__assistant{color:#2d3436;background:#f8fdfa;border:1px solid #e2f3e8;border-bottom-left-radius:0;align-self:flex-start}.AICounselor-module__-e5dfG__user{background:var(--primary);color:#fff;border-bottom-right-radius:0;align-self:flex-end}.AICounselor-module__-e5dfG__chatFooter{border-top:1px solid var(--gray-100);gap:.5rem;padding:1rem;display:flex}.AICounselor-module__-e5dfG__chatFooter input{border:1px solid var(--gray-200);border-radius:8px;flex:1;padding:.6rem;font-family:inherit}.AICounselor-module__-e5dfG__chatFooter button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:0 1rem}.AICounselor-module__-e5dfG__statusDot{background:#2ecc71;border-radius:50%;width:8px;height:8px;box-shadow:0 0 10px #2ecc71}.AICounselor-module__-e5dfG__pulse{animation:2s infinite AICounselor-module__-e5dfG__pulse-animation;display:inline-block}@keyframes AICounselor-module__-e5dfG__pulse-animation{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.AICounselor-module__-e5dfG__typing{opacity:.7;font-size:.8rem;font-style:italic;padding:.5rem 1rem!important}.AICounselor-module__-e5dfG__chatToggle{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:99px;align-items:center;gap:.6rem;padding:1rem 1.75rem;font-weight:700;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 10px 30px #004b234d}.AICounselor-module__-e5dfG__chatToggle:hover{transform:translateY(-5px)scale(1.05);box-shadow:0 15px 35px #004b2366}
