*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'Helvetica'!important;scroll-behavior:smooth;color:#333}.navbar{position:fixed;top:0;width:100%;background:rgb(0 0 0 / .8);padding:1rem;text-align:center;z-index:100;box-shadow:0 2px 4px rgb(0 0 0 / .4)}.navbar a{color:#fff;margin:0 1.5rem;text-decoration:none;font-weight:500;font-size:1.1rem;transition:color 0.3s}.navbar a:hover{color:#F9A42C}.hero{background:linear-gradient(to bottom right,rgb(0 0 0 / .6),rgb(0 0 0 / .8)),url(/assets/img/bg1.jpeg) no-repeat center center/cover;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;padding:2rem}.hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px rgb(0 0 0 / .5);color:#FFF}.hero p{color:#FFF;font-size:1.2rem;max-width:700px;margin-bottom:2rem;line-height:1.6}.hero .buttons{display:flex;gap:1rem}.button{padding:.8rem 2rem;font-size:1.1rem;border:none;border-radius:5px;cursor:pointer;transition:background 0.3s;color:#fff;border:1px solid #FFF}.button-signup{background-color:#EDA02D}.button-signup:hover{background-color:#f9a42c}.button-login{background-color:#1e90ff}.button-login:hover{background-color:#1c82e3}section{padding:5rem 2rem;text-align:center}@media(max-width:600px){#home img{width:100%}}#about{background:linear-gradient(rgb(238 238 238 / .1),rgb(238 238 238 / .1))}#benefits{background:linear-gradient(rgb(238 238 238 / .1),rgb(238 238 238 / .1))}#cta{background:linear-gradient(rgb(237 160 45 / .8),rgb(237 160 45 / .9)),url(/assets/img/bg1.jpeg);background-size:cover;background-position:10% 40%;color:#fff;padding:60px 20px;text-align:center}#cta h2{font-size:33px;color:#FFF;font-weight:700}#cta p{color:#FFF;margin:20px;font-size:20px}.section-title{font-size:2.5rem;color:#333;margin-bottom:2rem}.card-container{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;max-width:1000px;margin:0 auto}.card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 8px rgb(0 0 0 / .1);flex:1;max-width:300px;transition:transform 0.3s}.card:hover{transform:translateY(-10px)}.card-icon{font-size:3rem;color:#F9A42C;margin-bottom:1rem}.card h3{font-size:1.5rem;color:#333;margin-bottom:1rem}.card p{font-size:1rem;color:#666;line-height:1.6}.cta h2{font-size:2rem;margin-bottom:1rem}.cta button{margin-top:1.5rem}footer{padding:2rem;text-align:center;background:#333}footer p{color:#fff}footer p a{font-weight:700;color:#FFF}footer p a:hover{color:#EDA02D}.material-icons{font-size:60px!important;color:#eda02d}@media (max-width:768px){.hero h1{font-size:2.5rem}.card-container{flex-direction:column;align-items:center}.buttons{flex-direction:column}.button{width:100%;margin-bottom:1rem}}