/* =========================================================
   Ventrix CRM — landing page
   CSS3 puro, sin frameworks. Paleta extraída de ventrixcrm.com
   ---------------------------------------------------------
   1. Tipografías locales
   2. Tokens
   3. Reset y base
   4. Utilidades de layout
   5. Botones y píldoras
   6. Encabezado y navegación
   7. Hero
   8. Tarjetas y rejillas
   9. Bloques partidos (texto + medio)
  10. Integraciones · Sin límites · Pasos · Etiquetas
  11. Plan
  12. Preguntas frecuentes
  13. Contacto (iframe)
  14. Pie de página
  15. Animaciones y accesibilidad
   ========================================================= */


/* ---------------------------------------------------------
   1. Tipografías locales
   --------------------------------------------------------- */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../assets/fonts/inter-latin.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: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../assets/fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
    U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/poppins-600-latin.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: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/poppins-600-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
    U+02DD-02FF, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/poppins-700-latin.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: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/poppins-700-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
    U+02DD-02FF, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* ---------------------------------------------------------
   2. Tokens
   --------------------------------------------------------- */
:root {
  /* Color — extraído de ventrixcrm.com */
  --color-primary: #0973ff;
  /* El azul de marca sobre blanco da 4,28:1, por debajo del AA para texto
     normal. Este es el mismo azul apenas oscurecido (4,91:1) y se usa en
     todo lo que sea texto o fondo de texto; #0973ff se reserva para
     trazos, bordes, rellenos y titulares grandes. */
  --color-primary-ink: #0069f0;
  --color-primary-dark: #0060e0;
  --color-secondary: #164893;
  --color-accent: #ffc10f;
  --color-accent-dark: #e0a600;
  --color-background: #ffffff;
  --color-surface: #ffffff;
  --color-text: #0c0c0c;
  --color-text-muted: #55607a;
  --color-border: rgba(9, 115, 255, 0.16);

  /* Apoyo */
  --color-primary-light: #3e96ff;
  --color-primary-pale: #c4ddff;
  --color-deep: #003b93;
  --surface-soft: #f4f8ff;
  --surface-cool: #f8fbff;
  --surface-sky: #e4efff;         /* celeste de bloque destacado */
  --surface-dark: #010039;        /* azul noche del sitio actual */
  --color-on-dark: #ffffff;
  --color-on-dark-muted: #cfe0ff;

  /* Degradados */
  --gradient-brand: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-light) 100%);
  --gradient-deep: linear-gradient(160deg, var(--color-deep) 0%, var(--color-secondary) 55%, var(--color-primary) 100%);

  /* Radios */
  --border-radius: 20px;
  --radius-sm: 10px;
  --radius-lg: 28px;
  --radius-pill: 999px;

  /* Sombras */
  --shadow-soft: 0 2px 4px rgba(4, 30, 70, .04), 0 14px 34px rgba(4, 30, 70, .08);
  --shadow-lift: 0 6px 12px rgba(4, 30, 70, .07), 0 26px 52px rgba(4, 30, 70, .14);
  --shadow-brand: 0 6px 18px rgba(9, 115, 255, .32);
  --shadow-brand-hover: 0 12px 28px rgba(9, 115, 255, .42);

  /* Tipografía */
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-display: "Poppins", var(--font-body);

  --fs-display: clamp(2.1rem, 1.25rem + 3.2vw, 3.6rem);
  --fs-section: clamp(1.6rem, 1.1rem + 1.9vw, 2.6rem);
  --fs-card-title: clamp(1.05rem, .98rem + .3vw, 1.25rem);
  --fs-lead: clamp(1.02rem, .96rem + .35vw, 1.2rem);
  --fs-base: 1rem;
  --fs-sm: .875rem;
  --fs-xs: .78rem;

  /* Espaciado */
  --space-3xs: .25rem;
  --space-2xs: .5rem;
  --space-xs: .75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4rem;
  --section-y: clamp(3.5rem, 2rem + 5.5vw, 6.5rem);

  /* Layout */
  --container-max: 1180px;
  --container-narrow: 780px;
  --container-pad: clamp(1rem, .55rem + 2vw, 1.75rem);
  --header-height: 72px;

  /* Movimiento */
  --ease: cubic-bezier(.22, .61, .36, 1);
  --t-fast: 160ms var(--ease);
  --t-base: 280ms var(--ease);
}


