
body{margin:0;font-family:Arial;background:#08111f;color:#fff}
header{position:fixed;top:0;width:100%;display:flex;justify-content:space-between;padding:20px;background:#0008}
nav a{color:#fff;text-decoration:none;margin:0 10px}
.hero{height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(#0008,#0008),url('https://images.unsplash.com/photo-1509391366360-2e959784a276?q=80&w=1600');background-size:cover}
.btn{background:#ff9d00;padding:15px 30px;border-radius:30px;color:#000;text-decoration:none}
.cards,.gallery,.brands{display:flex;gap:20px;justify-content:center;padding:60px 20px;flex-wrap:wrap}
.card,.box,span{background:#12203a;padding:25px;border-radius:15px}
h2{text-align:center}
.wa{position:fixed;bottom:20px;right:20px;background:#25d366;color:#fff;padding:15px;border-radius:50px;text-decoration:none}
