/* ============ TOKENS · iDocYOU (brand guidelines oficial) ============ */
:root {
  --coral: #FF533D;
  --coral-deep: #E23512;
  --coral-50: #FFE8E3;
  --coral-soft: rgba(255,83,61,0.08);
  --coral-line: rgba(255,83,61,0.24);
  --crema: #FFF8F5;
  --negro: #0E0E10;
  --blanco: #FFFFFF;
  --gris-100: #F4F5F7;
  --gris-200: #D9DDE3;
  --gris-400: #8A8F9E;
  --gris-600: #4B4F58;
  --verde: #1FAE5C;
  --text-dark: #0E0E10;
  --text-body: #4B4F58;
  --text-muted: #8A8F9E;
  --text-light: #FFFFFF;
  --text-light-dim: rgba(255,255,255,0.78);
  --text-light-mute: rgba(255,255,255,0.55);
  --border-soft: rgba(14,14,16,0.08);
  --border-light: rgba(255,255,255,0.10);
  --radius: 14px;
  --radius-lg: 22px;
  --shadow-card: 0 1px 2px rgba(14,14,16,0.04), 0 8px 24px rgba(14,14,16,0.04);
}

/* ============ RESET / BASE ============ */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  font-family: 'Manrope', system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-dark);
  background: var(--blanco);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
ul { margin: 0; padding: 0; list-style: none; }

/* ============ CONTAINERS ============ */
.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 28px;
}
.container--narrow { max-width: 880px; }

/* ============ TYPOGRAPHY ============ */
.h-hero {
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.025em;
  margin: 0 0 24px;
}
.h-hero .coral { color: var(--coral); }
.h2 {
  font-size: clamp(28px, 3.8vw, 42px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.018em;
  color: inherit;
  margin: 0 0 18px;
}
.h2--center { text-align: center; text-wrap: balance; }
.h3 { font-size: 19px; font-weight: 700; letter-spacing: -0.01em; }
.coral { color: var(--coral); }
.eyebrow {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 20px;
  display: inline-block;
}
.eyebrow--muted { color: var(--text-muted); }
.eyebrow--center { text-align: center; display: block; }
.lead {
  font-size: clamp(17px, 1.7vw, 19px);
  line-height: 1.55;
  color: var(--text-body);
  max-width: 720px;
}
.lead--center { margin-left: auto; margin-right: auto; text-align: center; text-wrap: balance; max-width: 60ch; }

/* utilidad: evitar corte de línea en frases concretas */
.nowrap { white-space: nowrap; }
@media (max-width: 720px) {
  .nowrap { white-space: normal; }
}

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  font-size: 15px;
  padding: 13px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: all 0.18s ease;
  white-space: nowrap;
  cursor: pointer;
}
.btn-lg {
  font-size: 16px;
  padding: 16px 30px;
}
.btn-coral {
  background: var(--coral);
  color: #fff;
  box-shadow: 0 4px 14px rgba(255,83,61,0.25);
}
.btn-coral:hover {
  background: var(--coral-deep);
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(255,83,61,0.30);
}
.btn-outline-coral {
  background: transparent;
  color: var(--coral);
  border-color: var(--coral);
}
.btn-outline-coral:hover {
  background: var(--coral);
  color: #fff;
}
.btn-ghost {
  background: transparent;
  color: var(--text-dark);
}
.btn-ghost:hover { color: var(--coral); }
.btn-nav {
  font-size: 14px;
  padding: 11px 18px;
}
.nav-cta-long { display: inline; }
.nav-cta-short { display: none; }
.estructura-card--wide { grid-column: span 2; }

