.Header_header__AF_3G{background-color:#fff;padding:1rem 2rem;box-shadow:0 2px 4px rgba(0,0,0,.08);display:flex;justify-content:space-between;align-items:center}.Header_logo__1FRrW{font-weight:700;font-size:1.5rem;display:flex;margin-bottom:20px;align-items:center}.Header_nav__LVYU2 ul{list-style:none;display:flex;gap:2rem}.Header_nav__LVYU2 a:hover{color:var(--primary-color)}.Footer_footer__4vzqH{background-color:#222;color:#eee;padding:2rem;margin-top:4rem}.Footer_content__a1cH7{max-width:1200px;margin:0 auto;text-align:center}.Footer_links__LGHlK ul{list-style:none;display:flex;justify-content:center;gap:2rem;margin-bottom:1rem}.Footer_links__LGHlK a{color:#eee;transition:color .2s ease}.Footer_links__LGHlK a:hover{color:var(--primary-color)}.Footer_copyright__1v3uR{color:#999;font-size:.9rem}@media (max-width:768px){.Footer_links__LGHlK ul{flex-direction:column;gap:1rem}}:root{--primary-color:#07c;--background-color:#f8f8fa;--text-color:#222;--secondary-text-color:#555}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:Roboto,Segoe UI,Helvetica Neue,sans-serif;background-color:var(--background-color);color:var(--text-color);line-height:1.6}a{color:inherit;text-decoration:none}