body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #00132c;
  color: #111827;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: white;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

h1 {
  font-size: 2em;
  margin-bottom: 10px;
  color: #1f2937;
}

.highlight {
  color: #f97316;
}

.intro {
  font-size: 1.1em;
  margin-bottom: 30px;
  line-height: 1.6;
}

h2 {
  margin-top: 40px;
  color: #1d4ed8;
}

h3 {
  margin-top: 25px;
  color: #2563eb;
}

.role ul, ul {
  margin: 10px 0 20px;
  padding-left: 20px;
}

.role ul li, ul li {
  margin-bottom: 8px;
}

a {
  color: #2563eb;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.back-link {
  display: inline-block;
  margin-top: 20px;
  color: #2563eb;
  font-weight: bold;
}