/* ============================================================
   Paraíso Gastronómico · Jaén
   Identidad visual: olivar + oro
   ============================================================ */

:root {
  /* --- olivar --- */
  --olive-900: #17200F;
  --olive-800: #22301A;
  --olive-700: #2F4223;
  --olive-600: #41572F;
  --olive-500: #56713C;
  --olive-400: #77924F;
  --olive-300: #9DB369;
  --olive-200: #C3D0A4;
  --olive-100: #E2E9D4;
  --olive-50:  #F1F4E9;

  /* --- oro / aceite --- */
  --gold-700: #6E5611;
  --gold-600: #92741B;
  --gold-500: #B8912B;
  --gold-400: #D2AF4E;
  --gold-300: #E3C784;
  --gold-200: #EFDCAE;
  --gold-100: #F8F0DA;

  /* --- neutros --- */
  --cream:   #FCFAF5;
  --cream-2: #F5F2E9;
  --ink:     #1E2415;
  --ink-2:   #3A4331;
  --muted:   #6C7560;
  --line:    #E3DFD1;

  --shadow-sm: 0 1px 2px rgba(23, 32, 15, .06), 0 2px 8px rgba(23, 32, 15, .05);
  --shadow-md: 0 4px 14px rgba(23, 32, 15, .08), 0 12px 32px rgba(23, 32, 15, .07);
  --shadow-lg: 0 10px 24px rgba(23, 32, 15, .10), 0 24px 60px rgba(23, 32, 15, .12);

  --radius: 14px;
  --radius-lg: 22px;

  --font-display: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;

  /* Cormorant Garamond has a small x-height and hairline strokes, so headings
     need more size and less weight than a wide, heavy display face to read at
     the same optical weight. These two values drive the whole heading scale. */
  --display-weight: 500;
  --display-weight-strong: 600;

  --nav-h: 78px;
}

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

body {
  font-family: var(--font-body);
  color: var(--ink-2);
  background: var(--cream);
  font-size: 1rem;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4, .display-font {
  font-family: var(--font-display);
  color: var(--olive-900);
  font-weight: var(--display-weight);
  line-height: 1.18;
  letter-spacing: 0;
  font-feature-settings: "liga" 1, "kern" 1;
  font-variant-ligatures: common-ligatures;
}

a { color: var(--olive-600); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--gold-600); }

img { max-width: 100%; height: auto; }

::selection { background: var(--gold-300); color: var(--olive-900); }

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

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 2000;
  background: var(--olive-800); color: #fff; padding: .75rem 1.25rem; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; color: #fff; }

/* ---------- utilidades ---------- */
.eyebrow {
  font-family: var(--font-body);
  font-size: .74rem; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold-600);
  display: inline-flex; align-items: center; gap: .6rem;
  margin-bottom: .9rem;
}
.eyebrow::before {
  content: ""; width: 28px; height: 2px; background: var(--gold-500); flex: none;
}
.eyebrow-center::before { display: none; }

