/* Page-scoped styles extracted from es/individuals.html. */

/* =====================================================================
   Estilos de pagina para /individuals.html (patron autorizado por pagina).
   Fuente de copia: Marketing/Website/Contracts_Wireframes/page-contracts/05-individuals.md (FROZEN).
   Tokens de site-tokens.css; componentes compartidos de site.css.
   Prefijo de clase iv-. Cero guiones largos, guiones medios y comillas
   curvas (ley de copia del sitio); solo el guion simple y el glifo flecha
   (U+2192) separan. Voz personal solamente; la historia de confianza vive
   en /trust.html y no se vuelve a explicar aqui.
   ===================================================================== */

/* ---------- Hero (guiado por tipografia, contenido) ---------- */
.iv-hero { padding-block: var(--s-9) var(--s-7); }
.iv-hero h1 { max-width: 22ch; margin-bottom: var(--s-5); }
.iv-hero-intro { max-width: 62ch; margin-bottom: var(--s-6); }

/* ---------- Primitivas compartidas de figura y prosa ---------- */
.iv-fig { margin: var(--s-6) 0 0; }
.iv-fig svg { display: block; width: 100%; height: auto; }
.iv-prose > p { max-width: var(--measure-prose); }
.iv-link { font-weight: var(--weight-semibold); }

/* ---------- Seccion 2: barra partida de tu propio 80% ---------- */
.iv-bar { display: flex; flex-direction: column; gap: var(--s-2); }
.iv-seg {
  border-radius: var(--r-md);
  padding: var(--s-4) var(--s-5);
  display: flex;
  align-items: center;
  min-height: 56px;
}
.iv-seg-label { font-weight: var(--weight-semibold); font-size: var(--fs-16); line-height: var(--lh-snug); }
.iv-seg-shared { background: var(--bg-cream); border: 1px solid var(--line); color: var(--ink-muted); }
.iv-seg-yours { background: var(--blue); color: var(--on-ink); box-shadow: var(--shadow-blue); }
.iv-eighty-chips {
  list-style: none;
  margin: var(--s-4) 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-2);
}
@media (min-width: 640px) {
  .iv-bar { flex-direction: row; align-items: stretch; }
  .iv-seg-shared { flex: 0 0 24%; }
  .iv-seg-yours { flex: 1; }
}

/* ---------- Seccion 3: franja antes / ahora ---------- */
.iv-strip-grid { display: grid; gap: var(--s-4); grid-template-columns: 1fr; align-items: stretch; }
.iv-cell {
  border-radius: var(--r-lg);
  padding: var(--s-6);
  border: 1px solid var(--line);
  background: var(--bg);
  display: flex;
  flex-direction: column;
  gap: var(--s-4);
}
.iv-cell-before { background: var(--bg-cream); }
.iv-cell-now { background: var(--blue-soft); border-color: transparent; }
.iv-cell-label {
  font-family: var(--font-mono);
  font-size: var(--fs-12);
  letter-spacing: var(--tracking-eyebrow);
  text-transform: uppercase;
  color: var(--ink-soft);
  margin: 0;
}
.iv-cell-chips { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: var(--s-3); align-items: flex-start; }
.iv-was {
  font-size: var(--fs-15, 0.9375rem);
  font-weight: var(--weight-medium);
  padding: 8px 14px;
  border-radius: var(--r-pill);
  background: var(--bg);
  border: 1px solid var(--line);
  color: var(--ink-muted);
}
.iv-now-chip {
  font-size: var(--fs-16);
  font-weight: var(--weight-semibold);
  padding: 10px 16px;
  border-radius: var(--r-pill);
  background: var(--blue);
  color: var(--on-ink);
}
.iv-strip-arrow {
  align-self: center;
  color: var(--blue);
  font-family: var(--font-mono);
  font-size: var(--fs-24);
  transform: rotate(90deg);
}
@media (min-width: 720px) {
  .iv-strip-grid { grid-template-columns: 1fr auto 1fr; align-items: center; }
  .iv-strip-arrow { transform: none; }
}

/* ---------- Seccion 4: lista de resultados ---------- */
.iv-outcomes {
  list-style: none;
  margin: var(--s-5) 0;
  padding: 0;
  display: grid;
  gap: var(--s-3);
  max-width: var(--measure-prose);
}
.iv-outcomes li {
  position: relative;
  padding-left: var(--s-6);
  font-size: var(--fs-18);
  font-weight: var(--weight-medium);
  color: var(--ink);
}
.iv-outcomes li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.6em;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--blue);
}

