/* =========================================================
   SUCCESS PAGE STYLES
   ========================================================= */

.success-page {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}

.success-panel {
  max-width: 650px;
  text-align: center;
  padding: 50px 40px;
}

.success-icon {
  font-size: 64px;
  margin-bottom: 20px;
  color: var(--gold, #e2a926);
  line-height: 1;
}

.success-title {
  margin-bottom: 20px;
}

.success-message {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
  opacity: 0.9;
}

.next-steps-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line, rgba(255, 255, 255, 0.1));
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 35px;
  text-align: left;
}

.next-steps-title {
  margin-top: 0;
  font-size: 1.1em;
  margin-bottom: 15px;
}

.next-steps-list {
  margin: 0;
  padding-left: 20px;
  opacity: 0.85;
  line-height: 1.6;
}

.next-steps-list li {
  margin-bottom: 10px;
}

.next-steps-list li:last-child {
  margin-bottom: 0;
}
