/* Tema estilo Dribbble — generado desde deploy/dribbble-theme.css */
:root {
  --accent: #7c3aed;
  --accent-strong: #6d28d9;
  --accent-soft: #f1eaff;
  --accent-ink: #5b21b6;
  --hero-bg: #150a2b;
  --hero-bg-2: #341a68;
  --hero-glow: rgba(167, 119, 255, 0.34);
  --hero-accent: #c9b0ff;
  --bg: #f6f3ea;
  --bg-soft: #ece8db;
  --bg-softer: #faf8f2;
  --surface: #ffffff;
  --cream: #f5f2e8;
  --ink: #0d0c22;
  --muted: #6e6d7a;
  --line: #e7e7e9;
  --line-strong: #d9d9de;
  --brand: var(--accent);
  --brand-hover: var(--accent-strong);
  --brand-dark: var(--ink);
  --brand-light: var(--accent-soft);
  --success: #0d9d58;
  --warn-bg: #fff7e6;
  --warn-border: #f5c542;
  --warn-ink: #6b5220;
  --radius: 12px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-pill: 999px;
  --shadow-sm: 0 2px 8px rgba(13, 12, 34, 0.05);
  --shadow: 0 8px 24px rgba(13, 12, 34, 0.08);
  --shadow-lg: 0 24px 48px rgba(13, 12, 34, 0.12);
  --font: "Mona Sans", "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
  --max: 1120px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
}
body.disclaimer-closed { padding-bottom: 16px; }

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}
.visually-hidden:focus {
  position: fixed; top: 12px; left: 12px; z-index: 9999;
  width: auto; height: auto; padding: 10px 16px; margin: 0;
  overflow: visible; clip: auto;
  background: var(--ink); color: #fff;
  border-radius: var(--radius-pill); box-shadow: var(--shadow-lg);
}

.shell { width: min(100% - 40px, var(--max)); margin-inline: auto; }

/* ── Header ── */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(246,243,234,0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(13,12,34,0.08);
}

/* Home: header y hero del mismo bloque oscuro, sin franja en medio */
body:has(.hero) .site-header {
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
body:has(.hero) .site-header.is-scrolled {
  background: var(--hero-bg);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
body:has(.hero) .brand,
body:has(.hero) .brand__text { color: var(--cream); }
body:has(.hero) .nav__link { color: rgba(245,242,232,0.72); }
body:has(.hero) .nav__link:hover,
body:has(.hero) .nav__link.is-active {
  color: var(--cream); background: rgba(255,255,255,0.1);
}
body:has(.hero) .nav__cta {
  background: var(--cream); color: var(--hero-bg);
}
body:has(.hero) .nav__cta:hover { background: #fff; }
body:has(.hero) .nav-toggle {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.18);
}
body:has(.hero) .nav-toggle__bar { background: var(--cream); }

.header__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; min-height: 76px;
}

.brand {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--ink); font-weight: 800;
}

.brand__mark {
  width: 38px; height: 38px; border-radius: var(--radius-pill);
  background: var(--accent); color: #fff;
  display: grid; place-items: center;
  font-size: 1rem; font-weight: 800;
}

.brand__text {
  font-size: 1.25rem; font-weight: 800; letter-spacing: -0.02em;
  color: var(--ink);
}

.nav {
  display: flex; align-items: center; gap: 4px;
  flex-wrap: wrap; justify-content: flex-end;
}

.nav__link {
  padding: 9px 16px; border-radius: var(--radius-pill);
  font-size: 0.875rem; font-weight: 600;
  color: var(--muted);
  transition: background 0.15s, color 0.15s;
}

.nav__link:hover,
.nav__link.is-active {
  color: var(--ink); background: var(--bg-soft);
}

.nav__cta {
  margin-left: 10px; padding: 11px 22px;
  border-radius: var(--radius-pill);
  font-size: 0.875rem; font-weight: 700;
  color: #fff; background: var(--ink);
  transition: background 0.15s, transform 0.15s;
}

