/* =========================================================
   NOVIS Home 2026 — HOME (scoped)
   ========================================================= */

#home-2026{ padding-top: 0; }

/* =========================
   ESCENA 1 — HERO SLIDER
   ========================= */
#home-2026 .h26-hero{ position: relative; width: 100%; }

#home-2026 .h26-hero__viewport{
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 640px;
  overflow: hidden;
  background: #050731;
}
@supports not (height: 100svh){
  #home-2026 .h26-hero__viewport{ height: 100vh; }
}
#home-2026 .h26-hero__track{
  height: 100%;
  display: flex;
  will-change: transform;
  transform: translateX(0%);
  transition: transform 650ms ease;
}
#home-2026 .h26-hero__slide{
  position: relative;
  flex: 0 0 100%;
  height: 100%;
  overflow: hidden;
}
#home-2026 .h26-hero__bg{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  transform: scale(1.02);
}
#home-2026 .h26-hero__shade{ display: none !important; }

#home-2026 .h26-hero__inner{
  position: relative;
  z-index: 2;
  height: 100%;
  padding-top: var(--n26-headerH);
  padding-bottom: clamp(28px, 4vw, 60px) !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1200px;
}

#home-2026 .h26-hero__layout{
  display: grid;
  gap: clamp(18px, 3vw, 44px);
}
@media (min-width: 960px){
  #home-2026 .h26-hero__layout{
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
  }
}
#home-2026 .h26-hero__col--right{ min-height: 1px; }

#home-2026 .h26-hero__kicker{
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: var(--n26-w-semibold);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.88);
}
#home-2026 .h26-hero__title{
  margin: 0 0 12px;
  color: #fff;
  font-weight: var(--n26-w-bold);
  line-height: 1.06;
  font-size: clamp(28px, 3.7vw, 54px);
  text-shadow: 0 10px 26px rgba(0,0,0,.45);
}
#home-2026 .h26-hero__title span{
  font-weight: var(--n26-w-regular);
  color: rgba(255,255,255,.92);
}
#home-2026 .h26-hero__note{
  margin: 0 0 14px;
  color: rgba(255,255,255,.92);
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 1.45;
  text-shadow: 0 8px 20px rgba(0,0,0,.35);
  max-width: 54ch;
}
#home-2026 .h26-hero__ctas{
  display: flex;
  flex-wrap: wrap;
  gap: 12px 12px;
  align-items: center;
  margin-top: 10px;
}
#home-2026 .h26-hero__bullets{
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  max-width: 56ch;
}
#home-2026 .h26-hero__bullets li{
  position: relative;
  padding-left: 18px;
  font-size: clamp(14px, 1.1vw, 17px);
  line-height: 1.35;
  text-shadow: 0 8px 20px rgba(0,0,0,.35);
  color: rgba(255,255,255,.94) !important;
}
#home-2026 .h26-hero__bullets li::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(40,114,221,.95);
  position: absolute;
  left: 0;
  top: 9px;
}

@media (max-width: 960px){
  #home-2026 .h26-hero__bg{ object-position: 70% center; }
  #home-2026 .h26-hero__inner{ justify-content: flex-end; padding-bottom: 44px !important; }
}
@media (max-width: 640px){
  #home-2026 .h26-hero__viewport{ min-height: 620px; }
  #home-2026 .h26-hero__inner{ padding-top: calc(var(--n26-headerH) + 14px); }
  #home-2026 .h26-hero__layout{ grid-template-columns: 1fr; }
  #home-2026 .h26-hero__col--right{ display: none; }
}

/* Animación del hero */
#home-2026 .anim{
  opacity: 0;
  transform: translateY(14px);
  filter: blur(2px);
  will-change: transform, opacity, filter;
}
#home-2026 .h26-hero__slide.is-active .anim{
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  transition: opacity 500ms ease, transform 650ms cubic-bezier(.2,.8,.2,1), filter 650ms ease;
}
#home-2026 .h26-hero__slide.is-active .anim.a1{ transition-delay: 70ms; }
#home-2026 .h26-hero__slide.is-active .anim.a2{ transition-delay: 140ms; }
#home-2026 .h26-hero__slide.is-active .anim.a3{ transition-delay: 210ms; }
#home-2026 .h26-hero__slide.is-active .anim.a4{ transition-delay: 280ms; }

