.plan.on { border-color: #50b7ff; background: #d8ebff; box-shadow: 0 0 0 3px rgba(36,120,242,.18); }
.plan i {
  width: 28px;
  height: 28px;
  margin-left: 18px;
  border: 2px solid #c9d3df;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: #2478f2;
  font-style: normal;
}
.plan span {
  min-width: 0;
  text-align: left;
  font-size: 20px;
}
.plan b {
  padding-right: 18px;
  font-size: 22px;
}
.plan em {
  color: #8793a3;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
}
.plan small {
  grid-column: 3;
  margin-top: -18px;
  padding-right: 18px;
  color: #102a56;
}
.terms {
  width: 100%;
  margin-top: 10px;
  border: 0;
  background: transparent;
  color: #8b96a8;
  font: inherit;
  font-size: 14px;
}
.premium-demo {
  background: #eef8ff url("../screens/premium-bg.webp") center / cover no-repeat;
}
.premium-demo .premium-page {
  padding: 48px 18px 22px;
  overflow: hidden;
}
.premium-demo .premium-printer {
  width: 200px;
  height: 200px;
  margin-bottom: 0;
  border-radius: 0;
  background: transparent;
  transform: none;
}
.premium-demo .premium-printer svg {
  width: 100% !important;
  height: 100% !important;
}
.premium-demo .premium-page h1 {
  margin-bottom: 14px;
  font-size: 30px;
}
.feature-list {
  width: min(86%, 360px);
  min-height: 0;
  margin: 0 auto 6px;
  display: grid;
  align-content: center;
  gap: 9px;
}
.feature-list p {
  margin: 0;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  color: #102a56;
  font-size: 15.5px;
}
.feature-list i {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  color: #4cb4ff;
  font-style: normal;
}
.feature-list svg {
  width: 25px;
  height: 25px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.premium-demo .dots {
  margin: 8px 0 14px;
}
.premium-demo .plan {
  min-height: 70px;
  margin-bottom: 11px;
}
.premium-demo .plan span {
  font-size: 18px;
}
.premium-demo .plan b {
  font-size: 21px;
}
.premium-demo .plan em {
  font-size: 16px;
}
.premium-demo .premium-continue {
  min-height: 56px;
}
.premium-sheet {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: grid;
  align-items: end;
  background: rgba(16, 42, 86, .36);
}
.premium-sheet section {
  margin: 0;
  padding: 28px 24px 34px;
  border-radius: 28px 28px 0 0;
  background: #fff;
  color: #102a56;
}
.premium-sheet h2 {
  margin: 0 0 10px;
  font-size: 25px;
}
.premium-sheet p {
  margin: 0 0 8px;
  color: #3d5f8e;
  font-size: 18px;
}
.premium-sheet small {
  display: block;
  margin-bottom: 20px;
  color: #8995a6;
  font-size: 14px;
}
.premium-sheet button {
  width: 100%;
  min-height: 54px;
  margin-top: 10px;
  border: 0;
  border-radius: 16px;
  background: #2478f2;
  color: #fff;
  font: inherit;
  font-size: 18px;
  font-weight: 800;
}
.premium-sheet button + button {
  background: #edf4ff;
  color: #2478f2;
}
