*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,sans-serif}
html{scroll-behavior:smooth}
body{background:#070707;color:#fff;line-height:1.6}
header{position:fixed;width:100%;top:0;background:rgba(0,0,0,.75);backdrop-filter:blur(6px);z-index:10}
.nav{max-width:1200px;margin:auto;padding:18px;display:flex;justify-content:space-between;align-items:center}
.brand{font-weight:bold;font-size:1.4rem}
nav a{color:#fff;text-decoration:none;margin-left:18px}
.hero{height:100vh;background:linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.75)),url(hero.jpg);background-size:cover;background-position:center;display:flex;justify-content:center;align-items:center;text-align:center;padding:20px}
.logo{width:220px;max-width:80%;margin-bottom:20px}
h1{font-size:3rem;color:#b8e63b}
h2{margin:10px 0 20px}
.overlay p{max-width:700px;margin:auto}
.btn{display:inline-block;margin-top:25px;background:#b8e63b;color:#000;padding:15px 35px;border-radius:8px;text-decoration:none;font-weight:bold}
section{padding:90px 10%}
section h2{color:#b8e63b;margin-bottom:20px}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}
.card{background:#151515;padding:25px;border-left:5px solid #b8e63b;border-radius:8px}
.galleryimg{width:100%;border-radius:12px}
footer{text-align:center;padding:30px;background:#000}
@media(max-width:700px){
.nav{flex-direction:column;gap:12px}
nav a{margin:0 8px}
h1{font-size:2.2rem}
.logo{width:170px}
}