/* ---------------------------------------------------------
   3. Reset y base
   --------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 1rem);
}

body {
  margin: 0;
  background: var(--color-background);
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: var(--fs-base);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3 {
  font-family: var(--font-display);
  line-height: 1.15;
  letter-spacing: -.015em;
  margin: 0 0 var(--space-sm);
  text-wrap: balance;
}

h1 { font-size: var(--fs-display); font-weight: 700; }
h2 { font-size: var(--fs-section); font-weight: 700; }
h3 { font-size: var(--fs-card-title); font-weight: 600; }

p { margin: 0 0 var(--space-sm); }
p:last-child { margin-bottom: 0; }

a { color: var(--color-primary-ink); text-decoration-thickness: 1px; text-underline-offset: .18em; }
a:hover { color: var(--color-primary-dark); }

ul, ol { margin: 0; padding: 0; list-style: none; }

img, picture, svg, iframe { max-width: 100%; }
img, svg { height: auto; display: block; }

strong, b { font-weight: 600; }

code {
  padding: .12em .4em;
  background: var(--surface-soft);
  border: 1px solid var(--color-border);
  border-radius: 6px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .9em;
  white-space: nowrap;
}

:focus-visible {
  outline: 3px solid var(--color-primary);
  outline-offset: 3px;
  border-radius: 4px;
}

.skip-link {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 100;
  transform: translate(-50%, -110%);
  background: var(--color-primary);
  color: #fff;
  font-weight: 600;
  padding: .7rem 1.25rem;
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
  text-decoration: none;
  transition: transform var(--t-fast);
}
.skip-link:focus-visible { transform: translate(-50%, 0); color: #fff; }


/* ---------------------------------------------------------
   4. Utilidades de layout
   --------------------------------------------------------- */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--container-pad);
}
.container--narrow { max-width: var(--container-narrow); }

.section { padding-block: var(--section-y); }
.section--soft { background: var(--surface-soft); }

.section--dark {
  /* Más compacta que el resto: la animación no crece, así que el alto lo
     marca la columna de texto y no hace falta tanto aire. */
  padding-block: clamp(2.5rem, 1.5rem + 3.5vw, 4rem);
  background: var(--surface-dark);
  color: var(--color-on-dark);
  position: relative;
  overflow: hidden;
}

/* El resplandor solo entra cuando hay dos columnas: se queda a la izquierda,
   detrás del texto, y deja plano el lado de la animación para que no se le
   vea el recuadro. Al apilarse en móvil la alcanzaría, así que allí no va. */
@media (min-width: 56em) {
  .section--dark {
    background:
      radial-gradient(44rem 30rem at 6% 42%, rgba(9, 115, 255, .28), transparent 62%),
      var(--surface-dark);
  }
}
.section--dark h2 { color: var(--color-on-dark); }
.section--dark p { color: var(--color-on-dark-muted); }

/* La animación no escala, así que se le da una columna a su medida
   en lugar de dejarla flotando en media sección. */
@media (min-width: 56em) {
  .section--dark .split { grid-template-columns: 1.35fr .65fr; }
}

.section-head {
  max-width: 42rem;
  margin: 0 auto clamp(2rem, 1rem + 3vw, 3.25rem);
  text-align: center;
}
.section-head h2 { margin-bottom: var(--space-xs); }

.section-intro {
  color: var(--color-text-muted);
  font-size: var(--fs-lead);
}

/* Misma forma que la píldora del hero: el punto ámbar es el detalle
   que se repite en toda la página. */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .45rem 1rem;
  margin-bottom: var(--space-sm);
  background: var(--surface-soft);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-pill);
  color: var(--color-secondary);
  font-size: var(--fs-xs);
  font-weight: 700;
  /* En caja alta y baja: el tracking ancho que pedía la versalita ya no
     hace falta y separaría demasiado las minúsculas. */
  letter-spacing: .01em;
}
.section-label::before {
  content: "";
  width: .5rem;
  height: .5rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(255, 193, 15, .25);
}

/* Sobre fondo oscuro */
.section-label--light {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .26);
  color: var(--color-on-dark);
}

/* Sobre las tarjetas celestes, el fondo de la etiqueta se aclara */
.section--soft .section-label { background: var(--color-surface); }

/* Palabra o frase destacada dentro de un titular. Usa el azul de marca
   puro: los h2 son texto grande (≥24 px en negrita), así que 4,28:1
   cumple el AA que les corresponde y no hace falta el tono `ink`. */
.h-mark { color: var(--color-primary); }
.section--dark .h-mark { color: var(--color-primary-light); }
/* Sobre el azul noche, el ámbar de marca destaca más que cualquier azul */
.h-mark--accent,
.section--dark .h-mark--accent { color: var(--color-accent); }

.grid { display: grid; gap: clamp(1rem, .6rem + 1.4vw, 1.75rem); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr)); }
.grid--4 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 14rem), 1fr)); }

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-xs);
  margin-top: var(--space-md);
}

.note {
  color: var(--color-text-muted);
  font-size: var(--fs-sm);
}


/* ---------------------------------------------------------
   5. Botones y píldoras
   --------------------------------------------------------- */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 48px;
  padding: .8rem 1.6rem;
  border: 2px solid transparent;
  border-radius: var(--radius-pill);
  font: inherit;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform var(--t-fast), background-color var(--t-fast),
              box-shadow var(--t-fast), color var(--t-fast), border-color var(--t-fast);
}
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }

