.careers-hero {
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(to right, #0a0a23, #1f1f3d);
  color: #fff;
}
.careers-hero h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
.careers-hero p {
  font-size: 1.2rem;
  color: #ccc;
}

.careers-content {
  max-width: 900px;
  margin: auto;
  padding: 60px 20px;
}
.careers-block {
  margin-bottom: 40px;
}
.careers-block h2 {
  font-size: 1.8rem;
  color: #0a0a23;
  margin-bottom: 15px;
}
.careers-block p {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
}
.careers-block ul {
  list-style: disc;
  padding-left: 20px;
  margin-top: 10px;
}
.careers-block ul li {
  margin-bottom: 8px;
  font-size: 1rem;
  color: #333;
}
.btn {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 24px;
  background: #ff6b00;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s ease;
}
.btn:hover {
  background: #e65c00;
}
