@charset "UTF-8";:root{--color-primary: #333333;--color-accent: #666666;--font-family: "Inter", system-ui, -apple-system, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:80px}body{font-family:var(--font-family);font-size:16px;line-height:1.6;color:#333;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700}.section-title{font-size:clamp(1.8rem,4vw,2.5rem);text-align:center;margin-bottom:3rem;color:#222;position:relative}.section-title:after{content:"";display:block;width:60px;height:3px;background:var(--color-accent);margin:.75rem auto 0;border-radius:2px}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
