/* Clean SaaS look */
.card{ border-radius: 1.25rem; }
.btn{ border-radius: .9rem; }
.ss-banner{
  border:0;
  border-radius:1rem;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}
.ss-code{
  display:inline-block;
  padding:.5rem .75rem;
  border-radius:.75rem;
  background:#0b1220;
  color:#e9eefb;
  font-size:.95rem;
  word-break:break-all;
}
.terms-box{ background:#fff; }
