/* Home refinement 2026-07-15: Readex Pro, black CTAs with cyan emphasis and a video edge blend.
   The Securify reference informs hierarchy and pill navigation only; this remains
   vanilla CSS and preserves Ensutex's real video, navigation and conversion flow. */

:root {
  --ens-home-cyan: #18bdd5;
  --ens-home-cyan-strong: #0aa6c0;
  --ens-home-ink: #061417;
  --ens-home-black: #05060a;
}

/* The native v1 image remains fully visible with contain. A slightly smaller,
   right-shifted stage protects perceived detail and leaves the copy more air. */
#hero-section.ens-motion-hero--video .ens-hero-video {
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
}

@media (min-width: 768px) {
  #hero-section.ens-motion-hero--video .ens-hero-video {
    inset: 4% -4% auto auto;
    width: 90.2%;
    height: 90.2%;
    transform: translate3d(0, clamp(1.65rem, 3.4vh, 2.35rem), 0);
  }
}

#hero-section.ens-motion-hero--video .ens-hero-scrim {
  background:
    linear-gradient(90deg, var(--ens-home-black) 0%, rgba(5, 6, 10, .97) 6%, rgba(5, 6, 10, .58) 15%, rgba(5, 6, 10, .08) 42%, transparent 64%, rgba(5, 6, 10, .18) 82%, rgba(5, 6, 10, .96) 100%),
    linear-gradient(180deg, rgba(5, 6, 10, .48) 0%, transparent 31%, rgba(5, 6, 10, .7) 100%);
}

/* Desktop home navigation: three intentional regions, not one long black bar. */
@media (min-width: 1024px) {
  .ensutex-site-nav.ens-home-nav {
    padding: .85rem clamp(1rem, 2.2vw, 2.6rem);
    border: 0 !important;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    contain: layout style;
    font-family: 'Readex Pro', system-ui, sans-serif;
    pointer-events: none;
  }

  .ens-home-nav > .max-w-7xl {
    width: 100%;
    max-width: none;
    padding: 0;
    pointer-events: auto;
  }

  .ens-home-nav .h-20 {
    height: auto !important;
  }

  .ens-home-nav .ensutex-brand-group {
    min-height: 2.85rem;
    padding: 0;
    gap: .8rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .ensutex-site-nav.ens-home-nav .ensutex-brand-logo {
    height: 2.25rem !important;
    filter: brightness(0) invert(1) drop-shadow(0 8px 18px rgba(0, 0, 0, .38));
  }

  .ensutex-site-nav.ens-home-nav .ensutex-brand-text {
    display: inline-flex !important;
    align-items: center;
    min-height: 2.55rem;
    padding: .6rem 1rem;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    background: rgba(10, 12, 17, .84);
    box-shadow: 0 14px 42px rgba(0, 0, 0, .2);
    color: rgba(255, 255, 255, .76);
    font-family: 'Readex Pro', system-ui, sans-serif;
    font-size: .6rem;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .145em;
    backdrop-filter: blur(16px) saturate(130%);
    -webkit-backdrop-filter: blur(16px) saturate(130%);
  }

  .ens-home-nav .ensutex-nav-menu {
    gap: .15rem;
    padding: .25rem;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    background: rgba(10, 12, 17, .84);
    box-shadow: 0 14px 42px rgba(0, 0, 0, .2);
    backdrop-filter: blur(16px) saturate(130%);
    -webkit-backdrop-filter: blur(16px) saturate(130%);
  }

  .ens-home-nav .ensutex-nav-menu > a,
  .ens-home-nav .ensutex-nav-menu > div > a {
    min-height: 2.45rem;
    padding: .52rem .9rem;
    border-radius: 999px;
    color: rgba(255, 255, 255, .72);
    font-family: 'Readex Pro', system-ui, sans-serif;
    font-size: .75rem;
    font-weight: 500;
  }

  .ens-home-nav .ensutex-nav-menu > a:hover,
  .ens-home-nav .ensutex-nav-menu > div > a:hover,
  .ens-home-nav .ensutex-nav-menu > div:focus-within > a {
    color: #ffffff;
    background: rgba(255, 255, 255, .09);
  }

  .ens-home-nav .ensutex-nav-cta {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 2.85rem;
    min-width: 12.8rem;
    padding: .55rem 1.1rem;
    overflow: hidden;
    border: 1px solid rgba(24, 189, 213, .58);
    border-radius: 999px;
    background: #080b0e;
    box-shadow: 0 14px 38px rgba(0, 0, 0, .28);
    color: #ffffff;
    font-family: 'Readex Pro', system-ui, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    transform: none;
    transition: background-color .15s ease, color .15s ease, border-color .15s ease;
  }

  .ens-home-nav .ensutex-nav-cta:hover {
    border-color: rgba(24, 189, 213, .9);
    background: #11181c;
    color: #ffffff;
    transform: none;
  }

  .ens-home-nav .ensutex-nav-cta strong {
    color: var(--ens-home-cyan);
    font-weight: 800;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ens-home-nav .ensutex-nav-cta { display: none !important; }
  .ens-home-nav .ensutex-nav-menu > a,
  .ens-home-nav .ensutex-nav-menu > div > a { padding-inline: .78rem; }
}

@media (max-width: 767px) {
  .ensutex-site-nav.ens-home-nav .ensutex-brand-logo {
    height: 2.1rem !important;
  }
}

/* Directional navigation: visible at the top and while ascending; out of the
   reading area while the visitor descends. Keyboard focus always reveals it. */
.ens-scroll-nav {
  transition: transform .3s cubic-bezier(.22, 1, .36, 1), opacity .2s ease;
  will-change: transform;
}

.ens-scroll-nav.ens-nav-hidden {
  opacity: 0;
  pointer-events: none !important;
  transform: translate3d(0, calc(-100% - 1.5rem), 0);
}

.ens-scroll-nav.ens-nav-hidden > * {
  pointer-events: none !important;
}

.ens-scroll-nav:focus-within {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}

/* Questions: the former negative intro margin physically overlapped the title.
   Use an explicit type rhythm so long headings remain readable at every width. */
#preguntas-frecuentes .ens-section-head {
  max-width: min(72rem, 100%);
  margin-bottom: clamp(2.75rem, 5vw, 4.5rem);
}

#preguntas-frecuentes #faq-title {
  max-width: 72rem;
  margin: 0 auto;
  font-size: clamp(2.4rem, 4.2vw, 4rem) !important;
  font-weight: 700;
  letter-spacing: -.045em !important;
  line-height: 1.04 !important;
  text-wrap: balance;
}

