.package-modal {
  background: #0d1525;
  color: white;
  border-radius: 18px;
  padding-bottom: 20px;
  border: 1px solid #1b253b;
}

.modal-badge {
  padding: 6px 18px;
  background: #1a2b45;
  border-radius: 20px;
  color: #7da2ff;
  font-weight: 600;
  font-size: 0.8rem;
}

.modal-title-text {
  font-size: 1.4rem;
  font-weight: 700;
}

.modal-subtext {
  color: #b8c0cc;
}

.info-box {
  background: #111c30;
  padding: 20px 10px;
  border-radius: 12px;
  margin: 25px 0;
}

.info-label {
  color: #9aa5b5;
  font-size: 0.8rem;
}

.info-value {
  font-weight: 700;
  color: white;
}

.includes-title {
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
}

.includes-list li {
  margin-bottom: 6px;
  color: #cfd6e3;
}

.input-label {
  margin-top: 15px;
  font-size: 0.85rem;
  color: #c7c7c7;
}

.modal-input {
  background: #0a1220 !important;
  border: 1px solid #2b3750;
  color: white !important;
}

.modal-input:focus {
  border-color: #4a7cff;
  box-shadow: none;
}

.note-text {
  color: #b3b9c5;
  font-size: 0.8rem;
}

.modal-cancel-btn {
  background: #3b4a60;
  color: white;
  padding: 8px 20px;
  border-radius: 8px;
}

.modal-confirm-btn {
  background: white;
  color: #111a2b;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 8px;
  opacity: 0.4;
  transition: 0.2s;
}

.modal-confirm-btn.active {
  opacity: 1;
}

.vip-box {
  display: none;
  background: #0f1b2f;
  padding: 18px;
  border-radius: 10px;
  margin-top: 20px;
}

.vip-btn {
  background: #2a66ff;
  color: white;
  border-radius: 10px;
  padding: 10px 20px;
}