/* ============ NAV ============ */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-soft);
}
.nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px 28px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--text-dark);
}
.brand-iso {
  flex-shrink: 0;
}
.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.brand-name {
  font-weight: 600;
  font-size: 17px;
  letter-spacing: -0.005em;
  color: var(--text-dark);
}
.brand-name .you { color: inherit; font-weight: 600; }
.brand-sub {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 4px;
}
.nav-center {
  display: flex;
  gap: 28px;
  margin-left: auto;
}
.nav-link {
  font-size: 14.5px;
  font-weight: 500;
  color: var(--text-body);
  transition: color 0.16s ease;
}
.nav-link:hover { color: var(--coral); }
.nav-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* ============ HERO ============ */
.hero {
  background: var(--crema);
  color: var(--text-dark);
  padding: 112px 0 96px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(ellipse at center, rgba(255,83,61,0.08), transparent 65%);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.hero-eyebrow {
  display: inline-block;
  background: var(--blanco);
  border: 1px solid var(--coral-line);
  color: var(--coral);
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.hero-sub {
  font-size: clamp(17px, 1.8vw, 21px);
  font-weight: 600;
  color: var(--text-dark);
  margin: 0 0 18px;
  letter-spacing: -0.01em;
}
.hero-lead {
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.6;
  text-wrap: balance;
  color: var(--text-body);
  max-width: 720px;
  margin: 0 auto 36px;
}
.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

/* ============ SECTIONS BASE ============ */
section { padding: 96px 0; }
.section-bg-white { background: var(--blanco); }
.section-bg-gris { background: var(--gris-100); }
.section-bg-crema { background: var(--crema); }
.section-bg-coral { background: var(--coral-50); }
.section-bg-negro { background: var(--negro); color: var(--text-light); }
.section-head { text-align: center; margin-bottom: 56px; max-width: 720px; margin-left: auto; margin-right: auto; }

/* ============ PROBLEMA ============ */
.problema p {
  font-size: 17px;
  line-height: 1.65;
  color: var(--text-body);
  margin: 0 0 22px;
  max-width: 760px;
}
.problema-quote {
  text-wrap: balance;
  margin: 36px 0 0;
  padding: 28px 32px;
  background: var(--gris-100);
  border-left: 4px solid var(--coral);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-size: 17px;
  line-height: 1.55;
  color: var(--text-dark);
  font-weight: 500;
}
.problema-quote .you {
  color: var(--coral);
  font-weight: 700;
}

/* ============ TRIPLE ESENCIA ============ */
.esencia-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.esencia-card {
  background: var(--blanco);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: all 0.2s ease;
  box-shadow: var(--shadow-card);
}
.esencia-card:hover {
  border-color: var(--coral-line);
  transform: translateY(-2px);
}
.esencia-num {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--coral);
  text-transform: uppercase;
}
.esencia-card h3 {
  font-size: 22px;
  font-weight: 800;
  margin: 0;
  letter-spacing: -0.015em;
}
.esencia-sub {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--coral);
  text-transform: uppercase;
  margin: -8px 0 4px;
}
.esencia-card p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-body);
  margin: 0;
}

/* ============ DEMO MOCKUP ============ */
.demo-frame {
  margin-top: 24px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--gris-100);
  box-shadow: 0 24px 60px rgba(14,14,16,0.10), 0 2px 6px rgba(14,14,16,0.04);
  border: 1px solid var(--border-soft);
}
.demo-frame img { width: 100%; height: auto; display: block; }

/* ============ SIN vs CON ============ */
.diff-table {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--blanco);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-card);
}
.diff-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--border-soft);
}
.diff-row:last-child { border-bottom: none; }
.diff-cell {
  padding: 22px 26px;
  font-size: 15.5px;
  line-height: 1.5;
  border-right: 1px solid var(--border-soft);
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.diff-cell:last-child { border-right: none; }
.diff-cell--bad {
  color: var(--gris-600);
  background: var(--gris-100);
}
.diff-cell--good {
  color: var(--text-dark);
  font-weight: 500;
}
.diff-cell::before {
  flex-shrink: 0;
  margin-top: 4px;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
  font-weight: 800;
  line-height: 18px;
}
.diff-cell--bad::before {
  content: "×";
  background: var(--gris-200);
  color: var(--gris-600);
}
.diff-cell--good::before {
  content: "✓";
  background: var(--coral);
  color: #fff;
  font-size: 10px;
}
.diff-row--head .diff-cell {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 16px 26px;
  background: var(--blanco);
}
.diff-row--head .diff-cell::before { display: none; }
.diff-row--head .diff-cell--bad { color: var(--text-muted); background: var(--gris-100); }
.diff-row--head .diff-cell--good { color: var(--coral); }

/* ============ QUÉ INCLUYE ============ */
.estructura-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.estructura-card {
  background: var(--blanco);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 24px 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: border-color 0.18s ease;
}
.estructura-card:hover { border-color: var(--coral-line); }
.estructura-num {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: var(--coral-soft);
  color: var(--coral);
  font-weight: 800;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.estructura-card h4 {
  font-size: 17px;
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.01em;
  color: var(--text-dark);
}
.estructura-card p {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--text-body);
  margin: 0;
}
.estructura-invisible {
  margin-top: 24px;
  background: var(--negro);
  color: var(--text-light);
  border-radius: var(--radius-lg);
  padding: 32px 36px;
  border: 1px solid var(--coral);
  position: relative;
  overflow: hidden;
}
.estructura-invisible::after {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(ellipse, rgba(255,83,61,0.18), transparent 70%);
  pointer-events: none;
}
.estructura-invisible-eyebrow {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--coral);
  display: inline-block;
  margin-bottom: 12px;
}
.estructura-invisible h3 {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 14px;
  letter-spacing: -0.015em;
  color: var(--text-light);
  position: relative;
}
.estructura-invisible p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-light-dim);
  margin: 0;
  max-width: none;
  position: relative;
}

