/* V59 visual normalization: onboarding + billing lock in the light CR MiAgenda system. */
.v57-billing-lock{
  min-height:100vh!important;
  display:grid!important;
  place-items:center!important;
  padding:32px 18px!important;
  background:
    radial-gradient(circle at 15% 15%,rgba(92,205,172,.18),transparent 34%),
    radial-gradient(circle at 85% 12%,rgba(156,126,255,.18),transparent 32%),
    linear-gradient(135deg,#fffdfb 0%,#f8fbfa 46%,#f7f4ff 100%)!important;
  color:#1f2a44!important;
}
.v57-billing-card{
  width:min(760px,100%)!important;
  padding:42px!important;
  border:1px solid #e6e2ee!important;
  border-radius:28px!important;
  background:rgba(255,255,255,.96)!important;
  box-shadow:0 28px 80px rgba(76,63,115,.12)!important;
  color:#1f2a44!important;
}
.v57-billing-card>span{
  color:#6e57c9!important;
  letter-spacing:.14em!important;
  font-weight:800!important;
}
.v57-billing-card h1{
  color:#18233d!important;
  font-size:clamp(2rem,4vw,3.4rem)!important;
  line-height:1.02!important;
}
.v57-billing-card p,.v57-billing-card small{color:#6f7890!important}
.v57-billing-card>div{
  background:#f8fafc!important;
  border:1px solid #e5e8ef!important;
  color:#202940!important;
}
.v57-billing-card>button:not(.v57-signout){
  border:0!important;
  color:white!important;
  background:linear-gradient(90deg,#45c7a0,#7c67e8)!important;
  box-shadow:0 12px 28px rgba(102,96,201,.18)!important;
}
.v57-signout{color:#6f7890!important;background:transparent!important;border:0!important}

.v54-trial-overlay{
  background:rgba(32,40,57,.28)!important;
  backdrop-filter:blur(12px)!important;
}
.v54-trial{
  background:#fff!important;
  color:#1f2a44!important;
  border:1px solid #ece8f4!important;
  box-shadow:0 32px 90px rgba(59,52,93,.18)!important;
}
.v54-trial-top{
  background:linear-gradient(90deg,#effbf7,#f6f2ff)!important;
  color:#6d5fc4!important;
}
.v54-trial h2{color:#18233d!important}
.v54-trial h2 em{color:#7b62e8!important}
.v54-trial>p,.v54-trial form>p,.v54-trial label{color:#44506a!important}
.v54-trial input,.v54-trial select{
  background:#fbfcfe!important;
  color:#1f2a44!important;
  border:1px solid #dfe5ec!important;
  box-shadow:none!important;
}
.v54-trial input:focus,.v54-trial select:focus{
  outline:none!important;
  border-color:#7b67e6!important;
  box-shadow:0 0 0 4px rgba(123,103,230,.10)!important;
}
.v54-secure-note{
  background:linear-gradient(90deg,#f0fbf7,#f7f4ff)!important;
  border:1px solid #dcece7!important;
  color:#22304a!important;
}
.v54-secure-note span,.v54-secure-note small{color:#718097!important}
.v54-trial-plans article{
  background:#fff!important;
  border:1px solid #e2e6ee!important;
  color:#243049!important;
}
.v54-trial-plans article.premium{
  background:linear-gradient(135deg,#f0fbf7,#f3efff)!important;
  border-color:#9b88eb!important;
}
.v54-trial-submit{
  border:0!important;
  color:#fff!important;
  background:linear-gradient(90deg,#47c79f,#7d69e8)!important;
  box-shadow:0 14px 30px rgba(104,92,196,.18)!important;
}
.v54-have-account{color:#6e5ec8!important}
.v54-auth-msg,.demo-error{
  background:#fff5f5!important;
  color:#b74c5c!important;
  border:1px solid #f0cfd5!important;
}

@media (max-width:700px){
  .v57-billing-card{padding:28px 22px!important;border-radius:22px!important}
}
