body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: white;
  background: linear-gradient(to bottom right, #0f0c29, #302b63, #24243e);
}

header.hero {
  text-align: center;
  padding: 80px 20px;
  background: url('galaxy-background.jpg') no-repeat center center/cover;
}

.logo {
  width: 180px;
  margin-bottom: 20px;
}

h1 {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.8rem;
  margin: 10px 0;
}

.cta-button {
  display: inline-block;
  padding: 10px 30px;
  margin-top: 20px;
  background-color: #ffbd39;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  border-radius: 30px;
  transition: 0.3s;
}

.cta-button:hover {
  background-color: #ffd966;
}

section {
  padding: 60px 20px;
  text-align: center;
}

.cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.card {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 12px;
  width: 220px;
  backdrop-filter: blur(5px);
}

ul {
  list-style-type: none;
  padding: 0;
  font-size: 1.1rem;
}

.booking .whatsapp-button {
  background-color: #25d366;
  color: white;
  padding: 15px 25px;
  text-decoration: none;
  border-radius: 10px;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
}

footer {
  text-align: center;
  padding: 30px;
  background-color: #111111;
  color: #aaa;
  font-size: 0.9rem;
}