.nav__cta:hover { background: #2b2a44; transform: translateY(-1px); }

.nav-toggle {
  display: none; background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius-pill); padding: 10px; cursor: pointer;
}
.nav-toggle__bar {
  display: block; width: 18px; height: 2px;
  background: var(--ink); margin: 4px 0; border-radius: 2px;
}

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav {
    display: none; position: absolute; left: 0; right: 0; top: 76px;
    padding: 16px 20px 20px; background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
    flex-direction: column; align-items: stretch;
  }
  .nav.is-open { display: flex; }
  .nav__link { text-align: center; }
  .nav__cta { margin-left: 0; text-align: center; }
  body:has(.hero) .nav {
    background: var(--hero-bg);
    border-bottom-color: rgba(255,255,255,0.08);
  }
}

/* ── Disclaimer flotante abajo (no corta header/hero) ── */
.site-disclaimer {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 80;
  padding: 0 16px calc(12px + env(safe-area-inset-bottom, 0px));
  background: transparent;
  border: 0;
  pointer-events: none;
}
.site-disclaimer.is-hidden,
.site-disclaimer[hidden] { display: none; }

.site-disclaimer__inner {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 12px 14px 12px 18px;
  margin: 0 auto;
  width: min(100%, var(--max));
  pointer-events: auto;
  background: rgba(246,243,234,0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(13,12,34,0.08);
  border-radius: var(--radius-md);
  box-shadow: 0 12px 40px rgba(0,0,0,0.18);
}

.site-disclaimer__close {
  flex-shrink: 0;
  width: 32px; height: 32px; margin: -2px -2px 0 auto;
  border: 0; border-radius: var(--radius-pill);
  background: transparent; color: var(--accent-ink);
  font-size: 1.25rem; line-height: 1; cursor: pointer;
}
.site-disclaimer__close:hover { background: rgba(13,12,34,0.06); }

.site-disclaimer__icon {
  flex-shrink: 0; width: 24px; height: 24px; margin-top: 1px;
  border-radius: var(--radius-pill); background: var(--accent);
  color: #fff; font-size: 0.75rem; font-weight: 700;
  display: grid; place-items: center;
}

.site-disclaimer p {
  margin: 0; font-size: 0.875rem; line-height: 1.55; color: var(--accent-ink);
}

.site-disclaimer a {
  color: var(--accent-ink); font-weight: 700; text-decoration: underline;
  text-underline-offset: 2px;
}

/* ── Hero oscuro estilo Ledgerly (fintech) ── */
.hero {
  background:
    radial-gradient(1100px 520px at 85% -10%, var(--hero-glow) 0%, transparent 60%),
    linear-gradient(150deg, var(--hero-bg-2) 0%, var(--hero-bg) 58%);
  border-bottom: 0;
  padding: 72px 0 80px;
  color: var(--cream);
}

body:has(.hero) .hero {
  margin-top: -76px;
  padding-top: 148px;
}

.hero__grid {
  display: grid; grid-template-columns: 1.2fr 380px;
  gap: 56px; align-items: center;
}

.hero__eyebrow {
  display: inline-flex; align-items: center;
  font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--cream); margin-bottom: 22px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.16);
  padding: 8px 18px; border-radius: var(--radius-pill);
}

.hero h1 {
  font-size: clamp(2.5rem, 5.5vw, 4rem);
  line-height: 1.05; margin: 0 0 24px;
  font-weight: 700; color: var(--cream);
  letter-spacing: -0.03em;
}

.hero__accent { color: var(--hero-accent); font-weight: 700; }

.hero__lead {
  font-size: 1.125rem; color: rgba(245,242,232,0.75);
  max-width: 34rem; margin: 0 0 28px; line-height: 1.65;
}

.hero__lead strong { color: var(--cream); }

.hero__lead-note {
  display: block; margin-top: 12px;
  font-size: 0.9375rem; color: var(--hero-accent); font-weight: 600;
}