.section { padding: clamp(3.5rem, 7vw, 6.5rem) 0; }
.section-tint { background: var(--cream-2); }
.section-olive { background: var(--olive-800); color: var(--olive-100); }
.section-olive h1, .section-olive h2, .section-olive h3, .section-olive h4 { color: #fff; }
.section-olive .eyebrow { color: var(--gold-300); }

.section-title { font-size: clamp(2.15rem, 4.6vw, 3.45rem); margin-bottom: 1rem; }
.section-lead { font-size: 1.075rem; color: var(--muted); max-width: 62ch; }
.section-olive .section-lead { color: var(--olive-200); }

.rule-gold {
  width: 64px; height: 3px; background: var(--gold-500);
  border-radius: 2px; margin: 1.5rem 0 0;
}

.text-gold { color: var(--gold-600) !important; }

/* ---------- botones ---------- */
.btn {
  font-weight: 600; font-size: .95rem;
  padding: .8rem 1.65rem; border-radius: 999px;
  border: 2px solid transparent; letter-spacing: .01em;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}
.btn:active { transform: translateY(1px); }

.btn-gold {
  background: var(--gold-500); border-color: var(--gold-500); color: var(--olive-900) !important;
  box-shadow: 0 4px 16px rgba(184, 145, 43, .3);
}
.btn-gold:hover {
  background: var(--gold-400); border-color: var(--gold-400); color: var(--olive-900) !important;
  transform: translateY(-2px); box-shadow: 0 8px 26px rgba(184, 145, 43, .38);
}

.btn-olive {
  background: var(--olive-700); border-color: var(--olive-700); color: #fff !important;
}
.btn-olive:hover { background: var(--olive-600); border-color: var(--olive-600); color: #fff !important; transform: translateY(-2px); }

.btn-outline-light-pg {
  background: transparent; border-color: rgba(255, 255, 255, .55); color: #fff !important;
}
.btn-outline-light-pg:hover { background: #fff; color: var(--olive-900) !important; border-color: #fff; }

.btn-outline-olive {
  background: transparent; border-color: var(--olive-400); color: var(--olive-700) !important;
}
.btn-outline-olive:hover { background: var(--olive-700); color: #fff !important; }

/* enlace con flecha, estilo editorial */
.link-arrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-weight: 600; font-size: .95rem; color: var(--olive-700);
}
.link-arrow .arw { transition: transform .22s ease; display: inline-block; }
.link-arrow:hover .arw { transform: translate(3px, -3px); }
.link-arrow:hover { color: var(--gold-600); }

/* ---------- navbar ---------- */
.navbar-pg {
  transition: background .3s ease, box-shadow .3s ease, padding .3s ease;
  padding-top: 1.1rem; padding-bottom: 1.1rem;
  background: transparent;
}
.navbar-pg .navbar-brand { display: flex; align-items: center; gap: .75rem; }
.navbar-pg .brand-mark {
  width: 40px; height: 40px; flex: none; border-radius: 50%;
  background: linear-gradient(140deg, var(--gold-400), var(--gold-600));
  display: grid; place-items: center; color: var(--olive-900);
}
.navbar-pg .brand-text { line-height: 1.05; }
.navbar-pg .brand-text b {
  font-family: var(--font-display); font-size: 1.4rem; font-weight: var(--display-weight-strong);
  color: #fff; display: block; letter-spacing: 0;
}
.navbar-pg .brand-text span {
  font-size: .62rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold-300); font-weight: 600;
}

.navbar-pg .nav-link {
  color: rgba(255, 255, 255, .9) !important;
  font-weight: 500; font-size: .95rem;
  padding: .45rem .95rem !important; position: relative;
}
.navbar-pg .nav-link::after {
  content: ""; position: absolute; left: .95rem; right: .95rem; bottom: .1rem;
  height: 2px; background: var(--gold-400);
  transform: scaleX(0); transform-origin: left; transition: transform .25s ease;
}
.navbar-pg .nav-link:hover::after,
.navbar-pg .nav-link.active::after { transform: scaleX(1); }
.navbar-pg .nav-link:hover, .navbar-pg .nav-link.active { color: #fff !important; }

/* estado sólido al hacer scroll */
.navbar-pg.is-solid {
  background: rgba(252, 250, 245, .94);
  backdrop-filter: saturate(160%) blur(12px);
  box-shadow: 0 1px 0 var(--line), var(--shadow-sm);
  padding-top: .55rem; padding-bottom: .55rem;
}
.navbar-pg.is-solid .brand-text b { color: var(--olive-900); }
.navbar-pg.is-solid .brand-text span { color: var(--gold-600); }
.navbar-pg.is-solid .nav-link { color: var(--ink-2) !important; }
.navbar-pg.is-solid .nav-link:hover,
.navbar-pg.is-solid .nav-link.active { color: var(--olive-700) !important; }
.navbar-pg.is-solid .navbar-toggler { border-color: rgba(23, 32, 15, .2); }
.navbar-pg.is-solid .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2834,48,26,0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler { border-color: rgba(255, 255, 255, .35); }
.navbar-toggler:focus { box-shadow: none; }
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media (max-width: 991.98px) {
  .navbar-pg .navbar-collapse {
    background: var(--olive-900); border-radius: var(--radius);
    padding: .75rem; margin-top: .6rem; box-shadow: var(--shadow-md);
  }
  .navbar-pg.is-solid .navbar-collapse { background: var(--olive-900); }
  .navbar-pg.is-solid .navbar-collapse .nav-link { color: rgba(255, 255, 255, .9) !important; }
}

/* ---------- hero ---------- */
.hero {
  position: relative; min-height: min(92vh, 760px);
  display: flex; align-items: center;
  background: var(--olive-900) center/cover no-repeat;
  overflow: hidden; isolation: isolate;
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: var(--hero-img, none) center/cover no-repeat;
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(105deg, rgba(18, 26, 11, .93) 0%, rgba(23, 32, 15, .78) 42%, rgba(23, 32, 15, .30) 72%, rgba(23, 32, 15, .12) 100%),
    linear-gradient(to top, rgba(18, 26, 11, .85) 0%, rgba(18, 26, 11, 0) 45%);
}
.hero-inner { position: relative; z-index: 2; padding: calc(var(--nav-h) + 3rem) 0 4.5rem; }
.hero h1 {
  color: #fff; font-size: clamp(2.75rem, 7.2vw, 5.4rem);
  font-weight: var(--display-weight-strong); line-height: 1.04;
  letter-spacing: -.012em; margin-bottom: 1.35rem;
}
.hero h1 em { font-style: italic; color: var(--gold-300); }
.hero p.lead-pg {
  color: rgba(255, 255, 255, .86); font-size: clamp(1.02rem, 1.7vw, 1.22rem);
  max-width: 54ch; margin-bottom: 2.1rem; line-height: 1.7;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; align-items: center; }

.hero-badge {
  display: inline-flex; align-items: center; gap: .6rem;
  background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .22);
  backdrop-filter: blur(6px); color: #fff;
  padding: .5rem 1.1rem; border-radius: 999px;
  font-size: .82rem; font-weight: 500; letter-spacing: .02em;
  margin-bottom: 1.6rem;
}
.hero-badge .dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--gold-400); flex: none;
}

