/* ============================================================
   ELBUFALO IA — Landing Page Styles
   Versión 1.0 — Abril 2026
   Paleta: Navy #2C2D54 · Gold #C9A227
   ============================================================ */

/* ── VARIABLES ─────────────────────────────────────────────── */
:root {
  --navy:       #0A0F2E;
  --navy-dark:  #06091E;
  --navy-mid:   #141836;
  --gold:       #C9A227;
  --gold-light: #E8C547;
  --gold-bg:    rgba(201, 162, 39, 0.10);
  --gold-border:rgba(201, 162, 39, 0.30);
  --white:      #FFFFFF;
  --gray-light: #F4F4F8;
  --gray-mid:   #E5E5EE;
  --gray-text:  #6B7280;
  --cream:      #F0F0F8;
  --red:        #E53E3E;
  --green:      #48BB78;

  --font:       'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --max-w:      1100px;
  --section-py: 100px;
  --radius:     14px;
  --radius-sm:  8px;
  --shadow:     0 8px 32px rgba(44, 45, 84, 0.12);
  --shadow-lg:  0 16px 56px rgba(44, 45, 84, 0.18);
}

/* ── RESET & BASE ───────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-font-smoothing: antialiased; }
body { font-family: var(--font); color: var(--navy-dark); line-height: 1.65; background: var(--white); }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
strong { font-weight: 700; }

/* ── UTILITIES ──────────────────────────────────────────────── */
.container     { max-width: var(--max-w); margin: 0 auto; padding: 0 28px; }
.text-gold     { color: var(--gold); }
.text-white    { color: var(--white); }

.eyebrow {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}

.section-title {
  font-size: clamp(1.75rem, 3.5vw, 2.6rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--navy);
  margin-bottom: 16px;
}

.section-sub {
  font-size: 1.05rem;
  color: var(--gray-text);
  line-height: 1.75;
  max-width: 620px;
}

.section-header {
  margin-bottom: 60px;
}

/* ── BUTTONS ────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 15px 30px;
  border-radius: 7px;
  font-family: var(--font);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background 0.18s, border-color 0.18s, transform 0.18s, box-shadow 0.18s;
  border: 2px solid transparent;
  white-space: nowrap;
}

.btn--gold {
  background: var(--gold);
  color: var(--navy-dark);
  border-color: var(--gold);
  box-shadow: 0 4px 16px rgba(201, 162, 39, 0.35);
}
.btn--gold:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(201, 162, 39, 0.45);
}

.btn--outline {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.45);
}
.btn--outline:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.07);
}

.btn--sm {
  padding: 10px 22px;
  font-size: 0.85rem;
}

.btn--wa {
  background: #25D366;
  color: var(--white);
  border-color: #25D366;
  font-size: 1rem;
  padding: 16px 28px;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 18px rgba(37, 211, 102, 0.3);
}
.btn--wa:hover {
  background: #1ebe5a;
  border-color: #1ebe5a;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.4);
}

/* ── NAV ────────────────────────────────────────────────────── */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  background: rgba(10, 15, 46, 0.98);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.nav__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 28px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav__logo {
  display: flex;
  align-items: baseline;
  gap: 0;
  line-height: 1;
}
.logo-el   { font-size: 1.1rem; font-weight: 400; color: rgba(255,255,255,0.75); }
.logo-main { font-size: 1.5rem; font-weight: 900; color: var(--white); letter-spacing: -0.03em; }
.logo-ia   { font-size: 0.8rem; font-weight: 700; color: var(--gold); letter-spacing: 0.06em; margin-left: 3px; }

.nav__logo-img  { height: 36px; width: auto; display: block; }
.footer__logo-img { height: 32px; width: auto; display: block; margin-bottom: 14px; }

/* ── HERO ───────────────────────────────────────────────────── */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  position: relative;
  background-color: var(--navy);
  /*
    ── IMAGEN HERO ──────────────────────────────────
    Guardar imagen en: assets/hero_bg.jpg
    Dimensiones recomendadas: 1920×1080px mínimo
    La línea de abajo se activa automáticamente
    al colocar la imagen en la carpeta assets/
    ─────────────────────────────────────────────── */
  background-image: url('assets/hero_bg.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 66px; /* compensa nav fijo */
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    rgba(30, 31, 59, 0.94) 0%,
    rgba(44, 45, 84, 0.82) 45%,
    rgba(44, 45, 84, 0.55) 100%
  );
}

.hero__inner {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 72px;
}

.hero__content {
  max-width: 660px;
}