#preguntas-frecuentes .ens-faq__intro {
  max-width: 44rem;
  margin: clamp(1.2rem, 2vw, 1.55rem) auto 0;
  color: #52525b;
  font-size: clamp(1rem, 1.18vw, 1.14rem);
  font-weight: 400;
  line-height: 1.55;
}

/* FAQ journey accents belong to the product-cyan system too. The darker teal
   keeps the small uppercase labels and icons readable on the paper surface;
   the brighter cyan remains in borders and interaction feedback. */
#preguntas-frecuentes .ens-faq__group-label {
  color: #087d8f;
}

#preguntas-frecuentes .ens-faq__item::before {
  background: linear-gradient(130deg, rgba(24, 189, 213, .72), rgba(8, 125, 143, .2), rgba(24, 189, 213, .38));
}

#preguntas-frecuentes .ens-faq__question svg {
  color: #087d8f;
}

#preguntas-frecuentes .ens-faq__question[aria-expanded="true"] {
  background: linear-gradient(100deg, rgba(24, 189, 213, .1), rgba(255, 255, 255, .2));
  color: #064e5a;
}

#preguntas-frecuentes .ens-faq__question[aria-expanded="true"] svg {
  color: var(--ens-home-cyan);
}

/* A deliberately staged copy block: headline, explanation, proof, action. */
@media (min-width: 768px) {
  #hero-section.ens-motion-hero--video .ens-cinema-hero__inner {
    grid-template-columns: minmax(0, .6fr) minmax(0, .4fr);
    padding-inline: clamp(2rem, 4.6vw, 5.5rem);
  }

  #hero-section.ens-motion-hero--video .ens-cinema-hero__copy {
    width: min(100%, 44rem);
    max-width: 44rem;
  }
}

#hero-section.ens-motion-hero--video .ens-motion-eyebrow {
  max-width: 42rem;
  margin-bottom: clamp(.8rem, 1.5vh, 1rem);
  color: rgba(205, 244, 249, .86);
  font-family: 'Readex Pro', system-ui, sans-serif;
  font-size: clamp(.66rem, .73vw, .76rem);
  font-weight: 600;
  letter-spacing: .105em;
  line-height: 1.45;
}

#hero-section.ens-motion-hero--video .ens-motion-hero__title {
  max-width: 100%;
  color: #ffffff;
  font-family: 'Readex Pro', system-ui, sans-serif;
  font-size: clamp(3rem, 3.3vw, 3.85rem);
  font-weight: 600;
  letter-spacing: -.052em;
  line-height: 1.03;
  text-wrap: initial;
}

