@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
:root{--primary:#2a3c4d;--primary-light:#4a637a;--secondary:#e38618;--accent:#d35400;--bg:#f9fafb;--bg-alt:#fff;--bg-dark:#1f2937;--surface:#fff;--border:#e5e7eb;--text:#374151;--text-light:#6b7280;--text-inverse:#fff;--radius:8px;--font-main:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg);width:100%;color:var(--text);font-family:Inter,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}
.Navbar-module__cRh5nW__header{background-color:var(--surface);border-bottom:1px solid var(--border);z-index:100;position:sticky;top:0;box-shadow:0 2px 10px #0000000d}.Navbar-module__cRh5nW__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.Navbar-module__cRh5nW__logo img{width:auto;height:130px;display:block}.Navbar-module__cRh5nW__nav{align-items:center;gap:2rem;display:flex}.Navbar-module__cRh5nW__link{color:var(--primary);font-size:1rem;font-weight:500;transition:color .2s}.Navbar-module__cRh5nW__link:hover{color:var(--secondary)}.Navbar-module__cRh5nW__actions{align-items:center;display:flex}.Navbar-module__cRh5nW__cta{background-color:var(--secondary);color:var(--text-inverse);border-radius:var(--radius);padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.Navbar-module__cRh5nW__cta:hover{background-color:var(--accent);transform:translateY(-2px)}.Navbar-module__cRh5nW__menu{align-items:center;gap:2rem;display:flex}.Navbar-module__cRh5nW__hamburger{cursor:pointer;z-index:101;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;display:none}.Navbar-module__cRh5nW__hamburgerLine{background:var(--primary);transform-origin:1px;border-radius:10px;width:2rem;height:.25rem;transition:all .3s linear;position:relative}.Navbar-module__cRh5nW__hamburgerOpen .Navbar-module__cRh5nW__hamburgerLine:first-child{transform:rotate(45deg)}.Navbar-module__cRh5nW__hamburgerOpen .Navbar-module__cRh5nW__hamburgerLine:nth-child(2){opacity:0}.Navbar-module__cRh5nW__hamburgerOpen .Navbar-module__cRh5nW__hamburgerLine:nth-child(3){transform:rotate(-45deg)}@media (max-width:850px){.Navbar-module__cRh5nW__hamburger{display:flex}.Navbar-module__cRh5nW__logo img{height:90px}.Navbar-module__cRh5nW__menu{background-color:var(--surface);z-index:100;flex-direction:column;justify-content:center;align-items:center;width:85%;max-width:400px;height:100vh;transition:right .3s ease-in-out;position:fixed;top:0;right:-100%;box-shadow:-5px 0 15px #0000001a}.Navbar-module__cRh5nW__menuOpen{right:0}.Navbar-module__cRh5nW__nav{flex-direction:column;gap:2rem;font-size:1.25rem}}
.Footer-module__3hUVsW__footer{background-color:var(--primary);color:var(--bg);padding-top:5rem}.Footer-module__3hUVsW__container{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto;padding:0 2rem 4rem;display:grid}.Footer-module__3hUVsW__logo{background-color:#fff;border-radius:4px;height:60px;margin-bottom:1.5rem;padding:5px}.Footer-module__3hUVsW__description{color:#a0aec0;margin-bottom:1.5rem;line-height:1.6}.Footer-module__3hUVsW__title{color:var(--surface);margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.Footer-module__3hUVsW__list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__3hUVsW__list li,.Footer-module__3hUVsW__list a{color:#a0aec0;transition:color .2s}.Footer-module__3hUVsW__list a:hover{color:var(--secondary)}.Footer-module__3hUVsW__badges{flex-direction:column;gap:.5rem;display:flex}.Footer-module__3hUVsW__badge{border-radius:var(--radius);color:#e2e8f0;background-color:#ffffff1a;padding:.5rem 1rem;font-size:.85rem;font-weight:500;display:inline-block}.Footer-module__3hUVsW__bottom{color:#718096;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1.5rem 2rem;font-size:.9rem;display:flex}.Footer-module__3hUVsW__legalLinks{gap:2rem;display:flex}.Footer-module__3hUVsW__legalLinks a{transition:color .2s}.Footer-module__3hUVsW__legalLinks a:hover{color:var(--surface)}@media (max-width:768px){.Footer-module__3hUVsW__container{text-align:center;grid-template-columns:1fr;gap:2rem}.Footer-module__3hUVsW__logo{margin:0 auto 1.5rem}.Footer-module__3hUVsW__badges{align-items:center}.Footer-module__3hUVsW__bottom{text-align:center;flex-direction:column;gap:1.5rem}}
