@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&family=Raleway:wght@700;800;900&display=swap");:root{--color-primary:#3fa9f5;--color-primary-hover:#2c8ac8;--color-bg:#0a0a0a;--color-surface:#18181b;--color-surface-hover:#27272a;--color-text:#ffffff;--color-text-muted:#a1a1aa;--font-heading:"Raleway",sans-serif;--font-body:"Nunito",sans-serif;--nav-height:80px;--max-width:1200px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-body);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:800;line-height:1.1}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;font-family:inherit}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.text-primary{color:var(--color-primary)}.bg-primary{background-color:var(--color-primary)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:8px;font-weight:700;font-family:var(--font-heading);transition:all .2s ease}.btn-primary{background-color:var(--color-primary);color:white}.btn-primary:hover{background-color:var(--color-primary-hover);transform:translateY(-1px)}.btn-outline{border:2px solid var(--color-primary);color:var(--color-primary);background:transparent}.btn-outline:hover{background:rgba(63,169,245,.1)}.Footer_footer__UaG1g{background-color:#050505;padding:4rem 0 2rem;border-top:1px solid rgba(255,255,255,.05);margin-top:auto}.Footer_content__Fi1S7{display:grid;grid-template-columns:1fr 2fr;grid-gap:4rem;gap:4rem;margin-bottom:3rem}.Footer_brand___zP6t h3{font-size:1.5rem;margin-bottom:1rem;color:white}.Footer_brand___zP6t p{color:var(--color-text-muted);margin-bottom:1.5rem;max-width:300px}.Footer_socials__QgDMT{display:flex;gap:1rem}.Footer_socials__QgDMT a{color:var(--color-text-muted);transition:color .2s}.Footer_socials__QgDMT a:hover{color:var(--color-primary)}.Footer_links__oDyjI{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.Footer_column__BQljC h4{color:white;margin-bottom:1.5rem;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.Footer_column__BQljC a{display:block;color:var(--color-text-muted);margin-bottom:.75rem;font-size:.95rem;transition:color .2s}.Footer_column__BQljC a:hover{color:white}.Footer_bottom__O5rKs{padding-top:2rem;border-top:1px solid rgba(255,255,255,.05);text-align:center;color:var(--color-text-muted);font-size:.9rem}@media (max-width:768px){.Footer_content__Fi1S7{grid-template-columns:1fr;gap:3rem}.Footer_links__oDyjI{grid-template-columns:repeat(2,1fr)}}.Navbar_navbar__fk_p7{position:fixed;top:0;left:0;right:0;height:var(--nav-height);background:rgba(10,10,10,.8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.1);z-index:1000}.Navbar_content__MfqFU{justify-content:space-between;height:var(--nav-height)}.Navbar_content__MfqFU,.Navbar_logo__UM0Ax{display:flex;align-items:center}.Navbar_logoImage__yr2dQ{height:40px;width:auto}.Navbar_desktopLinks__xCmh4{display:flex;gap:2rem}.Navbar_link__9Nm3x{position:relative;color:var(--color-text-muted);font-weight:600;transition:color .2s}.Navbar_active__ZTgb8,.Navbar_link__9Nm3x:hover{color:white}.Navbar_underline__MGGIX{position:absolute;bottom:-4px;left:0;right:0;height:2px;background:var(--color-primary);border-radius:2px}.Navbar_menuToggle___6qzY{display:none;background:none;color:white;padding:.5rem}.Navbar_mobileMenu__g3FB_{position:absolute;top:var(--nav-height);left:0;right:0;background:var(--color-surface);padding:2rem;display:flex;flex-direction:column;gap:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.Navbar_mobileLink__qh5Fz{font-size:1.1rem;font-weight:600;color:var(--color-text-muted)}@media (max-width:768px){.Navbar_desktopLinks__xCmh4{display:none}.Navbar_menuToggle___6qzY{display:block}}