.bio {
  padding: 3rem 1.5rem;
  max-width: 800px;
  margin: auto;
  color: #e8e8e8;
  font-family: 'Inter', 'Segoe UI', sans-serif;
  line-height: 1.8;
}

.bio h2 {
  margin-top: 3rem;
  font-size: 1.6rem;
  border-left: 4px solid #00ffc3;
  padding-left: 1rem;
  color: #ffffff;
}

.bio ul {
  margin-top: 1rem;
  padding-left: 1.2rem;
  list-style: none;
  background-color: #1e1e1e;
  border-left: 4px solid #00ffc3;
  border-radius: 6px;
  padding: 1rem;
}

.bio ul li {
  margin: 0.5rem 0;
  position: relative;
  padding-left: 1rem;
}

.bio ul li::before {
  content: '*';
  position: absolute;
  left: 0;
  color: #00ffc3;
  font-size: 1.2rem;
  top: 0;
}

.bio table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  background-color: #1e1e1e;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 255, 195, 0.1);
}

.bio th,
.bio td {
  padding: 0.8rem 1rem;
  text-align: left;
}

.bio th {
  background-color: #00ffc3;
  color: #111;
  font-weight: 600;
}

.bio td {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.bio p {
  margin-top: 1.5rem;
  background-color: #1e1e1e;
  padding: 1.2rem;
  border-left: 4px solid #00ffc3;
  border-radius: 6px;
  color: #dcdcdc;
}
