/* ============================================================
   El Niño en Colombia — IDEAM
   Landing page  ·  HTML + CSS + JS
   Referencia de diseño: "Landing - web El Niño .pdf" (1440px)
   ============================================================ */

/* ---------- Tokens ---------- */
.eln-landing{
  --navy:#001d37;
  --blue:#095796;
  --teal:#1299a2;
  --deep-green:#16605b;
  --mint:#7be7d6;
  --orange:#ff751f;
  --green:#4caf50;
  --yellow:#f0a000;
  --cyan:#00b1c4;

  --bg-band:#fafbfc;
  --bg-blue:#f7fbfd;
  --bg-green:#f2f7f7;

  --container:1332px;
  --gutter:24px;

  --r-card:17px;
  --r-panel:17px;
  --r-btn:10px;
  --r-row:7px;

  --shadow-panel:0 18px 42px rgba(0,29,55,.10);
  --shadow-card:0 6px 18px rgba(0,29,55,.06);
}

/* ---------- Reset ---------- */
.eln-landing,.eln-landing *,.eln-landing *::before,.eln-landing *::after{box-sizing:border-box}
.eln-landing{
  margin:0;
  font-family:"Nunito Sans",system-ui,-apple-system,"Segoe UI",sans-serif;
  font-size:16px;
  color:var(--navy);
  background:#fff;
  line-height:1.35;
  -webkit-font-smoothing:antialiased;
}
.eln-landing img{max-width:100%;display:block}
.eln-landing h1,.eln-landing h2,.eln-landing h3,.eln-landing h4,.eln-landing h5,.eln-landing h6,.eln-landing p,.eln-landing ul,.eln-landing ol,.eln-landing li,.eln-landing figure{margin:0;padding:0}
.eln-landing ul,.eln-landing ol{list-style:none}
.eln-landing a{color:inherit;text-decoration:none}
.eln-landing button{font:inherit;color:inherit;background:none;border:0;padding:0;cursor:pointer}
/* Hereda tipografía del contenedor: anula reglas de elemento de temas host */
.eln-landing h1,.eln-landing h2,.eln-landing h3,.eln-landing h4,.eln-landing h5,.eln-landing h6,.eln-landing p,.eln-landing li,.eln-landing a,.eln-landing span,.eln-landing strong,.eln-landing em,.eln-landing summary,.eln-landing button,.eln-landing details{
  font-family:inherit;font-size:inherit;line-height:inherit;color:inherit;
}
.eln-landing .eln-container{
  width:100%;
  max-width:calc(var(--container) + var(--gutter)*2);
  margin-inline:auto;
  padding-inline:var(--gutter);
}

/* ---------- Utilidades ---------- */
.eln-landing .eln-sr-only,.eln-landing .visually-hidden{
  position:absolute!important;width:1px!important;height:1px!important;
  padding:0!important;margin:-1px!important;overflow:hidden!important;
  clip:rect(0,0,0,0)!important;clip-path:inset(50%)!important;
  white-space:nowrap!important;border:0!important;
}
.eln-landing a:focus-visible,.eln-landing button:focus-visible,.eln-landing summary:focus-visible{
  outline:3px solid var(--orange);outline-offset:3px;
}
.eln-landing .eln-c-orange{color:var(--orange)}
.eln-landing .eln-c-white{color:#fff}
.eln-landing .eln-eyebrow{
  font-size:18px;
  font-weight:800;
  letter-spacing:.01em;
  line-height:1.2;
}
.eln-landing .eln-eyebrow--blue{color:var(--blue)}
.eln-landing .eln-eyebrow--mint{color:var(--mint);letter-spacing:.04em}
.eln-landing .eln-eyebrow--darkgreen{color:var(--deep-green)}
.eln-landing .eln-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  height:49px;
  padding:0 22px;
  border-radius:var(--r-btn);
  font-size:14px;
  font-weight:400;
  color:#fff;
  transition:transform .18s ease, filter .18s ease;
}
.eln-landing .eln-btn img{width:23px;flex:none}
.eln-landing .eln-btn:hover{filter:brightness(1.08);transform:translateY(-1px)}
.eln-landing .eln-btn--blue{background:var(--blue)}
.eln-landing .eln-btn--teal{background:var(--blue);font-weight:700;font-size:13.5px;gap:16px;height:49px}
.eln-landing .eln-btn--wide{width:auto;max-width:100%;height:40px;font-weight:700;font-size:16px;gap:18px}

