@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap";
:root{--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--primary:#10b981;--primary-dark:#059669;--primary-light:#d1fae5;--secondary:#2563eb;--secondary-dark:#1d4ed8;--accent:#f59e0b;--bg-color:#f8fafc;--surface:#fff;--surface-alt:#f1f5f9;--text-main:#1e293b;--text-muted:#64748b;--border:#e2e8f0;--border-radius:12px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--container-px:2rem;--container-max-w:1280px}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-color);max-width:100vw;color:var(--text-main);font-family:var(--font-body);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:var(--font-body);border:none}.container{width:100%;max-width:var(--container-max-w);padding:0 var(--container-px);margin:0 auto}.text-center{text-align:center}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.text-primary{color:var(--primary)}.text-secondary{color:var(--secondary)}.text-muted{color:var(--text-muted)}.bg-surface{background-color:var(--surface)}.btn{border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover{background-color:var(--primary-dark);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-secondary{background-color:var(--surface);color:var(--text-main);border:1px solid var(--border)}.btn-secondary:hover{background-color:var(--surface-alt);transform:translateY(-2px)}.section{padding:5rem 0}.section-title{color:var(--text-main);margin-bottom:1rem;font-size:2.5rem}.section-subtitle{color:var(--text-muted);max-width:600px;margin:0 auto 3rem;font-size:1.125rem}.grid{gap:2rem;display:grid}.grid-2,.grid-3{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.card{background:var(--surface);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);border:1px solid var(--border);padding:2rem;transition:transform .3s,box-shadow .3s}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.glass{-webkit-backdrop-filter:blur(10px)!important;background:#ffffffb3!important;border:1px solid #ffffff4d!important}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s forwards fadeIn}@media (max-width:768px){.section{padding:3rem 0}.section-title{font-size:2rem}}
.Navbar-module__cRh5nW__header{z-index:50;background:0 0;width:100%;padding:1.5rem 0;transition:all .3s;position:fixed;top:0;left:0}.Navbar-module__cRh5nW__header.Navbar-module__cRh5nW__scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-sm);border-bottom:1px solid var(--border);background:#fffffff2;padding:1rem 0}.Navbar-module__cRh5nW__header:not(.Navbar-module__cRh5nW__scrolled) .Navbar-module__cRh5nW__navLink,.Navbar-module__cRh5nW__header:not(.Navbar-module__cRh5nW__scrolled) .Navbar-module__cRh5nW__logo{color:var(--surface);text-shadow:0 2px 4px #00000080}.Navbar-module__cRh5nW__header.Navbar-module__cRh5nW__scrolled .Navbar-module__cRh5nW__navLink,.Navbar-module__cRh5nW__header.Navbar-module__cRh5nW__scrolled .Navbar-module__cRh5nW__logo{color:var(--text-main);text-shadow:none}.Navbar-module__cRh5nW__navContainer{justify-content:space-between;align-items:center;display:flex}.Navbar-module__cRh5nW__logo{font-family:var(--font-heading);letter-spacing:-.5px;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;display:flex}.Navbar-module__cRh5nW__logoIcon{color:var(--primary);width:32px;height:32px}.Navbar-module__cRh5nW__header:not(.Navbar-module__cRh5nW__scrolled) .Navbar-module__cRh5nW__logoIcon{filter:drop-shadow(0 2px 4px #00000080)}.Navbar-module__cRh5nW__desktopNav{align-items:center;gap:2rem;display:none}@media (min-width:1024px){.Navbar-module__cRh5nW__desktopNav{display:flex}}.Navbar-module__cRh5nW__navLink{font-size:1rem;font-weight:500;transition:color .2s}.Navbar-module__cRh5nW__navLink:hover{color:var(--primary)!important}.Navbar-module__cRh5nW__mobileToggle{color:inherit;background:0 0;justify-content:center;align-items:center;display:flex}.Navbar-module__cRh5nW__header:not(.Navbar-module__cRh5nW__scrolled) .Navbar-module__cRh5nW__mobileToggle{color:#fff}@media (min-width:1024px){.Navbar-module__cRh5nW__mobileToggle{display:none}}.Navbar-module__cRh5nW__mobileMenu{background:var(--surface);border-bottom:1px solid var(--border);width:100%;box-shadow:var(--shadow-md);padding:1.5rem 2rem;position:absolute;top:100%;left:0}.Navbar-module__cRh5nW__mobileNavLinks{flex-direction:column;gap:1.25rem;display:flex}.Navbar-module__cRh5nW__mobileNavLink{color:var(--text-main);font-size:1.125rem;font-weight:500}
.Footer-module__3hUVsW__footer{background-color:var(--text-main);color:var(--surface);padding-top:5rem}.Footer-module__3hUVsW__footerGrid{grid-template-columns:1fr;gap:3rem;padding-bottom:4rem;display:grid}@media (min-width:640px){.Footer-module__3hUVsW__footerGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Footer-module__3hUVsW__footerGrid{grid-template-columns:2fr 1fr 1fr 1.5fr}}.Footer-module__3hUVsW__brandTitle{font-family:var(--font-heading);color:var(--surface);margin-bottom:1rem;font-size:2rem}.Footer-module__3hUVsW__brandDesc{color:#94a3b8;margin-bottom:1.5rem;line-height:1.6}.Footer-module__3hUVsW__socials{gap:1rem;display:flex}.Footer-module__3hUVsW__socials a{width:40px;height:40px;color:var(--surface);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.Footer-module__3hUVsW__socials a:hover{background:var(--primary);transform:translateY(-2px)}.Footer-module__3hUVsW__colTitle{font-family:var(--font-heading);color:var(--surface);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.25rem;position:relative}.Footer-module__3hUVsW__colTitle:after{content:"";background-color:var(--primary);width:40px;height:2px;position:absolute;bottom:0;left:0}.Footer-module__3hUVsW__linkList{flex-direction:column;gap:1rem;list-style:none;display:flex}.Footer-module__3hUVsW__linkList a{color:#94a3b8;transition:color .2s}.Footer-module__3hUVsW__linkList a:hover{color:var(--primary)}.Footer-module__3hUVsW__contactList{flex-direction:column;gap:1.25rem;list-style:none;display:flex}.Footer-module__3hUVsW__contactList li{color:#94a3b8;align-items:flex-start;gap:1rem;display:flex}.Footer-module__3hUVsW__contactList a:hover{color:var(--primary)}.Footer-module__3hUVsW__bottomBar{color:#64748b;border-top:1px solid #ffffff1a;padding:1.5rem 0;font-size:.875rem}.Footer-module__3hUVsW__bottomContent{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}@media (min-width:768px){.Footer-module__3hUVsW__bottomContent{text-align:left;flex-direction:row;justify-content:space-between}}.Footer-module__3hUVsW__bottomLinks{gap:1.5rem;display:flex}.Footer-module__3hUVsW__bottomLinks a:hover{color:var(--surface)}
