@font-face{font-family:Geist Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/geist-sans.woff2) format("woff2")}body{font-family:Geist Sans,system-ui,-apple-system,sans-serif;margin:0;padding:0;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1)}.hero-section{min-height:60vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:white}img{max-width:100%;height:auto;display:block}.lazy{opacity:0;transition:opacity .3s}.lazy.loaded{opacity:1}.aspect-ratio-16-9{aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover}.aspect-ratio-4-3{aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.btn-primary{background:#3b82f6;color:white;padding:12px 24px;border-radius:8px;border:none;cursor:pointer;font-weight:600;transition:background-color .2s ease}.btn-primary:hover{background:#2563eb}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:768px){.hero-section{min-height:50vh;padding:20px}.btn-primary{width:100%;padding:16px}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}