@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap";
:root{--color-primary:#003092;--color-primary-dark:#123194;--color-accent:#e8375a;--color-accent-hover:#c72d4b;--color-bg:#f5f5f5;--color-white:#fff;--color-text:#333;--color-text-secondary:#555;--color-text-muted:#999;--color-border:#e8ecf4;--max-width:1160px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden}body{background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Montserrat,sans-serif}a{color:inherit;text-decoration:none}ul{list-style:none}
.layout-module__L5FxyW__header{background:var(--color-primary-dark);color:#fff;padding:0 20px}.layout-module__L5FxyW__headerInner{max-width:var(--max-width);justify-content:space-between;align-items:center;height:64px;margin:0 auto;display:flex}.layout-module__L5FxyW__logo{color:#fff;font-size:18px;font-weight:700}.layout-module__L5FxyW__logoAccent{color:var(--color-accent)}.layout-module__L5FxyW__nav{gap:24px;display:flex}.layout-module__L5FxyW__navLink{color:#ffffffb3;font-size:14px;font-weight:500;transition:color .2s}.layout-module__L5FxyW__navLink:hover{color:#fff}.layout-module__L5FxyW__main{max-width:var(--max-width);margin:0 auto;padding:48px 20px}
