body { margin: 0; font-family: Arial, sans-serif; background: #f4f4f4; color: #333; }
header { background: #222; color: #fff; padding: 1rem; display: flex; justify-content: space-between; align-items: center; }
nav ul { list-style: none; display: flex; gap: 1rem; }
nav a { color: #fff; text-decoration: none; }
.logo { height: 60px; }
.hero { background: #444; color: #fff; padding: 4rem; text-align: center; }
.cta-button { background: #e63946; color: #fff; padding: 0.75rem 1.5rem; text-decoration: none; border-radius: 5px; font-weight: bold; }
footer { background: #222; color: #ccc; text-align: center; padding: 1rem; }
form { display: flex; flex-direction: column; gap: 0.5rem; max-width: 400px; margin: auto; }
input, textarea { padding: 0.5rem; border: 1px solid #ccc; border-radius: 4px; }
button { background: #e63946; color: #fff; border: none; padding: 0.75rem; border-radius: 5px; cursor: pointer; }
.gallery-grid { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; padding: 2rem; }
.gallery-grid img { width: 300px; border-radius: 8px; box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
