/* Critical CSS - Above the fold */
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Lexend',Arial,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}
header{background:#fff;position:sticky;top:0;z-index:999;box-shadow:0 2px 5px rgba(0,0,0,0.1)}
.header-wrapper{max-width:1400px;margin:0 auto;padding:10px 20px}
.logo img{max-width:200px;height:auto}
.hero-banner{min-height:400px;display:flex;align-items:center;justify-content:center;position:relative}
.hero-banner img{width:100%;height:auto;object-fit:cover}
