/* ============================================================
   Fuentes self-hosted (subset latin de Google Fonts, licencias OFL).
   Reemplaza el <link> a fonts.googleapis.com: sin dependencia externa,
   sin fuga de IP del visitante, mejor LCP. font-display:swap.
   ============================================================ */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/ibm-plex-mono-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/ibm-plex-mono-600.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/ibm-plex-sans.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/ibm-plex-sans.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/zilla-slab-600.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/zilla-slab-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Suplemento: flecha → (U+2192) y check ✓ (U+2713) — usados en chips, cascada
   y estados. El subset latin de Google no los incluye; sin esto caían a fuente
   de sistema. Rango acotado a esos 2 glifos para no pisar el subset principal. */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/ibm-plex-mono-sym-400.woff2') format('woff2');
  unicode-range: U+2192, U+2713;
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/ibm-plex-mono-sym-600.woff2') format('woff2');
  unicode-range: U+2192, U+2713;
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/ibm-plex-sans-sym.woff2') format('woff2');
  unicode-range: U+2192, U+2713;
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/ibm-plex-sans-sym.woff2') format('woff2');
  unicode-range: U+2192, U+2713;
}
/* ============================================================
   Residen — landing
   Sistema de identidad: docs/identidad-residen-definitivo.md (Track A)
   Regla de zonas (§4): el motivo de marca (violeta, sello, huella)
   vive SOLO en zona de marca. Los artefactos con datos reales
   (.ledger*) quedan siempre limpios: tipografía, estado, espaciado.
   Mundo visual único y deliberado: "papel / acta" (nunca blanco frío).
   ============================================================ */

:root {
  /* Paleta — identidad §1 */
  --paper:      #F5F1E8;   /* papel bond — fondo */
  --legajo:     #FCFAF4;   /* panel elevado */
  --ink:        #2B2620;   /* tinta de acta */
  --violet:     #5B4396;   /* violeta de cojín — acento de MARCA */
  --violet-dk:  #A794D6;   /* violeta sobre fondo oscuro */
  --green:      #2F6E4F;   /* verde válido — estado positivo */
  --carmin:     #B3382D;   /* carmín — negativo / no cuadra */

  /* Tintas derivadas */
  --ink-78: rgba(43, 38, 32, .78);
  --ink-55: rgba(43, 38, 32, .55);
  --ink-40: rgba(43, 38, 32, .40);
  --rule:   rgba(43, 38, 32, .14);
  --rule-soft: rgba(43, 38, 32, .08);
  --rule-strong: rgba(43, 38, 32, .22);

  /* Tintas sobre fondo oscuro (Tinta de acta como fondo) */
  --on-dark:      #F5F1E8;
  --on-dark-70:   rgba(245, 241, 232, .70);
  --on-dark-rule: rgba(245, 241, 232, .16);

  /* Tipografía */
  --display: 'Zilla Slab', Georgia, serif;
  --body:    'IBM Plex Sans', system-ui, sans-serif;
  --mono:    'IBM Plex Mono', ui-monospace, monospace;

  --maxw: 1140px;
  --gutter: clamp(1.25rem, 5vw, 4rem);
}

/* Compromiso de tema único: forzamos el mundo "papel" aun si el
   visor está en modo oscuro. No es omisión, es decisión de marca. */
:root { color-scheme: light; }

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

/* ---------- primitivos ---------- */

.wrap {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

h1, h2, h3 {
  font-family: var(--display);
  font-weight: 700;
  color: var(--ink);
  margin: 0;
  text-wrap: balance;
  letter-spacing: -0.01em;
}

p { margin: 0; }

a { color: inherit; }

.eyebrow {
  font-family: var(--mono);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--violet);              /* zona de marca */
  display: inline-flex;
  align-items: center;
  gap: .6em;
  margin: 0;
}
.eyebrow::before {
  content: "";
  inline-size: 26px;
  block-size: 0;
  border-top: 1.5px solid var(--violet);
  border-bottom: 1px solid var(--violet);
  padding-block: 1px 0;              /* eco del doble anillo del sello */
  opacity: .85;
}

.lead {
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--ink-78);
  max-width: 46ch;
}

