* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', sans-serif; color: #333; line-height: 1.6; background-color: #f9f9f9; }

.navbar { display: flex; justify-content: space-between; align-items: center; padding: 1rem 5%; background: #fff; position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.logo img { height: 50px; }
.nav-links { list-style: none; display: flex; }
.nav-links li { margin-left: 2rem; }
.nav-links a { text-decoration: none; color: #000; font-weight: 400; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; }

.hero { height: 80vh; background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../img/hero-bg.jpg'); background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; }
.hero h1 { font-size: 3.5rem; margin-bottom: 1rem; }
.btn { padding: 1rem 2rem; background: #000; color: #fff; text-decoration: none; border-radius: 5px; transition: 0.3s; }
.btn:hover { background: #333; }

.section { padding: 5rem 10%; text-align: center; }
.grid-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; padding: 2rem 5%; }
.card { background: #fff; overflow: hidden; border-radius: 8px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); text-align: center; }
.card img { width: 100%; height: 350px; object-fit: cover; }
.card h3 { padding: 1.5rem; font-size: 1.1rem; }

footer { background: #000; color: #fff; padding: 4rem 10%; text-align: center; }
.card h3 { padding: 1.5rem; font-size: 1.1rem; }

footer { background: #000; color: #fff; padding: 4rem 10%; text-align: center; }