.iac-registration-bank-section {
  padding: 52px 20px 72px;
  background: #fbf7f1;
}
.iac-bank-page {
  width: min(100%, 980px);
  margin: 0 auto;
}
.iac-bank-card {
  padding: 40px;
  border: 1px solid #eadfd3;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(94, 51, 18, .08);
}
.iac-bank-heading {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 30px;
}
.iac-bank-heading > span {
  padding-top: 3px;
  color: #db851d;
  font-weight: 900;
  letter-spacing: .08em;
}
.iac-bank-heading h1 {
  margin: 0 0 4px;
  color: #202020;
  font-size: 25px;
  line-height: 1.25;
}
.iac-bank-heading p {
  margin: 0;
  color: #756b62;
}
.iac-bank-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}
.iac-bank-summary > div {
  padding: 17px;
  border-radius: 11px;
  background: #f6f0e9;
}
.iac-bank-summary span {
  display: block;
  margin-bottom: 3px;
  color: #7a6e64;
  font-size: 13px;
}
.iac-bank-summary strong {
  color: #9a340b;
  font-size: 20px;
}
.iac-bank-panel {
  padding: 18px;
  border: 1px solid #edc792;
  border-radius: 12px;
  background: #fffaf2;
}
.iac-bank-panel h2 {
  margin: 0 0 14px;
  color: #973509;
  font-size: 19px;
}
.iac-bank-note {
  margin: -5px 0 12px;
  color: #776d65;
  font-size: 13px;
}
.iac-bank-panel dl { margin: 0; }
.iac-bank-panel dl > div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 16px;
  padding: 9px 0;
  border-bottom: 1px solid #eedcc4;
}
.iac-bank-panel dl > div:last-child { border-bottom: 0; }
.iac-bank-panel dt { color: #6e6258; font-weight: 800; }
.iac-bank-panel dd { margin: 0; overflow-wrap: anywhere; }
.iac-payment-reference {
  margin: 16px 0 8px;
  padding: 12px 14px;
  border-left: 4px solid #dd8a27;
  background: #fff6e7;
}
.iac-voucher-box {
  margin-top: 8px;
  padding: 17px;
  border: 1px dashed #d9b789;
  border-radius: 11px;
  background: #fffdfa;
}
.iac-voucher-box > label { display: block; margin-bottom: 9px; font-weight: 800; }
.iac-voucher-controls { display: flex; align-items: center; gap: 12px; }
.iac-voucher-controls input { flex: 1; min-width: 0; }
.iac-voucher-controls button {
  min-height: 38px;
  padding: 7px 15px;
  border: 0;
  border-radius: 7px;
  color: #fff;
  background: #96370f;
  font-weight: 800;
  cursor: pointer;
}
.iac-voucher-controls button:disabled { opacity: .5; cursor: not-allowed; }
.iac-voucher-box > p { margin: 9px 0 0; color: #776d65; font-size: 13px; }
.iac-payment-status { margin-top: 10px; color: #756b62; font-size: 13px; font-weight: 700; }
.iac-payment-status.is-ready, .iac-payment-status.is-success { color: #18703b; }
.iac-payment-status.is-pending { color: #a05a06; }
.iac-payment-status.is-error { color: #b42318; }
.iac-registration-actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}
.iac-registration-actions a {
  flex: 1;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 24px;
  border: 1px solid #a33e12;
  border-radius: 9px;
  font-weight: 900;
  text-decoration: none;
}
.iac-registration-actions a[hidden] { display: none !important; }
.iac-register-now { flex: 1; color: #fff !important; background: linear-gradient(100deg, #993509, #df8c23); }
.iac-open-center { color: #fff !important; background: linear-gradient(100deg, #993509, #df8c23); }

@media (max-width: 720px) {
  .iac-registration-bank-section { padding: 28px 10px 46px; }
  .iac-bank-card { padding: 22px 16px; border-radius: 14px; }
  .iac-bank-heading { gap: 10px; margin-bottom: 22px; }
  .iac-bank-heading h1 { font-size: 22px; }
  .iac-bank-summary { grid-template-columns: 1fr; gap: 9px; }
  .iac-bank-panel { padding: 15px; }
  .iac-bank-panel dl > div { grid-template-columns: 1fr; gap: 2px; }
  .iac-voucher-controls { align-items: stretch; flex-direction: column; }
  .iac-voucher-controls button { width: 100%; }
  .iac-registration-actions { flex-direction: column; }
  .iac-registration-actions a { width: 100%; }
}
