
body{margin:0;font-family:Arial;background:#fff;color:#111}
header{text-align:center;padding:20px}
.slogan{font-size:14px;color:#777}
.hero{height:60vh;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}
.hero-box{background:rgba(255,255,255,.85);padding:20px;border-radius:10px;text-align:center}
section{padding:40px}
.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:10px}
.gallery img{width:100%;border-radius:8px}
