p {
  font-size: 14px;
}
.container{
  background: #fff;
  justify-content: center;
  margin-top: 5rem;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 50, 0.15);
  width: 42rem !important;
  padding: 0;
  border: 2px solid #003366;
  position: relative;
  overflow: hidden;
}

.header {
  background: #003366; /* PMII Blue */
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  border-bottom: 5px solid #fcc000; /* PMII Yellow */
}

.tgl p {
  font-size: 10px;
  color: #fcc000;
  margin: 0;
}

.title h2 {
  font-size: 28px;
  font-weight: 900;
  margin: 0;
  letter-spacing: 2px;
}

.title p {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  color: #fcc000;
  text-transform: uppercase;
}

.logo {
  width: 65px;
  height: 65px;
  background: #fff;
  padding: 5px;
  border-radius: 50%;
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.profile {
  display: flex;
  justify-content: space-between;
  padding: 25px 30px;
  background: #fff;
}

.gambar img {
  width: 130px;
  height: 170px;
  object-fit: cover;
  border-radius: 10px;
  border: 3px solid #003366;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.bio {
  flex-grow: 1;
  margin-left: 25px;
}

.bio table {
  width: 100%;
  border-collapse: collapse;
}

.bio th {
  text-align: left;
  color: #003366;
  font-weight: 700;
  font-size: 13px;
  padding: 6px 0;
  width: 100px;
}

.bio td {
  color: #333;
  font-weight: 600;
  font-size: 13px;
  padding: 6px 0;
}

.bottom-area {
  display: flex;
  justify-content: space-between;
  padding: 10px 35px;
  align-items: center;
  background: #f8f9fa;
  border-top: 1px solid #eee;
}

.signature {
  text-align: center;
  font-size: 11px;
  color: #003366;
}

.sign-space {
  height: 50px;
}

.sign-name {
  font-weight: bold;
  border-bottom: 1.5px solid #003366;
  padding: 0 5px;
}

.qr-code {
  background: #fff;
  padding: 5px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.footer {
  background: #003366;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-top: 3px solid #fcc000;
}

.komi-identity {
  font-size: 12px;
  font-weight: 800;
  color: #fcc000;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.slogan {
  font-size: 10px;
  font-style: italic;
  margin: 0;
}