body{
  margin:0;
  background:#05070b;
  color:#ffffff;
  font-family:Arial, Helvetica, sans-serif;
}

.container{
  width:90%;
  max-width:1000px;
  margin:0 auto;
  padding:40px 0;
}

h1{
  font-size:2.4rem;
  margin-bottom:30px;
}

.profile-image{
  display:block;
  width:100%;
  max-width:500px;
  height:auto;
  margin:30px auto;
  border-radius:20px;
  border:3px solid #d4af37;
  box-shadow:0 0 25px rgba(212,175,55,.35);
}

.hero-subtitle{
  text-align:center;
  font-size:1.2rem;
  color:#d4af37;
  margin-bottom:40px;
  font-weight:bold;
}

.section{
  background:#151821;
  border:1px solid rgba(212,175,55,.35);
  border-radius:24px;
  padding:28px;
  margin-bottom:28px;
}

.section h2{
  margin-top:0;
  font-size:1.7rem;
}

.section p,
.section li{
  font-size:1.1rem;
  line-height:1.65;
  color:#e5e7eb;
}