/* Remvx — Pricing (tier comparison layout, dark theme) */

body[data-page="pricing"] {
  background: #080808;
}

.pricing-shell {
  max-width: 72rem;
}

.pricing-header {
  padding: 6.5rem 0 2.5rem;
  border-bottom: 1px solid #1a1a1a;
}

.pricing-header__eyebrow {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #71717a;
  margin: 0 0 0.75rem;
}

.pricing-header__title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #fafafa;
  margin: 0;
  max-width: 40rem;
}

.pricing-header__lead {
  margin: 1rem 0 0;
  max-width: 44rem;
  font-size: 1rem;
  line-height: 1.7;
  color: #a1a1aa;
}

.pricing-main {
  padding: 2.5rem 0 5rem;
}

/* Billing toggle */
.pricing-billing {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.25rem;
  margin-bottom: 2rem;
}

.pricing-billing__label {
  font-size: 0.875rem;
  color: #a1a1aa;
  margin: 0;
}

.pricing-billing__toggle {
  display: inline-flex;
  padding: 0.2rem;
  border-radius: 999px;
  border: 1px solid #262626;
  background: #0c0c0c;
}

.pricing-billing__btn {
  padding: 0.4rem 1rem;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: #71717a;
  font-size: 0.8125rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

.pricing-billing__btn.is-active {
  background: #1a1a1a;
  color: #fafafa;
}

.pricing-billing__hint {
  width: 100%;
  margin: 0;
  font-size: 0.75rem;
  color: #52525b;
}

@media (min-width: 640px) {
  .pricing-billing__hint {
    width: auto;
    margin: 0 0 0 auto;
  }
}

/* Plan cards */
.pricing-plans {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 900px) {
  .pricing-plans {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.15rem;
    align-items: stretch;
  }
}

.pricing-plan {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1.35rem;
  border-radius: 0.75rem;
  border: 1px solid #1f1f1f;
  background: #0a0a0a;
}

.pricing-plan--featured {
  border-color: rgba(239, 68, 68, 0.35);
  background: linear-gradient(180deg, #0d0d0d, #0a0a0a);
  box-shadow: 0 0 0 1px rgba(239, 68, 68, 0.08);
}

.pricing-plan__badge {
  display: inline-block;
  margin-bottom: 0.65rem;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4ade80;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(74, 222, 128, 0.35);
  background: rgba(74, 222, 128, 0.08);
  width: fit-content;
}

.pricing-plan__name {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fafafa;
  margin: 0 0 0.35rem;
}

.pricing-plan__tagline {
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #71717a;
  margin: 0 0 1.25rem;
  min-height: 2.5rem;
}

.pricing-plan__rate {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #1a1a1a;
}

.pricing-plan__scoped {
  display: block;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fafafa;
}

.pricing-plan__rate-note {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #52525b;
}

.pricing-plan__restriction {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.6875rem;
  color: #71717a;
  margin: 0 0 0.75rem;
}

.pricing-plan__includes-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #d4d4d8;
  margin: 0 0 0.65rem;
}

.pricing-plan__list {
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.pricing-plan__list li {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #a1a1aa;
  padding-left: 1rem;
  position: relative;
}

.pricing-plan__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: #3f3f46;
}

.pricing-plan--featured .pricing-plan__list li::before {
  background: #ef4444;
}

.pricing-plan__soon {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #71717a;
  margin-left: 0.25rem;
}

.pricing-plan__cta {
  display: block;
  margin-top: 1.35rem;
  padding: 0.65rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #d4d4d8;
  border: 1px solid #2a2a2a;
  background: transparent;
  transition: border-color 0.15s, color 0.15s, background 0.15s;
}

.pricing-plan__cta:hover {
  border-color: #3f3f46;
  color: #fafafa;
}

.pricing-plan__cta--primary {
  color: #0a0a0a;
  background: #fafafa;
  border-color: #fafafa;
}

.pricing-plan__cta--primary:hover {
  background: #e4e4e7;
  border-color: #e4e4e7;
  color: #0a0a0a;
}

.pricing-pilot-note {
  margin: 0 0 3rem;
  padding: 0.85rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid #1f1f1f;
  background: #0c0c0c;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #71717a;
}

.pricing-pilot-note strong {
  color: #d4d4d8;
}

.pricing-pilot-note a {
  color: #e4e4e7;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.pricing-pilot-note a:hover {
  color: #fafafa;
}

/* Feature matrix */
.pricing-matrix {
  margin-bottom: 3.5rem;
}

.pricing-matrix__head {
  margin-bottom: 1.25rem;
}

.pricing-matrix__head h2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fafafa;
  margin: 0 0 0.35rem;
}