/* =========================
   ESCENA 2
   ========================= */
#home-2026 .h26-sc2{
  background: #fff;
  padding: clamp(70px, 7vw, 110px) 0 clamp(80px, 8vw, 130px) 0;
}
#home-2026 .h26-sc2__wrap{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
#home-2026 .h26-sc2__top{
  text-align: center;
  max-width: 1040px;
  margin: 0 auto clamp(44px, 5vw, 76px) auto;
}
#home-2026 .h26-sc2__title{
  margin: 0 0 18px;
  font-size: clamp(30px, 3.8vw, 56px);
  line-height: 1.12;
  font-weight: var(--n26-w-regular);
  color: var(--n26-ink);
}
#home-2026 .h26-sc2__title span{
  color: var(--n26-blue);
  font-weight: var(--n26-w-bold);
}
#home-2026 .h26-sc2__lead{
  margin: 0;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.6;
  color: rgba(5,7,49,.75);
  max-width: 80ch;
  margin-inline: auto;
}
#home-2026 .h26-sc2__bottom{
  display: grid;
  gap: clamp(22px, 3.6vw, 70px);
  align-items: center;
}
@media (min-width: 980px){
  #home-2026 .h26-sc2__bottom{ grid-template-columns: 1fr 1fr; }
}
#home-2026 .h26-sc2__line{
  width: 56px;
  height: 3px;
  border-radius: 999px;
  background: var(--n26-blue);
  margin-bottom: 18px;
}
#home-2026 .h26-sc2__sub{
  margin: 0 0 18px;
  font-size: clamp(16px, 1.35vw, 18px);
  font-weight: var(--n26-w-semibold);
  color: var(--n26-ink);
}
#home-2026 .h26-sc2__bullets{
  margin: 0;
  padding-left: 22px;
  list-style: disc;
  color: rgba(0,0,0,.88);
}
#home-2026 .h26-sc2__bullets li{
  margin: 10px 0;
  font-size: clamp(14px, 1.18vw, 17px);
  line-height: 1.55;
}
#home-2026 .h26-sc2__media{
  position: relative;
  margin: 0;
  width: 100%;
  display: grid;
  place-items: center;
  min-height: 420px;
}
#home-2026 .h26-sc2__media::before{
  content: "";
  position: absolute;
  width: min(420px, 80%);
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  background: var(--n26-blue);
  z-index: 0;
  transform: translate(22%, 14%);
}
#home-2026 .h26-sc2__media img{
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  height: auto;
  filter: drop-shadow(0 28px 40px rgba(0,0,0,.18));
}

/* =========================
   ESCENA 3
   ========================= */
#home-2026 .h26-sc3{
  background: #fff;
  padding: clamp(70px, 7vw, 110px) 0 clamp(80px, 8vw, 130px) 0;
}
#home-2026 .h26-sc3__wrap{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
#home-2026 .h26-sc3__grid{
  display: grid;
  gap: clamp(22px, 3.6vw, 70px);
  align-items: center;
}
@media (min-width: 980px){
  #home-2026 .h26-sc3__grid{ grid-template-columns: 1fr 1fr; }
}
#home-2026 .h26-sc3__stack{
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  height: clamp(360px, 38vw, 520px);
  transform-style: preserve-3d;
}
#home-2026 .h26-sc3__layer{
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 26px 60px rgba(0,0,0,.16);
  will-change: transform;
  transform: translate3d(0,0,0);
}
#home-2026 .h26-sc3__layer img{ display:block; width:100%; height:auto; }
#home-2026 .h26-sc3__layer:nth-child(1){ width: 42%; left: 0%; top: 18%; z-index: 1; }
#home-2026 .h26-sc3__layer:nth-child(2){ width: 56%; left: 30%; top: 0%; z-index: 2; }
#home-2026 .h26-sc3__layer:nth-child(3){ width: 52%; left: 18%; top: 46%; z-index: 3; }

