/* =========================================================
   Overrides para que el prototipo gane sobre Airvice.
   Scoped a .tym-landing — no afecta el resto del sitio.
   ========================================================= */

.tym-landing,
.tym-landing * {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif !important;
  box-sizing: border-box;
}

.tym-landing {
  color: #1f1f1f !important;
  line-height: 1.55;
  font-size: 16px;
}

.tym-landing a {
  color: inherit !important;
  text-decoration: none;
}
.tym-landing a:hover {
  color: #d00119 !important;
}

/* Reset agresivo de tamaños tipográficos del tema padre */
.tym-landing h1,
.tym-landing h2,
.tym-landing h3,
.tym-landing h4,
.tym-landing h5,
.tym-landing h6 {
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
  color: #0a0000 !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  font-weight: 800 !important;
}

.tym-landing p {
  color: #1f1f1f !important;
  margin: 0;
}

.tym-landing .hero__title {
  font-size: clamp(1.75rem, 4vw, 2.75rem) !important;
}
.tym-landing .hero__title span {
  color: #d00119 !important;
  background: none !important;
  -webkit-text-fill-color: #d00119 !important;
}

.tym-landing .sec__head h2,
.tym-landing .cta-final h2 {
  font-size: clamp(1.5rem, 3vw, 2.25rem) !important;
}

/* Eyebrow / etiquetas pequeñas */
.tym-landing .sec__eyebrow,
.tym-landing .hero__eyebrow {
  color: #d00119 !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .8rem;
}

/* Botones — reforzar colores del brand */
.tym-landing .btn {
  font-family: 'Inter', sans-serif !important;
  border-radius: 10px !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  font-weight: 600 !important;
  min-height: 44px;
}
.tym-landing .btn--primary {
  background: #d00119 !important;
  color: #fff !important;
  border: 2px solid #d00119 !important;
}
.tym-landing .btn--primary:hover {
  background: #a30013 !important;
  border-color: #a30013 !important;
  color: #fff !important;
}
.tym-landing .btn--ghost {
  background: transparent !important;
  color: #0a0000 !important;
  border: 2px solid #0a0000 !important;
}
.tym-landing .btn--ghost:hover {
  background: #0a0000 !important;
  color: #fff !important;
}

/* Tipografía unificada del form — Inter en todo */
.tym-landing .hero__form,
.tym-landing .hero__form .form__title,
.tym-landing .hero__form .form__legal,
.tym-landing .hero__form .form__legal small,
.tym-landing .hero__form .field,
.tym-landing .hero__form .field__lbl,
.tym-landing .hero__form .form option,
.tym-landing .hero__form .form button {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif !important;
}

/* Form fields — evitar que el tema les meta otros estilos */
.tym-landing .form input[type="text"],
.tym-landing .form input[type="tel"],
.tym-landing .form input[type="email"],
.tym-landing .form select,
.tym-landing .form textarea {
  font-family: 'Inter', sans-serif !important;
  font-size: 1rem !important;
  color: #1f1f1f !important;
  background: #fff !important;
  border: 1.5px solid #c8c8c8 !important;
  border-radius: 8px !important;
  padding: 12px 14px !important;
  width: 100% !important;
  line-height: 1.4 !important;
  height: auto !important;
  min-height: 44px;
}
.tym-landing .form input[type="text"],
.tym-landing .form input[type="tel"],
.tym-landing .form input[type="email"],
.tym-landing .form textarea {
  appearance: auto !important;
  -webkit-appearance: auto !important;
}
.tym-landing .form input:focus,
.tym-landing .form select:focus,
.tym-landing .form textarea:focus {
  outline: 3px solid rgba(208,1,25,.2);
  border-color: #d00119 !important;
}
.tym-landing .form select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: linear-gradient(45deg, transparent 50%, #555 50%), linear-gradient(135deg, #555 50%, transparent 50%) !important;
  background-position: calc(100% - 18px) center, calc(100% - 13px) center !important;
  background-size: 5px 5px, 5px 5px !important;
  background-repeat: no-repeat !important;
  padding-right: 38px !important;
}

.tym-landing .field__lbl {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #1f1f1f !important;
  font-size: .9rem;
}

.tym-landing .radios label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: 16px;
  font-size: .95rem;
  color: #1f1f1f !important;
}
.tym-landing .radios input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: #d00119;
}