#hero-section.ens-motion-hero--video .ens-hero-line {
  white-space: nowrap;
}

#hero-section.ens-motion-hero--video .ens-hero-line--accent {
  max-width: 18ch;
  white-space: normal;
  color: var(--ens-home-cyan);
  text-shadow: 0 0 24px rgba(24, 189, 213, .2), 0 5px 28px rgba(0, 0, 0, .62);
}

#hero-section.ens-motion-hero--video .ens-motion-hero__lead {
  max-width: 39rem;
  margin-top: clamp(1rem, 2.1vh, 1.35rem);
  color: rgba(239, 250, 251, .9);
  font-family: 'Readex Pro', system-ui, sans-serif;
  font-size: clamp(1rem, 1.12vw, 1.15rem);
  font-weight: 400;
  line-height: 1.58;
}

#hero-section.ens-motion-hero--video .ens-motion-chips {
  max-width: 39rem;
  margin-top: clamp(1rem, 2vh, 1.25rem);
  gap: .6rem;
  justify-content: center;
}

#hero-section.ens-motion-hero--video .ens-motion-chips span {
  justify-content: center;
  min-height: 2.24rem;
  padding: .45rem .78rem;
  border-color: rgba(159, 230, 239, .23);
  background: rgba(5, 15, 20, .48);
  color: rgba(246, 253, 253, .92);
  font-family: 'Readex Pro', system-ui, sans-serif;
  font-size: .72rem;
  font-weight: 500;
  text-align: center;
}

#hero-section.ens-motion-hero--video .ens-motion-chips strong {
  color: var(--ens-home-cyan);
  font-weight: 600;
}

#hero-section.ens-motion-hero--video .ens-motion-actions {
  max-width: 34rem;
  margin-top: clamp(1.05rem, 2.1vh, 1.3rem);
  gap: .75rem;
}

@media (min-width: 1024px) {
  #hero-section.ens-motion-hero--video .ens-motion-chips {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  #hero-section.ens-motion-hero--video .ens-motion-chips span {
    width: 100%;
    min-width: 0;
    justify-content: center;
    white-space: normal;
  }

  #hero-section.ens-motion-hero--video .ens-motion-actions {
    display: grid;
    grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr);
  }

  #hero-section.ens-motion-hero--video .ens-motion-button--primary {
    order: 2;
  }

  #hero-section.ens-motion-hero--video .ens-motion-actions > a {
    width: 100%;
  }
}

/* The hero must present its final composition immediately. Movement belongs to
   the product video and interaction states, never to a sales message shifting
   after the visitor has started reading it. */
#hero-section.ens-motion-hero--video .ens-cinema-enter,
.motion-ready #hero-section.ens-motion-hero--video .ens-cinema-enter {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}

#hero-section.ens-motion-hero--video .ens-motion-button,
#hero-section.ens-motion-hero--video .ens-motion-link {
  min-height: 3.15rem;
  padding: .8rem 1.25rem;
  border-radius: 999px;
  font-family: 'Readex Pro', system-ui, sans-serif;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .005em;
}

#hero-section.ens-motion-hero--video .ens-motion-button--primary {
  border-color: #0d9ddd !important;
  background: #067db6 !important;
  box-shadow: 0 16px 42px rgba(6, 125, 182, .32);
  color: #ffffff !important;
}

#hero-section.ens-motion-hero--video .ens-motion-button--primary strong {
  color: #ffffff !important;
}

#hero-section.ens-motion-hero--video .ens-motion-button--primary:hover {
  border-color: #73d8ff !important;
  background: #056a9a !important;
  color: #ffffff !important;
}

#hero-section.ens-motion-hero--video .ens-motion-link {
  border-color: rgba(255, 255, 255, .22);
  background: rgba(4, 9, 13, .54);
  color: #ffffff;
}

@media (max-width: 1023px) {
  #hero-section.ens-motion-hero--video .ens-motion-button--primary {
    order: -1;
  }
  body.ensutex-home #chatbot-panel.ens-chat-panel.is-open {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
  }
}

/* Primary CTA contract: black base, bold white copy and one intentional cyan
   keyword. This utility is reused by every conversion action on Home. */