.portal-preview {
  position: relative; aspect-ratio: 16 / 10; background: var(--olive-50);
}
.portal-preview img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center;
}

/* hero compacto para páginas interiores */
.hero-sm {
  position: relative; min-height: 46vh; display: flex; align-items: flex-end;
  background: var(--olive-800) center/cover no-repeat; isolation: isolate;
  padding: calc(var(--nav-h) + 2.5rem) 0 3rem;
}
.hero-sm::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: var(--hero-img, none) center/cover no-repeat;
}
.hero-sm::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(18, 26, 11, .92) 0%, rgba(23, 32, 15, .62) 55%, rgba(23, 32, 15, .5) 100%);
}
.hero-sm h1 { color: #fff; font-size: clamp(2.3rem, 5.4vw, 3.95rem); margin-bottom: .5rem; }
.hero-sm .lead-pg { color: rgba(255, 255, 255, .8); margin-bottom: 0; }
.hero-sm > .container-xl { position: relative; z-index: 2; }

/* ---------- cifras ---------- */
.stat-band { background: var(--olive-800); color: #fff; padding: 3.25rem 0; }
.stat { text-align: center; padding: .5rem 1rem; }
.stat .num {
  font-family: var(--font-display); font-size: clamp(2.65rem, 5.4vw, 4rem);
  font-weight: var(--display-weight-strong); color: var(--gold-400); line-height: 1; display: block;
}
.stat .lbl {
  font-size: .82rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--olive-200); margin-top: .7rem; display: block; font-weight: 500;
}

/* ---------- tarjetas de artículo ---------- */
.card-post {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; height: 100%; display: flex; flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.card-post:hover {
  transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--olive-200);
}
.card-post .thumb {
  position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--olive-50);
}
.card-post .thumb img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s cubic-bezier(.2, .7, .3, 1);
}
.card-post:hover .thumb img { transform: scale(1.06); }
.card-post .thumb .no-img {
  width: 100%; height: 100%; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--olive-100), var(--olive-50)); color: var(--olive-400);
}
.card-body-pg { padding: 1.4rem 1.5rem 1.5rem; display: flex; flex-direction: column; flex: 1; }
.card-meta {
  font-size: .74rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--muted); font-weight: 600; margin-bottom: .65rem;
  display: flex; align-items: center; gap: .5rem; flex-wrap: wrap;
}
.card-meta .sep { color: var(--olive-300); }
.card-post h3 {
  font-size: 1.38rem; font-weight: var(--display-weight-strong); margin-bottom: .7rem; line-height: 1.25;
}
.card-post h3 a { color: var(--olive-900); }
.card-post h3 a:hover { color: var(--gold-600); }
.card-post p.excerpt {
  color: var(--muted); font-size: .925rem; flex: 1; margin-bottom: 1.1rem;
}

