
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #1c1c1c;
  background-color: #f3f2ef;
}

h1, h2, h3 {
  font-weight: 600;
}

a {
  color: #0a66c2;
  text-decoration: none;
}

.profile-container {
  max-width: 700px;
  margin: 10px auto;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  position: relative;
}

.header-bg {
  height: 200px;
  background-image: url('https://img.sismadi.com/sls-bg.png');
  background-size: cover;
  background-position: center;
}

.profile-photo-wrapper {
  position: absolute;
  top: 130px;
  left: 30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid white;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
}

.profile-photo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-text {
  margin-top: 40px;
  padding: 30px 30px 10px 30px;
}

.header-text h1 {
  margin: 0;
  font-size: 24px;
}

.header-text .subtitle {
  color: #666;
  margin: 5px 0;
}

.header-text a {
  color: #0073b1;
  text-decoration: none;
}

.action-buttons {
  padding: 0 30px 20px 30px;
}

.action-buttons button {
  background-color: #0a66c2;
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 5px;
  margin-right: 10px;
  cursor: pointer;
}

.content-card {
  margin: 0 30px 20px 30px;
  padding: 20px;
  background: #fafafa;
  border-radius: 10px;
}

.content-card h2, .content-card h3 {
  margin-top: 0;
}

.content-card ul {
  padding-left: 20px;
}
