.pricing-page {
  overflow-x: clip;
  color: #111526;
  background: #fff;
}
.pr-hero {
  padding: 120px 0 80px;
  background:
    radial-gradient(circle at 20% 20%, #e7fafa 0, transparent 30%),
    radial-gradient(circle at 80% 10%, #ecebff 0, transparent 32%),
    linear-gradient(180deg, #fbfcff, #fff);
  border-bottom: 1px solid #e9ebf3;
}
.pr-hero-inner {
  text-align: center;
  display: grid;
  justify-items: center;
}
.pr-hero h1 {
  font-size: clamp(2.3rem, 6vw, 4.7rem);
  letter-spacing: -0.055em;
  line-height: 1.08;
  margin: 22px 0 16px;
}
.pr-hero p {
  font-size: 1.05rem;
  color: #667089;
  max-width: 640px;
  line-height: 1.9;
}
.pr-cycle {
  display: flex;
  background: #f0f2f8;
  border: 1px solid #e0e4ee;
  border-radius: 16px;
  padding: 5px;
  margin-top: 28px;
}
.pr-cycle button {
  border: 0;
  background: transparent;
  border-radius: 11px;
  padding: 11px 28px;
  font: inherit;
  font-weight: 800;
  color: #778096;
  cursor: pointer;
}
.pr-cycle button.active {
  background: #fff;
  color: #474de4;
  box-shadow: 0 5px 15px #1f28521c;
}
.pr-policy {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: #657087;
  font-size: 0.84rem;
}
.pr-policy svg {
  width: 17px;
  color: #27a47d;
}
.pr-heading {
  margin-bottom: 32px;
}
.pr-state,
.pr-empty {
  min-height: 260px;
  border: 1px dashed #d9deea;
  border-radius: 24px;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  padding: 35px;
  background: #fbfcff;
  color: #677087;
}
.pr-state svg,
.pr-empty > svg {
  width: 34px;
  height: 34px;
  color: #5c61ee;
  margin-bottom: 10px;
}
.pr-state button {
  border: 0;
  border-radius: 10px;
  background: #4e53ea;
  color: #fff;
  padding: 11px 18px;
  font-weight: 800;
  cursor: pointer;
}
.pr-state.error {
  background: #fff9f8;
  border-color: #f3d3cf;
}
.pr-empty h3 {
  font-size: 1.5rem;
  margin: 7px;
}
.pr-empty p {
  max-width: 620px;
  line-height: 1.8;
}
.pr-empty .pf-actions {
  margin-top: 18px;
}
.spin {
  animation: pr-spin 1s linear infinite;
}
@keyframes pr-spin {
  to {
    transform: rotate(360deg);
  }
}
.pr-plan-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  align-items: stretch;
}
.pr-plan-grid > article {
  position: relative;
  border: 1px solid #dfe3ed;
  border-radius: 22px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  min-height: 455px;
  background: #fff;
}
.pr-plan-grid > article.popular {
  border: 2px solid #6267f7;
  background: linear-gradient(#f0f0ff, #fff 35%);
  box-shadow: 0 18px 48px #4349d51c;
}
.pr-plan-grid > article > em {
  position: absolute;
  top: -14px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background: #5258ee;
  color: #fff;
  border-radius: 999px;
  padding: 5px 12px;
  font-style: normal;
  font-size: 0.75rem;
}
.pr-plan-grid h3 {
  font-size: 1.35rem;
  margin: 8px 0;
}
.pr-plan-grid p {
  color: #747d92;
  line-height: 1.75;
  min-height: 72px;
}
.pr-price {
  margin: 15px 0;
  border-block: 1px solid #eceef4;
  padding: 17px 0;
  min-height: 76px;
}
.pr-price strong {
  font-size: 1.3rem;
}
.pr-price strong small {
  font-size: 0.8rem;
  color: #747d92;
}
.pr-price span {
  display: block;
  color: #747d92;
  font-size: 0.8rem;
}
.pr-plan-grid ul {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 9px;
  margin-bottom: 25px;
}
.pr-plan-grid li {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #515a71;
}
.pr-plan-grid li svg {
  width: 16px;
  color: #23a57b;
}
.pr-plan-grid li b {
  margin-inline-start: auto;
}
.pr-plan-grid .pf-button {
  margin-top: auto;
}
.pr-alt {
  background: #f8f9fd;
}
.pr-calculator {
  display: grid;
  grid-template-columns: 1.45fr 0.75fr;
  gap: 28px;
}
.pr-calc-fields {
  border: 1px solid #e1e5ee;
  background: #fff;
  border-radius: 24px;
  padding: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.pr-range {
  display: grid;
  gap: 10px;
}
.pr-range span {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  color: #5c657b;
}
.pr-range b {
  color: #4e54e9;
}
.pr-range input {
  width: 100%;
  accent-color: #5359ed;
}
.pr-check {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 700;
  color: #525b72;
}
.pr-check input {
  width: 18px;
  height: 18px;
  accent-color: #5359ed;
}
.pr-calculator aside {
  border-radius: 24px;
  padding: 32px;
  background: linear-gradient(145deg, #14172b, #353a8a);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.pr-calculator aside > svg {
  width: 46px;
  height: 46px;
  padding: 11px;
  border-radius: 15px;
  background: #ffffff1a;
}
.pr-calculator aside small {
  margin-top: 26px;
  color: #bac0e7;
}
.pr-calculator aside strong {
  font-size: 2.2rem;
  margin: 4px 0;
}
.pr-calculator aside p {
  color: #cbd0ed;
  line-height: 1.8;
}
.pr-calculator aside .pf-button {
  margin-top: auto;
}
.pr-table-wrap {
  overflow: auto;
  border: 1px solid #e0e4ed;
  border-radius: 20px;
  outline-offset: 4px;
}
.pr-table-wrap table {
  border-collapse: collapse;
  width: 100%;
  min-width: 780px;
  text-align: center;
}
.pr-table-wrap th,
.pr-table-wrap td {
  padding: 15px;
  border-bottom: 1px solid #eceef4;
}
.pr-table-wrap thead th {
  background: #f6f7fb;
  position: sticky;
  top: 0;
}
.pr-table-wrap tbody th {
  text-align: start;
  background: #fff;
  position: sticky;
  inset-inline-start: 0;
  min-width: 190px;
}
.pr-table-wrap th span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.pr-table-wrap th svg {
  width: 15px;
}
.pr-tooltip {
  border: 0;
  background: transparent;
  color: #666ee7;
  padding: 4px;
  display: inline-flex;
  border-radius: 6px;
  cursor: help;
}
.pr-tooltip:focus-visible {
  outline: 2px solid #4f55eb;
  outline-offset: 2px;
}
.pr-table-wrap td svg {
  width: 18px;
  color: #25a77d;
}
.pr-credit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.pr-credit-grid article {
  border: 1px solid #e0e4ed;
  background: #fff;
  border-radius: 19px;
  padding: 24px;
}
.pr-credit-grid article > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: #ebeaff;
  color: #5056e9;
  font-weight: 900;
}
.pr-credit-grid h3 {
  font-size: 1rem;
  margin: 18px 0 7px;
}
.pr-credit-grid p {
  color: #6c758b;
  line-height: 1.75;
  margin: 0;
}
.pr-faq {
  max-width: 820px;
  margin: auto;
  display: grid;
  gap: 10px;
}
.pr-faq details {
  border: 1px solid #dfe3ec;
  border-radius: 16px;
  padding: 0 20px;
  background: #fff;
}
.pr-faq summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 18px 0;
  cursor: pointer;
  font-weight: 800;
}
.pr-faq summary::-webkit-details-marker {
  display: none;
}
.pr-faq summary span {
  font-size: 1.25rem;
  color: #555bed;
}
.pr-faq p {
  margin: 0 0 20px;
  color: #69738a;
  line-height: 1.85;
}
@media (max-width: 900px) {
  .pr-calculator {
    grid-template-columns: 1fr;
  }
  .pr-credit-grid {
    grid-template-columns: 1fr 1fr;
  }
  .pr-plan-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .pr-hero {
    padding: 85px 0 55px;
  }
  .pr-hero h1 {
    font-size: 2.45rem;
  }
  .pr-cycle {
    width: 100%;
  }
  .pr-cycle button {
    flex: 1;
    padding-inline: 8px;
  }
  .pr-plan-grid,
  .pr-calc-fields,
  .pr-credit-grid {
    grid-template-columns: 1fr;
  }
  .pr-calculator aside {
    min-height: 340px;
  }
  .pr-empty .pf-actions {
    width: 100%;
    flex-direction: column;
  }
  .pr-empty .pf-button {
    width: 100%;
  }
  .pr-table-wrap {
    margin-inline: -4px;
  }
  .pr-table-wrap table {
    min-width: 650px;
  }
  .pr-table-wrap th,
  .pr-table-wrap td {
    padding: 12px 10px;
  }
  .pr-policy {
    align-items: flex-start;
    text-align: start;
  }
}
@media (max-width: 359px) {
  .pr-hero h1 {
    font-size: 2.15rem;
  }
  .pr-calc-fields,
  .pr-calculator aside {
    padding: 20px;
  }
  .pr-plan-grid > article {
    padding: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .spin {
    animation: none;
  }
}
