body{margin:0;font-family:Arial;background:#05070e;color:#fff}
.hero{height:70vh;background:#000 url('https://images.unsplash.com/photo-1504384308090-c894fdcc538d?q=80&w=1600') center/cover no-repeat;position:relative}
.overlay{position:absolute;inset:0;background:rgba(0,0,0,0.7)}
.hero-content{position:absolute;bottom:20%;left:10%}
.hero h1{font-size:60px;margin:0}
.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;padding:40px}
.card{background:#111;padding:20px;border-radius:10px}
.time{color:#2a83ff;font-weight:bold}
.cta{text-align:center;padding:60px}
