.lp-page .price {
  min-height: 1026px;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.lp-page .price::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--blue4);
  clip-path: none;
}
.lp-page .price .container { position: relative; z-index: 1; }
.lp-page .plans { margin-top: 80px; align-items: start; }
.lp-page .plan {
  min-height: 564px;
  background: #fff;
  border: 0;
  border-radius: 16px;
  text-align: center;
  box-shadow: none;
  overflow: hidden;
}
.lp-page .plan--hot { min-height: 644px; transform: none; }
.lp-page .plans .plan:first-child,
.lp-page .plans .plan:last-child {
  transform: translateY(40px);
}
.lp-page .plan h3 { margin: 0; height: 92px; display: grid; place-items: center; background: var(--blue); color: #fff; font-size: 24px; }
.lp-page .plan--hot h3 { background: var(--red); }
.lp-page .plan p { width: min(278px, calc(100% - 32px)); margin: 30px auto 10px; color: var(--blue); font-size: 16px; line-height: 2.25; }
.lp-page .plan strong { display: block; color: var(--blue); font: 600 32px/59px Poppins, sans-serif; }
.lp-page .plan strong::after {
  content: "";
  display: block;
  width: 279px;
  max-width: 100%;
  margin: 10px auto 0;
  border-bottom: 2px dotted var(--blue3);
}
.lp-page .plan ul { margin: 20px 0 0; padding: 0 24px 0 58px; list-style: none; text-align: left; font-size: 16px; line-height: 29px; }
.lp-page .plan li { position: relative; min-height: 29px; }
.lp-page .plan li::before {
  content: "✓";
  position: absolute;
  left: -24px;
  top: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: var(--red);
  font-size: 14px;
  line-height: 29px;
}
.lp-page .plan .btn {
  width: 278px;
  min-width: 278px;
  height: 58px;
  margin-top: 40px;
  font-size: 19px;
}
.lp-page .plan--hot .btn { margin-top: 103px; }