/* Botones */
.btn {
  font-family: var(--body);
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1;
  padding: .85em 1.35em;
  border-radius: 3px;               /* documental: esquinas sobrias */
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: .5em;
  transition: transform .15s ease, background .15s ease, border-color .15s ease, color .15s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--violet);
  color: #fff;
  border-color: var(--violet);
}
.btn-primary:hover { transform: translateY(-1px); background: #4d3880; }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--rule-strong);
}
.btn-ghost:hover { border-color: var(--ink); background: rgba(43,38,32,.03); }

:focus-visible { outline: 2px solid var(--violet); outline-offset: 3px; border-radius: 2px; }

.rule { border: 0; border-top: 1px solid var(--rule); margin: 0; }

/* ============================================================
   HEADER  (zona de marca)
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(245, 241, 232, .86);
  backdrop-filter: saturate(1.2) blur(8px);
  border-bottom: 1px solid var(--rule);
}
.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 68px;
}
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand svg { display: block; height: 34px; width: auto; }

.nav { display: flex; align-items: center; gap: 2rem; }
.nav a {
  font-size: 14.5px;
  color: var(--ink-78);
  text-decoration: none;
  transition: color .15s ease;
}
.nav a:hover { color: var(--ink); }

.header-cta { display: inline-flex; align-items: center; gap: 1.5rem; }

/* En desktop el contenedor desaparece del layout: nav y CTA vuelven a ser
   items directos del header. La hamburguesa solo existe en móvil. */
.site-menu { display: contents; }
.nav-toggle { display: none; }

/* ============================================================
   HERO  (§1)
   Copy = zona de marca · artefacto (ledger) = zona de datos
   ============================================================ */
.hero { position: relative; overflow: hidden; }
.hero .wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 5vw, 4.5rem);
  padding-block: clamp(3rem, 7vw, 6rem) clamp(3rem, 6vw, 5.5rem);
  align-items: center;
}

/* Marca de agua de huella — SOLO detrás de la copia de marca */
.hero-mark {
  position: absolute;
  inset-block-start: -6%;
  inset-inline-start: -8%;
  inline-size: min(46vw, 520px);
  color: var(--violet);
  opacity: .045;
  pointer-events: none;
  z-index: 0;
}
.hero-copy, .hero-figure { position: relative; z-index: 1; }

.folio {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.12em;
  color: var(--ink-40);
  text-transform: uppercase;
  margin-bottom: 1.4rem;
}

.hero h1 {
  font-size: clamp(2.35rem, 6.2vw, 3.75rem);   /* ~38 → 60px */
  line-height: 1.06;
  margin-block: 1rem 1.1rem;
}
.hero .lead { max-width: 52ch; }

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
  margin-top: 1.9rem;
}

.stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-top: 2rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--rule);
}
.stat { display: flex; flex-direction: column; gap: .15rem; }
.stat b {
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.stat span { font-size: 12.5px; color: var(--ink-55); }

/* ---------- LEDGER: artefacto de DATOS (sin motivo de marca) ---------- */
.ledger {
  background: var(--legajo);
  border: 1px solid var(--rule);
  border-radius: 4px;
  box-shadow: 0 1px 0 var(--rule-soft), 0 18px 40px -28px rgba(43,38,32,.45);
  overflow: hidden;
}
.ledger-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .95rem 1.15rem;
  border-bottom: 1px solid var(--rule);
}
.ledger-title {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 0.06em;
  color: var(--ink-78);
  text-transform: uppercase;
}
.pill {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: .28em .6em;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  gap: .35em;
  white-space: nowrap;
}
.pill-ok { color: var(--green); background: rgba(47,110,79,.10); }