.pill-row {
  display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px;
}

.pill {
  font-size: 0.875rem; font-weight: 600;
  padding: 9px 18px; border-radius: var(--radius-pill);
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.18);
  color: var(--cream);
  transition: border-color 0.15s, background 0.15s;
}

.pill:hover { border-color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.12); }

/* Mini-stats estilo Ledgerly (31 / $0 / T+0) */
.hero__stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 12px; background: transparent;
  border: 0; border-radius: 0; overflow: visible;
}

.stat {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 20px 16px; text-align: left;
  border-radius: var(--radius-md);
}

.stat strong {
  display: block; font-size: 1.75rem; font-weight: 800;
  color: var(--hero-accent); letter-spacing: -0.02em;
}

.stat span {
  font-size: 0.75rem; color: rgba(245,242,232,0.6);
  text-transform: none; letter-spacing: 0;
  font-weight: 500;
}

/* Product surfaces flotantes (tarjetas claras sobre hero oscuro) */
.hero-aside { display: flex; flex-direction: column; gap: 20px; }

.official-card {
  background: var(--surface);
  border: 0;
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: 0 32px 64px rgba(0,0,0,0.35);
  border-top: 0;
  color: var(--ink);
}

.official-card__title {
  margin: 0 0 10px; font-size: 1.125rem; font-weight: 700;
  color: var(--ink); letter-spacing: -0.01em;
  display: flex; align-items: center; gap: 8px;
}

.official-card__title::after {
  content: "● En línea";
  font-size: 0.6875rem; font-weight: 700;
  color: var(--accent);
  background: var(--accent-soft);
  padding: 3px 10px; border-radius: var(--radius-pill);
  letter-spacing: 0.02em;
  margin-left: auto; flex-shrink: 0;
}

.official-card__text {
  margin: 0 0 20px; font-size: 0.9375rem;
  color: var(--muted); line-height: 1.6;
}

.btn-official {
  display: inline-flex; align-items: center; justify-content: center;
  width: 100%; padding: 13px 20px;
  border-radius: var(--radius-pill);
  font-weight: 700; font-size: 0.9375rem;
  color: #fff; background: var(--ink);
  transition: transform 0.15s, box-shadow 0.15s;
}

.btn-official::after { content: " →"; margin-left: 6px; }

.btn-official:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.25); }

.btn-official--secondary {
  background: transparent; color: var(--ink);
  border: 1.5px solid var(--line-strong); margin-top: 10px;
}

.btn-official--secondary:hover { background: var(--bg-softer); box-shadow: none; }

/* Guide card estilo "audit log" de Ledgerly */
.guide-card {
  background: var(--surface);
  border: 0;
  border-radius: var(--radius-lg);
  padding: 24px 26px;
  box-shadow: 0 32px 64px rgba(0,0,0,0.35);
  color: var(--ink);
}

.guide-card__title {
  margin: 0 0 12px; font-size: 0.75rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--muted);
  display: flex; align-items: center; justify-content: space-between;
}

.guide-card__title::after {
  content: "● Live";
  font-size: 0.6875rem; font-weight: 700;
  color: var(--accent); text-transform: none; letter-spacing: 0;
}

.guide-card__list {
  margin: 0; padding: 0; list-style: none;
  font-size: 0.9375rem; line-height: 1.7;
}

.guide-card__list li {
  padding: 9px 0; border-bottom: 1px solid var(--line);
}

.guide-card__list li:last-child { border-bottom: 0; }

.guide-card__list a {
  color: var(--ink); font-weight: 600;
  transition: color 0.15s;
  display: flex; align-items: center; gap: 8px;
}

.guide-card__list a::before {
  content: "";
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--accent-soft);
  border: 2px solid var(--accent);
  flex-shrink: 0;
}

.guide-card__list a:hover { color: var(--accent); }