.ensutex-home .ens-cta-primary {
  gap: .32rem !important;
  border: 1px solid rgba(24, 189, 213, .58) !important;
  border-radius: 999px !important;
  background: #080b0e !important;
  box-shadow: 0 14px 36px rgba(0, 0, 0, .26);
  color: #ffffff !important;
  font-family: 'Readex Pro', system-ui, sans-serif;
  font-weight: 700 !important;
}

.ensutex-home .ens-cta-primary strong {
  color: var(--ens-home-cyan) !important;
  font-weight: 800 !important;
}

.ensutex-home .ens-cta-primary:hover {
  border-color: rgba(24, 189, 213, .92) !important;
  background: #11181c !important;
  color: #ffffff !important;
}

/* Copy accents follow the same product blue so the journey has one clear
   visual signal. Red stays available only for alerts and the chat badge. */
.ensutex-home .ens-process-step__number,
.ensutex-home .ens-trust-card__copy strong,
.ensutex-home .ens-contact-coupon span {
  color: var(--ens-home-cyan);
}

.ensutex-home .ens-trust-card::before {
  background: linear-gradient(130deg, rgba(24, 189, 213, .76), rgba(255, 255, 255, .26), rgba(24, 189, 213, .36));
}

.ensutex-home .ens-contact-coupon {
  background: linear-gradient(135deg, #edfcff, #ffffff 55%, #f1fcfe);
}

@media (max-width: 767px) {
  #hero-section.ens-motion-hero--video .ens-hero-video {
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
  }

  #hero-section.ens-motion-hero--video .ens-motion-hero__title {
    font-size: clamp(2.45rem, 10.5vw, 3.2rem);
    line-height: 1.01;
  }

  #hero-section.ens-motion-hero--video .ens-hero-line {
    white-space: normal;
  }

  #hero-section.ens-motion-hero--video .ens-motion-chips span {
    font-size: .68rem;
  }

  #preguntas-frecuentes #faq-title {
    font-size: clamp(2rem, 8.8vw, 2.8rem) !important;
    line-height: 1.06 !important;
  }

  #preguntas-frecuentes .ens-faq__intro {
    margin-top: 1.1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ens-scroll-nav,
  .ens-home-nav .ensutex-nav-cta,
  #hero-section.ens-motion-hero--video .ens-motion-button,
  #hero-section.ens-motion-hero--video .ens-motion-link {
    transition: none;
  }
}

/* Storytelling uses one quiet language: static supporting copy and a clean
   typewriter title. The former whole-section cinematic zoom is intentionally
   absent from these scenes. */
.ensutex-home [data-storytelling],
.ensutex-home [data-storytelling].scene-reveal,
.ensutex-home [data-storytelling].scene-reveal--in {
  opacity: 1 !important;
  transform: none !important;
}

/* The browser must treat product films as presentation, not as interactive
   players. This suppresses PiP/visual-search affordances on hover. */
.ensutex-home video[data-premium-video],
.ensutex-home video[data-cinema-video] {
  pointer-events: none !important;
  user-select: none !important;
  -webkit-user-select: none !important;
  -webkit-user-drag: none !important;
}

/* Guided emotional bridge: the copy arrives first; the full-width film rises
   into view only after the visitor has continued past the message. */
#esencia-equipo {
  min-height: 132svh;
  padding: clamp(6rem, 10vw, 9rem) 0 clamp(5rem, 8vw, 7.5rem);
  overflow: clip;
  background:
    radial-gradient(circle at 50% 22%, rgba(24, 189, 213, .08), transparent 30rem),
    #050608 !important;
  color: #ffffff !important;
}

#esencia-equipo .ens-vfranja__wrap {
  width: min(calc(100% - 5rem), 96rem);
  gap: 0;
}

#esencia-equipo .ens-vfranja__copy {
  position: relative;
  z-index: 2;
  max-width: 55rem;
}

#esencia-equipo .ens-vfranja__copy .ens-eyebrow {
  color: var(--ens-home-cyan) !important;
}

#esencia-equipo .ens-vfranja__copy h2 {
  max-width: 19ch;
  color: #ffffff !important;
  font-size: clamp(2.65rem, 5.35vw, 5.4rem);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: .99;
}

#esencia-equipo .ens-vfranja__copy p:last-child {
  max-width: 46rem;
  margin-top: clamp(1.25rem, 2vw, 1.75rem);
  color: rgba(255, 255, 255, .72) !important;
  font-size: clamp(1.05rem, 1.4vw, 1.3rem);
  line-height: 1.58;
}