.ledger-rows { display: grid; }
.ledger-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: .6rem 1rem;
  padding: .8rem 1.15rem;
  border-bottom: 1px solid var(--rule-soft);
}
.ledger-row:last-child { border-bottom: 0; }
.ledger-cell { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.ledger-unit { font-weight: 600; font-size: 14px; color: var(--ink); }
.ledger-meta {
  font-family: var(--mono);
  font-size: 11.5px;
  color: var(--ink-55);
  letter-spacing: 0.02em;
}
.ledger-amount {
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  text-align: right;
}
.check { color: var(--green); font-size: 14px; line-height: 1; justify-self: end; }
.ledger-foot {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: .9rem 1.15rem;
  background: rgba(43,38,32,.025);
  border-top: 1px solid var(--rule);
}
.ledger-foot .label { font-size: 12.5px; color: var(--ink-55); }
.ledger-foot .total {
  font-family: var(--mono);
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}

/* ============================================================
   ② NO-CUSTODIA
   ============================================================ */
.section { padding-block: clamp(3.5rem, 7vw, 6rem); }
.section-head { max-width: 52ch; }
.section h2 {
  font-size: clamp(1.9rem, 4.2vw, 2.6rem);       /* ~30 → 42px */
  line-height: 1.1;
  margin-block: .9rem .9rem;
}

.custody { position: relative; }
.custody .wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.2rem, 5vw, 4rem);
  align-items: center;
}

/* Tarjeta cuenta — zona de datos */
.account {
  background: var(--legajo);
  border: 1px solid var(--rule);
  border-radius: 4px;
  padding: 1.35rem 1.4rem;
  box-shadow: 0 18px 40px -30px rgba(43,38,32,.4);
}
.account-label {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-55);
}
.account-balance {
  font-family: var(--mono);
  font-size: clamp(1.8rem, 5vw, 2.4rem);
  font-weight: 600;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  margin-block: .35rem .5rem;
  letter-spacing: -0.01em;
}
.account-ok {
  display: inline-flex; align-items: center; gap: .45em;
  color: var(--green);
  font-size: 13.5px;
  font-weight: 600;
}
.account-flow {
  display: flex; align-items: center; gap: .6rem; flex-wrap: wrap;
  margin-top: 1.15rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--rule-soft);
  font-family: var(--mono);
  font-size: 11.5px;
  color: var(--ink-55);
  letter-spacing: 0.02em;
}
.account-flow .arrow { color: var(--ink-40); }

/* Puente hacia zona de marca — este SÍ lleva el motivo */
.bridge {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  margin-top: 1.3rem;
  padding: .7rem 1rem .7rem .75rem;
  border: 1px solid rgba(91,67,150,.28);
  background: rgba(91,67,150,.05);
  border-radius: 100px;
}
.bridge svg { display: block; height: 26px; width: 26px; color: var(--violet); }
.bridge span {
  font-family: var(--mono);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--violet);
  text-transform: uppercase;
}

/* ============================================================
   FOOTER  (zona de marca)
   ============================================================ */
.site-footer {
  background: var(--ink);
  color: var(--on-dark);
  padding-block: clamp(2.6rem, 5vw, 3.6rem);
}
.site-footer .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 2.5rem;
  align-items: center;
  justify-content: space-between;
}
.site-footer .brand svg { height: 32px; }
.footer-meta {
  display: flex; flex-wrap: wrap; gap: .35rem 1.4rem;
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 0.02em;
  color: var(--on-dark-70);
}
.footer-claim {
  flex-basis: 100%;
  padding-top: 1.4rem;
  border-top: 1px solid var(--on-dark-rule);
  font-size: 13.5px;
  color: var(--on-dark-70);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 719px) {
  /* Hamburguesa visible; el contenedor deja de ser display:contents y pasa
     a ser un panel real desplegable bajo el header. */
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    background: none;
    border: 1px solid var(--rule);
    border-radius: 8px;
    color: var(--ink);
    cursor: pointer;
  }
  .nav-toggle-bars,
  .nav-toggle-bars::before,
  .nav-toggle-bars::after {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    transition: transform .2s ease, background-color .2s ease;
  }
  .nav-toggle-bars { position: relative; }
  .nav-toggle-bars::before,
  .nav-toggle-bars::after { content: ""; position: absolute; left: 0; }
  .nav-toggle-bars::before { top: -6px; }
  .nav-toggle-bars::after  { top: 6px; }
  /* Abierto: las barras se cruzan en X. */
  .site-header.nav-open .nav-toggle-bars { background: transparent; }
  .site-header.nav-open .nav-toggle-bars::before { transform: translateY(6px) rotate(45deg); }
  .site-header.nav-open .nav-toggle-bars::after  { transform: translateY(-6px) rotate(-45deg); }

  .site-menu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--legajo);
    border-bottom: 1px solid var(--rule);
    box-shadow: 0 14px 28px rgba(43, 38, 32, .10);
    padding: .25rem 0 1.25rem;
    /* Cerrado: invisible y fuera del orden de tabulación. */
    visibility: hidden;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s;
  }
  .site-header.nav-open .site-menu {
    visibility: visible;
    opacity: 1;
    transform: none;
  }
  .site-menu .nav { flex-direction: column; align-items: stretch; gap: 0; }
  .site-menu .nav a {
    padding: .9rem var(--gutter);
    font-size: 1rem;
    border-bottom: 1px solid var(--rule-soft);
  }
  .site-menu .header-cta {
    display: block;
    padding: 1.1rem var(--gutter) 0;
  }
  .site-menu .header-cta .btn { display: flex; width: 100%; justify-content: center; }
}

