/* ============================================================
   Skijah — Páginas internas (Productos + Precios)
   Reutiliza nav/footer/btn/dark-band de skijah-web.css y los
   tokens de theme.css. Solo añade lo específico de estas vistas.
   ============================================================ */

/* ----- hero compacto (banda oscura corta) ----- */
.page-hero { padding: clamp(116px, 15vh, 160px) clamp(18px, 4vw, 52px) clamp(56px, 8vh, 88px); text-align: center; }
.page-hero .ph-in { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; }
.page-hero h1 { font-weight: 800; color: #fff; font-size: clamp(32px, 5vw, 56px); line-height: 1.04; letter-spacing: -0.035em; margin: 20px 0 0; text-wrap: balance; }
.page-hero h1 .accent { color: color-mix(in oklab, var(--brand), #fff 38%); }
.page-hero p { font-size: clamp(16px, 1.7vw, 19px); line-height: 1.6; color: rgba(255,255,255,.76); margin: 18px auto 0; max-width: 56ch; }
.page-hero .ph-cta { display: flex; flex-wrap: wrap; gap: 13px; justify-content: center; margin-top: 32px; }
.page-hero .eyebrow { white-space: nowrap; }

/* ============================================================
   PRODUCTOS — detalle
   ============================================================ */
.pd-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap); margin-top: 8px; }
.pd-card {
  position: relative; overflow: hidden; display: flex; flex-direction: column;
  padding: clamp(26px, 2.8vw, 34px); border-radius: var(--r-lg);
  background: var(--surface); border: 1px solid var(--border); box-shadow: var(--shadow-sm);
  transition: transform var(--t), box-shadow var(--t), border-color var(--t);
}
.pd-card::before { content: ""; position: absolute; right: -50px; top: -50px; width: 180px; height: 180px; border-radius: 50%; background: radial-gradient(circle, color-mix(in oklab, var(--c), transparent 82%), transparent 70%); pointer-events: none; }
.pd-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: color-mix(in oklab, var(--c), transparent 58%); }
.pd-head { position: relative; display: flex; align-items: center; gap: 15px; }
.pd-glyph { width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; color: #fff; flex-shrink: 0; background: var(--c); box-shadow: 0 10px 24px color-mix(in oklab, var(--c), transparent 56%); }
.pd-name { font-family: var(--font-display); font-weight: 800; font-size: 24px; letter-spacing: -0.02em; line-height: 1; }
.pd-meta { display: flex; align-items: center; gap: 9px; margin-top: 7px; }
.pd-ver { font-size: 12px; font-weight: 600; color: var(--ink-3); }
.pd-status { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; color: var(--ink-2); }
.pd-status .dot { width: 8px; height: 8px; border-radius: 50%; }
.pd-desc { position: relative; font-size: 15px; line-height: 1.62; color: var(--ink-2); margin: 18px 0 0; }
.pd-feats { position: relative; list-style: none; margin: 20px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 11px 16px; }
.pd-feats li { display: flex; align-items: flex-start; gap: 9px; font-size: 13.5px; line-height: 1.4; color: var(--ink); font-weight: 600; }
.pd-feats .ft-ic { width: 20px; height: 20px; border-radius: 6px; display: grid; place-items: center; flex-shrink: 0; margin-top: 1px; color: var(--c); background: color-mix(in oklab, var(--c), transparent 86%); }
.pd-foot { position: relative; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: auto; padding-top: 22px; }
.pd-foot > .spacer { flex: 1; }
.btn-open { background: var(--c); color: #fff; box-shadow: 0 10px 24px color-mix(in oklab, var(--c), transparent 64%); }
.btn-open:hover { transform: translateY(-2px); box-shadow: 0 14px 28px color-mix(in oklab, var(--c), transparent 56%); }
.pd-soon { font-size: 11.5px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; color: var(--ink-3); background: var(--surface-2); border: 1px solid var(--border); padding: 8px 13px; border-radius: var(--r-pill); }
.btn-soon { background: var(--surface); color: var(--ink-2); border: 1px solid var(--border-strong); }
.btn-soon:hover { transform: translateY(-2px); border-color: var(--ink-3); color: var(--ink); }

/* ============================================================
   PRECIOS — planes + contratación
   ============================================================ */
.price-block { margin-top: 52px; }
.price-block + .price-block { margin-top: 64px; }
.pb-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 26px; }
.pb-title { display: flex; align-items: center; gap: 14px; }
.pb-glyph { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; color: #fff; flex-shrink: 0; background: var(--c); box-shadow: 0 8px 20px color-mix(in oklab, var(--c), transparent 58%); }
.pb-title h3 { font-family: var(--font-display); font-weight: 800; font-size: 24px; letter-spacing: -0.02em; }
.pb-title p { font-size: 14px; color: var(--ink-2); margin: 3px 0 0; }
.pb-metric { font-size: 12.5px; font-weight: 700; color: var(--c); background: color-mix(in oklab, var(--c), transparent 88%); border: 1px solid color-mix(in oklab, var(--c), transparent 72%); padding: 8px 14px; border-radius: var(--r-pill); }

.plans { display: grid; gap: var(--gap); grid-template-columns: repeat(auto-fit, minmax(225px, 1fr)); }
.plan {
  position: relative; display: flex; flex-direction: column; padding: 26px 24px;
  border-radius: var(--r-lg); background: var(--surface); border: 1px solid var(--border);
  box-shadow: var(--shadow-sm); transition: transform var(--t), box-shadow var(--t), border-color var(--t);
}
.plan:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.plan[data-feat="1"] { border-color: color-mix(in oklab, var(--c), transparent 45%); box-shadow: 0 0 0 1px color-mix(in oklab, var(--c), transparent 55%), var(--shadow-md); }
.plan-flag { position: absolute; top: -11px; left: 24px; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: #fff; background: var(--c); padding: 5px 11px; border-radius: var(--r-pill); box-shadow: 0 6px 14px color-mix(in oklab, var(--c), transparent 58%); }
.plan-name { font-family: var(--font-display); font-weight: 800; font-size: 18px; letter-spacing: -0.01em; }
.plan-scope { font-size: 12.5px; color: var(--ink-3); font-weight: 600; margin-top: 3px; }
.plan-price { display: flex; align-items: baseline; gap: 4px; margin: 18px 0 4px; }
.plan-price .amt { font-family: var(--font-display); font-weight: 800; font-size: 38px; letter-spacing: -0.03em; color: var(--ink); }
.plan-price .per { font-size: 13px; font-weight: 600; color: var(--ink-3); }
.plan-note { font-size: 12.5px; color: var(--ink-2); min-height: 18px; }
.plan-feats { list-style: none; margin: 18px 0 22px; padding: 18px 0 0; border-top: 1px solid var(--border); display: grid; gap: 10px; }
.plan-feats li { display: flex; align-items: flex-start; gap: 9px; font-size: 13.5px; line-height: 1.45; color: var(--ink-2); }
.plan-feats .ft-ic { width: 18px; height: 18px; border-radius: 5px; display: grid; place-items: center; flex-shrink: 0; margin-top: 1px; color: var(--c); background: color-mix(in oklab, var(--c), transparent 86%); }
.plan .btn { margin-top: auto; width: 100%; }
.btn-plan { background: var(--c); color: #fff; box-shadow: 0 8px 20px color-mix(in oklab, var(--c), transparent 66%); }
.btn-plan:hover { transform: translateY(-2px); box-shadow: 0 12px 26px color-mix(in oklab, var(--c), transparent 58%); }
.btn-plan-ghost { background: var(--surface); color: var(--ink); border: 1px solid var(--border-strong); }
.btn-plan-ghost:hover { transform: translateY(-2px); border-color: var(--c); color: var(--c); }

/* nota de bundle / palancas */
.price-levers { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); margin-top: 30px; }
.lever { display: flex; gap: 13px; padding: 20px; border-radius: var(--r-md); background: var(--surface); border: 1px solid var(--border); box-shadow: var(--shadow-sm); }
.lever-ic { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; flex-shrink: 0; color: var(--brand); background: color-mix(in oklab, var(--brand), transparent 88%); }
.lever h4 { font-size: 15px; font-weight: 700; margin: 0 0 4px; letter-spacing: -0.01em; }
.lever p { font-size: 13px; line-height: 1.5; color: var(--ink-2); margin: 0; }

/* aviso stripe / métodos de pago */
.stripe-note { display: flex; align-items: center; gap: 11px; justify-content: center; flex-wrap: wrap; margin-top: 34px; font-size: 13px; color: var(--ink-3); }
.stripe-note svg { color: var(--ink-2); }

.paymethods { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px 18px; margin-top: 34px; padding: 16px 22px; border-radius: var(--r-pill); background: var(--surface); border: 1px solid var(--border); box-shadow: var(--shadow-sm); max-width: max-content; margin-left: auto; margin-right: auto; }
.pm-lead { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 700; color: var(--ink-2); }
.pm-lead svg { color: var(--brand); }
.pm-lead strong { color: var(--ink); }
.pm-chips { display: inline-flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.pm-chip { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 600; color: var(--ink-2); background: var(--surface-2); border: 1px solid var(--border); padding: 7px 12px; border-radius: var(--r-pill); }
.pm-chip svg { color: var(--ink); flex-shrink: 0; }
.pm-foot { font-size: 12px; color: var(--ink-3); width: 100%; text-align: center; }
@media (max-width: 560px) { .paymethods { max-width: none; } .pm-lead, .pm-chips { width: 100%; justify-content: center; } }

.pb-foot-note { font-size: 13px; color: var(--ink-3); margin: 18px 0 0; text-align: center; }
.pb-foot-note a { color: var(--brand); text-decoration: none; font-weight: 700; }
.pb-foot-note a:hover { text-decoration: underline; }

/* ============================================================
   PRUEBA GRATUITA (trial) — banda con formulario
   ============================================================ */
.trial-card { display: grid; grid-template-columns: .85fr 1.15fr; gap: 0; overflow: hidden; border-radius: var(--r-xl); border: 1px solid var(--border); box-shadow: var(--shadow-lg); background: var(--surface); }
.trial-aside { position: relative; padding: clamp(30px, 3.6vw, 46px); display: flex; }
.trial-aside-in { position: relative; z-index: 2; }
.trial-aside h2 { font-weight: 800; color: #fff; font-size: clamp(24px, 2.7vw, 32px); line-height: 1.1; letter-spacing: -0.03em; margin: 16px 0 0; }
.trial-aside p { font-size: 15px; line-height: 1.6; color: rgba(255,255,255,.76); margin: 14px 0 24px; max-width: 34ch; }
.trial-perks { list-style: none; margin: 0; padding: 0; display: grid; gap: 13px; }
.trial-perks li { display: flex; align-items: center; gap: 11px; font-size: 14.5px; font-weight: 600; color: #fff; }
.trial-perks .tp-ic { width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center; flex-shrink: 0; color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); }
.trial-form { padding: clamp(28px, 3.4vw, 44px); }
.trial-form h3 { font-family: var(--font-display); font-weight: 800; font-size: 20px; letter-spacing: -0.01em; margin: 0 0 18px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .price-levers { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .pd-grid { grid-template-columns: 1fr; }
  .trial-card { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .pd-feats { grid-template-columns: 1fr; }
  .pb-head { flex-direction: column; align-items: flex-start; }
}
