
body{margin:0;font-family:Inter,Arial;background:#020617;color:white}
.glass-header{position:fixed;width:100%;backdrop-filter:blur(12px);background:rgba(2,6,23,.7);display:flex;justify-content:space-between;padding:16px}
.hero{text-align:center;padding:120px 20px}
.carousel img{width:100%;max-height:420px;object-fit:cover;display:none}
.carousel img.active{display:block}
.footer{background:#020617}
.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;padding:60px}
.whatsapp{position:fixed;bottom:20px;right:20px;background:#25D366;padding:14px;border-radius:50%}
