@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap");:root{--primary:#2d3748;--secondary:#48bb78;--accent:#f7fafc;--navy:#1a202c;--text-primary:#1a202c;--text-light:#718096;--white:#fff;--border:#e2e8f0;--shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);--radius:0.5rem;--radius-lg:1rem;--navbar-height:68px;--max-width:1200px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background-color:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,h1,h2,h3,h4,h5,h6{color:var(--text-primary)}h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif;font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}ul{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:var(--radius);font-family:Inter,sans-serif;font-weight:600;font-size:.95rem;transition:all .2s ease;cursor:pointer;text-decoration:none;border:2px solid transparent}.btn-primary{background-color:var(--secondary);color:var(--white);border-color:var(--secondary)}.btn-primary:hover{background-color:#38a169;border-color:#38a169;transform:translateY(-1px);box-shadow:var(--shadow)}.btn-outline{background-color:transparent;color:var(--white);border-color:var(--white)}.btn-outline:hover{background-color:var(--white);color:var(--primary)}.btn-outline-dark{background-color:transparent;color:var(--primary);border-color:var(--primary)}.btn-outline-dark:hover{background-color:var(--primary);color:var(--white)}.section,.section-alt{padding:5rem 0}.section-alt{background-color:var(--accent)}.section-title{font-size:2rem;font-weight:800;margin-bottom:1rem;color:var(--text-primary)}.section-subtitle{font-size:1.1rem;color:var(--text-light);max-width:640px}.text-center{text-align:center}.text-center .section-subtitle{margin:0 auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in-up{animation:fadeInUp .6s ease forwards}@media (max-width:900px){.section,.section-alt{padding:3.5rem 0}.section-title{font-size:1.75rem}}@media (max-width:600px){.section,.section-alt{padding:2.5rem 0}.section-title{font-size:1.5rem}.btn{padding:.65rem 1.25rem;font-size:.9rem}}.Footer_footer__eNA9m{background-color:#1a202c;color:hsla(0,0%,100%,.8)}.Footer_top__c3EOc{padding:4rem 0 3rem}.Footer_grid__WCfx6{display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:3rem;gap:3rem}.Footer_brandDesc__JyP2_{margin-top:1rem;font-size:.9rem;line-height:1.7;color:hsla(0,0%,100%,.6);max-width:320px}.Footer_contact__K_gpn{margin-top:1.5rem;display:flex;flex-direction:column;gap:.6rem}.Footer_contactItem__M0DvS{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:hsla(0,0%,100%,.7);transition:color .2s;text-decoration:none}.Footer_contactItem__M0DvS:hover{color:#48bb78}.Footer_colTitle__u3AX5{font-size:.875rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.25rem}.Footer_linkList__K_ONQ{display:flex;flex-direction:column;gap:.6rem}.Footer_footerLink__vjGfL{font-size:.875rem;color:hsla(0,0%,100%,.65);transition:color .2s}.Footer_footerLink__vjGfL:hover{color:#48bb78}.Footer_bottom__ch0uR{border-top:1px solid hsla(0,0%,100%,.1);padding:1.25rem 0}.Footer_bottomInner__dLnAc{display:flex;align-items:center;justify-content:space-between;gap:1rem}.Footer_copyright__vFlrA,.Footer_credit__q8yBC{font-size:.8rem;color:hsla(0,0%,100%,.45)}.Footer_creditLink__Wo8EC{color:#48bb78;transition:color .2s}.Footer_creditLink__Wo8EC:hover{color:#68d391}@media (max-width:900px){.Footer_grid__WCfx6{grid-template-columns:1fr 1fr;gap:2rem}.Footer_brand__Lj6Sp{grid-column:1/-1}.Footer_brandDesc__JyP2_{max-width:100%}}@media (max-width:600px){.Footer_grid__WCfx6{grid-template-columns:1fr;gap:2rem}.Footer_top__c3EOc{padding:2.5rem 0 2rem}.Footer_bottomInner__dLnAc{flex-direction:column;text-align:center}}.Navbar_header__UKF8E{position:fixed;top:0;left:0;right:0;z-index:100;background-color:#2d3748;box-shadow:0 2px 20px rgba(0,0,0,.3);height:68px}.Navbar_inner__Zc9of{max-width:1200px;margin:0 auto;padding:0 1.5rem;height:100%;display:flex;align-items:center;justify-content:space-between;gap:2rem}.Navbar_logo__Am5h2{display:flex;align-items:center;flex-shrink:0}.Navbar_desktopNav__wDgSZ{display:flex;align-items:center;gap:.25rem}.Navbar_navLink__A03oH{color:hsla(0,0%,100%,.85);font-size:.9rem;font-weight:500;padding:.5rem .75rem;border-radius:.375rem;transition:color .2s,background-color .2s}.Navbar_navLink__A03oH:hover{color:#fff;background-color:hsla(0,0%,100%,.1)}.Navbar_actions__TwM5h{display:flex;align-items:center;gap:1rem;flex-shrink:0}.Navbar_ctaBtn__7RG0X{background-color:#48bb78;color:#fff;font-size:.875rem;font-weight:600;padding:.5rem 1.25rem;border-radius:.375rem;transition:background-color .2s,transform .2s;white-space:nowrap}.Navbar_ctaBtn__7RG0X:hover{background-color:#38a169;transform:translateY(-1px)}.Navbar_hamburger__HA1m5{display:none;flex-direction:column;gap:5px;padding:.4rem;cursor:pointer}.Navbar_hamburger__HA1m5 span{display:block;width:22px;height:2px;background-color:#fff;border-radius:2px;transition:all .3s ease}.Navbar_backdrop__92SeP{position:fixed;inset:0;background-color:rgba(0,0,0,.5);z-index:101}.Navbar_mobilePanel__xbuyh{position:fixed;top:0;right:0;width:min(300px,85vw);height:100dvh;background-color:#2d3748;z-index:102;transform:translateX(100%);transition:transform .3s ease;display:flex;flex-direction:column;overflow-y:auto}.Navbar_mobilePanelOpen__b_2so{transform:translateX(0)}.Navbar_mobilePanelHeader__BfGK9{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid hsla(0,0%,100%,.1);height:68px}.Navbar_closeBtn__2Q7GI{color:hsla(0,0%,100%,.7);font-size:1.2rem;padding:.4rem .6rem;border-radius:.25rem;transition:color .2s,background-color .2s}.Navbar_closeBtn__2Q7GI:hover{color:#fff;background-color:hsla(0,0%,100%,.1)}.Navbar_mobileNav__ykXjb{display:flex;flex-direction:column;padding:1rem;gap:.25rem}.Navbar_mobileLink___PlsO{color:hsla(0,0%,100%,.85);font-size:1rem;font-weight:500;padding:.75rem 1rem;border-radius:.375rem;transition:color .2s,background-color .2s}.Navbar_mobileLink___PlsO:hover{color:#fff;background-color:hsla(0,0%,100%,.1)}.Navbar_mobileCta___lbFE{margin-top:.5rem;background-color:#48bb78;color:#fff!important;text-align:center;font-weight:600}.Navbar_mobileCta___lbFE:hover{background-color:#38a169!important}@media (max-width:900px){.Navbar_ctaBtn__7RG0X,.Navbar_desktopNav__wDgSZ{display:none}.Navbar_hamburger__HA1m5{display:flex}}@media (min-width:901px){.Navbar_backdrop__92SeP,.Navbar_mobilePanel__xbuyh{display:none!important}}.CookieConsent_banner__zJNHm{position:fixed;bottom:0;left:0;right:0;z-index:9998;background:var(--navy);color:var(--white);border-top:3px solid var(--secondary);box-shadow:0 -4px 20px rgba(0,0,0,.25);padding:1.1rem 1.5rem}.CookieConsent_inner__ulogM{display:flex;gap:1.5rem;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;flex-wrap:wrap}.CookieConsent_text__yy7Qu{flex:1 1;min-width:260px}.CookieConsent_text__yy7Qu strong{display:block;font-size:.95rem;margin-bottom:.25rem;color:var(--secondary);font-family:Inter,sans-serif}.CookieConsent_text__yy7Qu p{font-size:.85rem;line-height:1.5;color:hsla(0,0%,100%,.82);margin:0}.CookieConsent_text__yy7Qu a{color:var(--secondary);text-decoration:underline}.CookieConsent_actions__BIEHb{display:flex;gap:.6rem;flex-shrink:0}.CookieConsent_btnAccept__Ymj_Q,.CookieConsent_btnReject__1QmrI{padding:.6rem 1.25rem;border-radius:var(--radius);font-family:DM Sans,sans-serif;font-weight:700;font-size:.85rem;cursor:pointer;border:2px solid transparent;transition:all .2s ease;white-space:nowrap}.CookieConsent_btnAccept__Ymj_Q{background:var(--secondary);color:var(--white)}.CookieConsent_btnAccept__Ymj_Q:hover{background:#38a169}.CookieConsent_btnReject__1QmrI{background:transparent;color:var(--white);border-color:hsla(0,0%,100%,.3)}.CookieConsent_btnReject__1QmrI:hover{border-color:var(--white);background:hsla(0,0%,100%,.08)}@media (max-width:700px){.CookieConsent_banner__zJNHm{padding:1rem 1.25rem}.CookieConsent_inner__ulogM{flex-direction:column;align-items:stretch;gap:.85rem}.CookieConsent_actions__BIEHb{flex-direction:row}.CookieConsent_btnAccept__Ymj_Q,.CookieConsent_btnReject__1QmrI{flex:1 1;padding:.7rem 1rem}}