#esencia-equipo .ens-vfranja__media {
  width: 100%;
  margin-top: clamp(8rem, 17vh, 12rem);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: clamp(1.2rem, 2vw, 2rem);
  background: #090a0d;
  box-shadow: 0 34px 110px rgba(0, 0, 0, .62);
  opacity: .04;
  transform: translate3d(0, clamp(5rem, 14vh, 9rem), 0) scale(.965);
  transform-origin: center bottom;
  transition:
    opacity .78s cubic-bezier(.22, 1, .36, 1),
    transform 1.05s cubic-bezier(.22, 1, .36, 1);
  will-change: opacity, transform;
}

#esencia-equipo.is-video-revealed .ens-vfranja__media {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

#esencia-equipo .ens-vfranja__media video {
  object-fit: contain;
  background: #090a0d;
}

/* Questions remain in the same black world, while each answer group behaves
   like a white floating conversation bubble with its own outline color. */
#preguntas-frecuentes.ens-faq {
  padding-top: clamp(6rem, 9vw, 8rem);
  padding-bottom: clamp(6rem, 9vw, 8rem);
  background:
    radial-gradient(circle at 12% 18%, rgba(24, 189, 213, .07), transparent 24rem),
    radial-gradient(circle at 88% 78%, rgba(167, 139, 250, .06), transparent 25rem),
    #050608 !important;
  color: #ffffff !important;
}

#preguntas-frecuentes .ens-eyebrow,
#preguntas-frecuentes #faq-title {
  color: #ffffff !important;
}

#preguntas-frecuentes .ens-faq__intro {
  color: rgba(255, 255, 255, .68) !important;
}

#preguntas-frecuentes .ens-faq__group:nth-child(1) { --faq-accent: #25c9df; }
#preguntas-frecuentes .ens-faq__group:nth-child(2) { --faq-accent: #f2b84b; }
#preguntas-frecuentes .ens-faq__group:nth-child(3) { --faq-accent: #a78bfa; }
#preguntas-frecuentes .ens-faq__group:nth-child(4) { --faq-accent: #48d597; }

#preguntas-frecuentes .ens-faq__group-label {
  color: var(--faq-accent) !important;
}

#preguntas-frecuentes .ens-faq__item {
  border: 2px solid var(--faq-accent);
  border-radius: 1.35rem;
  background: #ffffff !important;
  box-shadow: 0 18px 54px rgba(0, 0, 0, .34);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

#preguntas-frecuentes .ens-faq__item::before {
  display: none;
}

#preguntas-frecuentes .ens-faq__question,
#preguntas-frecuentes .ens-faq__question[aria-expanded="true"] {
  background: #ffffff !important;
  color: #111318 !important;
}

#preguntas-frecuentes .ens-faq__question svg,
#preguntas-frecuentes .ens-faq__question[aria-expanded="true"] svg {
  color: var(--faq-accent) !important;
}

#preguntas-frecuentes .ens-faq__answer,
#preguntas-frecuentes .ens-faq__answer p {
  color: #3f4249 !important;
}

#preguntas-frecuentes .ens-faq__question:focus-visible {
  outline: 3px solid var(--faq-accent);
  outline-offset: -5px;
}

@media (max-width: 767px) {
  #esencia-equipo {
    min-height: auto;
    padding: 5.5rem 0 4.5rem;
  }

  #esencia-equipo .ens-vfranja__wrap {
    width: min(calc(100% - 2rem), 42rem);
  }

  #esencia-equipo .ens-vfranja__copy h2 {
    font-size: clamp(2.25rem, 11.2vw, 3.5rem);
  }

  #esencia-equipo .ens-vfranja__media {
    margin-top: clamp(6rem, 16vh, 8rem);
    border-radius: 1.15rem;
    transform: translate3d(0, 5rem, 0) scale(.97);
  }

  #preguntas-frecuentes.ens-faq {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  #esencia-equipo .ens-vfranja__media {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Home 2026-07-16: the deeper video scenes remain available for their own
   pages, but they must not lengthen or overpromise on the landing page. */
.ensutex-home [data-home-reserved] {
  display: none !important;
}

/* A single, honest multi-mockup sample replaces the oversized proof scenes. */
#mockups-resumen.ens-home-mockups {
  padding: clamp(4rem, 7vw, 6rem) 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(24, 189, 213, .08), transparent 30rem),
    #050608 !important;
}

#mockups-resumen .ens-home-mockups__head {
  width: min(calc(100% - 3rem), 58rem);
  margin: 0 auto clamp(2rem, 4vw, 3rem);
  text-align: center;
}