/* ============ TIMELINE PROCESO ============ */
.timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  position: relative;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: var(--coral-line);
  z-index: 0;
}
.timeline-step {
  position: relative;
  text-align: center;
  z-index: 1;
}
.timeline-num {
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  background: var(--blanco);
  border: 2px solid var(--coral);
  color: var(--coral);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 20px;
}
.timeline-step h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
  color: var(--text-dark);
}
.timeline-step p {
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-body);
  margin: 0;
}

/* ============ ECOSISTEMA ============ */
.eco-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
.eco-card {
  background: var(--blanco);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: var(--shadow-card);
}
.eco-card--featured {
  background: var(--negro);
  color: var(--text-light);
  border-color: var(--coral);
}
.eco-card--featured h3 { color: var(--text-light); }
.eco-card--featured .eco-desc { color: var(--text-light-dim); }
.eco-card--featured .eco-tag { color: var(--coral); }
.eco-num {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--coral);
  text-transform: uppercase;
}
.eco-card h3 {
  font-size: 24px;
  font-weight: 800;
  margin: 0;
  letter-spacing: -0.02em;
}
.eco-verb {
  font-size: 14px;
  font-weight: 700;
  color: var(--coral);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.eco-desc {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--text-body);
  margin: 0;
}
.eco-tag {
  font-size: 12px;
  font-weight: 700;
  color: var(--text-muted);
  letter-spacing: 0.04em;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--border-soft);
}
.eco-card--featured .eco-tag { border-top-color: rgba(255,255,255,0.10); }
.eco-quote {
  text-wrap: balance;
  text-align: center;
  font-size: clamp(18px, 2.1vw, 24px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--text-dark);
  letter-spacing: -0.015em;
  max-width: 900px;
  margin: 40px auto 0;
  padding: 28px 36px;
  background: var(--blanco);
  border-radius: var(--radius-lg);
  border: 1px solid var(--coral-line);
  box-shadow: var(--shadow-card);
}
.eco-quote .coral { color: var(--coral); }

/* ============ PASARELA MED·IA ============ */
.pasarela {
  background: var(--coral-50);
  border: 2px solid var(--coral-line);
  border-radius: var(--radius-lg);
  padding: 56px 48px;
  text-align: center;
}
.pasarela .eyebrow { color: var(--coral); }
.pasarela h2 { color: var(--text-dark); margin-bottom: 18px; }
.pasarela p {
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--text-body);
  max-width: 720px;
  margin: 0 auto 18px;
}
.pasarela-note {
  font-size: 14.5px;
  color: var(--gris-600);
  font-style: italic;
  max-width: 680px;
  margin: 0 auto 30px;
}
.pasarela-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

/* ============ FAQ ============ */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-item {
  background: var(--blanco);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 0.18s ease;
}
.faq-item[open] { border-color: var(--coral-line); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 26px;
  font-weight: 700;
  font-size: 16.5px;
  color: var(--text-dark);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  letter-spacing: -0.005em;
}
.faq-item summary .q {
  flex: 1;
  min-width: 0;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--coral-soft);
  color: var(--coral);
  font-weight: 700;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.22s ease;
}
.faq-item[open] summary::after {
  content: "−";
  background: var(--coral);
  color: #fff;
}
.faq-body {
  padding: 0 26px 24px;
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--text-body);
}
.faq-body p { margin: 0 0 12px; }
.faq-body p:last-child { margin-bottom: 0; }