/* chip de categoría */
.chip {
  display: inline-block; font-size: .7rem; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase;
  background: var(--gold-100); color: var(--gold-700);
  border: 1px solid var(--gold-200);
  padding: .3rem .7rem; border-radius: 999px;
}

/* filtros del blog */
.filter-bar {
  display: flex; flex-wrap: wrap; gap: .55rem;
  padding: 1.1rem 0 2.1rem;
}
.filter-btn {
  background: #fff; border: 1px solid var(--line); color: var(--ink-2);
  border-radius: 999px; padding: .5rem 1.1rem; font-size: .875rem; font-weight: 500;
  cursor: pointer; transition: all .2s ease;
}
.filter-btn:hover { border-color: var(--olive-400); color: var(--olive-700); }
.filter-btn.is-active {
  background: var(--olive-700); border-color: var(--olive-700); color: #fff;
}
.filter-btn .cnt { opacity: .65; font-size: .8em; margin-left: .35rem; }

/* ---------- artículo (prosa) ---------- */
.article-body { max-width: 74ch; margin-inline: auto; }
.prose { font-size: 1.075rem; line-height: 1.85; color: var(--ink-2); }
.prose > p { margin-bottom: 1.4rem; text-align: justify; hyphens: auto; }
.prose h2 { font-size: 2.05rem; margin: 2.4rem 0 1rem; }
.prose h3 { font-size: 1.6rem; margin: 2rem 0 .85rem; }
.prose h4 { font-size: 1.3rem; margin: 1.6rem 0 .7rem; }
.prose ul, .prose ol { margin: 0 0 1.4rem 1.3rem; }
.prose li { margin-bottom: .55rem; }
.prose strong { color: var(--olive-800); font-weight: 600; }
.prose a { text-decoration: underline; text-decoration-color: var(--gold-400); text-underline-offset: 3px; }
.prose figure { margin: 2.2rem 0; }
.prose figure img { border-radius: var(--radius); box-shadow: var(--shadow-sm); width: 100%; }
.prose blockquote {
  border-left: 3px solid var(--gold-500); background: var(--gold-100);
  padding: 1.1rem 1.4rem; margin: 2rem 0; border-radius: 0 var(--radius) var(--radius) 0;
  font-style: italic; color: var(--olive-800);
}
.prose img { border-radius: var(--radius); }

.article-hero {
  border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg);
  margin-bottom: 2.5rem; background: var(--olive-50);
}
.article-hero img { width: 100%; display: block; aspect-ratio: 16 / 9; object-fit: cover; }

.article-meta {
  display: flex; flex-wrap: wrap; gap: 1.25rem; align-items: center;
  font-size: .85rem; color: var(--muted);
  padding-bottom: 1.5rem; margin-bottom: 2rem; border-bottom: 1px solid var(--line);
}
.article-meta .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--olive-300); }

/* ---------- bloques numerados ---------- */
.num-block { padding: 1.75rem 0; border-top: 1px solid var(--line); }
.num-block:last-child { border-bottom: 1px solid var(--line); }
.num-block .n {
  font-family: var(--font-display); font-size: 2.45rem; font-weight: var(--display-weight-strong);
  color: var(--olive-300); line-height: 1; display: block; margin-bottom: .6rem;
}
.num-block h3 { font-size: 1.5rem; margin-bottom: .55rem; }
.num-block p { color: var(--muted); margin: 0; }

/* tarjeta de función con imagen */
.feature-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; height: 100%; transition: transform .25s ease, box-shadow .25s ease;
}
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.feature-card .shot {
  aspect-ratio: 4 / 3; overflow: hidden; background: var(--olive-50);
  border-bottom: 1px solid var(--line);
}
.feature-card .shot img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.feature-card .fc-body { padding: 1.3rem 1.4rem 1.5rem; }
.feature-card h3 { font-size: 1.32rem; margin-bottom: .5rem; }
.feature-card p { color: var(--muted); font-size: .9rem; margin: 0; }