.button-primary {
  background: var(--color-primary-ink);
  color: #fff;
  box-shadow: var(--shadow-brand);
}
.button-primary:hover { background: var(--color-primary-dark); color: #fff; box-shadow: var(--shadow-brand-hover); }

.button-secondary {
  background: #fff;
  color: var(--color-primary-ink);
  border-color: var(--color-primary-pale);
}
.button-secondary:hover { border-color: var(--color-primary); background: var(--surface-soft); }

.button-accent {
  background: var(--color-accent);
  color: #241a00;
  box-shadow: 0 6px 18px rgba(255, 193, 15, .3);
}
.button-accent:hover { background: var(--color-accent-dark); color: #241a00; }

.button-sm { min-height: 42px; padding: .55rem 1.15rem; font-size: var(--fs-sm); }
.button-block { display: flex; width: 100%; }

.pill {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .45rem 1rem;
  margin-bottom: var(--space-sm);
  background: var(--surface-soft);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-pill);
  color: var(--color-secondary);
  font-size: var(--fs-xs);
  font-weight: 600;
}
.pill::before {
  content: "";
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(255, 193, 15, .25);
}


/* ---------------------------------------------------------
   6. Encabezado y navegación
   --------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--color-border);
}
.site-header.is-stuck { box-shadow: 0 6px 24px rgba(4, 30, 70, .1); }

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-sm);
  min-height: var(--header-height);
}

.brand { display: inline-flex; flex-shrink: 0; }
.brand__logo { width: auto; height: 34px; }

.nav-toggle {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  min-height: 44px;
  padding: .4rem .85rem;
  background: var(--surface-soft);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-pill);
  color: var(--color-secondary);
  font: inherit;
  font-size: var(--fs-sm);
  font-weight: 600;
  cursor: pointer;
}
.nav-toggle__box {
  position: relative;
  width: 18px;
  height: 12px;
}
.nav-toggle__bar,
.nav-toggle__bar::before,
.nav-toggle__bar::after {
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: var(--color-primary);
  transition: transform var(--t-fast), opacity var(--t-fast);
}
.nav-toggle__bar { top: 5px; }
.nav-toggle__bar::before { content: ""; top: -5px; }
.nav-toggle__bar::after { content: ""; top: 5px; }

.nav-toggle[aria-expanded="true"] .nav-toggle__bar { transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar::before { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar::after { transform: translateY(-5px) rotate(-90deg); }

.nav__list { display: flex; }

.nav__link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 .7rem;
  color: var(--color-text);
  font-size: var(--fs-sm);
  font-weight: 500;
  text-decoration: none;
  border-radius: var(--radius-sm);
  transition: color var(--t-fast), background-color var(--t-fast);
}
.nav__link:hover { color: var(--color-primary-ink); background: var(--surface-soft); }
.nav__link.is-current { color: var(--color-primary-ink); font-weight: 600; }

/* Escritorio: menú siempre visible, sin botón */
@media (min-width: 62em) {
  .nav-toggle { display: none; }
  .nav {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
  }
}

/* Móvil y tablet: panel plegable.
   Sin JavaScript el menú se queda desplegado dentro del flujo,
   así que sigue siendo navegable. */
@media (max-width: 61.99em) {
  .site-header__inner { flex-wrap: wrap; }

  .nav {
    flex-basis: 100%;
    display: grid;
    gap: var(--space-2xs);
    padding-bottom: var(--space-sm);
  }

  .js .nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    flex-basis: auto;
    padding: var(--space-sm) var(--container-pad) var(--space-md);
    background: #fff;
    border-bottom: 1px solid var(--color-border);
    box-shadow: var(--shadow-soft);
  }
  .js .nav[hidden] { display: none; }

  .nav__list { display: grid; }
  .nav__link {
    min-height: 48px;
    padding-inline: .9rem;
    font-size: var(--fs-base);
    border-bottom: 1px solid var(--color-border);
    border-radius: 0;
  }
  .nav__cta { margin-top: var(--space-2xs); }
}


/* ---------------------------------------------------------
   7. Hero
   --------------------------------------------------------- */