#mockups-resumen .ens-home-mockups__head .ens-eyebrow {
  justify-content: center;
  color: var(--ens-home-cyan);
}

#mockups-resumen .ens-home-mockups__head h2 {
  max-width: 18ch;
  margin: .9rem auto 0;
  color: #ffffff;
  font-size: clamp(2.2rem, 4.4vw, 4.35rem);
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: 1;
  text-wrap: balance;
}

#mockups-resumen .ens-home-mockups__head p {
  max-width: 42rem;
  margin: 1.2rem auto 0;
  color: rgba(255, 255, 255, .68);
  font-size: clamp(.98rem, 1.2vw, 1.12rem);
  line-height: 1.6;
}

#mockups-resumen .ens-marquee {
  gap: 0;
}

#mockups-resumen .ens-marquee__row {
  gap: clamp(.65rem, 1vw, .9rem);
}

#mockups-resumen .ens-marquee__tile {
  width: clamp(138px, 15vw, 205px);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 1.1rem;
  box-shadow: 0 14px 36px rgba(0, 0, 0, .34);
}

/* One deliberate closing scene restores visual breathing room without
   turning the Home back into a sequence of repeated product films. */
#cierre-equipo.ens-home-close {
  min-height: 100svh;
  padding: clamp(5.5rem, 8vw, 7.5rem) 0;
  display: flex;
  align-items: center;
  overflow: clip;
  background:
    radial-gradient(circle at 14% 18%, rgba(24, 189, 213, .12), transparent 28rem),
    linear-gradient(135deg, #edf3f1 0%, #f7f7f4 52%, #eef0ed 100%);
  color: #111318;
}

.ens-home-close__layout {
  display: grid;
  grid-template-columns: minmax(22rem, .9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}

.ens-home-close__copy {
  width: min(100%, 42rem);
  min-width: 0;
  text-align: left;
}

.ens-home-close__copy .ens-eyebrow {
  justify-content: flex-start;
  color: #067184;
}

.ens-home-close__copy h2 {
  max-width: 12ch;
  margin: .9rem 0 0;
  color: #111318;
  font-size: clamp(2.8rem, 4.7vw, 4.9rem);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: .96;
  text-wrap: balance;
}

.ens-home-close__copy > p:not(.ens-eyebrow) {
  max-width: 35rem;
  margin: 1.35rem 0 0;
  color: #555961;
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  line-height: 1.6;
}

.ens-home-close__steps {
  max-width: 38rem;
  margin: 2rem 0 0;
  padding: 0;
  display: grid;
  gap: 0;
  list-style: none;
}

.ens-home-close__steps li {
  padding: 1rem 0;
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: .9rem;
  border-top: 1px solid rgba(17, 19, 24, .13);
}

.ens-home-close__steps li:last-child {
  border-bottom: 1px solid rgba(17, 19, 24, .13);
}

.ens-home-close__steps > li > span {
  color: #067184;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.ens-home-close__steps strong {
  display: block;
  color: #111318;
  font-size: 1rem;
  font-weight: 700;
}

.ens-home-close__steps p {
  margin: .3rem 0 0;
  color: #656971;
  font-size: .9rem;
  line-height: 1.5;
}

.ens-home-close__copy .ens-cta-primary {
  display: inline-flex !important;
  width: auto !important;
  min-height: 3.75rem;
  margin-top: 2rem;
  padding: .9rem 1.45rem;
  align-items: center;
  justify-content: center;
  gap: .55rem !important;
  border: 1px solid rgba(24, 189, 213, .65);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .16);
  line-height: 1.1;
  text-decoration: none !important;
}

.ens-home-close__copy .ens-cta-primary svg {
  position: static !important;
  width: 1.1rem;
  height: 1.1rem;
  margin-left: .15rem;
  flex: 0 0 auto;
  transform: none !important;
}

.ens-home-close__media {
  width: min(100%, 35rem);
  aspect-ratio: 834 / 1112;
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid rgba(17, 19, 24, .1);
  border-radius: clamp(1.25rem, 2.3vw, 2rem);
  background: #ffffff;
  box-shadow: 0 34px 90px rgba(24, 32, 38, .18);
  opacity: .04;
  transform: translate3d(0, 5rem, 0) scale(.975);
  transform-origin: center bottom;
  transition: opacity .72s cubic-bezier(.22, 1, .36, 1), transform 1s cubic-bezier(.22, 1, .36, 1);
}

#cierre-equipo.is-video-revealed .ens-home-close__media {
  opacity: 1;
  transform: none;
}

.ens-home-close__media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #ffffff;
}