/* ============================================================
   HERO
   ============================================================ */
.eln-landing .eln-hero{position:relative;isolation:isolate}
.eln-landing .eln-hero__media{position:absolute;inset:0 0 auto 0;height:660px;overflow:hidden}
.eln-landing .eln-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center top}
.eln-landing .eln-hero__overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg,
    rgba(0,25,50,.42) 0%,
    rgba(0,25,50,.42) 62%,
    rgba(0,25,50,.52) 100%);
}
.eln-landing .eln-hero__inner{
  position:relative;z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) 506px;
  gap:40px;
  align-items:start;
  padding-top:94px;
  padding-inline:calc(var(--gutter) + 30px);
  min-height:660px;
}
.eln-landing .eln-hero__copy{max-width:780px}
.eln-landing .eln-hero__title{
  font-size:clamp(38px,5.5vw,79px);
  font-weight:800;
  line-height:.88;
  letter-spacing:-.005em;
  color:#fff;
}
.eln-landing .eln-hero__claim{
  margin-top:37px;
  font-size:36px;
  font-weight:700;
  line-height:1.06;
  letter-spacing:-.005em;
}
.eln-landing .eln-hero__text{
  margin-top:22px;
  max-width:612px;
  font-size:18px;
  font-weight:600;
  line-height:1.35;
  color:#fff;
}
.eln-landing .eln-hero__text:first-of-type{margin-top:22px}
.eln-landing .eln-hero__triad{
  margin-top:11px;
  font-size:24.5px;
  font-weight:600;
  letter-spacing:-.005em;
}
.eln-landing .eln-triad-1{color:#66bdbe}
.eln-landing .eln-triad-2{color:#7ed957}
.eln-landing .eln-triad-3{color:var(--orange)}

/* ---------- Tarjeta ESTADO ACTUAL ---------- */
.eln-landing .eln-status{
  margin-top:-4px;
  background:var(--navy);
  border-radius:25px;
  padding:44px 26px 46px 29px;
  color:#fff;
}
.eln-landing .eln-status__head{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.eln-landing .eln-status__kicker{
  font-size:19.5px;font-weight:700;line-height:29px;color:var(--mint);letter-spacing:.01em;
}
.eln-landing .eln-status__badge{
  display:inline-flex;align-items:center;
  height:29px;
  background:rgba(255,255,255,.18);
  border-radius:999px;
  padding:0 19px;
  font-size:13.3px;
  font-weight:400;
  white-space:nowrap;
}
.eln-landing .eln-status__alert{
  display:flex;align-items:flex-start;gap:22px;
  margin-top:30px;
  min-height:67px;
}
.eln-landing .eln-status__alert-icon{width:67px;height:67px;flex:none;margin-left:-6px}
.eln-landing .eln-status__alert p{
  margin-top:4px;
  font-size:18px;font-weight:700;line-height:1.36;
}
.eln-landing .eln-status__block{margin-top:20px}
.eln-landing .eln-status__block + .eln-status__block{margin-top:37px}
.eln-landing .eln-status__label{font-size:16px;font-weight:400;letter-spacing:.01em;line-height:1.3}
.eln-landing .eln-status__value{
  display:flex;align-items:center;gap:13px;
  margin-top:4px;
  font-size:20.8px;font-weight:700;line-height:1.15;color:var(--orange);letter-spacing:.005em;
}
.eln-landing .eln-status__value img{width:24.5px;height:auto;margin-block:0}
.eln-landing .eln-status__note{margin-top:-5px;font-size:16px;font-weight:400;line-height:1.3}
.eln-landing .eln-status__next{display:flex;align-items:flex-start;gap:18px;margin-top:35px}
.eln-landing .eln-status__next img{width:32px;height:32px;flex:none;margin-top:0}
.eln-landing .eln-status__next p{font-size:14px;line-height:1.26}

/* ============================================================
   ACCESOS RÁPIDOS
   ============================================================ */
.eln-landing .eln-quicknav-wrap{position:relative;z-index:2;margin-top:-69px}
.eln-landing .eln-quicknav-wrap > .eln-container{padding-inline:calc(var(--gutter) + 30px)}
.eln-landing .eln-quicknav{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:#fff;
  border-radius:16px;
  box-shadow:var(--shadow-panel);
  padding:30px 0 21px;
}
.eln-landing .eln-qn{
  position:relative;
  padding:0 24px 0 34px;
  display:grid;
  grid-template-columns:72px minmax(0,1fr);
  grid-template-rows:auto auto 1fr;
  column-gap:18px;
}
.eln-landing .eln-qn + .eln-qn::before{
  content:"";
  position:absolute;left:0;top:6px;bottom:12px;
  width:1px;background:#bfbfbf;
}
.eln-landing .eln-qn__icon{grid-row:1 / span 3;width:71px;height:auto;align-self:start;margin-top:2px}
.eln-landing .eln-qn__icon--map{width:71px}
.eln-landing .eln-qn__icon--venn{width:73px;margin-top:0}
.eln-landing .eln-qn__icon--folder{width:59px;margin-top:6px}
.eln-landing .eln-qn__icon--quest{width:65px;margin-top:6px}
.eln-landing .eln-qn__title{font-size:16px;font-weight:800;line-height:1.14;align-self:start}
.eln-landing .eln-qn__text{margin-top:8px;font-size:16px;font-weight:400;line-height:1.27}
.eln-landing .eln-qn__arrow{
  grid-column:2;grid-row:3;
  align-self:end;
  width:25px;height:25px;
  margin-top:16px;
  transition:transform .2s ease;
}
.eln-landing .eln-qn:hover .eln-qn__arrow{transform:translateX(5px)}

/* ============================================================
   LÍNEA DE TIEMPO
   ============================================================ */
.eln-landing .eln-timeline-sec{background:var(--bg-band);padding:90px 0 98px;margin-top:38px}
.eln-landing .eln-timeline-grid{
  display:grid;
  grid-template-columns:391px minmax(0,1fr);
  gap:0;
}
.eln-landing .eln-timeline-intro{margin-top:0}
.eln-landing .eln-timeline-intro__lead{
  margin-top:2px;
  font-size:18.5px;font-weight:600;line-height:1.1;
}
.eln-landing .eln-timeline-intro__sub{
  margin-top:12px;
  font-size:18px;font-weight:400;line-height:1.1;
}
.eln-landing .eln-timeline-intro .eln-btn{margin-top:19px}
.eln-landing .eln-timeline-scroll{position:relative;padding-right:14px}
.eln-landing .eln-timeline-year{
  position:absolute;left:-4px;top:38px;
  font-size:20.5px;font-weight:800;line-height:1;
  white-space:nowrap;
}
.eln-landing .eln-timeline{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
}
.eln-landing .eln-tl{display:flex}
.eln-landing .eln-tl__link{
  display:flex;flex-direction:column;align-items:center;text-align:center;
  width:100%;padding:0 6px;
}
.eln-landing .eln-tl__link:hover .eln-tl__title{text-decoration:underline}
.eln-landing .eln-tl__month{font-size:14px;font-weight:800;line-height:1.2;letter-spacing:.01em}
.eln-landing .eln-tl__rail{
  position:relative;
  display:block;width:100%;height:35px;margin-top:23px;
}
.eln-landing .eln-tl__rail::before{
  content:"";position:absolute;top:50%;left:50%;right:-50%;
  height:3px;margin-top:-1.5px;background:var(--line);
}
.eln-landing .eln-tl:last-child .eln-tl__rail::before{display:none}
.eln-landing .eln-tl__dot{
  position:absolute;top:0;left:50%;transform:translateX(-50%);
  width:35px;height:35px;border-radius:50%;background:var(--dot);
}
.eln-landing .eln-tl__title{margin-top:6px;padding-top:8px;font-size:16px;font-weight:700;line-height:1.15}
.eln-landing .eln-tl__text{margin-top:7px;font-size:14px;font-weight:400;line-height:1.3}

/* ============================================================
   VIDEO + ¿QUÉ PUEDE SIGNIFICAR?
   ============================================================ */
.eln-landing .eln-explain-sec{padding:38px 0 0}
.eln-landing .eln-explain-grid{
  display:grid;
  grid-template-columns:390px minmax(0,1fr);
  gap:53px;
  align-items:stretch;
}
.eln-landing .eln-videocard{
  position:relative;
  border-radius:var(--r-card);
  background:linear-gradient(90deg,#033454 0%,#6b8194 100%);
  padding:41px 40px 41px;
  color:#fff;
  min-height:330px;
}
.eln-landing .eln-videocard__title{margin-top:22px;font-size:24.5px;font-weight:700;letter-spacing:-.005em}
.eln-landing .eln-videocard__text{
  margin-top:20px;max-width:206px;
  font-size:16.4px;font-weight:400;line-height:1.13;
}
.eln-landing .eln-videocard__play{
  display:block;
  position:absolute;right:44px;bottom:136px;
  width:73px;height:73px;
  border-radius:50%;
  transition:transform .2s ease;
}
.eln-landing .eln-videocard__play img{width:100%;height:auto}
.eln-landing .eln-videocard__play:hover{transform:scale(1.07)}

/* --- Modal del video --- */
.eln-landing .eln-video-modal{
  width:100vw;max-width:100vw;height:100vh;height:100dvh;max-height:100dvh;
  margin:0;padding:0;border:0;
  background:rgba(0,20,40,.86);
  color:#fff;
}
.eln-landing .eln-video-modal::backdrop{background:rgba(0,20,40,.86)}
.eln-landing .eln-video-modal[open]{display:flex;align-items:center;justify-content:center}
.eln-landing .eln-video-modal__inner{width:min(1040px,92vw)}
.eln-landing .eln-video-modal__close{
  display:flex;align-items:center;gap:8px;
  margin:0 0 12px auto;
  padding:8px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  color:#fff;font-size:15px;font-weight:700;
  transition:background .18s ease;
}
.eln-landing .eln-video-modal__close span{font-size:22px;line-height:1}
.eln-landing .eln-video-modal__close:hover{background:rgba(255,255,255,.3)}
.eln-landing .eln-video-modal__frame{
  position:relative;aspect-ratio:16/9;
  border-radius:var(--r-card);overflow:hidden;background:#000;
}
.eln-landing .eln-video-modal__frame iframe{
  position:absolute;inset:0;width:100%;height:100%;border:0;display:block;
}
.eln-landing .eln-meaning{
  background:var(--bg-blue);
  border-radius:var(--r-panel);
  padding:26px 40px 19px;
}
.eln-landing .eln-meaning__lead{margin-top:5px;font-size:16px;font-weight:400;line-height:1.4}
.eln-landing .eln-meaning__grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:27px;
  margin-top:9px;
}
.eln-landing .eln-mcard{
  background:#fff;
  border-radius:var(--r-card);
  min-height:159px;
  padding:20px 12px 0;
  display:flex;flex-direction:column;align-items:center;
  text-align:center;
}
.eln-landing .eln-mcard img{width:auto;margin-top:auto}
.eln-landing .eln-mcard .eln-ico-temp{height:66px}
.eln-landing .eln-mcard .eln-ico-rain{height:62px}
.eln-landing .eln-mcard .eln-ico-water{height:50px}
.eln-landing .eln-mcard .eln-ico-fire{height:55px}
.eln-landing .eln-mcard p{margin-top:0;padding-top:4px;height:69px;font-size:15.3px;font-weight:600;line-height:1.05}
.eln-landing .eln-meaning .eln-btn--wide{margin:17px auto 0;display:flex}

/* ============================================================
   TERRITORIO · SECTORES · FAQ
   ============================================================ */
.eln-landing .eln-main-sec{padding:47px 0 0}
.eln-landing .eln-main-grid{
  display:grid;
  grid-template-columns:minmax(0,870fr) minmax(0,435fr);
  gap:27px;
  align-items:start;
}
.eln-landing .eln-main-col{display:grid;gap:27px}
.eln-landing .eln-panel{border-radius:var(--r-panel)}
.eln-landing .eln-panel--green{background:var(--bg-green)}
.eln-landing .eln-panel--blue{background:var(--bg-blue)}

/* --- Territorio --- */
.eln-landing .eln-territory{display:grid;grid-template-columns:minmax(0,1fr) 361px;gap:20px}
.eln-landing .eln-territory__copy{padding:43px 0 54px 40px}
.eln-landing .eln-territory__text{margin-top:15px;font-size:17px;font-weight:400;line-height:1.12;max-width:386px}
.eln-landing .eln-selects{margin-top:33px;display:grid;gap:22px;max-width:389px}
.eln-landing .eln-selects li{display:flex}
.eln-landing .eln-select{
  flex:1;
  display:flex;align-items:center;
  min-height:35px;
  padding:6px 15px;
  border-radius:var(--r-row);
  background:var(--teal);
  color:#fff;font-size:15px;font-weight:700;
  text-align:left;
  transition:filter .18s ease;
}
.eln-landing .eln-select:hover{filter:brightness(1.07)}
.eln-landing .eln-territory__cta{margin-top:26px}
.eln-landing .eln-territory__map{
  align-self:start;
  width:307px;height:auto;
  margin:43px 54px 43px 0;
  justify-self:end;
}

/* --- Sectores --- */
.eln-landing .eln-sectors{padding:34px 40px 65px}
.eln-landing .eln-sectors__q{margin-top:7px;font-size:17px;font-weight:500;line-height:1.2;color:var(--deep-green)}
.eln-landing .eln-sectors__lead{margin-top:25px;font-size:17px;font-weight:400;line-height:1.06}
.eln-landing .eln-sectors__list{margin-top:36px;display:grid;gap:43px}
.eln-landing .eln-sectors__list img{width:auto;height:auto}
.eln-landing .eln-sectors__list .eln-s-agro{width:52px}
.eln-landing .eln-sectors__list .eln-s-water{width:47px}
.eln-landing .eln-sectors__list .eln-s-energy{width:47px}
.eln-landing .eln-sectors__list .eln-s-alert{width:49px}
.eln-landing .eln-sectors__list .eln-s-health{width:47px}
.eln-landing .eln-sectors__list h3{margin-top:0;font-size:17px;font-weight:700;line-height:1.06}
.eln-landing .eln-sectors__list .eln-sec-agro{color:var(--green)}
.eln-landing .eln-sectors__list .eln-sec-water{color:var(--blue)}
.eln-landing .eln-sectors__list .eln-sec-energy{color:var(--yellow)}
.eln-landing .eln-sectors__list .eln-sec-alert{color:var(--cyan)}
.eln-landing .eln-sectors__list .eln-sec-health{color:var(--blue)}
.eln-landing .eln-sectors__list p{margin-top:0;font-size:17px;font-weight:400;line-height:1.06}
.eln-landing .eln-sectors__vars{line-height:1.24}
.eln-landing .eln-sectors__vars a{
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
  text-decoration-color:rgba(0,29,55,.30);
  transition:text-decoration-color .18s ease,color .18s ease;
}
.eln-landing .eln-sectors__vars a:hover{color:var(--teal);text-decoration-color:currentColor}

/* --- FAQ --- */
.eln-landing .eln-panel--blue{padding:21px 40px 40px 40px}
.eln-landing .eln-faq{margin-top:28px}
.eln-landing .eln-faq__col{display:grid;gap:11px;align-content:start}
.eln-landing .eln-faq__item{
  margin:0.5rem;
  background:#fff;
  border-radius:var(--r-row);
}
.eln-landing .eln-faq__item summary{
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  min-height:35px;
  padding:6px 16px 6px 15px;
  font-size:15px;font-weight:400;
  cursor:pointer;
  list-style:none;
}
.eln-landing .eln-faq__item summary::-webkit-details-marker{display:none}
.eln-landing .eln-faq__item summary i{
  font-style:normal;font-weight:700;font-size:17px;line-height:1;
  transition:transform .2s ease;
}
.eln-landing .eln-faq__item i::before{content:"+"}
.eln-landing .eln-faq__item[open] summary i{transform:rotate(45deg)}
.eln-landing .eln-faq__item p{
  padding:0 16px 14px;
  font-size:14px;font-weight:400;line-height:1.45;
}
.eln-landing .eln-faq__item:not([open]) p{display:none}
.eln-landing .eln-simon{display:block;margin-top:14px;text-align:right;color:var(--blue)}
.eln-landing .eln-simon:hover .eln-simon__title{text-decoration:underline}
.eln-landing .eln-simon__title{
  display:flex;justify-content:flex-end;align-items:center;gap:12px;
  font-size:14.5px;font-weight:700;line-height:1.15;
}
.eln-landing .eln-simon__title img{width:26px;height:auto}
.eln-landing .eln-simon__sub{display:block;margin-top:1px;font-size:13px;font-weight:400;line-height:1.2;color:var(--navy)}

/* ============================================================
   INFORMACIÓN OFICIAL
   ============================================================ */
.eln-landing .eln-official{background:var(--bg-band);padding:38px 0 42px;margin-top:29px}
.eln-landing .eln-official__lead{margin-top:12px;font-size:17px;font-weight:400;line-height:1.4}
.eln-landing .eln-official__grid{
  margin-top:39px;
  display:grid;grid-template-columns:repeat(6,1fr);gap:27px;
}
.eln-landing .eln-ocard{
  background:#fff;
  border-radius:var(--r-panel);
  box-shadow:var(--shadow-card);
  display:flex;
  min-height:202px;
  text-align:center;
  transition:box-shadow .18s ease;
}
.eln-landing .eln-ocard:hover{box-shadow:0 10px 26px rgba(0,29,55,.12)}
.eln-landing .eln-ocard:hover h3{text-decoration:underline}
.eln-landing .eln-ocard__link{flex:1;padding:24px 20px 26px}
.eln-landing .eln-ocard h3{font-size:15.5px;font-weight:700;line-height:1.22}
.eln-landing .eln-ocard p{margin-top:20px;font-size:15.5px;font-weight:400;line-height:1.3;text-align:left}

/* ============================================================
   FOOTER
   ============================================================ */
.eln-landing .eln-footer{background:var(--navy);color:#fff;padding:62px 0 49px}
.eln-landing .eln-footer__inner{
  display:flex;align-items:center;justify-content:space-between;gap:40px;
  padding-left:calc(var(--gutter) + 14px);
}
.eln-landing .eln-footer__lead{font-size:18.5px;font-weight:400}
.eln-landing .eln-footer__lead strong{font-weight:700}
.eln-landing .eln-footer__text{margin-top:8px;font-size:16.5px;font-weight:400}
.eln-landing .eln-footer .eln-btn--teal{flex:none}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:1340px){
.eln-landing .eln-hero__inner{grid-template-columns:minmax(0,1fr) 456px;gap:32px}
.eln-landing .eln-status{padding:40px 28px 36px}
.eln-landing .eln-qn{padding:0 24px}
.eln-landing .eln-timeline-grid{grid-template-columns:340px minmax(0,1fr);gap:40px}
.eln-landing .eln-explain-grid{grid-template-columns:340px minmax(0,1fr);gap:34px}
.eln-landing .eln-territory__copy{padding:40px 0 38px 30px}
.eln-landing .eln-sectors{padding:38px 30px 40px}
.eln-landing .eln-panel--blue{padding:30px 24px 30px 30px}
.eln-landing .eln-btn--wide{width:100%}
}

@media (max-width:1100px){
.eln-landing .eln-hero__inner{
    grid-template-columns:minmax(0,1fr);
    padding-top:72px;
    padding-inline:var(--gutter);
    min-height:0;
    gap:44px;
  }
.eln-landing .eln-hero__media{height:100%}
.eln-landing .eln-hero{padding-bottom:56px}
.eln-landing .eln-status{max-width:560px}
.eln-landing .eln-quicknav-wrap{margin-top:26px}
.eln-landing .eln-quicknav{grid-template-columns:repeat(2,1fr);gap:34px 0;padding:32px 28px}
.eln-landing .eln-qn + .eln-qn::before{display:none}
.eln-landing .eln-qn:nth-child(even)::before{content:"";display:block;position:absolute;left:0;top:6px;bottom:6px;width:1px;background:#bfbfbf}
.eln-landing .eln-timeline-grid{grid-template-columns:minmax(0,1fr);gap:36px}
.eln-landing .eln-timeline-scroll{overflow-x:auto;padding:0 0 14px;-webkit-overflow-scrolling:touch}
.eln-landing .eln-timeline-year{position:static;display:block;margin:0 0 14px;font-size:19px}
.eln-landing .eln-timeline{min-width:900px}
.eln-landing .eln-explain-grid{grid-template-columns:minmax(0,1fr);gap:28px}
.eln-landing .eln-videocard{min-height:0;padding:38px 150px 38px 32px}
.eln-landing .eln-videocard__play{right:36px;top:50%;bottom:auto;transform:translateY(-50%)}
.eln-landing .eln-videocard__play:hover{transform:translateY(-50%) scale(1.07)}
.eln-landing .eln-videocard__text{max-width:32em}
.eln-landing .eln-main-grid{grid-template-columns:minmax(0,1fr)}
.eln-landing .eln-official__grid{grid-template-columns:repeat(3,1fr)}
.eln-landing .eln-footer__inner{flex-direction:column;align-items:flex-start;padding-left:var(--gutter)}
}

@media (max-width:760px){
.eln-landing{--gutter:20px}
.eln-landing .eln-btn{height:auto;min-height:46px;padding:12px 18px;text-align:center}
.eln-landing .eln-btn--wide{height:auto}
.eln-landing .eln-hero__inner{padding-top:56px;gap:34px}
.eln-landing .eln-hero{padding-bottom:44px}
.eln-landing .eln-hero__claim{margin-top:32px;font-size:26px}
.eln-landing .eln-hero__title{line-height:.94}
.eln-landing .eln-hero__text{font-size:16px}
.eln-landing .eln-hero__triad{font-size:20px}
.eln-landing .eln-status{padding:32px 22px 30px;border-radius:20px}
.eln-landing .eln-status__kicker{font-size:18px}
.eln-landing .eln-status__badge{height:auto;font-size:12.5px;padding:6px 14px;border-radius:14px;white-space:normal}
.eln-landing .eln-status__alert{gap:16px}
.eln-landing .eln-status__alert-icon{width:54px;height:54px}
.eln-landing .eln-status__alert p{font-size:16.5px}
.eln-landing .eln-quicknav{grid-template-columns:1fr;gap:26px;padding:26px 22px}
.eln-landing .eln-qn{padding:0}
.eln-landing .eln-qn:nth-child(even)::before{display:none}
.eln-landing .eln-qn + .eln-qn{border-top:1px solid #e2e6ea;padding-top:26px}
.eln-landing .eln-timeline-sec{padding:56px 0 60px;margin-top:28px}
.eln-landing .eln-timeline{min-width:760px}
.eln-landing .eln-timeline-year{font-size:18px}
.eln-landing .eln-meaning{padding:30px 22px 24px}
.eln-landing .eln-meaning__grid{grid-template-columns:repeat(2,1fr);gap:16px}
.eln-landing .eln-mcard{min-height:0;padding:20px 12px 18px}
.eln-landing .eln-mcard img{margin-top:0}
.eln-landing .eln-mcard p{height:auto;padding-top:12px}
.eln-landing .eln-videocard{padding:32px 22px 110px}
.eln-landing .eln-videocard__play{right:24px;top:auto;bottom:26px;transform:none;width:62px;height:62px}
.eln-landing .eln-videocard__play:hover{transform:scale(1.06)}
.eln-landing .eln-videocard__text{max-width:none}
.eln-landing .eln-select{font-size:14px;padding-right:44px}
.eln-landing .eln-territory{grid-template-columns:minmax(0,1fr)}
.eln-landing .eln-territory__cta{width:100%}
.eln-landing .eln-territory__copy{padding:32px 22px 8px}
.eln-landing .eln-selects{max-width:none}
.eln-landing .eln-territory__map{margin:8px auto 32px;justify-self:center;width:230px}
.eln-landing .eln-sectors{padding:32px 22px 36px}
.eln-landing .eln-panel--blue{padding:28px 22px}
.eln-landing .eln-simon{text-align:left;margin-top:22px}
.eln-landing .eln-official{padding:46px 0 54px}
.eln-landing .eln-official__grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:30px}
.eln-landing .eln-ocard{min-height:0}
.eln-landing .eln-ocard__link{padding:20px 16px 22px}
.eln-landing .eln-ocard p{margin-top:14px}
.eln-landing .eln-footer{padding:38px 0 42px}
.eln-landing .eln-footer__lead{font-size:17px}
.eln-landing .eln-footer__text{font-size:15px}
.eln-landing .eln-btn--teal{width:100%}
}

@media (max-width:460px){
.eln-landing .eln-official__grid{grid-template-columns:1fr}
.eln-landing .eln-meaning__grid{grid-template-columns:1fr}
.eln-landing .eln-btn{font-size:13px;padding:0 18px;gap:14px}
}

@media (prefers-reduced-motion:reduce){
.eln-landing,.eln-landing *{transition:none!important;animation:none!important}
}

/* ============================================================
   BLINDAJE FRENTE AL TEMA
   scss/ideam.css fuerza con !important font-size / font-weight /
   line-height sobre h1–h6 (y sobre .page-node-type-* h1/h2).
   Aquí se devuelve el control a las clases de la landing.
   ============================================================ */
.eln-landing h1,.eln-landing h2,.eln-landing h3,
.eln-landing h4,.eln-landing h5,.eln-landing h6{
  font-family:inherit!important;
  margin:0!important;
}
.eln-landing .eln-hero__title{
  font-size:clamp(38px,5.5vw,79px)!important;font-weight:800!important;line-height:.88!important;
}
.eln-landing .eln-status__kicker{
  font-size:19.5px!important;font-weight:700!important;line-height:29px!important;
}
.eln-landing .eln-eyebrow{font-size:18px!important;font-weight:800!important;line-height:1.2!important}
.eln-landing .eln-qn__title{font-size:16px!important;font-weight:800!important;line-height:1.14!important}
.eln-landing .eln-tl__title{
  font-size:16px!important;font-weight:700!important;line-height:1.15!important;padding-top:8px!important;
}
.eln-landing .eln-videocard__title{font-size:24.5px!important;font-weight:700!important;line-height:1.35!important}
.eln-landing .eln-sectors__list h3{font-size:17px!important;font-weight:700!important;line-height:1.06!important}
.eln-landing .eln-ocard h3{font-size:15.5px!important;font-weight:700!important;line-height:1.22!important}

@media (max-width:760px){
  .eln-landing .eln-hero__title{line-height:.94!important}
}
