/* MBus WMS v50 - self service nakup licence */
.mbus-saas-page {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: auto;
  background: radial-gradient(circle at top left, rgba(37, 99, 235, .25), transparent 32%), linear-gradient(135deg, #020617 0%, #0f172a 45%, #111827 100%);
  color: #0f172a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  padding: 24px;
}
.mbus-saas-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
}
.mbus-saas-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 20px;
  align-items: stretch;
}
.mbus-saas-card {
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(226,232,240,.9);
  border-radius: 22px;
  box-shadow: 0 30px 90px rgba(15, 23, 42, .35);
  padding: 28px;
}
.mbus-saas-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2563eb;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  font-weight: 900;
}
.mbus-saas-title {
  font-size: clamp(34px, 5vw, 62px);
  line-height: .95;
  margin: 18px 0 14px;
  font-weight: 950;
  color: #f8fafc;
  letter-spacing: -.05em;
}
.mbus-saas-subtitle {
  max-width: 670px;
  font-size: 18px;
  line-height: 1.55;
  color: #cbd5e1;
  margin-bottom: 22px;
}
.mbus-saas-bullets {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
}
.mbus-saas-bullet {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #e2e8f0;
  font-weight: 800;
}
.mbus-saas-bullet span {
  display: inline-flex;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #22c55e;
  color: #052e16;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 950;
}
.mbus-saas-form-title {
  font-size: 26px;
  line-height: 1.1;
  font-weight: 950;
  color: #0f172a;
  margin: 0 0 6px;
}
.mbus-saas-form-note {
  margin: 0 0 18px;
  color: #64748b;
  font-weight: 650;
  line-height: 1.45;
}
.mbus-saas-form {
  display: grid;
  gap: 12px;
}
.mbus-saas-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mbus-saas-field { display: grid; gap: 6px; }
.mbus-saas-field label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #475569;
  font-weight: 900;
}
.mbus-saas-field input, .mbus-saas-field select {
  width: 100%;
  height: 48px;
  border-radius: 14px;
  border: 1px solid #cbd5e1;
  background: white;
  color: #0f172a;
  font-size: 16px;
  font-weight: 750;
  padding: 0 14px;
  outline: none;
}
.mbus-saas-field input:focus, .mbus-saas-field select:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 4px rgba(37,99,235,.12);
}
.mbus-saas-plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 4px 0 2px;
}
.mbus-saas-plan {
  border: 1px solid #dbe3ef;
  border-radius: 16px;
  padding: 12px;
  cursor: pointer;
  background: #f8fafc;
  position: relative;
}
.mbus-saas-plan input { position: absolute; opacity: 0; pointer-events: none; }
.mbus-saas-plan strong { display: block; font-size: 16px; font-weight: 950; color: #0f172a; }
.mbus-saas-plan span { display: block; font-size: 12px; color: #64748b; font-weight: 800; margin-top: 3px; }
.mbus-saas-plan em { display: block; font-size: 12px; color: #2563eb; font-style: normal; font-weight: 900; margin-top: 8px; }
.mbus-saas-plan:has(input:checked), .mbus-saas-plan.selected {
  background: #eff6ff;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, .12);
}
.mbus-saas-button {
  height: 54px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: white;
  font-weight: 950;
  font-size: 17px;
  cursor: pointer;
  box-shadow: 0 18px 40px rgba(37,99,235,.28);
}
.mbus-saas-button:disabled { opacity: .65; cursor: wait; }
.mbus-saas-legal {
  color: #64748b;
  font-size: 12px;
  line-height: 1.45;
  margin-top: 4px;
}
.mbus-saas-msg {
  display: none;
  border-radius: 14px;
  padding: 12px 14px;
  font-weight: 850;
  line-height: 1.4;
}
.mbus-saas-msg.bad { display: block; background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; }
.mbus-saas-msg.ok { display: block; background: #ecfdf5; color: #065f46; border: 1px solid #a7f3d0; }
.mbus-saas-success {
  min-height: calc(100vh - 48px);
  display: grid;
  place-items: center;
}
.mbus-saas-success .mbus-saas-card {
  width: min(720px, 100%);
  text-align: center;
}
.mbus-saas-success h1 {
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1;
  margin: 12px 0;
  letter-spacing: -.04em;
}
.mbus-saas-success p {
  color: #475569;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 700;
}
.mbus-saas-link {
  display: inline-flex;
  height: 48px;
  padding: 0 18px;
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  background: #0f172a;
  color: white;
  text-decoration: none;
  font-weight: 950;
  margin-top: 10px;
}
@media (max-width: 900px) {
  .mbus-saas-page { padding: 14px; }
  .mbus-saas-hero { grid-template-columns: 1fr; }
  .mbus-saas-card { padding: 20px; border-radius: 18px; }
  .mbus-saas-grid2, .mbus-saas-plans { grid-template-columns: 1fr; }
  .mbus-saas-title { color: #f8fafc; }
}
