/**
 * Страница «Тарифы и услуги» — /pricing/
 */

.page--pricing .pricing-main {
  width: min(48rem, 100%);
}

.pricing-card {
  margin-top: 1.75rem;
  padding: clamp(1.25rem, 2.5vw, 1.65rem);
  border-radius: 1.15rem;
  background: rgba(35, 40, 45, 0.88);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

[data-theme="light"] .pricing-card {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(0, 0, 0, 0.08);
}

.pricing-card__head {
  margin-bottom: 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

[data-theme="light"] .pricing-card__head {
  border-bottom-color: rgba(0, 0, 0, 0.08);
}

.pricing-card__title {
  margin: 0;
  font-size: clamp(1.15rem, 1.4vw, 1.35rem);
  font-weight: 700;
  color: var(--green);
  letter-spacing: 0.02em;
}

.pricing-card__sub {
  margin: 0.45rem 0 0;
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--text-muted);
}

.pricing-card__accent {
  color: var(--green);
  font-weight: 600;
}

.pricing-card__cta {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.75rem;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

[data-theme="light"] .pricing-card__cta {
  border-top-color: rgba(0, 0, 0, 0.08);
}

.pricing-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 0.9rem 1rem;
  font-size: 1.05rem;
  box-sizing: border-box;
}

.pricing-card__link {
  text-align: center;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--green);
  text-decoration: none;
}

.pricing-card__link:hover {
  text-decoration: underline;
}

.pricing-services {
  margin-top: 2rem;
  padding: 0 0.15rem 0.5rem;
}

.pricing-services__title {
  margin: 0 0 0.85rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text);
}

.pricing-services__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.pricing-services__list li {
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--text-muted);
  padding: 0.65rem 0.85rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.12);
}

[data-theme="light"] .pricing-services__list li {
  border-color: rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.03);
}

.pricing-services__list strong {
  color: var(--green);
}

.pricing-services__note {
  margin: 1rem 0 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--text-muted);
}

.pricing-services__note a {
  color: var(--green);
  font-weight: 600;
  text-decoration: none;
}

.pricing-services__note a:hover {
  text-decoration: underline;
}

.page--pricing .lk-plan-table__desc {
  max-width: none;
}
