.modal-content h3 {
  margin: 24px 0 10px;
}

.modal-content h4 {
  color: #47617f;
  margin: 16px 0 8px;
}

.modal-content p {
  margin: 8px 0;
}

.key-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin: 16px 0;
}

.key-facts div {
  padding: 13px;
  border: 1px solid #e3ecfb;
  border-radius: 12px;
  background: #f3f7ff;
}

.key-facts span,
.key-facts strong,
.key-facts small,
.campus-compare strong,
.campus-compare span {
  display: block;
}

.key-facts span {
  color: #7691b7;
  font-size: 10px;
}

.key-facts strong {
  margin: 3px 0;
  color: #2c5794;
  font-size: 13px;
}

.key-facts small {
  font-size: 10px;
  line-height: 1.5;
}

.campus-compare {
  display: grid;
  gap: 9px;
}

.campus-compare div {
  padding: 13px 14px;
  border-left: 3px solid #4a84e8;
  border-radius: 12px;
  background: #f7f9fc;
}

.campus-compare strong {
  margin-bottom: 3px;
  color: #314b70;
}

.campus-compare span {
  font-size: 12px;
  line-height: 1.7;
}

.mini-alert {
  margin: 8px 0 14px;
  padding: 10px 13px;
  border-radius: 9px;
  background: #fff2e9;
  color: #965125;
  font-weight: 600;
}

.check-list {
  padding-left: 0 !important;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 22px;
}

.check-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #1aa46f;
  content: "✓";
  font-weight: 700;
}

.ban-list {
  padding: 4px 14px;
  border-radius: 12px;
  background: #fff0f2;
  color: #85404c;
}

.ban-list p {
  margin: 0;
  padding: 8px 0;
  border-bottom: 1px solid rgba(141, 61, 75, 0.1);
}

.ban-list p:last-child {
  border-bottom: 0;
}

.process-list {
  display: grid;
  gap: 10px;
  padding-left: 0 !important;
  counter-reset: step;
  list-style: none;
}

.process-list li {
  position: relative;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 0 9px;
  margin: 0 !important;
  counter-increment: step;
}

.process-list li::before {
  display: grid;
  grid-row: 1 / 3;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 9px;
  background: #eaf3ff;
  color: #3977ef;
  content: counter(step);
  font-weight: 700;
}

.process-list strong,
.process-list span {
  grid-column: 2;
}

.process-list strong {
  color: #344c6b;
}

.process-list span {
  font-size: 12px;
}

.tip-list {
  padding: 12px 14px 12px 30px !important;
  border-radius: 12px;
  background: #eff9f5;
}

.contact-card {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 13px;
  align-items: center;
  margin: 16px 0;
  padding: 14px;
  border: 1px solid #e4ebf5;
  border-radius: 14px;
  background: #f7faff;
}

.wechat-card {
  background: #f1fbf5;
}

.contact-qr {
  display: grid;
  width: 92px;
  height: 92px;
  place-content: center;
  border: 1px dashed #9db2d0;
  border-radius: 11px;
  background: #fff;
  color: #6f8199;
  text-align: center;
}

.contact-qr strong,
.contact-qr span,
.contact-label,
.contact-value,
.contact-card small {
  display: block;
}

.contact-qr strong {
  color: #45668f;
  font-size: 12px;
}

.contact-qr span,
.contact-card small {
  margin-top: 4px;
  font-size: 9px;
  line-height: 1.5;
}

.contact-label {
  color: #718098;
  font-size: 10px;
}

.contact-value {
  margin: 4px 0;
  color: #294b78;
  font-size: 16px;
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 10px 0;
}

.mini-grid span {
  padding: 9px 5px;
  border-radius: 9px;
  background: #f1f5fb;
  color: #4c617d;
  font-size: 11px;
  text-align: center;
}

@media (max-width: 430px) {
  .key-facts {
    grid-template-columns: 1fr;
  }

  .modal {
    padding: 24px 20px;
  }

  .modal h2 {
    padding-right: 22px;
    font-size: 21px;
  }

  .contact-card {
    grid-template-columns: 78px 1fr;
  }

  .contact-qr {
    width: 78px;
    height: 78px;
  }

  .mini-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