.pricing-matrix__head p {
  font-size: 0.875rem;
  color: #71717a;
  margin: 0;
}

.pricing-matrix__wrap {
  overflow-x: auto;
  border-radius: 0.75rem;
  border: 1px solid #1f1f1f;
  background: #0a0a0a;
}

.pricing-matrix__table {
  width: 100%;
  min-width: 36rem;
  border-collapse: collapse;
  font-size: 0.8125rem;
}

.pricing-matrix__table thead th {
  padding: 0.85rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fafafa;
  text-align: center;
  border-bottom: 1px solid #1a1a1a;
  background: #0c0c0c;
}

.pricing-matrix__table thead th:first-child {
  text-align: left;
  width: 44%;
}

.pricing-matrix__table td {
  padding: 0.65rem 1rem;
  border-bottom: 1px solid #141414;
  color: #a1a1aa;
  vertical-align: middle;
}

.pricing-matrix__table td:first-child {
  color: #d4d4d8;
  text-align: left;
}

.pricing-matrix__table td:not(:first-child) {
  text-align: center;
  width: 18%;
}

.pricing-matrix__section th {
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fafafa;
  text-align: left;
  background: #0c0c0c;
  border-bottom: 1px solid #1a1a1a;
  border-top: 1px solid #1a1a1a;
}

.pricing-matrix__section:first-child th {
  border-top: none;
}

.pricing-check {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  background: rgba(45, 212, 191, 0.12);
  position: relative;
}

.pricing-check::after {
  content: "";
  position: absolute;
  left: 0.35rem;
  top: 0.2rem;
  width: 0.3rem;
  height: 0.55rem;
  border: solid #2dd4bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.pricing-dash {
  color: #3f3f46;
}

.pricing-partial {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #71717a;
}

/* FAQ accordion */
.pricing-faq {
  max-width: 44rem;
  margin: 0 auto 2rem;
  padding-top: 0.5rem;
  border-top: 1px solid #1a1a1a;
}

.pricing-faq h2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fafafa;
  margin: 0 0 1rem;
}

.pricing-faq__item {
  border-bottom: 1px solid #1a1a1a;
}

.pricing-faq__item summary {
  padding: 1rem 0;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #e4e4e7;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.pricing-faq__item summary::-webkit-details-marker {
  display: none;
}

.pricing-faq__item summary::after {
  content: "+";
  font-size: 1.125rem;
  font-weight: 400;
  color: #52525b;
  flex-shrink: 0;
}

.pricing-faq__item[open] summary::after {
  content: "−";
}

.pricing-faq__item p {
  padding: 0 0 1rem;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.65;
  color: #71717a;
}

.pricing-faq__item a {
  color: #d4d4d8;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.pricing-faq__item a:hover {
  color: #fafafa;
}

/* Footer CTA */
.pricing-cta {
  max-width: 40rem;
  margin: 0 auto;
  padding-top: 2rem;
  border-top: 1px solid #1a1a1a;
  text-align: center;
}

.pricing-cta h2 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #fafafa;
  margin: 0 0 0.5rem;
}

.pricing-cta p {
  font-size: 0.875rem;
  line-height: 1.65;
  color: #71717a;
  margin: 0 0 1.25rem;
}

.pricing-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.pricing-cta__actions a {
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  padding: 0.6rem 1.25rem;
  border-radius: 0.5rem;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.pricing-cta__primary {
  color: #0a0a0a;
  background: #fafafa;
  border: 1px solid #fafafa;
}

.pricing-cta__primary:hover {
  background: #e4e4e7;
  border-color: #e4e4e7;
}

.pricing-cta__secondary {
  color: #d4d4d8;
  border: 1px solid #2a2a2a;
  background: transparent;
}

.pricing-cta__secondary:hover {
  border-color: #3f3f46;
  color: #fafafa;
}
