/* ============================================================
   ARC–IELP · /pricing/style.css
   ============================================================ */

/* ── HERO ────────────────────────────────────────────────────── */
.pr-hero {
  background: var(--grafito);
  padding: 140px 72px 80px;
  position: relative;
  overflow: hidden;
}
.pr-hero::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at 80% 40%, rgba(6,57,39,0.45) 0%, transparent 60%);
  pointer-events: none;
}
.pr-hero-inner { max-width: 960px; margin: 0 auto; position: relative; z-index: 1; }
.pr-hero-tag {
  font-size: 13.5px; font-weight: 600; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--ambar);
  border-left: 2px solid var(--ambar); padding-left: 12px;
  margin-bottom: 40px; display: inline-block;
}
.pr-hero h1 {
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 600; color: var(--blanco);
  letter-spacing: -0.025em; line-height: 1.08;
  margin-bottom: 28px;
}
.pr-hero h1 em { font-style: normal; color: var(--ambar); }
.pr-hero-sub {
  font-size: 18px; font-weight: 400;
  color: rgba(191,229,216,0.85); line-height: 1.72;
  max-width: 680px; margin-bottom: 28px;
}
.pr-hero-note {
  font-size: 14px; font-weight: 400;
  color: rgba(191,229,216,0.45); letter-spacing: 0.02em;
  border-top: 1px solid rgba(247,249,250,0.07);
  padding-top: 20px; max-width: 560px;
}

/* ── SECCIONES GENERALES ─────────────────────────────────────── */
.pr-section { background: var(--blanco); padding: 76px 72px; }
.pr-section.alt { background: linear-gradient(180deg, #f3f5f3 0%, #eef1ee 100%); }
.pr-section-inner { max-width: 1100px; margin: 0 auto; }
.pr-section-inner.narrow { max-width: 780px; }

.pr-label {
  font-size: 11px; font-weight: 600; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--gris-medio);
  margin-bottom: 18px;
}
.pr-label::before {
  content: '';
  display: inline-block; width: 20px; height: 1px;
  background: var(--ambar); vertical-align: middle; margin-right: 10px;
}
.pr-h2 {
  font-size: clamp(26px, 3vw, 40px); font-weight: 600;
  color: var(--grafito); letter-spacing: -0.02em;
  line-height: 1.1; margin-bottom: 18px;
}
.pr-h2 em { font-style: normal; color: var(--verde); }
.pr-intro {
  font-size: 16.5px; font-weight: 400; color: var(--texto-suave);
  line-height: 1.75; max-width: 700px; margin-bottom: 20px;
}
.pr-intro strong { color: var(--grafito); font-weight: 600; }

/* ── ARGUMENTO: no es precio por asiento ─────────────────────── */
.pr-argument-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  margin-top: 44px;
}
.pr-argument-card {
  background: var(--blanco);
  border: 1px solid rgba(6,57,39,0.08);
  border-top: 3px solid var(--verde-bajo);
  border-radius: var(--r-card);
  box-shadow: 0 1px 4px rgba(6,57,39,0.05);
  padding: 26px 24px;
}
.pr-argument-num {
  font-size: 12px; font-weight: 700; letter-spacing: 0.1em;
  color: var(--ambar); margin-bottom: 10px;
}
.pr-argument-card h3 {
  font-size: 16.5px; font-weight: 600; color: var(--grafito);
  margin: 0 0 8px; line-height: 1.3;
}
.pr-argument-card p {
  font-size: 14px; line-height: 1.65; color: var(--texto-suave); margin: 0;
}

/* Curva simple de costo-por-colaborador (barras CSS, sin SVG) */
.pr-curve { margin-top: 52px; }
.pr-curve-caption {
  font-size: 13.5px; color: var(--gris-medio); margin-bottom: 18px;
}
.pr-curve-bars {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px;
  align-items: end; height: 140px;
}
.pr-curve-bar { display: flex; flex-direction: column; align-items: center; height: 100%; justify-content: flex-end; }
.pr-curve-fill {
  width: 100%; border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, var(--verde-medio), var(--verde-bajo));
}
.pr-curve-val { font-size: 12.5px; font-weight: 600; color: var(--grafito); margin: 8px 0 4px; }
.pr-curve-tag { font-size: 10.5px; color: var(--gris-medio); text-align: center; line-height: 1.3; }

/* ── QUÉ INCLUYE (todos los niveles) ──────────────────────────── */
.pr-includes-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2px; margin-top: 40px;
  background: rgba(6,57,39,0.07); border-radius: var(--r-card); overflow: hidden;
}
.pr-includes-item {
  background: var(--blanco); padding: 24px 22px;
}
.pr-includes-item .ic {
  width: 34px; height: 34px; border-radius: 8px;
  background: rgba(6,57,39,0.06); display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px; color: var(--verde); font-size: 16px; font-weight: 700;
}
.pr-includes-item h4 {
  font-size: 14.5px; font-weight: 600; color: var(--grafito); margin: 0 0 6px;
}
.pr-includes-item p { font-size: 13px; line-height: 1.6; color: var(--texto-suave); margin: 0; }