.hero {
  position: relative;
  isolation: isolate;
  padding-block: clamp(2.5rem, 1.5rem + 4vw, 5rem) clamp(3rem, 2rem + 5vw, 6rem);
  background:
    radial-gradient(60rem 32rem at 78% -10%, rgba(9, 115, 255, .12), transparent 60%),
    linear-gradient(180deg, var(--surface-cool) 0%, #fff 72%);
  overflow: hidden;
}

/* Formas decorativas curvas, herencia del sitio actual */
.hero__blob {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(2px);
  opacity: .5;
}
.hero__blob--a {
  width: 26rem;
  height: 26rem;
  right: -9rem;
  top: -8rem;
  background: radial-gradient(circle at 30% 30%, rgba(62, 150, 255, .5), rgba(196, 221, 255, 0) 68%);
}
/* La forma se apaga antes de llegar a su propio borde: así el recorte
   del hero no deja una línea dura al pie de la sección. */
.hero__blob--b {
  width: 20rem;
  height: 20rem;
  left: -8rem;
  bottom: 3rem;
  background: radial-gradient(circle at 60% 40%, rgba(255, 193, 15, .3), rgba(255, 193, 15, 0) 62%);
}

.hero__layout {
  display: grid;
  gap: clamp(1.75rem, 1rem + 3vw, 3.5rem);
  align-items: center;
}
@media (min-width: 56em) {
  .hero__layout { grid-template-columns: 1.05fr .95fr; }
}

.hero__content h1 em {
  font-style: normal;
  color: var(--color-primary);
}

.hero__lead {
  max-width: 34rem;
  margin-top: var(--space-sm);
  color: var(--color-text-muted);
  font-size: var(--fs-lead);
}

/* Dos datos, no tres: en vez de una fila con filete superior, cada uno va
   en su propia tarjeta. Con solo dos cifras la regla horizontal dejaba un
   hueco muerto a la derecha. */
.hero__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-xs);
  max-width: 27rem;
  margin-top: clamp(1.75rem, 1rem + 2vw, 2.75rem);
}
.hero__stat {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .8rem 1rem;
  background: var(--surface-soft);
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius);
}
.hero__stats strong {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 1.2rem + 1.1vw, 2.1rem);
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1;
  flex-shrink: 0;
}
.hero__stats span {
  color: var(--color-text-muted);
  font-size: var(--fs-sm);
  line-height: 1.25;
}

/* Bajo ~22em las dos tarjetas ya no caben en paralelo */
@media (max-width: 22em) {
  .hero__stats { grid-template-columns: 1fr; }
}

.hero__art {
  position: relative;
  display: grid;
  place-items: center;
  padding: var(--space-md);
}
.hero__art::before {
  content: "";
  position: absolute;
  inset: 6% 4%;
  border-radius: 46% 54% 52% 48% / 52% 46% 54% 48%;
  background: var(--gradient-brand);
  opacity: .1;
}
.hero__mascot {
  position: relative;
  width: min(100%, 25rem);
  height: auto;
}

.hero__card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: .7rem .95rem;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-soft);
  font-size: var(--fs-xs);
  animation: float 6s var(--ease) infinite;
}
.hero__card b { display: block; font-size: var(--fs-sm); }
.hero__card small { color: var(--color-text-muted); }

.hero__card--lead { left: 0; top: 12%; }
.hero__card--won { right: 0; bottom: 10%; animation-delay: -3s; }

.hero__card-dot {
  width: .7rem;
  height: .7rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--color-primary);
  box-shadow: 0 0 0 4px rgba(9, 115, 255, .18);
}
.hero__card-check {
  display: grid;
  place-items: center;
  width: 1.6rem;
  height: 1.6rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: #e8f7ee;
  color: #12864a;
  font-weight: 700;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@media (max-width: 34em) {
  .hero__card--lead { left: -.25rem; top: 4%; }
  .hero__card--won { right: -.25rem; bottom: 2%; }
  .hero__card { padding: .55rem .75rem; }
}


/* ---------------------------------------------------------
   8. Tarjetas y rejillas
   --------------------------------------------------------- */
.card {
  position: relative;
  padding: clamp(1.25rem, 1rem + 1vw, 1.85rem);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-soft);
  transition: transform var(--t-base), box-shadow var(--t-base), border-color var(--t-base);
}
.card:hover {
  transform: translateY(-4px);
  border-color: var(--color-primary-pale);
  box-shadow: var(--shadow-lift);
}
.card p {
  color: var(--color-text-muted);
  font-size: var(--fs-sm);
}

.card__num {
  display: block;
  margin-bottom: var(--space-2xs);
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-accent);
}

.card__icon {
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: var(--space-xs);
}

.cards--flat .card { box-shadow: none; background: var(--color-surface); }
.cards--flat .card:hover { box-shadow: var(--shadow-soft); }


/* ---------------------------------------------------------
   9. Bloques partidos
   --------------------------------------------------------- */
.split {
  display: grid;
  gap: clamp(1.75rem, 1rem + 3vw, 3.5rem);
  align-items: center;
}
@media (min-width: 56em) {
  .split { grid-template-columns: 1fr 1fr; }
  .split--reverse .split__text { order: 2; }
}

.split__text p { color: var(--color-text-muted); font-size: var(--fs-lead); }
.section--dark .split__text p { color: var(--color-on-dark-muted); }
.split__text .button { margin-top: var(--space-md); }