/* The former catalog video and guide coupon become one short exit ramp. */
#catalogo.ens-home-next {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  background: #f3f4f2;
  color: #101114;
}

.ens-home-next__layout {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.ens-home-next__layout header {
  min-width: 0;
}

.ens-home-next__layout header .ens-eyebrow {
  color: #067184;
}

.ens-home-next__layout h2 {
  max-width: 12ch;
  margin-top: .85rem;
  color: #101114;
  font-size: clamp(2.3rem, 4vw, 4.25rem);
  font-weight: 700;
  letter-spacing: -.052em;
  line-height: 1;
}

.ens-home-next__layout header > p:last-child {
  max-width: 34rem;
  margin-top: 1.15rem;
  color: #5a5d64;
  font-size: 1rem;
  line-height: 1.6;
}

.ens-home-next__links {
  display: grid;
  gap: .8rem;
}

.ens-home-next__link {
  min-height: 5.75rem;
  padding: 1.15rem 1.35rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .45rem 1.25rem;
  border: 1px solid rgba(16, 17, 20, .13);
  border-radius: 1.25rem;
  background: #ffffff;
  color: #101114;
  box-shadow: 0 14px 40px rgba(18, 22, 28, .06);
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.ens-home-next__link span {
  color: #6a6d74;
  font-size: .82rem;
  font-weight: 500;
}

.ens-home-next__link strong {
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  font-weight: 700;
}

.ens-home-next__link--primary {
  border-color: rgba(24, 189, 213, .55);
  background: #080b0e;
  color: #ffffff;
}

.ens-home-next__link--primary span {
  color: var(--ens-home-cyan);
}

.ens-home-next__link:hover {
  border-color: rgba(24, 189, 213, .7);
  box-shadow: 0 20px 52px rgba(18, 22, 28, .1);
  transform: translateY(-2px);
}

.ens-home-next__link:focus-visible {
  outline: 3px solid var(--ens-home-cyan);
  outline-offset: 3px;
}

/* Final visual beat: the former contact-detail block exits cleanly and the
   actual animated Ensutex mark arrives from below as the last full scene. */
#contacto.ens-logo-finale {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  height: 100svh;
  padding: 3rem 1.5rem;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #030405;
}

#contacto.ens-logo-finale::before,
#contacto.ens-logo-finale::after {
  position: absolute;
  z-index: -1;
  content: '';
  pointer-events: none;
}

#contacto.ens-logo-finale::before {
  inset: 0;
  background:
    radial-gradient(circle at 50% 52%, rgba(24, 189, 213, .11), transparent 33%),
    radial-gradient(circle at 50% 100%, rgba(24, 189, 213, .08), transparent 45%),
    #030405;
}

#contacto.ens-logo-finale::after {
  inset: auto 0 0;
  height: 22%;
  background: linear-gradient(0deg, #030405 0%, transparent 100%);
}

.ens-logo-finale__glow {
  position: absolute;
  inset: 12% 12% auto;
  z-index: -1;
  height: 60%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(70, 200, 221, .1), transparent 66%);
  filter: blur(28px);
  pointer-events: none;
}

.ens-logo-finale__media {
  width: min(100%, 88rem, 145svh);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  transform-origin: center bottom;
}

#contacto.ens-logo-finale .ens-logo-finale__media[data-story-video] {
  opacity: 0;
  transform: translate3d(0, clamp(7rem, 16vh, 10rem), 0) scale(.975);
  transition: opacity .56s ease-out, transform 1s cubic-bezier(.22, 1, .36, 1);
  will-change: opacity, transform;
}

#contacto.ens-logo-finale.is-logo-revealed .ens-logo-finale__media[data-story-video],
#contacto.ens-logo-finale.is-video-revealed .ens-logo-finale__media[data-story-video] {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.ens-logo-finale__media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  pointer-events: none !important;
  user-select: none;
}

