:root{--brand-red:#cc1f1c;--brand-yellow:#fff705;--bg-cream:#ebeae9;--bg-light:#f0f3f6;--white:#fff;--text-primary:#000;--text-dark:#222;--text-muted:#757575;--divider:#c9c9c9;--font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--shadow-sm:0 1px 3px rgba(0,0,0,.08);--shadow-md:0 4px 16px rgba(0,0,0,.1);--shadow-lg:0 8px 32px rgba(0,0,0,.12);--header-height:64px;--topbar-height:40px;--container-width:1280px;--transition:.2s ease}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-family);font-size:14px;line-height:1.5;color:var(--text-dark);background-color:var(--bg-cream);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}ol,ul{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit}input,select,textarea{font-family:inherit;font-size:inherit}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.25}.container{max-width:var(--container-width);margin:0 auto;padding:0 16px}@media(min-width:768px){.container{padding:0 24px}}@media(min-width:1024px){.container{padding:0 32px}}.section{padding:40px 0}@media(min-width:1024px){.section{padding:60px 0}}.section-title{font-size:22px;font-weight:700;color:var(--text-primary);margin-bottom:24px}@media(min-width:1024px){.section-title{font-size:28px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.page-layout{display:flex;flex-direction:column;min-height:100vh}.page-layout main{flex:1}
