/* Dedicated public pricing tables */
.pricesPage {
  padding: 48px 0 80px;
  background: #f6f7fb;
}

.pricesPage__head {
  max-width: 720px;
  margin: 0 0 36px;
}

.pricesPage__kicker {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ff3d73;
}

.pricesPage__head h1 {
  margin: 0 0 12px;
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.pricesPage__head p {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
  color: #5a6178;
}

.pricesBlock {
  background: #fff;
  border: 1px solid #e5e8f2;
  border-radius: 24px;
  padding: 24px 20px 8px;
  margin: 0 0 24px;
  box-shadow: 0 12px 28px rgba(20, 26, 56, 0.06);
}

.pricesBlock__title {
  padding: 4px 8px 16px;
}

.pricesBlock__title h2 {
  margin: 0 0 4px;
  font-size: 26px;
  letter-spacing: -0.02em;
}

.pricesBlock__title p {
  margin: 0;
  color: #7b8298;
  font-size: 15px;
}

.pricesBlock--female {
  border-color: rgba(255, 61, 115, 0.22);
}

.pricesBlock--male {
  border-color: rgba(32, 38, 56, 0.12);
}

.pricesTableWrap {
  overflow-x: auto;
  margin: 0 -4px 16px;
}

.pricesTable {
  width: 100%;
  min-width: 640px;
  border-collapse: separate;
  border-spacing: 0;
}

.pricesTable th,
.pricesTable td {
  padding: 14px 12px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #eef0f6;
}

.pricesTable thead th {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #7b8298;
  background: #fafbfe;
}

.pricesTable tbody th {
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
  color: #1e1e1e;
}

.pricesTable__now {
  display: block;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #1e1e1e;
}

.pricesTable__was {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: #8b92a8;
}

.pricesOff {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: linear-gradient(120deg, #ff6d35, #ff3d73);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.pricesOff--none {
  background: #eef0f6;
  color: #7b8298;
  font-weight: 700;
}

.pricesTable--features {
  min-width: 480px;
}

.pricesCheck,
.pricesDash {
  display: inline-flex;
  min-width: 64px;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.pricesCheck {
  background: rgba(34, 197, 94, 0.12);
  color: #15803d;
}

.pricesDash {
  background: #f3f4f8;
  color: #9aa1b5;
}

.pricesPage__note {
  margin: 8px 0 20px;
  color: #5a6178;
  font-size: 15px;
  line-height: 1.5;
}

.pricesPage__cta {
  margin: 0;
}

body.brand-scanlove .pricesPage {
  background: #ebebeb;
}

body.brand-scanlove .pricesPage__kicker {
  background: linear-gradient(90deg, #f52083, #c13afd);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body.brand-scanlove .pricesOff:not(.pricesOff--none) {
  background: linear-gradient(90deg, #f52083, #c13afd);
  color: #fff;
}

body.brand-scanlove .pricesBlock--female {
  border-color: rgba(193, 58, 253, 0.28);
}

@media (max-width: 700px) {
  .pricesPage {
    padding: 28px 0 56px;
  }

  .pricesBlock {
    padding: 16px 12px 4px;
    border-radius: 18px;
  }

  .pricesTable {
    min-width: 520px;
  }

  .pricesTable th,
  .pricesTable td {
    padding: 10px 8px;
  }

  .pricesTable__now {
    font-size: 16px;
  }

  .pricesOff {
    font-size: 12px;
    padding: 5px 8px;
  }
}