@media (max-width: 767px) {
  #mockups-resumen.ens-home-mockups {
    padding: 4.25rem 0;
  }

  #mockups-resumen .ens-home-mockups__head {
    width: min(calc(100% - 2rem), 36rem);
  }

  #mockups-resumen .ens-home-mockups__head h2 {
    font-size: clamp(2.15rem, 10vw, 3.25rem);
  }

  #mockups-resumen .ens-marquee__tile {
    width: clamp(128px, 39vw, 160px);
  }

  #cierre-equipo.ens-home-close {
    min-height: auto;
    padding: 5rem 0 5.5rem;
  }

  .ens-home-close__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .ens-home-close__copy {
    order: -1;
    text-align: left;
  }

  .ens-home-close__copy .ens-eyebrow {
    justify-content: flex-start;
  }

  .ens-home-close__copy h2,
  .ens-home-close__copy > p:not(.ens-eyebrow) {
    margin-left: 0;
    margin-right: 0;
  }

  .ens-home-close__copy h2 {
    font-size: clamp(2.3rem, 11vw, 3.55rem);
  }

  .ens-home-close__media {
    width: min(100%, 27rem);
    border-radius: 1.2rem;
    transform: translate3d(0, 3.5rem, 0) scale(.98);
  }

  #catalogo.ens-home-next {
    padding: 4.5rem 0;
  }

  #contacto.ens-logo-finale {
    min-height: 100svh;
    height: 100svh;
    padding: 3rem 1rem;
  }

  .ens-logo-finale__media {
    width: min(100%, 34rem);
  }

  #contacto.ens-logo-finale .ens-logo-finale__media[data-story-video] {
    transform: translate3d(0, 5rem, 0) scale(.98);
  }

  .ens-home-next__layout {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }

  .ens-home-next__layout h2 {
    max-width: 14ch;
    font-size: clamp(2.2rem, 10vw, 3.15rem);
  }

  .ens-home-next__link {
    min-height: 5.25rem;
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ens-home-close__media {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .ens-home-next__link {
    transition: none;
  }

  #contacto.ens-logo-finale .ens-logo-finale__media[data-story-video] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .ens-home-next__link:hover {
    transform: none;
  }
}
@media (max-width: 1023px) {
  body.ensutex-home.ens-hero-in-view .floating-widgets {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
  }
}

/* 2026-07-18 · Home mobile: primero la promesa, luego la imagen de producto. */
@media (max-width: 767px) {
  #hero-section.ens-motion-hero--video {
    display: flex !important;
    min-height: 0 !important;
    padding-top: 4rem !important;
    flex-direction: column !important;
    background: #05070a !important;
  }

  #hero-section.ens-motion-hero--video .ens-cinema-hero__inner {
    position: relative !important;
    z-index: 3 !important;
    order: 1 !important;
    min-height: 0 !important;
    padding: 1.3rem 1.15rem .65rem !important;
  }

  #hero-section.ens-motion-hero--video .ens-cinema-hero__copy {
    width: 100% !important;
    max-width: 31rem !important;
    margin: 0 auto !important;
  }

  #hero-section.ens-motion-hero--video .ens-motion-eyebrow {
    margin-bottom: .65rem !important;
    font-size: .61rem !important;
    letter-spacing: .09em !important;
    line-height: 1.35 !important;
  }

  #hero-section.ens-motion-hero--video .ens-motion-hero__title {
    margin: 0 !important;
    font-size: clamp(2.35rem, 10.7vw, 3.08rem) !important;
    line-height: .98 !important;
  }

  #hero-section.ens-motion-hero--video .ens-motion-hero__lead {
    margin-top: .85rem !important;
    font-size: .91rem !important;
    line-height: 1.5 !important;
  }

  #hero-section.ens-motion-hero--video .ens-motion-chips {
    display: none !important;
  }

  #hero-section.ens-motion-hero--video .ens-motion-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr) !important;
    gap: .55rem !important;
    margin-top: 1rem !important;
  }

  #hero-section.ens-motion-hero--video .ens-motion-actions > a {
    min-width: 0 !important;
    min-height: 3.15rem !important;
    padding: .68rem .72rem !important;
    font-size: .68rem !important;
    line-height: 1.25 !important;
    text-align: center !important;
  }

  #hero-section.ens-motion-hero--video .ens-motion-button--primary {
    grid-column: 1 !important;
    order: 1 !important;
  }

  #hero-section.ens-motion-hero--video .ens-motion-link {
    grid-column: 2 !important;
    order: 2 !important;
  }

  #hero-section.ens-motion-hero--video .ens-hero-video {
    position: relative !important;
    inset: auto !important;
    z-index: 1 !important;
    order: 2 !important;
    width: 100% !important;
    height: clamp(12.8rem, 53vw, 15.2rem) !important;
    margin: 0 !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    background: #05070a !important;
    transform: none !important;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 88%, transparent 100%) !important;
    mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 88%, transparent 100%) !important;
  }

  #hero-section.ens-motion-hero--video .ens-hero-scrim,
  #hero-section.ens-motion-hero--video .ens-motion-grid {
    display: none !important;
  }
}