@media (min-width: 860px) {
  .hero .wrap { grid-template-columns: 1.05fr .95fr; }
  .custody .wrap { grid-template-columns: 1.1fr .9fr; }
}

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* ============================================================
   Anclas con offset por header sticky
   ============================================================ */
section[id] { scroll-margin-top: 84px; }

/* Layout partido genérico (copy + artefacto) — usado por §⑤ */
.split .wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.2rem, 5vw, 4rem);
  align-items: center;
}
@media (min-width: 860px) {
  .split .wrap { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   ③ PUERTAS — una verdad, tres miradas  (zona de marca)
   ============================================================ */
.doors {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem;
  margin-top: 2.4rem;
}
@media (min-width: 760px) { .doors { grid-template-columns: repeat(3, 1fr); gap: 1.3rem; } }
.door {
  background: var(--legajo);
  border: 1px solid var(--rule);
  border-radius: 4px;
  padding: 1.5rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: .55rem;
}
.door-num {
  font-family: var(--mono);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--violet);
  padding-bottom: .7rem;
  border-bottom: 1.5px solid rgba(91,67,150,.25);      /* eco del anillo del sello */
  box-shadow: 0 2.5px 0 -1.5px rgba(91,67,150,.14);
  margin-bottom: .3rem;
}
.door h3 { font-size: 20px; }
.door p { font-size: 14.5px; color: var(--ink-78); }

/* ============================================================
   Pasos numerados — base clara (§⑧); override oscuro (§④)
   ============================================================ */
.steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
  margin-top: 2.2rem;
}
@media (min-width: 760px) { .steps { grid-template-columns: repeat(3, 1fr); gap: 1.9rem; } }
.step {
  display: flex;
  flex-direction: column;
  gap: .55rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--rule);
}
.step-num {
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--violet);
  font-variant-numeric: tabular-nums;
}
.step h3 { font-size: 19px; }
.step p { font-size: 14.5px; color: var(--ink-78); }

.chips { display: flex; flex-wrap: wrap; gap: .4rem; align-items: center; margin-top: .5rem; }
.chip {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.02em;
  padding: .32em .6em;
  border: 1px solid var(--rule-strong);
  border-radius: 3px;
  color: var(--ink-78);
  white-space: nowrap;
}
.chip-arrow { color: var(--ink-40); font-size: 12px; }

/* ============================================================
   ④ Sección oscura — Tinta de acta  (zona de marca)
   ============================================================ */
.section-dark { background: var(--ink); color: var(--on-dark); }
.section-dark h2 { color: var(--on-dark); }
.section-dark .lead { color: var(--on-dark-70); }
.section-dark .eyebrow { color: var(--violet-dk); }
.section-dark .eyebrow::before { border-color: var(--violet-dk); }
.section-dark .step { border-top-color: var(--on-dark-rule); }
.section-dark .step-num { color: var(--violet-dk); }
.section-dark .step h3 { color: var(--on-dark); }
.section-dark .step p { color: var(--on-dark-70); }
.section-dark .chip { border-color: var(--on-dark-rule); color: var(--on-dark); }
.section-dark .chip-arrow { color: var(--on-dark-70); }