#home-2026 .h26-sc3__line{
  width: 56px;
  height: 3px;
  border-radius: 999px;
  background: var(--n26-blue);
  margin-bottom: 18px;
}
#home-2026 .h26-sc3__title{
  margin: 0 0 18px;
  font-size: clamp(22px, 2.3vw, 30px);
  line-height: 1.25;
  font-weight: var(--n26-w-bold);
  color: var(--n26-ink);
}
#home-2026 .h26-sc3__bullets{
  margin: 0;
  padding-left: 22px;
  list-style: disc;
  color: rgba(0,0,0,.88);
}
#home-2026 .h26-sc3__bullets li{
  margin: 10px 0;
  font-size: clamp(14px, 1.18vw, 17px);
  line-height: 1.55;
}
@media (max-width: 980px){
  #home-2026 .h26-sc3__stack{ height: 420px; }
}

/* =========================
   ESCENA 4 — MARQUEE
   ========================= */
#home-2026 .h26-sc4{
  background: #fff;
  padding: clamp(24px, 3vw, 44px) 0 clamp(30px, 3.5vw, 54px) 0;
  overflow: hidden;
}
#home-2026 .h26-marquee{ width: 100%; overflow: hidden; white-space: nowrap; }
#home-2026 .h26-marquee__inner{
  display: inline-flex;
  width: max-content;
  will-change: transform;
  animation: h26-marquee-left var(--dur, 34s) linear infinite;
}
#home-2026 .h26-marquee__inner--rev{ animation-name: h26-marquee-right; }
#home-2026 .h26-marquee__track{
  display: inline-flex;
  align-items: baseline;
  gap: clamp(44px, 5vw, 84px);
  padding-inline: clamp(16px, 3vw, 42px);
}
#home-2026 .h26-marquee__word{
  display: inline-block;
  font-weight: var(--n26-w-bold);
  font-size: clamp(56px, 9vw, 150px);
  line-height: 1;
  letter-spacing: -0.02em;
}
#home-2026 .h26-marquee--solid .h26-marquee__word{ color: var(--n26-ink); }
#home-2026 .h26-marquee--outline{ margin-top: clamp(18px, 2.2vw, 28px); }
#home-2026 .h26-marquee--outline .h26-marquee__word{
  color: transparent;
  -webkit-text-stroke: 2px rgba(40,114,221,.35);
  text-stroke: 2px rgba(40,114,221,.35);
  font-weight: var(--n26-w-bold);
}
@keyframes h26-marquee-left{ from{ transform: translateX(0); } to{ transform: translateX(-50%); } }
@keyframes h26-marquee-right{ from{ transform: translateX(-50%); } to{ transform: translateX(0); } }
@media (prefers-reduced-motion: reduce){
  #home-2026 .h26-marquee__inner{ animation: none !important; transform: none !important; }
}

/* =========================
   ESCENA 5 — BG + 2 COLS + ACCORDION
   ========================= */
#home-2026 .h26-sc5{
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: clamp(72px, 7vw, 120px) 0;
  background: #050731;
}

#home-2026 .h26-sc5__bg{
  position: absolute;
  inset: 0;
  z-index: 0;
}
#home-2026 .h26-sc5__bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  filter: saturate(1.02);
}
#home-2026 .h26-sc5::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    radial-gradient(70% 80% at 20% 40%, rgba(40,114,221,.55) 0%, rgba(5,7,49,.0) 55%),
    linear-gradient(90deg, rgba(5,7,49,.78) 0%, rgba(5,7,49,.55) 52%, rgba(5,7,49,.35) 100%);
}

#home-2026 .h26-sc5__wrap{
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

#home-2026 .h26-sc5__grid{
  display: grid;
  gap: clamp(20px, 3.2vw, 44px);
  align-items: start;
}
@media (min-width: 980px){
  #home-2026 .h26-sc5__grid{
    grid-template-columns: 1.05fr .95fr;
    align-items: start;
  }
}

#home-2026 .h26-sc5__accent{
  width: 46px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  margin-bottom: 18px;
  opacity: .9;
}

