
body { font-family: sans-serif; margin:0; padding:0; color:#222; }
header { background:#fff; padding:1rem; position:sticky; top:0; border-bottom:1px solid #ddd; }
.brand { font-weight:bold; text-decoration:none; color:#000; }
.nav a { margin-right:1rem; text-decoration:none; color:#333; }
.hero { padding:3rem 1rem; text-align:center; background:#eef; }
.hero h1 { margin-bottom:0.5rem; }
.section { padding:2rem 1rem; max-width:900px; margin:0 auto; }
.alt { background:#f9f9f9; }
ul { line-height:1.8; }
.btn { background:#000; color:#fff; padding:0.6rem 1rem; border-radius:5px; text-decoration:none; }
footer { background:#f8f8f8; text-align:center; padding:1rem; border-top:1px solid #ddd; }
.gallery { display:flex; flex-wrap:wrap; gap:1rem; justify-content:center; }
.gallery img { width:280px; height:auto; border-radius:8px; box-shadow:0 2px 6px rgba(0,0,0,0.2); }
.small { font-size:0.9rem; color:#555; }
