
body{margin:0;font-family:Arial;background:#f2f6ff;}
.hero{position:relative;text-align:center;color:white;}
.hero-img{width:100%;max-height:600px;object-fit:cover;filter:brightness(0.6);}
.hero-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.hero-text h1{font-size:48px;margin:0;}
.hero-text p{font-size:20px;}
.btn{background:#00ff99;padding:12px 25px;border-radius:6px;color:#000;text-decoration:none;}
section.info{background:#fff;padding:40px;margin:20px;border-radius:12px;}