.split__media { margin: 0; }
.split__media img {
  width: 100%;
  border-radius: var(--border-radius);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-lift);
  background: #fff;
}
.split__media--plain img {
  border: 0;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
}

/* Animaciones: nunca se muestran por encima de la mitad de su tamaño real,
   así en pantallas de doble densidad van a 1:1 y no se pixelan.
   anim-red-nodos mide 640 px → 20rem (320 px). */
/* Doble clase: `.split__media img` fija width:100% y ganaría por
   especificidad a un selector de una sola clase. */
.split__media--plain .node-anim {
  width: min(100%, 20rem);
  height: auto;
  margin-inline: auto;
}

/* Caja que sostiene el GIF y las tarjetas flotantes. Es más ancha que la
   animación (20rem) para que las tarjetas se apoyen en sus bordes sin
   usar desplazamientos negativos, que desbordarían la página. */
.flow-art {
  position: relative;
  width: 100%;
  max-width: 30rem;
  margin-inline: auto;
}
.flow-art .node-anim { display: block; }

/* Reutilizan .hero__card: mismo material, sombra y flotación */
.flow-art__card { white-space: nowrap; }
.flow-art__card--a { left: 0;    top: 6%; }
.flow-art__card--b { right: 0;   top: 44%; animation-delay: -2s; }
.flow-art__card--c { left: 4%;   bottom: 6%; animation-delay: -4s; }

/* En móvil el GIF se lleva casi todo el ancho: las tarjetas encogen para
   no taparlo por completo. */
@media (max-width: 34em) {
  .flow-art__card { padding: .5rem .7rem; font-size: .72rem; }
  .flow-art__card--a { top: 0; }
  .flow-art__card--c { bottom: 0; }
}

.split__media figcaption {
  margin-top: var(--space-2xs);
  color: var(--color-text-muted);
  font-size: var(--fs-xs);
  text-align: center;
}

.steps-inline {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2xs);
  margin: var(--space-md) 0;
}
.steps-inline li {
  padding: .35rem .85rem;
  background: var(--surface-soft);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-pill);
  color: var(--color-secondary);
  font-size: var(--fs-xs);
  font-weight: 600;
}