/* ── Trust bar (chips redondeados con check en acento) ── */
.trust {
  background: var(--bg); color: var(--ink);
  padding: 32px 0; border-bottom: 0;
}

.trust__inner {
  display: flex; flex-wrap: wrap; gap: 12px;
  justify-content: center; font-size: 0.875rem; font-weight: 600;
}

.trust__inner span {
  background: var(--surface);
  padding: 10px 20px; border-radius: var(--radius-pill);
  box-shadow: var(--shadow-sm);
}

.trust__inner span::before {
  content: "✓ "; font-weight: 800; color: var(--accent);
}

/* ── Secciones ── */
.section { padding: 72px 0; }

.section--alt {
  background: var(--bg-softer);
  border-top: 0;
  border-bottom: 0;
}

.section__tag {
  display: inline-block; font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--accent-ink); margin-bottom: 14px;
  background: var(--accent-soft);
  padding: 6px 14px; border-radius: var(--radius-pill);
}

.section h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  margin: 0 0 14px; font-weight: 700;
  color: var(--ink); letter-spacing: -0.025em;
  line-height: 1.15;
}

.section__desc {
  color: var(--muted); max-width: 580px;
  margin: 0 0 40px; font-size: 1.0625rem;
}

/* ── Grid de tarjetas (shots grid de Dribbble) ── */
.bento {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px;
}

.bento-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 26px;
  box-shadow: none;
  transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
  display: grid; grid-template-columns: auto 1fr; gap: 16px;
  align-items: start;
}

.bento-card:hover {
  border-color: transparent;
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
}

.bento-card__icon {
  width: 44px; height: 44px; border-radius: var(--radius-md);
  background: var(--accent-soft); color: var(--accent-ink);
  display: grid; place-items: center;
  font-size: 0.8125rem; font-weight: 800;
  grid-row: span 2;
}

.bento-card h3 {
  margin: 0 0 6px; font-size: 1.0625rem; font-weight: 700;
  color: var(--ink); grid-column: 2; letter-spacing: -0.01em;
}

.bento-card p {
  margin: 0; font-size: 0.9375rem; color: var(--muted);
  grid-column: 2;
}

/* ── Métricas ── */
.metrics {
  background: var(--bg);
  border-top: 0; border-bottom: 0;
  padding: 48px 0;
}

.metrics__grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 20px; text-align: center;
}

.metrics__grid > div {
  background: var(--bg-soft); border-radius: var(--radius-lg);
  padding: 28px 16px;
}

.metrics__grid strong {
  font-size: 2.25rem; font-weight: 800;
  display: block; color: var(--ink); letter-spacing: -0.03em;
}

.metrics__grid span {
  font-size: 0.8125rem; color: var(--muted);
  text-transform: none; letter-spacing: 0; font-weight: 500;
}

/* ── Pasos ── */
.steps {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 48px; align-items: start;
}

.step-list { display: flex; flex-direction: column; gap: 12px; }

.step {
  display: grid; grid-template-columns: 48px 1fr;
  gap: 18px; align-items: start;
  padding: 20px;
  border: 0; border-radius: var(--radius-md);
  background: var(--bg-soft);
}

.step__num {
  width: 40px; height: 40px; border-radius: var(--radius-pill);
  background: var(--ink); color: #fff;
  font-weight: 700; font-size: 1rem;
  display: grid; place-items: center;
}

.step h3 { margin: 0 0 4px; font-size: 1rem; font-weight: 700; letter-spacing: -0.01em; }
.step p { margin: 0; font-size: 0.875rem; color: var(--muted); }

.cover {
  border-radius: var(--radius-lg);
  overflow: hidden; border: 0;
  box-shadow: var(--shadow-lg);
}

.cover img { width: 100%; height: 340px; object-fit: cover; }

/* ── FAQ ── */
.faq-grid {
  display: grid; grid-template-columns: 300px 1fr;
  gap: 48px; align-items: start;
}