/* ---------- CTA ---------- */
.cta-band {
  background: linear-gradient(135deg, var(--olive-800) 0%, var(--olive-600) 100%);
  color: #fff; border-radius: var(--radius-lg);
  padding: clamp(2.5rem, 5vw, 4rem);
  position: relative; overflow: hidden;
}
.cta-band::after {
  content: ""; position: absolute; right: -60px; top: -60px;
  width: 300px; height: 300px; border-radius: 50%;
  background: radial-gradient(circle, rgba(210, 175, 78, .22), transparent 70%);
}
.cta-band h2 { color: #fff; margin-bottom: .9rem; }
.cta-band p { color: var(--olive-100); max-width: 56ch; }

/* ---------- footer ---------- */
.footer-pg {
  background: var(--olive-900); color: var(--olive-200);
  padding: 4rem 0 0; font-size: .93rem;
}
.footer-pg h4 {
  color: #fff; font-size: 1rem; font-family: var(--font-body);
  font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  margin-bottom: 1.2rem; font-size: .78rem; color: var(--gold-300);
}
.footer-pg a { color: var(--olive-200); }
.footer-pg a:hover { color: var(--gold-300); }
.footer-pg ul { list-style: none; padding: 0; margin: 0; }
.footer-pg ul li { margin-bottom: .6rem; }
.footer-brand { font-family: var(--font-display); font-size: 1.8rem; color: #fff; font-weight: var(--display-weight-strong); }
.footer-contact li { display: flex; gap: .7rem; align-items: flex-start; }
.footer-contact svg { flex: none; margin-top: .3rem; color: var(--gold-400); }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  margin-top: 3rem; padding: 1.5rem 0;
  font-size: .84rem; color: rgba(226, 233, 212, .6);
  display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; align-items: center;
}

/* ---------- migas ---------- */
.breadcrumb-pg {
  font-size: .82rem; color: var(--muted); padding: 1.1rem 0 0;
}
.breadcrumb-pg a { color: var(--muted); }
.breadcrumb-pg a:hover { color: var(--gold-600); }
.breadcrumb-pg .sep { margin: 0 .5rem; color: var(--olive-300); }

/* ---------- paginación ---------- */
.pagination-pg .page-link {
  border: 1px solid var(--line); color: var(--olive-700);
  padding: .55rem .95rem; margin: 0 .15rem; border-radius: 8px !important; font-weight: 500;
}
.pagination-pg .page-link:hover { background: var(--olive-50); border-color: var(--olive-300); color: var(--olive-800); }
.pagination-pg .active .page-link { background: var(--olive-700); border-color: var(--olive-700); color: #fff; }

/* ---------- formulario ---------- */
.form-pg .form-control, .form-pg .form-select {
  border: 1px solid var(--line); border-radius: 10px;
  padding: .75rem 1rem; font-size: .95rem; background: #fff;
}
.form-pg .form-control:focus, .form-pg .form-select:focus {
  border-color: var(--olive-400); box-shadow: 0 0 0 3px rgba(119, 146, 79, .15);
}
.form-pg label { font-weight: 600; font-size: .875rem; color: var(--olive-800); margin-bottom: .4rem; }
.form-pg .required::after { content: " *"; color: var(--gold-600); }

.info-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.6rem; height: 100%;
}
.info-card .ic-icon {
  width: 46px; height: 46px; border-radius: 12px;
  background: var(--olive-50); color: var(--olive-600);
  display: grid; place-items: center; margin-bottom: 1rem;
}
.info-card h3 { font-size: 1.28rem; margin-bottom: .4rem; }
.info-card p, .info-card a { color: var(--muted); font-size: .92rem; margin: 0; }

/* ---------- tabla legal ---------- */
.legal-body h2 { font-size: 1.8rem; margin: 2.2rem 0 .9rem; }
.legal-body h3 { font-size: 1.38rem; margin: 1.6rem 0 .6rem; }
.legal-body p, .legal-body li { color: var(--ink-2); }
.legal-body ul { padding-left: 1.2rem; }
.legal-body li { margin-bottom: .5rem; }

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

/* ---------- responsive ---------- */
@media (max-width: 767.98px) {
  .hero { min-height: 78vh; }
  .stat { padding: 1rem .5rem; }
  .stat-band .row > div + div .stat { border-top: 1px solid rgba(255, 255, 255, .12); margin-top: 1rem; padding-top: 1.75rem; }
  .prose > p { text-align: left; }
}

/* ---------- impresión ---------- */
@media print {
  .navbar-pg, .footer-pg, .cta-band { display: none !important; }
  body { background: #fff; }
}