.check-list { display: grid; gap: var(--space-xs); margin-top: var(--space-md); }
.check-list li {
  position: relative;
  padding-left: 2rem;
  color: var(--color-text);
  font-size: var(--fs-sm);
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .28em;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: var(--surface-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%230973ff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' d='M5 10.5l3.4 3.4L15 7.2'/%3E%3C/svg%3E") center / 80% no-repeat;
}
@media (min-width: 48em) {
  .check-list--two { grid-template-columns: 1fr 1fr; column-gap: var(--space-md); }
}

/* Tarjetas de equipo */
.team-board {
  display: grid;
  gap: var(--space-xs);
  padding: clamp(1rem, .8rem + 1vw, 1.5rem);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lift);
}
.team-card {
  display: flex;
  align-items: center;
  gap: var(--space-xs);
  padding: var(--space-xs);
  background: var(--surface-cool);
  border-radius: var(--border-radius);
}
.team-card > div { flex: 1; min-width: 0; }
.team-card b { display: block; font-size: var(--fs-sm); }
.team-card small { color: var(--color-text-muted); font-size: var(--fs-xs); }
.team-card__avatar {
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--gradient-brand);
  color: #fff;
  font-size: var(--fs-xs);
  font-weight: 700;
}
.team-card__avatar--alt { background: linear-gradient(135deg, #164893, #3e96ff); }
.team-card__avatar--third { background: linear-gradient(135deg, #e0a600, #ffc10f); color: #241a00; }

.bar {
  display: block;
  height: 6px;
  margin-top: .4rem;
  border-radius: var(--radius-pill);
  background: var(--color-primary-pale);
  overflow: hidden;
}
.bar > span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--gradient-brand);
}
.team-board__foot {
  margin: var(--space-3xs) 0 0;
  color: var(--color-text-muted);
  font-size: var(--fs-xs);
  text-align: center;
}


/* ---------------------------------------------------------
  10. Integraciones · Sin límites · Pasos · Etiquetas
   --------------------------------------------------------- */
.integration {
  padding: clamp(1.5rem, 1rem + 1.5vw, 2.25rem);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  text-align: center;
  transition: transform var(--t-base), box-shadow var(--t-base);
}
.integration:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.integration img {
  width: 5.5rem;
  height: 5.5rem;
  margin: 0 auto var(--space-xs);
  object-fit: contain;
}
.integration__svg { padding: .35rem; }
.integration p { color: var(--color-text-muted); font-size: var(--fs-sm); }

/* Alcance de la integración con Meta: lo que sí y lo que no */
.scope {
  margin-top: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  padding: clamp(1.25rem, 1rem + 1.4vw, 2.25rem);
  background: var(--surface-sky);
  border: 1px solid var(--color-primary-pale);
  border-radius: var(--radius-lg);
}
.scope__title { margin-bottom: var(--space-md); }
/* El visto se dibuja sobre blanco para que se despegue del celeste */
.scope .check-list li::before { background-color: var(--color-surface); }

.scope__list { margin-top: 0; }
@media (min-width: 44em) {
  .scope__list {
    grid-template-columns: repeat(3, 1fr);
    column-gap: clamp(1.5rem, 1rem + 2vw, 3rem);
  }
}

/* Bloque «Sin límites»: una sola columna centrada. El listado se lee de
   arriba abajo como una ficha de plan, no como una fila de píldoras. */
.limits-stack {
  display: grid;
  justify-items: center;
  gap: var(--space-md);
  text-align: center;
}
.limits-stack__intro { max-width: 46rem; }

.limits-stack__anim {
  width: auto;
  height: auto;
  margin-top: -100px;
  margin-bottom: -50px;
  /* El GIF no trae alfa real: lleva un relleno azul oscuro plano que sobre
     el degradado de la sección se recortaba como un rectángulo. `lighten`
     deja pasar el fondo (más claro que ese relleno) y conserva los trazos
     claros del dibujo. */
  mix-blend-mode: lighten;
}

/* Las seis píldoras van en una única fila. Si no caben (móvil), la fila
   se desplaza en horizontal en vez de partirse en varias líneas. */
.limits {
  display: flex;
  flex-wrap: nowrap;
  /* `safe` es lo que evita que, al no caber, las primeras píldoras queden
     recortadas fuera del área desplazable: centra solo mientras sobra
     sitio y a partir de ahí alinea al inicio. */
  justify-content: safe center;
  gap: var(--space-2xs);
  /* Sin esto la fila estira la celda del grid y desborda toda la página */
  width: 100%;
  min-width: 0;
  overflow-x: auto;
  padding-block: .25rem;
  scrollbar-width: none;
}
.limits::-webkit-scrollbar { display: none; }

.limits li {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  flex: 0 0 auto;
  padding: .4rem .85rem;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: var(--radius-pill);
  color: #fff;
  font-size: var(--fs-xs);
  font-weight: 500;
  white-space: nowrap;
}
.limits strong {
  font-family: var(--font-display);
  font-size: 1.05rem;
  line-height: 1;
  color: var(--color-accent);
}

/* --- Píldoras en órbita alrededor del GIF ---------------------------
   Hasta 56em se quedan en la fila desplazable de arriba: seis cápsulas
   flotando sobre una animación pequeña se pisarían entre ellas. A partir
   de ahí hay sitio para repartirlas alrededor, con el mismo material y
   la misma flotación que las .hero__card. */
.limits-orbit {
  display: grid;
  justify-items: center;
  width: 100%;
}
.limits-orbit .limits-stack__anim { grid-area: 1 / 1; }

@media (min-width: 56em) {
  .limits-orbit {
    position: relative;
    /* Poco más ancho que el GIF (514 px): lo justo para que las cápsulas
       se apoyen en su contorno en vez de quedar flotando lejos. */
    width: min(100%, 45rem);
    margin-inline: auto;
  }

  /* Deja de ser fila desplazable: pasa a ser el lienzo de las cápsulas */
  .limits {
    position: absolute;
    inset: 0;
    display: block;
    width: auto;
    padding: 0;
    overflow: visible;
  }

  .limits li {
    position: absolute;
    /* Más opaca que en la fila: aquí se apoya sobre el dibujo y necesita
       separarse de él para seguir leyéndose. */
    background: rgba(9, 22, 66, .82);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    box-shadow: var(--shadow-soft);
    animation: float 6s var(--ease) infinite;
  }

  /* Tres a cada lado, alternando alturas para que ninguna quede pareja
     con su vecina de enfrente. */
  .limits li:nth-child(1) { left: 60%;    top: 20%;  animation-delay: 0s; }
  .limits li:nth-child(2) { left: 7%;  top: 40%; animation-delay: -1s; }
  .limits li:nth-child(3) { left: 18%;   bottom: 23%; animation-delay: -2s; }
  .limits li:nth-child(4) { right: 60%;   top: 15%; animation-delay: -3s; }
  .limits li:nth-child(5) { right: 20%; top: 46%; animation-delay: -4s; }
  .limits li:nth-child(6) { right: 22%;  bottom: 20%; animation-delay: -5s; }
}

.steps {
  display: grid;
  gap: clamp(1rem, .6rem + 1.4vw, 1.75rem);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
  counter-reset: paso;
}
.step {
  padding: clamp(1.25rem, 1rem + 1vw, 1.85rem);
  background: var(--surface-cool);
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius);
}
.step p { color: var(--color-text-muted); font-size: var(--fs-sm); }
.step__num {
  margin-bottom: var(--space-xs);
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-primary-dark), var(--color-primary-ink));
  color: #fff;
  font-family: var(--font-display);
  font-size: var(--fs-sm);
  font-weight: 700;
  box-shadow: var(--shadow-brand);
}