.faq-item {
  background: var(--bg-soft);
  border: 0;
  border-radius: var(--radius-md);
  margin-bottom: 12px; overflow: hidden;
  transition: background 0.2s;
}

.faq-item.open { background: #fff; box-shadow: var(--shadow); }

.faq-btn {
  width: 100%; text-align: left; background: none; border: 0;
  padding: 18px 22px; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  gap: 14px; font-family: var(--font);
}

.faq-btn h3 {
  margin: 0; font-size: 0.9375rem; font-weight: 700; color: var(--ink);
  letter-spacing: -0.01em;
}

.faq-icon {
  flex-shrink: 0; width: 28px; height: 28px;
  border-radius: var(--radius-pill); background: #fff;
  color: var(--ink); display: grid; place-items: center;
  font-weight: 600; font-size: 1.05rem;
  transition: transform 0.2s, background 0.2s, color 0.2s;
  box-shadow: var(--shadow-sm);
}

.faq-item.open .faq-icon {
  transform: rotate(45deg);
  background: var(--accent); color: #fff;
}

.faq-ans { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-item.open .faq-ans { max-height: 320px; }

.faq-ans p {
  margin: 0 22px 18px; font-size: 0.875rem;
  color: var(--muted); line-height: 1.65;
}

/* ── CTA band final estilo Ledgerly (bloque oscuro con glow) ── */
.cta-band {
  background:
    radial-gradient(640px 320px at 50% -20%, var(--hero-glow) 0%, transparent 65%),
    linear-gradient(160deg, var(--hero-bg-2) 0%, var(--hero-bg) 70%);
  color: var(--cream);
  text-align: center; padding: 80px 24px;
  border-top: 0;
  border-radius: var(--radius-lg);
  width: min(100% - 40px, var(--max));
  margin: 0 auto 72px;
}

.cta-band h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  margin: 0 0 14px; font-weight: 700; letter-spacing: -0.025em;
  color: var(--cream);
}

.cta-band p {
  max-width: 480px; margin: 0 auto 28px;
  color: rgba(245,242,232,0.72); font-size: 1.0625rem;
}

.btn-light {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 32px; border-radius: var(--radius-pill);
  font-weight: 700; font-size: 1rem;
  background: var(--cream); color: var(--hero-bg);
  transition: transform 0.15s, box-shadow 0.15s;
}

.btn-light::after { content: " →"; margin-left: 6px; }

.btn-light:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,0.3); }

/* ── Prose ── */
.prose { max-width: 720px; margin: 0 auto; }

.prose h2 {
  font-size: 1.5rem; font-weight: 700;
  margin-top: 44px; padding-top: 0;
  border-top: 0; color: var(--ink); letter-spacing: -0.02em;
}

.prose h2:first-child { margin-top: 0; }

.prose h3 { margin: 28px 0 10px; font-size: 1.125rem; font-weight: 700; letter-spacing: -0.01em; }

.prose p, .prose li { color: var(--muted); font-size: 1rem; }

.prose a, .article-layout a {
  color: var(--accent); font-weight: 600;
  text-decoration: underline; text-underline-offset: 3px;
}

.prose a:hover, .article-layout a:hover { color: var(--accent-strong); }

.data-table {
  width: 100%; border-collapse: separate; border-spacing: 0;
  margin: 24px 0; font-size: 0.875rem;
  border: 1px solid var(--line); border-radius: var(--radius-md);
  overflow: hidden;
}

.data-table th, .data-table td {
  padding: 13px 18px; text-align: left;
  border-bottom: 1px solid var(--line);
}

.data-table tr:last-child td { border-bottom: 0; }

.data-table th {
  background: var(--bg-soft); color: var(--ink);
  font-weight: 700; font-size: 0.75rem;
  text-transform: uppercase; letter-spacing: 0.05em;
}

.data-table tbody tr:nth-child(even) { background: var(--bg-softer); }