.hero__h1 {
  font-size: clamp(2rem, 5vw, 3.6rem);
  font-weight: 900;
  line-height: 1.08;
  color: var(--white);
  letter-spacing: -0.025em;
  margin-bottom: 24px;
}

.hero__sub {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
  margin-bottom: 40px;
  max-width: 540px;
}

.hero__ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* PROOF BAR */
.proof-bar {
  position: relative;
  z-index: 1;
  background: rgba(201, 162, 39, 0.10);
  border-top: 1px solid rgba(201, 162, 39, 0.25);
  padding: 26px 0;
}

.proof-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.proof-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  min-width: 120px;
}

.proof-item__num {
  font-size: 2.1rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  letter-spacing: -0.02em;
}

.proof-item__label {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.3;
}

.proof-item__sub {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.58);
  margin-top: 5px;
  line-height: 1.4;
  max-width: 120px;
}

.proof-divider {
  width: 1px;
  height: 44px;
  background: rgba(201, 162, 39, 0.28);
  flex-shrink: 0;
}

/* ── DOLOR ──────────────────────────────────────────────────── */
.dolor {
  background: var(--navy-dark);
  padding: var(--section-py) 0;
}

.dolor .section-title {
  color: var(--white);
}

.dolor__list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin: 44px 0;
  max-width: 680px;
}

.dolor__item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
}

.dolor__x {
  color: var(--red);
  font-size: 1.1rem;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 3px;
  line-height: 1;
}

.dolor__cierre {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.65);
  border-left: 3px solid var(--gold);
  padding-left: 22px;
  line-height: 1.75;
  max-width: 640px;
}
.dolor__cierre strong {
  color: var(--white);
}

/* ── SISTEMA ────────────────────────────────────────────────── */
.sistema {
  background: var(--white);
  padding: var(--section-py) 0;
}

.timeline {
  display: flex;
  flex-direction: column;
  max-width: 780px;
}

.timeline__item {
  display: flex;
  gap: 28px;
  padding: 32px 0;
  border-bottom: 1px solid var(--gray-mid);
  align-items: flex-start;
}

.timeline__item:last-child {
  border-bottom: none;
}

.timeline__num {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  font-size: 0.85rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: 0.04em;
}

.timeline__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
}

.timeline__body p {
  font-size: 0.95rem;
  color: var(--gray-text);
  line-height: 1.75;
}

.sistema__cta {
  margin-top: 52px;
}

/* ── SERVICIOS ──────────────────────────────────────────────── */
.servicios {
  background: var(--gray-light);
  padding: var(--section-py) 0;
}

.servicios__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.card-sistema {
  background: var(--white);
  border: 1.5px solid var(--gray-mid);
  border-radius: var(--radius);
  padding: 28px 26px;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.card-sistema:hover {
  box-shadow: var(--shadow);
  border-color: var(--gold);
  transform: translateY(-2px);
}

.card-sistema--featured {
  grid-column: 1 / -1;
  border-color: var(--gold);
  background: linear-gradient(135deg, #FFFDF2 0%, var(--white) 100%);
}

.card-sistema__num {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}

.card-sistema__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
}

.card-sistema p {
  font-size: 0.875rem;
  color: var(--gray-text);
  line-height: 1.75;
}

/* ── DIFERENCIACION ─────────────────────────────────────────── */
.diferenciacion {
  background: var(--white);
  padding: var(--section-py) 0;
}

.tabla-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  margin-bottom: 52px;
  /* clip-path asegura que el border-radius se respete al hacer scroll */
  isolation: isolate;
}

.tabla-comp {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
}

.tabla-comp thead th {
  padding: 20px 28px;
  font-size: 0.85rem;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.02em;
}

.col-neg {
  background: var(--navy-dark);
  color: rgba(255, 255, 255, 0.65);
  width: 44%;
}

.col-pos {
  background: var(--gold);
  color: var(--navy-dark);
  font-weight: 800;
  width: 56%;
}

.tabla-comp tbody tr td {
  padding: 16px 28px;
  font-size: 0.92rem;
  border-bottom: 1px solid var(--gray-mid);
  vertical-align: top;
  line-height: 1.6;
}

.tabla-comp tbody tr:last-child td {
  border-bottom: none;
}

.tabla-comp tbody tr td:first-child {
  color: var(--gray-text);
  background: #FAFAFA;
}

.tabla-comp tbody tr td:last-child {
  color: var(--navy-dark);
  font-weight: 500;
  background: var(--gold-bg);
}

.tabla-comp tbody tr:hover td {
  background: rgba(201, 162, 39, 0.05);
}
.tabla-comp tbody tr:hover td:first-child {
  background: #F5F5F5;
}