#home-2026 .h26-sc5__title{
  margin: 0 0 16px;
  font-size: clamp(30px, 3.8vw, 58px);
  line-height: 1.06;
  letter-spacing: -0.02em;
  font-weight: var(--n26-w-bold);
  text-shadow: 0 16px 34px rgba(0,0,0,.35);
}
#home-2026 .h26-sc5__title span{
  font-weight: var(--n26-w-regular);
  color: rgba(255,255,255,.92);
}

#home-2026 .h26-sc5__lead{
  margin: 0 0 22px;
  max-width: 60ch;
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 1.55;
  color: rgba(255,255,255,.92);
  text-shadow: 0 12px 26px rgba(0,0,0,.28);
}

#home-2026 .h26-sc5__ctas{
  display:flex;
  flex-wrap:wrap;
  gap: 12px;
  margin-top: 8px;
}

/* Accordion container */
#home-2026 .h26-acc{
  border: 2px solid rgba(255,255,255,.22);
  border-radius: 10px;
  background: rgba(5,7,49,.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;
}

#home-2026 .h26-acc__item + .h26-acc__item{
  border-top: 2px solid rgba(255,255,255,.12);
}

#home-2026 .h26-acc__trigger{
  width: 100%;
  background: transparent;
  border: 0;
  color: #fff;
  padding: 22px 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  text-align: left;
}

#home-2026 .h26-acc__t{
  font-size: clamp(16px, 1.4vw, 22px);
  line-height: 1.2;
  font-weight: var(--n26-w-bold);
}

#home-2026 .h26-acc__i{
  width: 18px;
  height: 18px;
  position: relative;
  opacity: .9;
  flex: 0 0 auto;
}
#home-2026 .h26-acc__i::before,
#home-2026 .h26-acc__i::after{
  content:"";
  position:absolute;
  inset: 0;
  margin:auto;
  width: 18px;
  height: 2px;
  background: rgba(255,255,255,.9);
  border-radius: 99px;
}
#home-2026 .h26-acc__i::after{
  transform: rotate(90deg);
  transition: transform 260ms ease, opacity 260ms ease;
}

/* Panel animado con grid rows */
#home-2026 .h26-acc__panel{
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 380ms cubic-bezier(.2,.8,.2,1);
}
#home-2026 .h26-acc__panelInner{
  overflow: hidden;
  padding: 0 22px 0 22px;
}
#home-2026 .h26-acc__panelInner p{
  margin: 0;
  padding: 0 0 22px 0;
  color: rgba(255,255,255,.9);
  line-height: 1.55;
  font-size: clamp(14px, 1.1vw, 17px);
}

/* Open state */
#home-2026 .h26-acc__item.is-open .h26-acc__panel{
  grid-template-rows: 1fr;
}
#home-2026 .h26-acc__item.is-open .h26-acc__i::after{
  transform: rotate(90deg);
  opacity: 0;
}

@media (max-width: 980px){
  #home-2026 .h26-sc5::before{
    background:
      radial-gradient(70% 80% at 50% 20%, rgba(40,114,221,.45) 0%, rgba(5,7,49,.0) 60%),
      linear-gradient(180deg, rgba(5,7,49,.78) 0%, rgba(5,7,49,.55) 55%, rgba(5,7,49,.45) 100%);
  }
}

/* =========================
   Reveal (solo si JS está activo)
   ========================= */
.n26-js #home-2026 .n26-reveal{
  opacity: 0;
  transform: translateY(18px);
  filter: blur(2px);
  will-change: transform, opacity, filter;
}
.n26-js #home-2026 .n26-reveal.is-inview{
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  transition: opacity 520ms ease, transform 720ms cubic-bezier(.2,.8,.2,1), filter 720ms ease;
  transition-delay: var(--d, 0ms);
}
@media (prefers-reduced-motion: reduce){
  .n26-js #home-2026 .n26-reveal,
  .n26-js #home-2026 .n26-reveal.is-inview{
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
  #home-2026 .h26-acc__panel{ transition: none !important; }
}