body {
  font-family: 'Poppins', sans-serif;
  background: #fafafa;
  color: #222;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

header {
  text-align: center;
  background: linear-gradient(90deg, #4c7cff, #ffb347, #ffd700, #b57edc);
  color: white;
  padding: 30px 10px;
}

h1 { font-size: 2em; margin-bottom: 5px; }
.tagline { font-size: 1.1em; font-style: italic; }

section {
  max-width: 900px;
  margin: 30px auto;
  padding: 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

h2 {
  color: #333;
  border-bottom: 2px solid #4c7cff;
  padding-bottom: 5px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

th, td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

th {
  background: #f0f0f0;
}

.package {
  background: #f9f9ff;
  border-left: 5px solid #4c7cff;
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 6px;
}

footer {
  text-align: center;
  padding: 20px;
  font-size: 0.9em;
  background: #f1f1f1;
  color: #555;
}

a {
  color: #4c7cff;
  text-decoration: none;
}
