/* Pentavox pricing page — matches home dark theme (v2.5.0) */

body.pvx-has-pricing .entry-header,
body.pvx-has-pricing .page-header,
body.pvx-has-pricing header.entry-header,
body.pvx-has-pricing .wp-block-post-title,
body.pvx-has-pricing h1.entry-title,
body.pvx-has-pricing .page-title {
  display: none !important;
}

body.pvx-has-pricing .site-content,
body.pvx-has-pricing .content-area,
body.pvx-has-pricing #primary,
body.pvx-has-pricing .site-main,
body.pvx-has-pricing .content-container,
body.pvx-has-pricing .entry-content-wrap {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.pvx-has-pricing .site-content,
body.pvx-has-pricing .entry-content {
  padding-top: 0;
  margin-top: 0;
}

body.pvx-has-pricing .entry-content > .pvx-pricing {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
}

.pvx-pricing {
  --pvx-border: rgba(255, 255, 255, 0.08);
  --pvx-muted: #94a3b8;
  --pvx-pad-x: var(--pvx-site-edge, clamp(16px, 3vw, 48px));
  --pvx-pad-y: clamp(48px, 5vw, 72px);
  --pvx-rail: var(--pvx-site-rail, min(1920px, calc(100vw - 32px)));
  color: #f8fafc;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  padding: var(--pvx-pad-y) 0 calc(var(--pvx-pad-y) + 16px);
  background:
    radial-gradient(ellipse 60% 45% at 50% 0%, rgba(124, 58, 237, 0.14), transparent 55%),
    linear-gradient(180deg, #08080f 0%, #0a0a12 100%);
  border-bottom: 1px solid var(--pvx-border);
}

.pvx-pricing *,
.pvx-pricing *::before,
.pvx-pricing *::after {
  box-sizing: border-box;
}

.pvx-pricing-inner {
  width: 100%;
  max-width: var(--pvx-rail);
  margin: 0 auto;
  padding-left: var(--pvx-pad-x);
  padding-right: var(--pvx-pad-x);
}

.pvx-pricing-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto clamp(36px, 5vw, 52px);
}

.pvx-pricing-head h1 {
  margin: 0 0 14px;
  font-family: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.1;
  color: #fff;
}

.pvx-pricing-head p {
  margin: 0;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  color: var(--pvx-muted);
  line-height: 1.65;
}

.pvx-pricing-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(12px, 1.8vw, 18px);
  align-items: stretch;
}

.pvx-pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 2.5vw, 28px) clamp(18px, 2vw, 22px);
  border-radius: 16px;
  background: rgba(17, 24, 39, 0.72);
  border: 1px solid var(--pvx-border);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.pvx-pricing-card:hover {
  transform: translateY(-3px);
  border-color: rgba(129, 140, 248, 0.35);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.pvx-pricing-card-featured {
  border-color: rgba(124, 58, 237, 0.45);
  background:
    linear-gradient(165deg, rgba(30, 27, 75, 0.55) 0%, rgba(17, 24, 39, 0.85) 100%);
  box-shadow: 0 12px 36px rgba(99, 102, 241, 0.18);
}

.pvx-pricing-card-featured:hover {
  border-color: rgba(167, 139, 250, 0.55);
  box-shadow: 0 20px 48px rgba(99, 102, 241, 0.28);
}

.pvx-pricing-badge {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 12px;
  border-radius: 999px;
  font-family: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ede9fe;
  background: linear-gradient(135deg, #6366f1, #7c3aed);
  border: 1px solid rgba(255, 255, 255, 0.15);
  white-space: nowrap;
}

.pvx-pricing-card-top {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--pvx-border);
}

.pvx-pricing-name {
  margin: 0 0 10px;
  font-family: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #e2e8f0;
}

.pvx-pricing-price {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
  font-size: clamp(1.75rem, 2.5vw, 2.125rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #fff;
}

.pvx-pricing-price span {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--pvx-muted);
  letter-spacing: 0;
}

.pvx-pricing-features {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  flex: 1;
}

.pvx-pricing-features li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #cbd5e1;
}

.pvx-pricing-features li:last-child {
  margin-bottom: 0;
}

.pvx-pricing-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #818cf8;
  box-shadow: 0 0 8px rgba(129, 140, 248, 0.5);
}

.pvx-pricing-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 16px;
  border-radius: 12px;
  font-family: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none !important;
  text-align: center;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  margin-top: auto;
}

.pvx-pricing-btn:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
}

.pvx-pricing-card-featured .pvx-pricing-btn {
  background: linear-gradient(135deg, #6366f1, #7c3aed);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 4px 16px rgba(99, 102, 241, 0.35);
}

.pvx-pricing-card-featured .pvx-pricing-btn:hover {
  box-shadow: 0 6px 20px rgba(99, 102, 241, 0.45);
}

.pvx-pricing-foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.4em 0.55em;
  margin: clamp(32px, 4vw, 44px) auto 0;
  max-width: 720px;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.55;
}

.pvx-pricing-foot-item {
  font-family: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
  font-weight: 600;
  color: #94a3b8;
  letter-spacing: -0.01em;
}

.pvx-pricing-foot-sep {
  color: #475569;
  font-weight: 400;
  user-select: none;
}

.pvx-pricing-foot strong {
  color: #94a3b8;
  font-weight: 600;
}

@media (max-width: 1280px) {
  .pvx-pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .pvx-pricing-card-featured {
    order: -1;
  }
}

@media (max-width: 820px) {
  .pvx-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .pvx-pricing-grid {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .pvx-pricing-card-featured {
    order: 0;
  }
}
