body {
  margin: 0;
  font-family: system-ui, sans-serif;
  background: #0b1020;
  color: #f5f7ff;
}
.hero {
  min-height: 100vh;
  display: grid;
  place-content: center;
  text-align: center;
  gap: 12px;
}
.cta {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 999px;
  background: #ffb347;
  color: #111;
  text-decoration: none;
  font-weight: 600;
}
.hero {
  text-align: center;     
  display: flex;
  flex-direction: column;   
  align-items: center;    
  justify-content: center;  
  min-height: 100vh;        
  gap: 20px;             
}
.hero-image {
  max-width: 100%;          
  height: auto;             
  display: block;
}
