body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: linear-gradient(135deg, #06111f, #0b2545);
  color: white;
}

.hero {
  min-height: 100vh;
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.badge {
  color: #60a5fa;
  font-size: 13px;
  letter-spacing: 1.5px;
  font-weight: bold;
  margin-bottom: 24px;
}

h1 {
  font-size: 58px;
  margin: 0 0 20px;
}

.subtitle {
  font-size: 28px;
  color: #93c5fd;
  margin-bottom: 20px;
}

.description {
  font-size: 19px;
  line-height: 1.7;
  color: #dbeafe;
  max-width: 720px;
}

.buttons {
  margin-top: 34px;
  display: flex;
  gap: 16px;
}

a {
  text-decoration: none;
}

.primary,
.secondary {
  padding: 14px 22px;
  border-radius: 10px;
  font-weight: bold;
}

.primary {
  background: #2563eb;
  color: white;
}

.secondary {
  border: 1px solid #93c5fd;
  color: #dbeafe;
}

.footer {
  margin-top: 80px;
  color: #93a4b8;
  font-size: 14px;
}
