.Layout_layout__8m3IW{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,var(--bg-primary) 0,#001e43 100%)}.Layout_nav__BY5_j{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem}.Layout_navContent__n4E5s{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.Layout_logo__A8yk9{font-size:1.5rem;font-weight:700;color:var(--accent-blue)}.Layout_menuButton__CsSBB{display:block;background:none;border:none;cursor:pointer;padding:.5rem}.Layout_menuButton__CsSBB span{display:block;width:25px;height:2px;background:var(--text-primary);margin:5px 0;transition:.3s}.Layout_navLinks__EtIS0{display:none;position:absolute;top:100%;left:0;right:0;background:var(--primary-dark);padding:1rem;flex-direction:column;gap:1rem}.Layout_navLinks__EtIS0.Layout_active__e2kg8{display:flex}.Layout_navLinks__EtIS0 a{color:var(--text-primary);text-decoration:none;padding:.5rem}.Layout_main__65zHd{flex:1 1;padding-top:4rem}.Layout_footer__2AN9N{margin-top:4rem;padding:3rem 1rem}.Layout_footerGrid__yP_bB{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;margin-bottom:2rem}.Layout_footerSection__lZbxN h4{color:var(--accent-blue);margin-bottom:1rem}.Layout_footerSection__lZbxN a{display:block;color:var(--text-secondary);text-decoration:none;margin-bottom:.5rem}.Layout_footerBottom__mp8Ne{display:flex;flex-direction:column;gap:1rem;text-align:center;padding-top:2rem;border-top:1px solid var(--glass-border)}.Layout_socialLinks__HynkC{display:flex;justify-content:center;gap:1rem}.Layout_socialLinks__HynkC a{color:var(--text-secondary);text-decoration:none}@media (min-width:640px){.Layout_footerGrid__yP_bB{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Layout_menuButton__CsSBB{display:none}.Layout_navLinks__EtIS0{display:flex;position:static;flex-direction:row;background:none;padding:0}.Layout_footerGrid__yP_bB{grid-template-columns:repeat(4,1fr)}.Layout_footerBottom__mp8Ne{flex-direction:row;justify-content:space-between;align-items:center}}.About_about___2p30{padding:4rem 0}.About_title__UwDJe{font-size:2.5rem;margin-bottom:2rem;text-align:center;color:var(--text-primary)}.About_content__mzLG9{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}.About_card__U_XVM{padding:2rem;transition:transform .3s ease}.About_card__U_XVM:hover{transform:translateY(-5px)}.About_card__U_XVM h2{color:var(--accent-blue);margin-bottom:1rem;font-size:1.5rem}.About_card__U_XVM p{color:var(--text-secondary);line-height:1.6}@media (min-width:640px){.About_content__mzLG9{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.About_content__mzLG9{grid-template-columns:repeat(3,1fr)}.About_title__UwDJe{font-size:3rem}}