/*
  pricing.css
  Shared styles for /pricing and /pricing-albums
  Namespace: .pr-wrap
  Orange-branded — no accent-override hack needed
*/

/* ── Hero ──────────────────────────────────────── */
.pr-wrap .hero {
  margin: 0 0 2.8rem;
}
.pr-wrap .eyebrow {
  display: block;
  margin: 0 0 .6rem;
  color: #f97316;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .75rem;
  font-weight: 600;
}
.pr-wrap h1 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  max-width: 900px;
  background: linear-gradient(135deg, #f9fafb 40%, #fdba74 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.pr-wrap .lede {
  margin: 0 0 1.5rem;
  max-width: 680px;
  color: #9ca3af;
  line-height: 1.75;
  font-size: .97rem;
}
.pr-wrap .hero-actions {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
}

/* ── Featured plan cards ───────────────────────── */
.pr-wrap .featured-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
  align-items: start;
  margin-bottom: 3.5rem;
}
.pr-wrap .plan-card {
  position: relative;
  border: 1px solid rgba(148,163,184,.14);
  border-radius: 24px;
  padding: 1.5rem 1.4rem;
  background: radial-gradient(circle at top left, #0f172a 0%, #020617 70%);
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  transition: border-color .2s ease, transform .2s ease;
}
.pr-wrap .plan-card:hover {
  transform: translateY(-2px);
  border-color: rgba(148,163,184,.22);
}
.pr-wrap .plan-card--highlight {
  border-color: rgba(249,115,22,.45);
  background: radial-gradient(circle at top left, #1a0f05 0%, #020617 70%);
  box-shadow: 0 0 40px -12px rgba(249,115,22,.2), 0 0 0 1px rgba(249,115,22,.1) inset;
}
.pr-wrap .plan-badge {
  position: absolute;
  top: -1px;
  right: 1.4rem;
  background: linear-gradient(135deg, #f97316, #fb923c);
  color: #111827;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .3rem .75rem;
  border-radius: 0 0 10px 10px;
}
.pr-wrap .plan-name {
  margin: 0;
  color: #6b7280;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 600;
}
.pr-wrap .plan-price {
  margin: .3rem 0 .2rem;
  display: flex;
  align-items: baseline;
  gap: .25rem;
}
.pr-wrap .plan-amount {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1;
  color: #f9fafb;
  letter-spacing: -.02em;
}
.pr-wrap .plan-period {
  font-size: .9rem;
  font-weight: 500;
  color: #6b7280;
}
.pr-wrap .plan-subtitle {
  margin: 0;
  color: #fdba74;
  font-size: .88rem;
  font-weight: 600;
}
.pr-wrap .plan-description {
  margin: 0;
  color: #9ca3af;
  line-height: 1.65;
  font-size: .9rem;
}
.pr-wrap .plan-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .55rem;
  flex: 1 1 auto;
}
.pr-wrap .plan-list li {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  color: #d1d5db;
  font-size: .9rem;
  line-height: 1.4;
}
.pr-wrap .check-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  color: #f97316;
  margin-top: .1rem;
}
.pr-wrap .plan-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 12px;
  padding: .75rem 1rem;
  border: 1px solid rgba(148,163,184,.18);
  color: #e5e7eb;
  background: rgba(255,255,255,.04);
  font-weight: 600;
  font-size: .9rem;
  transition: background .15s, border-color .15s;
}
.pr-wrap .plan-cta:hover {
  background: rgba(255,255,255,.08);
  border-color: rgba(148,163,184,.3);
}
.pr-wrap .plan-cta:focus-visible {
  outline: 2px solid #fb923c;
  outline-offset: 3px;
}
.pr-wrap .plan-cta--highlight {
  background: rgba(249,115,22,.18);
  border-color: rgba(249,115,22,.4);
  color: #fed7aa;
}
.pr-wrap .plan-cta--highlight:hover {
  background: rgba(249,115,22,.28);
  border-color: rgba(249,115,22,.6);
}

/* ── Cómo funciona — pasos ─────────────────────── */
.pr-steps {
  margin-bottom: 3.5rem;
}
.pr-steps__heading {
  margin: 0 0 1.2rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: #f8fafc;
}
.pr-steps__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}
.pr-step {
  display: flex;
  flex-direction: column;
  gap: .6rem;
  padding: 1.1rem 1.2rem;
  border: 1px solid rgba(148,163,184,.1);
  border-radius: 18px;
  background: rgba(9,14,31,.4);
}
.pr-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(249,115,22,.12);
  border: 1px solid rgba(249,115,22,.3);
  color: #f97316;
  font-size: .8rem;
  font-weight: 700;
  flex-shrink: 0;
}
.pr-step__title {
  margin: 0;
  font-size: .97rem;
  font-weight: 600;
  color: #f8fafc;
}
.pr-step__desc {
  margin: 0;
  font-size: .88rem;
  line-height: 1.65;
  color: #6b7280;
}