.principios {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 700px;
  margin-top: 8px;
}

.principio {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  font-size: 0.95rem;
  color: var(--gray-text);
  line-height: 1.7;
}

.principio strong {
  color: var(--navy-dark);
}

.principio__dash {
  color: var(--gold);
  font-size: 1.5rem;
  font-weight: 700;
  flex-shrink: 0;
  line-height: 1.2;
}

/* ── EQUIPO ─────────────────────────────────────────────────── */
.equipo {
  background: var(--cream);
  padding: var(--section-py) 0;
}

.equipo__cards {
  margin-bottom: 52px;
}

.perfil-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  gap: 36px;
  padding: 36px;
  box-shadow: var(--shadow);
  max-width: 820px;
}

.perfil-card__foto {
  flex-shrink: 0;
  width: 180px;
}

.perfil-card__img {
  width: 180px;
  height: 220px;
  object-fit: cover;
  object-position: top center;
  border-radius: var(--radius-sm);
  display: block;
}

/* Placeholder si no hay imagen */
.foto-placeholder {
  width: 180px;
  height: 220px;
  background: var(--gray-light);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
}

.perfil-card__name {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 6px;
}

.perfil-card__rol {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}

.perfil-card__bio {
  font-size: 0.9rem;
  color: var(--gray-text);
  line-height: 1.75;
  margin-bottom: 18px;
}

.perfil-card__quote {
  font-size: 0.9rem;
  font-style: italic;
  color: var(--navy);
  border-left: 3px solid var(--gold);
  padding-left: 16px;
  line-height: 1.65;
}

.equipo__cierre {
  font-size: 1.05rem;
  color: var(--gray-text);
  text-align: center;
  line-height: 1.75;
}
.equipo__cierre strong {
  color: var(--navy);
}

/* ── FAQ ────────────────────────────────────────────────────── */
.faq {
  background: var(--gray-light);
  padding: var(--section-py) 0;
}

.faq__list {
  max-width: 760px;
}

.faq__item {
  border-bottom: 1px solid var(--gray-mid);
}

.faq__item:first-child {
  border-top: 1px solid var(--gray-mid);
}

.faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 22px 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  cursor: pointer;
  list-style: none;
  line-height: 1.45;
  user-select: none;
  transition: color 0.18s;
}

.faq__question::-webkit-details-marker { display: none; }

.faq__question::after {
  content: '+';
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--gold);
  flex-shrink: 0;
  line-height: 1;
  width: 24px;
  text-align: center;
}

.faq__item[open] .faq__question {
  color: var(--gold);
}

.faq__item[open] .faq__question::after {
  content: '−';
}

.faq__answer {
  font-size: 0.95rem;
  color: var(--gray-text);
  line-height: 1.75;
  padding-bottom: 22px;
  padding-right: 40px;
  max-width: 680px;
}

/* ── CTA FINAL ──────────────────────────────────────────────── */
.cta-final {
  background: var(--navy);
  padding: var(--section-py) 0;
}

.cta-final__header {
  text-align: center;
  margin-bottom: 60px;
}

.cta-final__h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.9rem);
  font-weight: 900;
  color: var(--white);
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin-bottom: 18px;
}

.cta-final__sub {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.68);
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.75;
}

.cta-final__dual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}

.cta-col {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  padding: 34px;
}

.cta-col__label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}

/* Lead form (n8n webhook) */
.lead-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.lead-form__field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.lead-form__label {
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.01em;
}

.lead-form__req  { color: var(--gold); }
.lead-form__opt  { font-weight: 400; color: rgba(255,255,255,0.38); font-size: 0.75rem; }

.lead-form__input {
  background: rgba(255, 255, 255, 0.07);
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-sm);
  padding: 13px 16px;
  font-family: var(--font);
  font-size: 0.95rem;
  color: var(--white);
  outline: none;
  transition: border-color 0.18s, background 0.18s;
  width: 100%;
}

.lead-form__input::placeholder { color: rgba(255, 255, 255, 0.28); }

.lead-form__input:focus {
  border-color: var(--gold);
  background: rgba(201, 162, 39, 0.06);
}

.lead-form__submit {
  width: 100%;
  margin-top: 4px;
  font-size: 1rem;
  padding: 16px;
}