/* FAQ — el tema mete styling propio a <details>/<summary> */
.tym-landing .faq__list details {
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 0;
  margin-bottom: 10px;
}
.tym-landing .faq__list summary {
  cursor: pointer;
  padding: 16px 20px;
  font-weight: 600;
  color: #0a0000 !important;
  list-style: none;
  font-size: 1rem;
}
.tym-landing .faq__list summary::-webkit-details-marker { display: none; }
.tym-landing .faq__list details[open] summary { color: #d00119 !important; }
.tym-landing .faq__list details p {
  padding: 0 20px 16px;
  color: #555 !important;
}

/* Trust strip */
.tym-landing .trust__grid strong {
  color: #d00119 !important;
  font-size: 1.2rem;
  display: block;
}

/* Diferenciales numbers */
.tym-landing .dif-card__num {
  color: #d00119 !important;
  font-weight: 800;
  font-size: 2rem;
}

/* Catálogo flip cards titulos */
.tym-landing .cat-card h3 {
  font-size: 1.05rem !important;
  font-weight: 700 !important;
}

/* Industria links */
.tym-landing .ind-card .link {
  color: #d00119 !important;
  font-weight: 600;
}

/* Listas dentro del hero/trust */
.tym-landing ul,
.tym-landing ol,
.tym-landing li {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0 !important;
}

/* Sticky CTA mobile — asegurar visibilidad */
.tym-landing + .sticky-cta,
.sticky-cta {
  z-index: 9999;
}

/* Gracias page */
.tym-gracias {
  min-height: 60vh;
  display: flex;
  align-items: center;
  padding: 3rem 1rem;
  background: #f5f5f5;
}
.tym-gracias .gracias__card {
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 0 6px 20px rgba(0,0,0,.08);
  text-align: center;
}
.tym-gracias .gracias__icon {
  width: 72px; height: 72px;
  background: #d1fadf; color: #039855;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 2rem; margin: 0 auto 1.5rem;
}
.tym-gracias h1 { font-size: 1.8rem !important; margin-bottom: .75rem !important; }
.tym-gracias p { color: #555 !important; margin-bottom: 1.25rem !important; }
.tym-gracias .gracias__cta {
  display: flex; flex-wrap: wrap; gap: .75rem; justify-content: center; margin-top: 1.5rem;
}
.tym-gracias .gracias__details {
  margin-top: 2rem; padding-top: 1.5rem;
  border-top: 1px solid #ebebeb;
  text-align: left; font-size: .9rem;
}
.tym-gracias .gracias__details dt { font-weight: 600; color: #1f1f1f !important; margin-top: 8px; }
.tym-gracias .gracias__details dd { color: #555 !important; }

/* Padding vertical: trust con 40px, las 4 grandes con 80px. */
.tym-landing .trust {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.tym-landing .trust__grid {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 24px 80px !important;
  grid-template-columns: none !important;
  text-align: center !important;
}
.tym-landing .trust__grid > div {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}
@media (max-width: 700px) {
  .tym-landing .trust__grid {
    gap: 18px 32px !important;
  }
}
.tym-landing .catalogo,
.tym-landing .industrias,
.tym-landing .dif,
.tym-landing .faq {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

/* Anular cualquier ::before / ::after decorativo del tema en h2 */
.tym-landing h2::before,
.tym-landing h2::after { display: none !important; content: none !important; }

/* =========================================================
   Restaurar colores en secciones con FONDO OSCURO
   Mi reset agresivo pintó todo oscuro — aquí lo deshago para
   las secciones que el prototipo diseñó con texto en blanco.
   ========================================================= */

/* DIFERENCIALES — fondo negro */
.tym-landing .dif,
.tym-landing .dif h2,
.tym-landing .dif h3,
.tym-landing .dif p,
.tym-landing .dif .sec__eyebrow,
.tym-landing .dif .sec__head p,
.tym-landing .dif .dif-card h3 {
  color: #ffffff !important;
}
.tym-landing .dif .sec__head p,
.tym-landing .dif-card p { color: #cfcfcf !important; }
.tym-landing .dif-card p strong { color: #ffffff !important; }
.tym-landing .dif .sec__eyebrow {
  color: #d00119 !important;
  background: #ffffff !important;
}
.tym-landing .dif .dif-card__num { color: #d00119 !important; }

/* CTA FINAL — fondo rojo gradient */
.tym-landing .cta-final,
.tym-landing .cta-final h2,
.tym-landing .cta-final h2 span,
.tym-landing .cta-final p {
  color: #ffffff !important;
}
.tym-landing .cta-final .btn--primary {
  background: #ffffff !important;
  color: #d00119 !important;
  border-color: #ffffff !important;
}
.tym-landing .cta-final .btn--primary:hover {
  background: #0a0000 !important;
  color: #ffffff !important;
  border-color: #0a0000 !important;
}
.tym-landing .cta-final .btn--ghost {
  background: transparent !important;
  color: #ffffff !important;
  border-color: rgba(255,255,255,.55) !important;
}
.tym-landing .cta-final .btn--ghost:hover {
  background: rgba(255,255,255,.12) !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}

/* CATÁLOGO — back face de las flip cards también es roja */
.tym-landing .cat-card__face--back,
.tym-landing .cat-card__face--back h3,
.tym-landing .cat-card__face--back p {
  color: #ffffff !important;
}
.tym-landing .cat-card__face--back {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center;
  align-items: center !important;
  text-align: center !important;
  gap: 8px;
}
.tym-landing .cat-card__face--back h3,
.tym-landing .cat-card__face--back p {
  text-align: center !important;
}
.tym-landing .cat-card__face--front {
  display: flex !important;
  flex-direction: column !important;
  text-align: center !important;
}
.tym-landing .cat-card__face--front > .cat-card__img,
.tym-landing .cat-card__face--front > .cat-card__img--feat {
  width: 100% !important;
  align-self: stretch !important;
}
.tym-landing .cat-card__face--front > .cat-card__img--feat {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 220px;
}
/* Imágenes de catálogo: aspecto 1:1, sin padding interno (cubren toda la card).
   Excluye explícitamente la cat-card--feat para que conserve su fondo dark. */
.tym-landing .cat-card__face--front > .cat-card__img:not(.cat-card__img--feat) {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #ffffff;
  padding: 0 !important;
}
.tym-landing .cat-card__face--front > .cat-card__img:not(.cat-card__img--feat) img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  display: block;
}
/* =========================================================
   Catálogo: carrusel horizontal en móvil
   ========================================================= */
@media (max-width: 768px) {
  .tym-landing .catalogo__grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    grid-template-columns: none !important;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 12px;
    padding: 4px 16px 18px;
    margin-left: -16px;
    margin-right: -16px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .tym-landing .catalogo__grid::-webkit-scrollbar { display: none; }
  .tym-landing .catalogo__grid > .cat-card {
    flex: 0 0 65%;
    max-width: 65%;
    scroll-snap-align: center;
  }
  .tym-landing .catalogo__grid > .cat-card:first-child { scroll-snap-align: start; }
  .tym-landing .catalogo__grid > .cat-card:last-child  { scroll-snap-align: end; }

  /* Imágenes más chicas en mobile: aspect 4:3 en lugar de 1:1 */
  .tym-landing .cat-card__face--front > .cat-card__img:not(.cat-card__img--feat) {
    aspect-ratio: 4 / 3 !important;
  }
  .tym-landing .cat-card__img--feat {
    min-height: 160px !important;
  }
}

/* La cat-card--feat conserva su gradient dark del prototipo */
.tym-landing .cat-card__img--feat {
  background: linear-gradient(135deg, #1f1f1f 0%, #0a0000 100%) !important;
  padding: 0 !important;
}
.tym-landing .cat-card__face--front {
  padding-bottom: 0 !important;
}
.tym-landing .cat-card__face--front h3 {
  padding: 12px !important;
  margin: 0 !important;
  background: #ffffff;
  font-size: 1.05rem !important;
}
.tym-landing .cat-card__face--front h3 {
  text-align: center !important;
}
.tym-landing .cat-card__face--back .cat-card__cta {
  display: inline-block !important;
  margin-top: 20px !important;
  color: #0a0000 !important;
  font-weight: 700 !important;
  align-self: center !important;
}

/* Tarjeta "Especiales bajo plano" (cat-card--feat) — restaurar look del prototipo */
.tym-landing .cat-card--feat .cat-card__face--front h3 {
  color: #0a0000 !important;
}
.tym-landing .cat-card__badge {
  background: #d00119 !important;
  color: #ffffff !important;
}
.tym-landing .cat-card__feat-icon {
  color: #d00119 !important;
  filter: drop-shadow(0 4px 12px rgba(208,1,25,.5)) !important;
}

/* =========================================================
   Header / Footer del prototipo — overrides puntuales
   ========================================================= */
.hdr .hdr__logo img,
.ftr .ftr__logo {
  max-height: 38px;
  width: auto;
  height: auto;
  display: block;
}
.hdr .hdr__logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.ftr .ftr__col img.ftr__logo {
  margin-bottom: 12px;
  background: #fff;
  padding: 6px 10px;
  border-radius: 6px;
}
.ftr .ftr__contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.ftr .ftr__contact-link svg {
  flex: 0 0 auto;
}
/* Footer centrado en mobile */
@media (max-width: 768px) {
  .ftr .ftr__inner {
    text-align: center;
    align-items: center !important;
  }
  .ftr .ftr__col {
    text-align: center;
    align-items: center !important;
    display: flex;
    flex-direction: column;
  }
  .ftr .ftr__col img.ftr__logo {
    margin-left: auto;
    margin-right: auto;
  }
  .ftr .ftr__contact-link,
  .ftr .ftr__col a {
    justify-content: center;
    align-items: center;
  }
  .ftr .ftr__bottom .container {
    text-align: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
  }
  .ftr .ftr__bottom .container > * {
    display: block;
    text-align: center;
  }
}

/* Fuerza Inter en header/footer también */
.hdr, .hdr *, .ftr, .ftr *, .sticky-cta, .sticky-cta * {
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
}
.hdr h1, .hdr h2, .hdr h3, .hdr h4, .hdr h5,
.ftr h1, .ftr h2, .ftr h3, .ftr h4, .ftr h5 {
  text-transform: none !important;
  letter-spacing: normal !important;
}

/* =========================================================
   HERO — fondo oscuro + tipografía blanca
   El form (aside) mantiene su fondo claro para legibilidad.
   ========================================================= */
.tym-landing .hero {
  background: #0a0000 !important;
  padding-top: 166px !important;
  padding-bottom: 166px !important;
  position: relative;
  overflow: hidden;
}
.tym-landing .hero__bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
.tym-landing .hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(10,0,0,.85) 0%, rgba(10,0,0,.55) 60%, rgba(10,0,0,.65) 100%);
  z-index: 1;
  pointer-events: none;
}
.tym-landing .hero__inner {
  position: relative;
  z-index: 2;
}
@media (prefers-reduced-motion: reduce) {
  .tym-landing .hero__bg-video { display: none !important; }
}
@media (max-width: 768px) {
  .tym-landing .hero {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
}

/* Espaciado vertical entre elementos del hero__copy */
.tym-landing .hero__copy {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
  align-items: flex-start !important;
}
.tym-landing .hero__copy > .hero__eyebrow,
.tym-landing .hero__copy > .hero__title,
.tym-landing .hero__copy > .hero__sub,
.tym-landing .hero__copy > .hero__ctas,
.tym-landing .hero__copy > .hero__trust {
  margin: 0 !important;
}
.tym-landing .hero__copy > .hero__eyebrow {
  align-self: flex-start !important;
  width: auto !important;
  display: inline-block !important;
}
.tym-landing .hero__ctas {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
}
/* Trust list en una sola línea */
.tym-landing .hero__trust {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 6px 14px !important;
  width: 100%;
  max-width: 100%;
  font-size: .82rem !important;
  line-height: 1.2 !important;
}
.tym-landing .hero__trust li {
  white-space: nowrap;
  flex: 0 0 auto;
}
@media (max-width: 600px) {
  .tym-landing .hero__trust {
    flex-wrap: wrap !important;
    gap: 6px 12px !important;
    font-size: .8rem !important;
  }
}
.tym-landing .hero__copy,
.tym-landing .hero__copy h1,
.tym-landing .hero__copy p,
.tym-landing .hero__copy strong,
.tym-landing .hero__trust,
.tym-landing .hero__trust li,
.tym-landing .hero__trust strong {
  color: #ffffff !important;
}
.tym-landing .hero__copy .hero__eyebrow {
  color: #d00119 !important;
  background: #ffffff !important;
}
.tym-landing .hero__copy .hero__title span {
  color: #d00119 !important;
  -webkit-text-fill-color: #d00119 !important;
}
.tym-landing .hero__sub strong {
  color: #ffffff !important;
}

/* Botones del HERO (no confundir con btn de otras secciones) */
.tym-landing .hero .btn--primary {
  background: #d00119 !important;
  color: #ffffff !important;
  border-color: #d00119 !important;
}
.tym-landing .hero .btn--primary:hover {
  background: #a30013 !important;
  border-color: #a30013 !important;
}
.tym-landing .hero .btn--ghost {
  background: transparent !important;
  color: #ffffff !important;
  border-color: rgba(255,255,255,.55) !important;
}
.tym-landing .hero .btn--ghost svg {
  fill: #ffffff !important;
}
.tym-landing .hero .btn--ghost:hover {
  background: rgba(255,255,255,.12) !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}

/* El form (aside) dentro del hero — fondo CLARO para legibilidad */
.tym-landing .hero__form {
  background: #ffffff !important;
  color: #1f1f1f !important;
}
.tym-landing .hero__form .form__title,
.tym-landing .hero__form .form__sub,
.tym-landing .hero__form .form__sub strong,
.tym-landing .hero__form .field__lbl,
.tym-landing .hero__form .radios label,
.tym-landing .hero__form .form__legal {
  color: #1f1f1f !important;
}

/* =========================================================
   CTA FINAL — centrar el h2 y los botones
   ========================================================= */
.tym-landing .cta-final__inner {
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}
.tym-landing .cta-final h2 {
  text-align: center !important;
  margin: 0 auto 1.5rem !important;
  max-width: 820px;
}
.tym-landing .cta-final__btns {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 1rem;
}

/* =========================================================
   FORM TIMELINE (paso 1 · 2 · 3)
   ========================================================= */
.tym-landing .tym-form-title {
  text-align: center !important;
  margin-bottom: 28px !important;
}
.tym-landing .form__timeline {
  display: flex !important;
  justify-content: space-between;
  align-items: flex-start;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 28px !important;
  position: relative;
}
.tym-landing .form__timeline::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 14%;
  right: 14%;
  height: 2px;
  background: #ebebeb;
  z-index: 0;
}
.tym-landing .form__timeline-step {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex: 1;
  position: relative;
  z-index: 1;
  list-style: none !important;
  margin: 0 !important;
}
.tym-landing .form__timeline-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: .9rem;
  color: #888;
  transition: all .25s ease;
}
.tym-landing .form__timeline-step.is-active .form__timeline-circle {
  background: #d00119;
  border-color: #d00119;
  color: #ffffff;
  box-shadow: 0 0 0 4px rgba(208,1,25,.15);
}
.tym-landing .form__timeline-step.is-done .form__timeline-circle {
  background: #d00119;
  border-color: #d00119;
  color: transparent;
  position: relative;
}
.tym-landing .form__timeline-step.is-done .form__timeline-circle::after {
  content: '✓';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: .95rem;
}
.tym-landing .form__timeline-label {
  font-size: .72rem;
  color: #888;
  font-weight: 600;
  text-align: center;
}
.tym-landing .form__timeline-step.is-active .form__timeline-label,
.tym-landing .form__timeline-step.is-done .form__timeline-label {
  color: #1f1f1f;
}

/* Botón "Atrás" — secundario, sutil */
.tym-landing .btn--back {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  background: transparent !important;
  color: #555 !important;
  border: 1.5px solid #d0d0d0 !important;
  padding: 10px 16px !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  min-height: 44px;
}
.tym-landing .btn--back:hover {
  border-color: #d00119 !important;
  color: #d00119 !important;
}
.tym-landing .btn--back svg { flex: 0 0 auto; }
.tym-landing .form__nav {
  display: flex !important;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
}

/* =========================================================
   ANIMACIONES DE ENTRADA
   - Hero: fadeInUp al cargar (CSS puro, con stagger)
   - Resto: fadeInUp on-scroll (activado vía Intersection Observer en script.js)
   - Respeta prefers-reduced-motion
   ========================================================= */
@keyframes tym-fade-up {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* HERO — anima al cargar */
.tym-landing .hero__copy > * {
  opacity: 0;
  animation: tym-fade-up .8s ease-out forwards;
}
.tym-landing .hero__copy > *:nth-child(1) { animation-delay: .10s; }
.tym-landing .hero__copy > *:nth-child(2) { animation-delay: .22s; }
.tym-landing .hero__copy > *:nth-child(3) { animation-delay: .34s; }
.tym-landing .hero__copy > *:nth-child(4) { animation-delay: .46s; }
.tym-landing .hero__copy > *:nth-child(5) { animation-delay: .58s; }
.tym-landing .hero__form {
  opacity: 0;
  animation: tym-fade-up .9s ease-out forwards;
  animation-delay: .35s;
}

/* Resto — estado inicial oculto, se revela con .is-visible */
.tym-landing [data-tym-anim] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease-out, transform .7s ease-out;
  will-change: opacity, transform;
}
.tym-landing [data-tym-anim].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .tym-landing .hero__copy > *,
  .tym-landing .hero__form,
  .tym-landing [data-tym-anim] {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }
}

/* Sticky CTA mobile — el form CTA tiene fondo rojo */
.tym-landing + .sticky-cta .sticky-cta__form,
.sticky-cta .sticky-cta__form {
  background: #d00119;
  color: #ffffff !important;
}
.sticky-cta .sticky-cta__wa {
  background: #25d366;
  color: #ffffff !important;
}