/* ── FAQ accordion ─────────────────────────────── */
.pr-faq {
  margin-bottom: 3.5rem;
}
.pr-faq__heading {
  margin: 0 0 1rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: #f8fafc;
}
.pr-faq details {
  border-bottom: 1px solid rgba(148,163,184,.1);
}
.pr-faq details:first-of-type {
  border-top: 1px solid rgba(148,163,184,.1);
}
.pr-faq summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .9rem 0;
  cursor: pointer;
  font-size: .93rem;
  font-weight: 600;
  color: #e5e7eb;
  user-select: none;
}
.pr-faq summary::-webkit-details-marker { display: none; }
.pr-faq summary::after {
  content: "+";
  font-size: 1.1rem;
  font-weight: 300;
  color: #f97316;
  flex-shrink: 0;
  line-height: 1;
}
.pr-faq details[open] > summary::after { content: "−"; }
.pr-faq summary:focus-visible {
  outline: 2px solid #fb923c;
  outline-offset: 2px;
  border-radius: 4px;
}
.pr-faq__body {
  padding: 0 0 .9rem;
  font-size: .9rem;
  line-height: 1.75;
  color: #9ca3af;
  max-width: 740px;
}
.pr-faq__body a {
  color: #f97316;
  text-decoration: none;
  border-bottom: 1px solid rgba(249,115,22,.35);
}
.pr-faq__body a:hover {
  border-bottom-color: #f97316;
}

/* ── Comparison / addons / footer-note ─────────── */
.pr-wrap .comparison,
.pr-wrap .addons,
.pr-wrap .footer-note {
  margin-top: 4rem;
}
.pr-wrap .section-heading {
  margin-bottom: 1.4rem;
}
.pr-wrap .section-heading h2 {
  margin: 0 0 .5rem;
  font-size: 1.4rem;
  font-weight: 700;
}
.pr-wrap .section-heading p {
  margin: 0;
  max-width: 680px;
  color: #6b7280;
  line-height: 1.65;
  font-size: .93rem;
}
.pr-wrap .table-scroll {
  overflow-x: auto;
  border: 1px solid rgba(148,163,184,.12);
  border-radius: 20px;
  background: rgba(9,14,31,.6);
  -webkit-overflow-scrolling: touch;
}
.pr-wrap .comparison-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
}
.pr-wrap .comparison-table th,
.pr-wrap .comparison-table td {
  padding: 11px 14px;
  border-bottom: 1px solid rgba(148,163,184,.08);
  font-size: .88rem;
  vertical-align: middle;
}
.pr-wrap .comparison-table th {
  background: rgba(2,6,23,.7);
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: .72rem;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
}
.pr-wrap .comparison-table th.col-label,
.pr-wrap .comparison-table td.row-label {
  text-align: left;
}
.pr-wrap .comparison-table th.col-highlight {
  background: rgba(120,53,15,.35);
  color: #fdba74;
}
.pr-wrap .comparison-table td.col-highlight {
  background: rgba(120,53,15,.1);
}
.pr-wrap .comparison-table tr:last-child td {
  border-bottom: none;
}
.pr-wrap .comparison-table tr:hover td {
  background: rgba(255,255,255,.025);
}
.pr-wrap .comparison-table tr:hover td.col-highlight {
  background: rgba(120,53,15,.18);
}
.pr-wrap .comparison-table .row-label {
  font-weight: 600;
  color: #e5e7eb;
  min-width: 180px;
  white-space: nowrap;
}
.pr-wrap .comparison-table td.center {
  text-align: center;
}
.pr-wrap .cell-yes {
  color: #4ade80;
  font-weight: 700;
  font-size: 1rem;
}
.pr-wrap .cell-no {
  color: #374151;
  font-weight: 600;
}

/* ── Add-ons ───────────────────────────────────── */
.pr-wrap .addons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}
.pr-wrap .addon-card {
  border: 1px solid rgba(148,163,184,.12);
  border-left: 3px solid rgba(249,115,22,.4);
  border-radius: 16px;
  padding: 1.1rem 1.2rem;
  background: rgba(9,14,31,.5);
}
.pr-wrap .addon-card h3 {
  margin: 0 0 .5rem;
  font-size: .97rem;
  font-weight: 700;
  color: #e5e7eb;
}
.pr-wrap .addon-card p {
  margin: 0;
  color: #6b7280;
  line-height: 1.65;
  font-size: .88rem;
}

/* ── Footer note ───────────────────────────────── */
.pr-wrap .footer-note {
  border: 1px solid rgba(148,163,184,.1);
  border-radius: 20px;
  padding: 1.4rem 1.6rem;
  background: rgba(9,14,31,.4);
}
.pr-wrap .footer-note h2 {
  margin: 0 0 .9rem;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-size: .78rem;
  font-weight: 700;
}
.pr-wrap .footer-note ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.pr-wrap .footer-note li {
  color: #9ca3af;
  font-size: .9rem;
  line-height: 1.6;
  padding-left: 1rem;
  position: relative;
}
.pr-wrap .footer-note li::before {
  content: "·";
  position: absolute;
  left: 0;
  color: #4b5563;
}
.pr-wrap .footer-note li strong {
  color: #d1d5db;
}

/* ── Scroll hint en mobile ─────────────────────── */
.pr-table-hint {
  font-size: .78rem;
  color: #4b5563;
  margin-bottom: .6rem;
  display: none;
}
@media (max-width: 860px) {
  .pr-table-hint { display: block; }
}