/* Variante en columna: los pasos se leen como una secuencia */
.steps--flow {
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: var(--space-lg);
}
.steps--flow .step {
  position: relative;
  display: grid;
  grid-template-columns: 2rem 1fr;
  column-gap: var(--space-sm);
  padding: 0 0 var(--space-lg);
  background: none;
  border: 0;
  border-radius: 0;
}
.steps--flow .step:last-child { padding-bottom: 0; }
.steps--flow .step__num { grid-row: 1 / 3; margin-bottom: 0; }
.steps--flow .step h3 { margin-bottom: var(--space-3xs); }
/* Hilo que une un paso con el siguiente */
.steps--flow .step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: calc(1rem - 1px);
  top: 2.4rem;
  bottom: .4rem;
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(var(--color-primary-pale), rgba(196, 221, 255, 0));
}

.tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-2xs);
}
.tags li {
  padding: .6rem 1.15rem;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-pill);
  color: var(--color-secondary);
  font-size: var(--fs-sm);
  font-weight: 500;
  transition: border-color var(--t-fast), transform var(--t-fast);
}
.tags li:hover { border-color: var(--color-accent); transform: translateY(-2px); }


/* ---------------------------------------------------------
  11. Plan
   --------------------------------------------------------- */
.plan {
  display: grid;
  gap: 0;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lift);
  overflow: hidden;
  background: var(--color-surface);
}
@media (min-width: 52em) {
  .plan { grid-template-columns: minmax(0, 22rem) 1fr; }
}

.plan__aside {
  padding: clamp(1.5rem, 1.1rem + 1.6vw, 2.5rem);
  background: var(--gradient-deep);
  color: #fff;
  text-align: center;
}
.plan__badge {
  display: inline-block;
  padding: .35rem .9rem;
  background: var(--color-accent);
  border-radius: var(--radius-pill);
  color: #241a00;
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.plan__price {
  margin: var(--space-sm) 0 0;
  font-family: var(--font-display);
  font-size: clamp(3rem, 2rem + 4vw, 4.5rem);
  font-weight: 700;
  line-height: 1;
}
.plan__currency { font-size: .45em; vertical-align: super; margin-right: .1em; }
.plan__period { font-size: .25em; font-weight: 600; color: var(--color-on-dark-muted); margin-left: .3em; }
.plan__note { margin: var(--space-2xs) 0 var(--space-md); color: var(--color-on-dark-muted); font-size: var(--fs-xs); }
.plan__help { margin-top: var(--space-xs); color: var(--color-on-dark-muted); font-size: var(--fs-xs); }
.plan__aside .button-primary { background: #fff; color: var(--color-secondary); box-shadow: none; }
.plan__aside .button-primary:hover { background: var(--color-accent); color: #241a00; }

.plan__features { padding: clamp(1.5rem, 1.1rem + 1.6vw, 2.5rem); }
.plan__features h3 { margin-bottom: var(--space-2xs); }
.plan__features .check-list { margin-top: var(--space-sm); }


/* ---------------------------------------------------------
  12. Preguntas frecuentes
   --------------------------------------------------------- */
.faq {
  display: grid;
  gap: var(--space-xs);
}
.faq__item {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius);
  overflow: hidden;
  transition: border-color var(--t-fast), box-shadow var(--t-fast);
}
.faq__item:hover { border-color: var(--color-primary-pale); }
.faq__item.is-open { border-color: var(--color-primary-pale); box-shadow: var(--shadow-soft); }

.faq__heading { margin: 0; font-size: inherit; }

.faq__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-sm);
  width: 100%;
  min-height: 56px;
  padding: var(--space-sm) var(--space-md);
  background: none;
  border: 0;
  color: var(--color-text);
  font: inherit;
  font-family: var(--font-display);
  font-size: var(--fs-card-title);
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}
.faq__trigger:hover { color: var(--color-primary-ink); }

.faq__sign {
  position: relative;
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: var(--surface-soft);
}
.faq__sign::before,
.faq__sign::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: .7rem;
  height: 2px;
  border-radius: 2px;
  background: var(--color-primary);
  transform: translate(-50%, -50%);
  transition: transform var(--t-fast), opacity var(--t-fast);
}
.faq__sign::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq__trigger[aria-expanded="true"] .faq__sign::after { transform: translate(-50%, -50%) rotate(0); opacity: 0; }

.faq__panel {
  padding: 0 var(--space-md) var(--space-md);
  color: var(--color-text-muted);
  font-size: var(--fs-sm);
}
/* Sin JavaScript todas las respuestas llegan visibles */
html:not(.js) .faq__panel[hidden] { display: block; }


