.pr-hero { padding: 120px 0 40px; text-align: center; position: relative; overflow: hidden; }
.pr-hero h1 { font-family: 'Inter', sans-serif; font-weight: 800; font-size: clamp(36px, 5vw, 56px); line-height: 1.05; color:#fff; max-width: 780px; margin: 12px auto 0; }
.pr-hero .pr-sub { font-family: 'DM Sans', sans-serif; font-size: 18px; color: #aaa; margin-top: 18px; max-width: 540px; margin-left:auto; margin-right:auto; }

.pr-pricing-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  max-width: 1080px; margin: 60px auto 100px;
}
@media (max-width: 900px){ .pr-pricing-grid { grid-template-columns: 1fr; max-width: 480px; } }

.pr-card {
  background: #0d0d0d;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 16px;
  padding: 32px;
  position: relative;
  display: flex; flex-direction: column;
}
.pr-card.is-popular {
  border-color: #a78bfa;
  box-shadow: 0 0 0 1px #a78bfa44, 0 24px 48px rgba(167,139,250,.08);
}
.pr-card-badge {
  position: absolute; top: -10px; right: 20px;
  background: #a78bfa; color: #080808;
  font-family: 'Inter', sans-serif; font-weight: 700; font-size: 11px;
  padding: 4px 10px; border-radius: 6px;
  text-transform: uppercase; letter-spacing: .04em;
}
.pr-card-name { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 22px; color: #fff; }
.pr-card-tagline { font-family: 'DM Sans', sans-serif; font-size: 14px; color: #888; margin-top: 8px; }
.pr-card-price { font-family: 'Inter', sans-serif; font-weight: 800; font-size: 44px; color: #fff; margin: 18px 0 4px; }
.pr-card-price small { font-size: 13px; color: #888; font-weight: 500; }
.pr-card-iva { font-family: 'DM Sans', sans-serif; font-size: 12px; color: #666; }
.pr-card-cta { margin-top: 24px; }
.pr-card ul { list-style: none; padding: 0; margin: 28px 0 0; }
.pr-card li { padding: 10px 0; color: #aaa; font-size: 14px; line-height: 1.4; display:flex; gap: 10px; align-items:flex-start; }
.pr-card li::before { content: '✓'; color: #a78bfa; font-weight: 700; flex-shrink: 0; }

.pr-table-wrap { overflow-x: auto; margin: 60px auto; max-width: 1180px; padding: 0 24px; }
.pr-table { width: 100%; border-collapse: collapse; min-width: 880px; font-family: 'DM Sans', sans-serif; }
.pr-table th, .pr-table td { padding: 14px 12px; border-bottom: 1px solid rgba(255,255,255,.06); text-align: center; font-size: 14px; color: #aaa; }
.pr-table th { color: #fff; font-family: 'Inter', sans-serif; font-weight: 700; font-size: 14px; }
.pr-table th.is-us, .pr-table td.is-us { background: rgba(167,139,250,.06); color: #fff; }
.pr-table tr:hover td { background: rgba(255,255,255,.02); }
.pr-table td:first-child, .pr-table th:first-child { text-align: left; padding-left: 20px; }
.pr-check { color: #4ade80; font-weight: 700; }
.pr-cross { color: #ef4444; font-weight: 700; }
.pr-partial { color: #facc15; font-weight: 600; font-size: 13px; }
.pr-table caption { font-family: 'Inter', sans-serif; color:#fff; font-size:24px; font-weight:700; padding:24px 0; text-align:center; }
/* Blur competitor columns — nombres fuertemente borrosos, datos más suaves */
.pr-table thead th:not(.is-us):not(:first-child) {
  filter: blur(8px);
  user-select: none;
  opacity: .4;
  pointer-events: none;
}
.pr-table tbody td:not(.is-us):not(:first-child) {
  filter: blur(4px);
  user-select: none;
  opacity: .55;
  pointer-events: none;
}
/* Competitor columns permanently blurred — no hover reveal */

/* FAQ module styles for precios page */
.mod-faq { padding: 80px 0; }
.mod-faq-list { max-width: 720px; margin: 0 auto; }
.mod-faq-item { border-bottom: 1px solid rgba(255,255,255,.06); }
.mod-faq-q {
  font-family: 'Inter', sans-serif; font-weight: 700; font-size: 16px;
  color: #fff; padding: 20px 0; cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center;
}
.mod-faq-q::-webkit-details-marker { display: none; }
.mod-faq-q::after { content: '+'; color: #a78bfa; font-size: 20px; flex-shrink: 0; margin-left: 12px; }
.mod-faq-item[open] .mod-faq-q::after { content: '−'; }
.mod-faq-a { font-family: 'DM Sans', sans-serif; font-size: 15px; color: #aaa; line-height: 1.6; padding-bottom: 20px; margin: 0; }

/* CTA final module */
.mod-cta-final {
  position: relative; overflow: hidden; padding: 100px 0;
  text-align: center;
}
.mod-cta-buttons { margin-top: 32px; display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