/* ── BANDAS ────────────────────────────────────────────────────── */
.pr-bands { display: flex; flex-direction: column; gap: 2px; margin-top: 44px; }
.pr-band {
  background: var(--blanco);
  border: 1px solid rgba(6,57,39,0.08);
  border-radius: var(--r-card);
  padding: 32px 34px;
  display: grid; grid-template-columns: 220px 1fr 260px; gap: 32px;
  align-items: start;
}
.pr-band.highlight { border-left: 4px solid var(--ambar); }
.pr-band-id { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ambar); margin-bottom: 10px; }
.pr-band-name { font-size: 20px; font-weight: 600; color: var(--grafito); margin: 0 0 6px; line-height: 1.2; }
.pr-band-range { font-size: 13.5px; color: var(--gris-medio); margin-bottom: 4px; }
.pr-band-price { font-size: 14px; font-weight: 600; color: var(--verde); }
.pr-band-problem-label { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gris-medio); margin-bottom: 8px; }
.pr-band-problem-title { font-size: 15.5px; font-weight: 600; color: var(--grafito); margin: 0 0 8px; }
.pr-band-problem-text { font-size: 14px; line-height: 1.7; color: var(--texto-suave); margin: 0; }
.pr-band-tiers { font-size: 12.5px; color: var(--texto-suave); line-height: 2; }
.pr-band-tiers .t-row { display: flex; justify-content: space-between; gap: 10px; border-bottom: 1px dashed rgba(6,57,39,0.1); padding: 3px 0; }
.pr-band-tiers .t-row span:last-child { font-weight: 600; color: var(--grafito); white-space: nowrap; }
.pr-band-cta {
  grid-column: 1 / -1; margin-top: 8px; padding-top: 20px; border-top: 1px solid rgba(6,57,39,0.06);
}
.pr-band-cta a {
  font-size: 13.5px; font-weight: 600; color: var(--verde-medio); text-decoration: none;
}
.pr-band-cta a:hover { color: var(--verde); }

@media (max-width: 900px) {
  .pr-band { grid-template-columns: 1fr; gap: 16px; }
  .pr-argument-grid { grid-template-columns: 1fr; }
  .pr-curve-bars { grid-template-columns: repeat(5, 1fr); height: 120px; }
}

/* ── TABLA COMPLETA ────────────────────────────────────────────── */
.pr-full-table-wrap { margin-top: 40px; overflow-x: auto; border-radius: var(--r-card); border: 1px solid rgba(6,57,39,0.08); }
.pr-full-table { width: 100%; border-collapse: collapse; font-size: 13.5px; min-width: 620px; }
.pr-full-table th {
  text-align: left; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--gris-medio); background: rgba(6,57,39,0.04); padding: 12px 16px; border-bottom: 1px solid rgba(6,57,39,0.08);
}
.pr-full-table td { padding: 12px 16px; border-bottom: 1px solid rgba(6,57,39,0.06); color: var(--texto-suave); }
.pr-full-table tr:last-child td { border-bottom: none; }
.pr-full-table tr.band-start td { border-top: 2px solid rgba(6,57,39,0.1); }
.pr-full-table td.seg { font-weight: 600; color: var(--grafito); }
.pr-full-table td.price { font-weight: 600; color: var(--verde); white-space: nowrap; }

/* ── FAQ ──────────────────────────────────────────────────────── */
.pr-faq-list { margin-top: 40px; display: flex; flex-direction: column; gap: 2px; }
.pr-faq-item {
  background: var(--blanco); border: 1px solid rgba(6,57,39,0.08); border-radius: var(--r-card);
  padding: 22px 26px; margin-bottom: 10px;
}
.pr-faq-item h3 { font-size: 15.5px; font-weight: 600; color: var(--grafito); margin: 0 0 8px; }
.pr-faq-item p { font-size: 14px; line-height: 1.7; color: var(--texto-suave); margin: 0; }

/* ── CIERRE ───────────────────────────────────────────────────── */
.pr-closing {
  background: var(--grafito); padding: 72px 72px; text-align: center;
}
.pr-closing-inner { max-width: 640px; margin: 0 auto; }
.pr-closing h2 { color: var(--blanco); font-size: clamp(24px, 3vw, 34px); font-weight: 600; margin-bottom: 16px; letter-spacing: -0.02em; }
.pr-closing p { color: rgba(191,229,216,0.75); font-size: 15.5px; line-height: 1.7; margin-bottom: 32px; }
.pr-closing-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

@media (max-width: 640px) {
  .pr-hero, .pr-section, .pr-closing { padding-left: 24px; padding-right: 24px; }
  .pr-hero { padding-top: 110px; }
}