/* ---------------------------------------------------------
  13. Contacto (iframe)
   --------------------------------------------------------- */
.contact-section {
  padding-block: var(--section-y);
  background:
    radial-gradient(48rem 26rem at 10% 0%, rgba(9, 115, 255, .1), transparent 65%),
    var(--surface-cool);
  border-top: 1px solid var(--color-border);
}

.contact-layout {
  display: grid;
  gap: clamp(1.75rem, 1rem + 3vw, 3.5rem);
  align-items: start;
}
@media (min-width: 56em) {
  .contact-layout { grid-template-columns: minmax(0, 26rem) 1fr; }
  .contact-content { position: sticky; top: calc(var(--header-height) + 1.5rem); }
}

.contact-content h2 { margin-bottom: var(--space-xs); }
.contact-content > p { color: var(--color-text-muted); font-size: var(--fs-lead); }

.contact-benefits { display: grid; gap: var(--space-xs); margin-top: var(--space-md); }
.contact-benefits li {
  position: relative;
  padding-left: 2rem;
  font-size: var(--fs-sm);
}
.contact-benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .28em;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%230973ff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' d='M5 10.5l3.4 3.4L15 7.2'/%3E%3C/svg%3E") center / 80% no-repeat;
  border: 1px solid var(--color-border);
}

.contact-alt {
  margin-top: var(--space-md);
  color: var(--color-text-muted);
  font-size: var(--fs-sm);
}

.contact-form-container {
  width: 100%;
  overflow: hidden;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-soft);
}

/* Altura medida sobre el formulario real (contenido ~890 px) más holgura
   para los mensajes de validación. El formulario es de otro dominio y no
   publica su altura, así que se fija aquí. Si se editan sus campos en el
   CRM hay que revisar estos dos valores. */
.contact-form-frame {
  display: block;
  width: 100%;
  min-height: 980px;
  border: 0;
  background: #fff;
}

@media (max-width: 768px) {
  .contact-form-frame { min-height: 1020px; }
}


/* ---------------------------------------------------------
  14. Pie de página
   --------------------------------------------------------- */
.site-footer {
  background: var(--surface-dark);
  color: var(--color-on-dark-muted);
  font-size: var(--fs-sm);
}

.site-footer__top {
  display: grid;
  gap: var(--space-lg);
  padding-block: clamp(2.5rem, 1.5rem + 3vw, 4rem) var(--space-lg);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr));
}
@media (min-width: 56em) {
  .site-footer__top { grid-template-columns: 1.6fr 1fr 1fr 1.3fr; }
}

.site-footer__brand img { width: auto; height: 44px; margin-bottom: var(--space-xs); }
.site-footer__brand p { max-width: 26rem; }

/* Redes sociales. Los iconos van en línea en el HTML para que hereden
   currentColor y cambien de color al pasar el ratón sin pedir tres
   archivos más. */
.social {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2xs);
  margin-top: var(--space-sm);
}
.social__link {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  color: var(--color-on-dark-muted);
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .2);
  text-decoration: none;
  transition: color var(--t-fast), background-color var(--t-fast),
              border-color var(--t-fast), transform var(--t-fast);
}
.social__link svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: currentColor;
}
.social__link:hover {
  color: #fff;
  background: var(--color-primary);
  border-color: var(--color-primary);
  transform: translateY(-2px);
}
.social__link:focus-visible { color: #fff; }

.site-footer__col h2 {
  margin-bottom: var(--space-xs);
  color: #fff;
  font-size: var(--fs-base);
  font-weight: 600;
}
.site-footer__col ul { display: grid; gap: .4rem; }
.site-footer__col a,
.site-footer address a {
  color: var(--color-on-dark-muted);
  text-decoration: none;
}
.site-footer__col a:hover,
.site-footer address a:hover { color: #fff; text-decoration: underline; }
.site-footer address { font-style: normal; line-height: 1.7; }

.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-xs);
  padding-block: var(--space-md);
  border-top: 1px solid rgba(255, 255, 255, .16);
  font-size: var(--fs-xs);
}
.site-footer__bottom p { margin: 0; }
.site-footer__legal { display: flex; flex-wrap: wrap; gap: var(--space-sm); }
.site-footer__legal a { color: var(--color-on-dark-muted); text-decoration: none; }
.site-footer__legal a:hover { color: #fff; text-decoration: underline; }


/* ---------------------------------------------------------
  15. Animaciones y accesibilidad
   --------------------------------------------------------- */
/* Texto solo para lectores de pantalla. En «Sin límites» lleva el
   «Ilimitados» que el símbolo ∞ comunica únicamente en lo visual. */
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/* La aparición solo se activa con JS: sin él, todo se ve normal */
.js .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms var(--ease), transform 520ms var(--ease);
}
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .js .reveal { opacity: 1; transform: none; }
}