/* ============ MANIFIESTO ============ */
.manifiesto {
  background: var(--negro);
  color: var(--text-light);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.manifiesto::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 900px;
  height: 900px;
  background: radial-gradient(ellipse, rgba(255,83,61,0.10), transparent 65%);
  pointer-events: none;
}
.manifiesto-inner {
  position: relative;
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
}
.manifiesto-eyebrow {
  display: inline-block;
  border: 1px solid var(--coral);
  color: var(--coral);
  padding: 7px 18px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 36px;
}
.manifiesto-title {
  font-size: clamp(44px, 7vw, 96px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.03em;
  margin: 0 0 32px;
  color: var(--text-light);
}
.manifiesto-title .line2 { color: var(--coral); display: block; }
.manifiesto-lead {
  text-wrap: balance;
  font-size: clamp(17px, 1.6vw, 19px);
  line-height: 1.6;
  color: var(--text-light-dim);
  max-width: 680px;
  margin: 0 auto 40px;
}
.manifiesto-firma {
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--text-light-mute);
}
.manifiesto-firma .coral { color: var(--coral); font-weight: 700; }

/* ============ CTA FINAL ============ */
.cta-final {
  background: var(--crema);
  text-align: center;
}
.cta-final h2 {
  max-width: 760px;
  margin: 0 auto 18px;
}
.cta-final-sub {
  font-size: 17px;
  line-height: 1.6;
  color: var(--text-body);
  max-width: 640px;
  margin: 0 auto 36px;
}
.cta-final-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.cta-final-secondary {
  font-size: 14.5px;
  color: var(--text-muted);
}
.cta-final-secondary a { color: var(--coral); font-weight: 700; }

/* ============ FOOTER ============ */
.footer {
  background: var(--negro);
  color: var(--text-light-dim);
  padding: 64px 0 40px;
}
.footer-cols {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 40px;
}
.footer-col h5 {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-light-mute);
  margin: 0 0 16px;
}
.footer-col p, .footer-col a {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-light-dim);
  display: block;
}
.footer-col a:hover { color: var(--coral); }
.footer-brand-block {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.footer-brand-block .brand-lockup {
  color: var(--text-light);
}
.footer-brand-block .brand-name {
  color: var(--text-light);
}
.footer-brand-block .brand-sub {
  color: var(--text-light-mute);
}
.footer-bottom {
  border-top: 1px solid var(--border-light);
  padding-top: 28px;
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--text-light-mute);
  text-align: center;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .nav-center { display: none; }
  .nav-inner { gap: 16px; }
  .timeline { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .timeline::before { display: none; }
}
@media (max-width: 879px) {
  section { padding: 72px 0; }
  .hero { padding: 88px 0 72px; }
  .container { padding: 0 22px; }

  .nav-inner { padding: 12px 18px; gap: 10px; }
  .nav-right { gap: 10px; }
  .brand-text { display: none; }

  .hero-cta-row { flex-direction: column; align-items: stretch; }
  .hero-cta-row .btn { width: 100%; }

  .esencia-grid { grid-template-columns: 1fr; }
  .estructura-grid { grid-template-columns: 1fr; }
  .estructura-card--wide { grid-column: auto; }
  .eco-grid { grid-template-columns: 1fr; }

  .btn-nav { font-size: 13px; padding: 10px 14px; }
  .nav-cta-long { display: none; }
  .nav-cta-short { display: inline; }

  .diff-row { grid-template-columns: 1fr; }
  .diff-cell {
    border-right: none;
    border-bottom: 1px solid var(--border-soft);
    padding: 16px 22px;
  }
  .diff-cell:last-child { border-bottom: none; }
  .diff-row--head { display: none; }

  .pasarela { padding: 40px 26px; }
  .pasarela-cta-row { flex-direction: column; align-items: stretch; }
  .pasarela-cta-row .btn { width: 100%; }

  .manifiesto { padding: 88px 0; }

  .footer-cols { grid-template-columns: 1fr; gap: 32px; }

  .timeline { grid-template-columns: 1fr; gap: 18px; }
  .timeline-step { text-align: left; display: grid; grid-template-columns: 56px 1fr; gap: 18px; align-items: center; }
  .timeline-num { margin: 0; }
  .timeline-step h4 { margin-bottom: 4px; }
}
@media (max-width: 480px) {
  .h-hero { font-size: 34px; }
  .manifiesto-title { font-size: 40px; }
  .estructura-invisible { padding: 26px 22px; }
  .estructura-invisible h3 { font-size: 20px; }
}