/* ---------- Seccion 5: tarjetas de viñeta ---------- */
.iv-caption { color: var(--ink-soft); font-weight: var(--weight-medium); margin-bottom: var(--s-6); max-width: var(--measure-prose); }
.iv-vignettes { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--s-5); grid-template-columns: 1fr; }
@media (min-width: 640px) { .iv-vignettes { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .iv-vignettes { grid-template-columns: repeat(3, 1fr); } }
.iv-vignette {
  background: var(--bg);
  border: 1px solid var(--line-hair);
  border-radius: var(--r-lg);
  padding: var(--s-6);
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  gap: var(--s-3);
}
.iv-illus {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: var(--fs-12);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-soft);
  background: var(--bg-cream);
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  padding: 4px 10px;
}
.iv-vignette h3 { font-size: var(--fs-20); margin: 0; }
.iv-vignette p { margin: 0; }

/* ---------- Seccion 6: linea temporal que va contigo (SVG) ---------- */
.iv-goeswith { max-width: 640px; }
.iv-gw-track { stroke: var(--line); stroke-width: 3; }
.iv-gw-thread { stroke: var(--blue); stroke-width: 6; stroke-linecap: round; fill: none; }
.iv-gw-thread-label { font-family: var(--font-sans); font-weight: var(--weight-bold); font-size: 20px; fill: var(--blue-deep); }
.iv-gw-dot { fill: var(--blue); }
.iv-gw-wp { font-family: var(--font-sans); font-weight: var(--weight-semibold); font-size: 18px; fill: var(--ink); }

/* ---------- Seccion 7: tu ordenador, tu limite (SVG) ---------- */
.iv-boundary { max-width: 640px; }
.iv-bd-box { fill: none; stroke: var(--blue-deep); stroke-width: 2.5; }
.iv-bd-title { font-family: var(--font-sans); font-weight: var(--weight-bold); font-size: 22px; fill: var(--ink); }
.iv-bd-inner { fill: var(--blue-soft); }
.iv-bd-inner-label { font-family: var(--font-sans); font-weight: var(--weight-semibold); font-size: 19px; fill: var(--blue-deep); }
.iv-bd-pause-ring { fill: var(--bg); stroke: var(--blue); stroke-width: 2; }
.iv-bd-pause-bar { fill: var(--blue); }
.iv-bd-pause-label { font-family: var(--font-sans); font-weight: var(--weight-medium); font-size: 18px; fill: var(--ink-muted); }
.iv-bd-gate { fill: var(--blue); }
.iv-bd-gate-label { font-family: var(--font-sans); font-weight: var(--weight-semibold); font-size: 18px; fill: var(--ink); }

/* ---------- Seccion 9: lista de vida ---------- */
.iv-life { list-style: none; margin: var(--s-5) 0; padding: 0; display: grid; gap: var(--s-3); max-width: var(--measure-prose); }
.iv-life li {
  position: relative;
  padding-left: var(--s-6);
  font-size: var(--fs-18);
  color: var(--ink);
}
.iv-life li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.6em;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--blue);
}

/* ---------- Seccion 10: franja de tres roles (sobre fondo oscuro) ---------- */
.iv-roles-strip {
  list-style: none;
  counter-reset: role;
  margin: var(--s-6) 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--s-3);
  align-items: stretch;
}
.iv-role {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line-on-ink);
  border-radius: var(--r-md);
  padding: var(--s-5);
  display: flex;
  align-items: center;
  gap: var(--s-3);
  font-weight: var(--weight-semibold);
  font-size: var(--fs-18);
  color: var(--on-ink);
  line-height: var(--lh-snug);
}
.iv-role-n {
  flex: 0 0 auto;
  counter-increment: role;
  font-family: var(--font-mono);
  font-size: var(--fs-13);
  font-weight: var(--weight-semibold);
  color: var(--on-ink);
  background: var(--blue);
  border-radius: var(--r-pill);
  width: 28px; height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.iv-role-n::before { content: counter(role); }
.iv-role-arrow {
  align-self: center;
  color: var(--blue);
  font-family: var(--font-mono);
  font-size: var(--fs-24);
  transform: rotate(90deg);
}
@media (min-width: 860px) {
  .iv-roles-strip { flex-direction: row; align-items: stretch; }
  .iv-role-arrow { transform: none; }
}

/* ---------- Seccion 10 CTA sobre fondo oscuro + ajustes de enlace ---------- */
.iv-close .btn { text-decoration: none; }
.iv-close .btn-primary { color: var(--on-ink); }
.iv-close .btn-primary:hover { color: var(--on-ink); }
.iv-close .iv-links { margin-top: var(--s-5); }

/* ---------- FAQ (h3 dentro de summary hereda el tipo de summary) ---------- */
.iv-faq .faq summary h3 { margin: 0; font: inherit; flex: 1; }

/* == FIN CSS PAGINA INDIVIDUALS == */
