body{
margin:0;
font-family:Arial,sans-serif;
background:url('../img/hero-bg.webp') center/cover no-repeat fixed;
min-height:100vh;
color:#fff;
}
.overlay{
position:fixed;inset:0;
background:rgba(0,0,0,.6);
backdrop-filter:blur(3px);
}
.container{
position:relative;
z-index:2;
max-width:430px;
margin:auto;
padding:30px 20px;
text-align:center;
}
.logo{width:220px;margin-top:20px}
h1{font-size:28px;line-height:1.3}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:25px 0}
.card{
background:rgba(255,255,255,.08);
backdrop-filter:blur(12px);
border:1px solid rgba(255,255,255,.15);
padding:15px;border-radius:18px;
}
.btn{
display:flex;align-items:center;justify-content:center;
gap:10px;text-decoration:none;color:#fff;
padding:16px;border-radius:16px;margin-bottom:12px;font-weight:bold;
}
.btn img{width:22px}
.google{background:#ffffff;color:#222}
.start{background:#2563eb}
.login{background:#7c3aed}