/* ============================================================
   ⑤ Junta Directiva — reporte + sello que corona (zona de datos + marca)
   ============================================================ */
.report { position: relative; margin-top: .5rem; }
.report-card {
  background: var(--legajo);
  border: 1px solid var(--rule);
  border-radius: 4px;
  padding: 1.35rem 1.4rem 1.2rem;
  box-shadow: 0 18px 40px -30px rgba(43,38,32,.42);
}
.report-title {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-78);
  padding-bottom: .8rem;
  margin-bottom: .3rem;
  border-bottom: 1px solid var(--rule);
}
.report-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: .8rem 0;
  border-bottom: 1px solid var(--rule-soft);
}
.report-row:last-child { border-bottom: 0; }
.report-row .k { font-size: 13.5px; color: var(--ink-55); }
.report-row .v {
  font-family: var(--mono);
  font-weight: 600;
  font-size: 15px;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}
/* el sello es zona de marca: corona la tarjeta, no toca las cifras */
.sello-crown {
  position: absolute;
  inline-size: 92px;
  inset-block-start: -32px;
  inset-inline-end: -12px;
  color: var(--violet);
  transform: rotate(-10deg);
  filter: drop-shadow(0 4px 10px rgba(43,38,32,.16));
  pointer-events: none;
}

/* ============================================================
   ⑥ Prueba social — franja discreta
   ============================================================ */
.social {
  text-align: center;
  padding-block: clamp(2.4rem, 5vw, 3.4rem);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.social p { font-size: 16.5px; color: var(--ink-78); }
.social a {
  color: var(--violet);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(91,67,150,.4);
  transition: border-color .15s ease;
}
.social a:hover { border-bottom-color: var(--violet); }

/* ============================================================
   ⑦ FAQ  (acordeón nativo)
   ============================================================ */
.faq-list { margin-top: 2.2rem; border-top: 1px solid var(--rule); }
.qa { border-bottom: 1px solid var(--rule); }
.qa > summary {
  list-style: none;
  cursor: pointer;
  padding: 1.15rem 0;
  font-family: var(--display);
  font-weight: 700;
  font-size: 18px;
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.qa > summary::-webkit-details-marker { display: none; }
.qa .ind {
  font-family: var(--mono);
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: var(--violet);
  flex: none;
  transition: transform .2s ease;
}
.qa[open] .ind { transform: rotate(45deg); }
.qa .a {
  padding: 0 0 1.3rem;
  font-size: 14.5px;
  color: var(--ink-78);
  max-width: 66ch;
}

/* ============================================================
   ⑨ CTA de cierre — banda violeta  (zona de marca)
   ============================================================ */
.cta-band {
  position: relative;
  overflow: hidden;
  background: var(--violet);
  color: #fff;
  text-align: center;
  padding-block: clamp(3.2rem, 6vw, 5rem);
}
.cta-band .wrap { position: relative; z-index: 1; max-width: 760px; }
.cta-band .eyebrow { color: rgba(255,255,255,.82); justify-content: center; }
.cta-band .eyebrow::before { border-color: rgba(255,255,255,.7); }
.cta-band h2 {
  color: #fff;
  max-width: 20ch;
  margin: .9rem auto 0;
  font-size: clamp(1.95rem, 4.5vw, 2.75rem);
  line-height: 1.1;
}
.cta-band .lead { color: rgba(255,255,255,.86); max-width: 52ch; margin: 1rem auto 0; }
.cta-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .85rem;
  margin-top: 1.9rem;
}
.btn-cream { background: var(--paper); color: var(--violet); border-color: var(--paper); }
.btn-cream:hover { background: #fff; transform: translateY(-1px); }
.cta-assure {
  display: inline-flex; align-items: center; gap: .45em;
  font-size: 13.5px;
  color: rgba(255,255,255,.92);
}
.cta-sello {
  position: absolute;
  inline-size: min(42vw, 300px);
  inset-inline-end: -44px;
  inset-block-end: -52px;
  color: #fff;
  opacity: .09;
  transform: rotate(-11deg);
  pointer-events: none;
  z-index: 0;
}
