body {
  background: #f4f6f9;
  font-family: system-ui;
}

.header-bar {
  background: #1f2933;
  color: white;
  text-align: center;
  padding: 10px;
  font-size: 15px;
}

.main-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}

.instruction-box {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-left: 4px solid #2f6fed;
}

.steps li {
  margin-bottom: 20px;
  line-height: 1.6;
}

.icon {
  color: #2f6fed;
  margin-right: 8px;
}

.download-buttons .btn {
  margin-right: 8px;
}

.email-badge {
  background: #ffe8a3;
  padding: 4px 8px;
  border-radius: 5px;
  font-weight: 600;
}

.profile-card {
  display: block;
  text-align: center;
  padding: 30px;
  background: white;
  border-radius: 10px;
  text-decoration: none;
  color: #333;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.25s;
}

.profile-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.icon-box {
  font-size: 32px;
  color: white;
  background: #2f6fed;
  width: 60px;
  height: 60px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 15px;
}

.footer {
  background: #1f2933;
  color: white;
  text-align: center;
  padding: 15px;
  margin-top: 60px;
  font-size: 14px;
}

.page-title {
  font-weight: 600;
}

.form-container {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

iframe {
  border: none;
  width: 100%;
}
