:root{--primary-color: #43543b;--primary-hover: #44a417;--secondary-color: #8fc74a;--secondary-color-10: #8fc74a1a;--text-color: #3b3b3b;--text-color-medium: #62645e;--text-color-light: #6b7280;--bg-color: #f5f5f5;--accent-color: #FFE73C;--font-heading: "Manrope", sans-serif;--font-body: "Plus Jakarta Sans", sans-serif;--h1-size: clamp(2.2rem, 4vw, 3.5rem);--h2-size: clamp(1.8rem, 3vw, 2.5rem);--h3-size: clamp(1.4rem, 2.5vw, 1.75rem);--body-lg: clamp(1.05rem, 1.5vw, 1.125rem);--body-base: 1rem;--small-text: .875rem;--radius: 10px;--shadow: 0 4px 6px rgba(0, 0, 0, .1);--shadow-md: 0 10px 25px rgba(0, 0, 0, .1)}*{margin:0;padding:0;box-sizing:border-box;color:var(--text-color)}body{background-color:var(--bg-color);font-family:var(--font-body);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2}h2{font-size:var(--h2-size)}h3{font-size:var(--h3-size)}p{color:var(--text-color-light);line-height:1.7}a{text-decoration:none;color:inherit;cursor:pointer}.container{padding-left:8%;padding-right:8%}.btn{background:var(--primary-color);color:#fff;padding:14px 28px;font-size:1rem;font-family:var(--font-body);border-radius:30px;cursor:pointer;border:0;outline:0;display:inline-flex;align-items:center;justify-content:center;transition:background .3s ease,transform .2s ease}.btn img{width:20px;margin-left:16px}.btn:hover{background:var(--primary-hover);transform:translateY(-2px)}.btn.dark-btn{background:var(--primary-hover)}.btn.dark-btn:hover{background:var(--primary-color)}.navbar{position:fixed;top:0;width:100%;z-index:50;background:#fff;transition:box-shadow .3s ease}.navbar--sticky{box-shadow:0 2px 12px #00000014}.nav-container{max-width:100%;margin:0 auto;padding:1rem 9rem;display:flex;align-items:center;justify-content:space-between}.logo{width:130px;height:auto}.nav-links{display:flex;align-items:center;gap:3rem;list-style:none}.nav-links li a,.nav-link{color:var(--text-color);text-decoration:none;font-weight:500;transition:color .3s}.nav-links li button{color:#fff;font-family:var(--font-body)}.nav-links li a:hover{color:var(--primary-hover)}.nav-links li a.active-link{color:var(--primary-hover);font-weight:600}.menu-toggle{display:none;cursor:pointer;color:var(--primary-color)}.dropdown{position:relative}.dropdown-toggle{display:flex;align-items:center;gap:6px;cursor:pointer;font:inherit;font-weight:500;color:var(--text-color);transition:color .3s}.dropdown-toggle:hover,.dropdown-toggle.active-link{color:var(--primary-hover)}.arrow{transition:transform .3s ease}.arrow.rotate{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:120%;list-style:none;left:0;background:#fff;color:var(--text-color);min-width:180px;border-radius:8px;padding:8px 0;display:none;flex-direction:column;box-shadow:var(--shadow-md);z-index:100}.dropdown-menu.show{display:flex}.dropdown-menu li{padding:10px 20px}.dropdown-menu li a{color:var(--text-color);text-decoration:none;font-size:.95rem}.dropdown-menu li:hover{background:var(--bg-color)}@media(max-width:1024px)and (min-width:769px){.nav-container{padding:1rem 1.5rem}.logo{width:110px}.nav-links{gap:1.5rem}.nav-links li a{font-size:.95rem}.btn{padding:.7rem 1rem;font-size:.9rem}}@media(max-width:768px){.nav-container{padding:.85rem 1.25rem}.logo{width:120px}.menu-toggle{display:block;z-index:60}.nav-links{position:fixed;top:0;right:-100%;height:100vh;width:70%;background:#fffffff7;flex-direction:column;align-items:center;justify-content:flex-start;gap:2.5rem;padding-top:80px;transition:right .4s ease;box-shadow:-4px 0 20px #00000014}.nav-links--open{right:0}.nav-links li a,.dropdown-toggle{font-size:1.15rem}.dropdown-menu{position:static;background:transparent;box-shadow:none;align-items:center;padding:4px 0;gap:4px}.dropdown-menu li a{font-size:1rem;font-weight:400}}.footer{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:36px 80px;background:#fff;border-top:1px solid rgba(0,0,0,.07)}.footer_brand{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:500px}.footer_brand .footer_logo{width:130px;height:auto;margin-bottom:10px}.footer_brand h2{font-size:.9rem;font-weight:700;margin-bottom:2px;letter-spacing:.04em;color:var(--text-color)}.footer_brand__sub{font-size:.78rem!important;font-weight:500!important;color:var(--text-color-medium)!important;margin-bottom:8px!important;letter-spacing:.01em}.footer_brand p{font-size:.8rem;line-height:1.6;color:var(--text-color-medium)}.socials{display:flex;gap:16px}.socials img{width:26px;height:26px;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.socials img:hover{transform:scale(1.15);opacity:.85}.footer_links{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.footer_links a{font-size:.8rem;color:var(--text-color-medium);transition:color .3s ease}.footer_links a:hover{color:var(--primary-hover)}.footer_copy{border-top:1px solid rgba(0,0,0,.07);padding-top:14px;width:100%;text-align:center}.footer_copy p{font-size:.75rem;color:var(--text-color-medium)}@media(max-width:1024px){.footer{padding:30px 40px;gap:18px}}@media(max-width:768px){.footer{padding:28px 20px;gap:16px}.footer_brand h2{font-size:.85rem}.socials img{width:32px;height:32px}.footer_links{flex-direction:column;align-items:center;gap:10px}}