.note {
  border-left: 0;
  background: var(--accent-soft);
  padding: 16px 20px; border-radius: var(--radius-md);
  margin: 24px 0; font-size: 0.9375rem; color: var(--accent-ink);
}

.warn {
  border-left: 0;
  background: var(--warn-bg);
  padding: 16px 20px; border-radius: var(--radius-md);
  margin: 24px 0; font-size: 0.9375rem; color: var(--warn-ink);
}

/* ── Link grid ── */
.link-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px; margin-top: 28px;
}

.link-card {
  display: flex; gap: 14px; padding: 22px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line); background: var(--surface);
  transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
  align-items: flex-start;
}

.link-card:hover {
  border-color: transparent;
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
}

.link-card > span:first-child {
  width: 40px; height: 40px; border-radius: var(--radius-md);
  background: var(--accent-soft); color: var(--accent-ink);
  display: grid; place-items: center;
  font-size: 0.75rem; font-weight: 800; flex-shrink: 0;
}

.link-card strong {
  display: block; font-size: 0.9375rem; font-weight: 700;
  margin-bottom: 3px; color: var(--ink); letter-spacing: -0.01em;
}

.link-card span { font-size: 0.8125rem; color: var(--muted); }

/* ── Footer (claro estilo Dribbble) ── */
.site-footer {
  background: var(--bg-soft); color: var(--muted);
  padding: 64px 0 0;
  border-top: 0;
}

.footer__grid {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 36px; padding-bottom: 44px;
}

.footer__brand {
  font-size: 1.25rem; font-weight: 800;
  color: var(--ink); margin-bottom: 12px; letter-spacing: -0.02em;
}

.footer__lead {
  font-size: 0.875rem; line-height: 1.65; max-width: 320px;
  color: var(--muted);
}

.footer__lead a { color: var(--accent); font-weight: 600; }

.footer__h {
  font-size: 0.75rem; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--ink);
  margin: 0 0 14px; font-weight: 700;
}

.footer__list { list-style: none; margin: 0; padding: 0; }

.footer__list a {
  color: var(--muted); font-size: 0.875rem; font-weight: 500;
  display: inline-block; padding: 4px 0;
  transition: color 0.15s;
}

.footer__list a:hover { color: var(--ink); }

.footer__bottom {
  border-top: 1px solid var(--line);
  padding: 20px 0;
  display: flex; flex-wrap: wrap; gap: 12px;
  justify-content: space-between;
  font-size: 0.8125rem; color: var(--muted);
}

.footer__sitemap { color: var(--accent); font-weight: 600; }
.footer__sitemap:hover { color: var(--accent-strong); }

/* ── Páginas internas ── */
.page-hero {
  padding: 56px 0 48px;
  background: var(--bg);
  border-bottom: 0;
}

.page-hero h1 {
  font-size: clamp(2rem, 4.5vw, 3rem);
  margin: 0 0 14px; font-weight: 700;
  color: var(--ink); max-width: 760px;
  letter-spacing: -0.03em; line-height: 1.1;
}

.page-hero p {
  margin: 0; color: var(--muted);
  max-width: 640px; font-size: 1.0625rem;
}

.breadcrumb {
  font-size: 0.8125rem; color: var(--muted);
  margin-bottom: 18px; font-weight: 500;
}

.breadcrumb a {
  color: var(--accent); font-weight: 600;
}

.article-layout { padding: 8px 0 72px; }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .hero__grid { grid-template-columns: 1fr; gap: 40px; }
  .bento { grid-template-columns: 1fr; }
  .metrics__grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; }
  .cover { order: -1; }
  .faq-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .section { padding: 48px 0; }
  .hero { padding: 40px 0 48px; }
  body:has(.hero) .hero { padding-top: 124px; }
  .hero h1 { font-size: clamp(2rem, 9vw, 2.75rem); }
  .hero__stats { grid-template-columns: 1fr; }
  .metrics__grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .footer__grid { grid-template-columns: 1fr; }
  .cta-band { padding: 48px 20px; }
}