.lead-form__msg {
  font-size: 0.85rem;
  min-height: 1.4em;
  line-height: 1.4;
}
.lead-form__msg--error { color: #FC8181; }

.lead-form__success {
  font-size: 1rem;
  font-weight: 600;
  color: var(--green);
  line-height: 1.6;
  padding: 20px 0;
}

/* WhatsApp column */
.cta-wa__desc {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
  margin-bottom: 24px;
}

.cta-wa__bullets {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.cta-wa__bullets li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}

.check {
  color: var(--green);
  font-weight: 800;
  flex-shrink: 0;
  font-size: 1rem;
  line-height: 1.3;
}

/* ── FOOTER ─────────────────────────────────────────────────── */
.footer {
  background: var(--navy-dark);
  padding: 52px 0 24px;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.footer__logo {
  display: flex;
  align-items: baseline;
  margin-bottom: 14px;
}

.footer__brand p {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.42);
  line-height: 1.7;
  max-width: 300px;
}

.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 4px;
}

.footer__contact p,
.footer__contact a {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.45);
  transition: color 0.15s;
}

.footer__contact a:hover {
  color: var(--gold);
}

.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 22px;
  text-align: center;
}

.footer__bottom p {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.25);
}

/* ── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 900px) {
  :root { --section-py: 80px; }

  .servicios__grid {
    grid-template-columns: 1fr;
  }

  .card-sistema--featured {
    grid-column: 1;
  }

  .cta-final__dual {
    grid-template-columns: 1fr;
  }

  .tabla-comp thead th,
  .tabla-comp tbody td {
    padding: 14px 20px;
  }
}

@media (max-width: 680px) {
  :root { --section-py: 64px; }

  .container { padding: 0 18px; }

  /* Nav */
  .nav__inner { padding: 0 18px; }
  .logo-main  { font-size: 1.25rem; }

  /* Hero */
  .hero__h1  { font-size: 1.85rem; }
  .hero__sub { font-size: 1rem; }
  .hero__ctas {
    flex-direction: column;
    align-items: stretch;
  }
  .hero__ctas .btn {
    text-align: center;
  }

  /* Proof bar */
  .proof-bar__inner {
    justify-content: center;
    row-gap: 20px;
  }
  .proof-divider { display: none; }
  .proof-item { min-width: calc(50% - 12px); }

  /* Perfil card */
  .perfil-card {
    flex-direction: column;
    gap: 20px;
    padding: 24px;
  }
  .perfil-card__foto { width: 100%; }
  .perfil-card__img  { width: 100%; height: 260px; }

  /* Footer */
  .footer__inner {
    flex-direction: column;
    gap: 28px;
    align-items: center;
    text-align: center;
  }
  .footer__brand p { max-width: 100%; }
  .footer__logo    { justify-content: center; }
  .footer__logo-img { height: 44px; }
  .footer__contact {
    align-items: center;
  }

  /* Tabla móvil — mismo esquema visual que desktop */
  .tabla-wrap {
    overflow: hidden;        /* activa clipping del border-radius */
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow);
  }

  .tabla-comp {
    display: block;
    min-width: 0;
  }

  /* Header visible igual que desktop */
  .tabla-comp thead,
  .tabla-comp tbody {
    display: block;
    
  }

  .tabla-comp thead tr,
  .tabla-comp tbody tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .tabla-comp thead th {
    display: block;
    padding: 14px 16px;
    font-size: 0.8rem;
  }

  .tabla-comp tbody tr {
    border-bottom: 1px solid var(--gray-mid);
  }
  .tabla-comp tbody tr:last-child {
    border-bottom: none;
  }

  .tabla-comp tbody tr td {
    display: block;
    padding: 14px 16px;
    font-size: 0.875rem;
    border-bottom: none;
    line-height: 1.5;
  }

  /* Mismos colores que desktop */
  .tabla-comp tbody tr td:first-child {
    background: #FAFAFA;
    color: var(--gray-text);
    font-weight: 400;
  }
  .tabla-comp tbody tr td:last-child {
    
    background: var(--gold-bg);
    color: var(--navy-dark);
    font-weight: 500;
    border-left: none;
  }

  /* Cancelar hover de desktop */
  .tabla-comp tbody tr:hover td:first-child { background: #F5F5F5; }
  .tabla-comp tbody tr:hover td:last-child  { background: var(--gold-bg); }
}

@media (max-width: 420px) {
  .hero__h1 { font-size: 1.6rem; }
  .btn      { font-size: 0.875rem; padding: 13px 20px; }
  .cta-col  { padding: 24px 18px; }

  /* Tabla: ajuste mínimo en pantallas muy pequeñas */
  .tabla-comp thead th,
  .tabla-comp tbody tr td {
    padding: 12px 13px;
    font-size: 0.82rem;
  }
}
