/* ML Energy Hero Slider FIX v2.6.0 */
.mlh2{--green:#48ad4b;--dark:#050505;--muted:#3d4147;--line:#e8ece8;font-family:inherit;position:relative;width:min(1480px,calc(100vw - 80px))!important;max-width:none!important;margin:52px 0 54px 50%!important;transform:translateX(-50%)!important;box-sizing:border-box;z-index:1}.mlh2 *{box-sizing:border-box}.mlh2__stage{touch-action:pan-y;user-select:none;position:relative;min-height:600px;border-radius:24px;overflow:visible;background:#fff;box-shadow:0 26px 80px rgba(20,35,25,.08)}.mlh2__slide{position:absolute;inset:0;display:grid;grid-template-columns:minmax(590px,48%) 1fr;min-height:600px;border-radius:24px;overflow:hidden;opacity:0;pointer-events:none;transition:opacity .45s ease;background:#fff}.mlh2__slide.is-active{opacity:1;pointer-events:auto;position:relative}.mlh2__copy{position:relative;z-index:3;padding:84px 44px 58px 78px;display:flex;flex-direction:column;align-items:flex-start;max-width:710px}.mlh2__eyebrow{display:inline-flex;align-items:center;gap:8px;padding:11px 20px;border-radius:999px;background:#edf8ef;color:var(--green);font-weight:700;text-transform:uppercase;letter-spacing:.01em;font-size:13px;line-height:1;margin-bottom:34px}.mlh2__title{margin:0 0 8px!important;color:var(--dark);font-size:clamp(48px,4.05vw,66px)!important;line-height:1.02!important;letter-spacing:-.045em!important;font-weight:500!important}.mlh2__title span{color:var(--green);font-weight:800}.mlh2__subtitle{color:var(--dark);font-size:clamp(34px,2.75vw,46px);line-height:1.12;letter-spacing:-.04em;font-weight:400;max-width:620px;margin-bottom:26px}.mlh2__text{color:#343840!important;font-size:17px!important;line-height:1.7!important;max-width:565px;margin:0 0 30px!important;font-weight:400!important}.mlh2__actions{display:flex;gap:18px;flex-wrap:nowrap;margin-bottom:34px;align-items:center}.mlh2__btn{min-height:60px;padding:0 32px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:18px;text-decoration:none!important;font-size:15px;font-weight:700;transition:.2s ease;white-space:nowrap}.mlh2__btn--primary{min-width:190px;background:var(--green);color:#fff!important;box-shadow:0 12px 22px rgba(72,173,75,.18)}.mlh2__btn--secondary{min-width:330px;background:#fff;color:#161616!important;border:1px solid #d9ded9}.mlh2__btn:hover{transform:translateY(-2px)}.mlh2__meta{display:flex;align-items:baseline;gap:8px;margin-top:auto;color:#111}.mlh2__meta strong{font-size:26px;color:var(--green);line-height:1;font-weight:800}.mlh2__meta span{font-size:18px}.mlh2__progress{display:flex;gap:9px;margin-top:17px;width:440px;max-width:100%}.mlh2__progress span{display:block;height:4px;flex:1;border-radius:999px;background:#e5e8e5}.mlh2__progress span.is-active{background:var(--green)}.mlh2__visual{position:absolute;inset:0 0 0 43%;z-index:1;overflow:hidden}.mlh2__visual:before{content:"";position:absolute;z-index:2;inset:0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 13%,rgba(255,255,255,.74) 30%,rgba(255,255,255,0) 54%)}.mlh2__visual:after{content:"";position:absolute;z-index:3;inset:auto 0 0 0;height:38%;background:linear-gradient(0deg,#fff 0%,rgba(255,255,255,.88) 27%,rgba(255,255,255,0) 100%)}.mlh2__visual img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;object-position:center!important}.mlh2__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:8;width:54px;height:54px;border:0;border-radius:999px;background:#fff!important;color:#111!important;font-size:36px;line-height:1;display:flex;align-items:center;justify-content:center;box-shadow:0 14px 30px rgba(0,0,0,.12);cursor:pointer;transition:.2s ease}.mlh2__arrow:hover{transform:translateY(-50%) scale(1.05)}.mlh2__arrow--prev{left:-27px}.mlh2__arrow--next{right:-27px}.mlh2__cards{width:calc(100% - 110px);margin:22px auto 0;position:relative;z-index:9;display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.mlh2__card{height:116px;border:1px solid #e0e6e0;background:#fff;border-radius:16px;padding:15px 17px;display:flex;align-items:center;gap:15px;text-align:left;cursor:pointer;box-shadow:0 16px 34px rgba(20,35,25,.06);transition:.2s ease;position:relative;overflow:hidden}.mlh2__card:after{content:"";position:absolute;left:26px;right:26px;bottom:0;height:4px;background:var(--green);border-radius:999px 999px 0 0;opacity:0;transition:.2s ease}.mlh2__card.is-active{border-color:var(--green);transform:translateY(-2px)}.mlh2__card.is-active:after{opacity:1}.mlh2__card img{width:70px!important;height:70px!important;object-fit:cover!important;border-radius:12px!important;display:block!important;flex:0 0 70px}.mlh2__card strong{display:block;color:#080808;font-size:16px;line-height:1.15;font-weight:800;margin-bottom:7px}.mlh2__card em{display:block;color:#333;font-style:normal;font-size:13px;line-height:1.35;font-weight:400}@media(max-width:1300px){.mlh2{width:min(1240px,calc(100vw - 48px))!important}.mlh2__slide{grid-template-columns:minmax(520px,48%) 1fr}.mlh2__copy{padding-left:60px}.mlh2__actions{flex-wrap:wrap}.mlh2__btn--secondary{min-width:280px}.mlh2__cards{width:calc(100% - 48px);grid-template-columns:repeat(5,minmax(170px,1fr));overflow-x:auto;padding-bottom:8px}.mlh2__card{min-width:178px}}@media(max-width:1024px){.mlh2__arrow{display:none!important}}@media(max-width:767px){.mlh2{width:calc(100vw - 24px)!important;margin-top:26px!important;margin-bottom:34px!important}.mlh2__stage{min-height:auto;border-radius:22px;overflow:hidden;box-shadow:0 18px 55px rgba(20,35,25,.08)}.mlh2__slide{display:flex;flex-direction:column;min-height:auto;background:#fff;border-radius:22px}.mlh2__copy{padding:30px 28px 34px;order:2;max-width:none}.mlh2__visual{position:relative;inset:auto;height:300px;order:1}.mlh2__visual:before{background:linear-gradient(0deg,#fff 0%,rgba(255,255,255,.58) 26%,rgba(255,255,255,0) 62%)}.mlh2__visual:after{display:none}.mlh2__eyebrow{font-size:12px;margin-bottom:22px;padding:10px 16px}.mlh2__title{font-size:39px!important;line-height:1.04!important;letter-spacing:-.04em!important}.mlh2__subtitle{font-size:30px;line-height:1.13;margin-bottom:22px}.mlh2__text{font-size:16px!important;line-height:1.7!important;margin-bottom:26px!important}.mlh2__actions{width:100%;display:block;margin-bottom:22px}.mlh2__btn{width:auto;min-width:0;min-height:58px;padding:0 28px;font-size:15px}.mlh2__btn--secondary{display:none}.mlh2__meta{display:none}.mlh2__progress{width:100%;margin-top:18px}.mlh2__arrow{display:none!important}.mlh2__cards{width:100%;margin:16px 0 0;display:flex;overflow-x:auto;gap:12px;padding:0 4px 12px;scroll-snap-type:x mandatory}.mlh2__card{min-width:220px;height:98px;padding:13px 14px;scroll-snap-align:start}.mlh2__card img{width:60px!important;height:60px!important;flex-basis:60px}.mlh2__card strong{font-size:15px}.mlh2__card em{font-size:12px}}@media(max-width:430px){.mlh2{width:calc(100vw - 20px)!important}.mlh2__visual{height:270px}.mlh2__copy{padding:28px 24px 32px}.mlh2__title{font-size:36px!important}.mlh2__subtitle{font-size:27px}.mlh2__btn--primary{width:100%}.mlh2__cards{display:none}.mlh2__progress{display:flex}}


/* Animacje wejścia slajdu v2.3.0 */
.mlh2__slide .mlh2__eyebrow,
.mlh2__slide .mlh2__title,
.mlh2__slide .mlh2__subtitle,
.mlh2__slide .mlh2__text,
.mlh2__slide .mlh2__actions,
.mlh2__slide .mlh2__meta,
.mlh2__slide .mlh2__progress{
  opacity:0;
  transform:translateY(18px);
  filter:blur(10px);
  will-change:opacity,transform,filter;
}
.mlh2__slide .mlh2__visual img{
  transform:scale(1.035);
  filter:blur(8px);
  will-change:transform,filter;
}
.mlh2.is-animations-ready .mlh2__slide.is-active .mlh2__eyebrow{animation:mlh2FadeUpBlur .62s cubic-bezier(.2,.72,.24,1) .05s both;}
.mlh2.is-animations-ready .mlh2__slide.is-active .mlh2__title{animation:mlh2FadeUpBlur .72s cubic-bezier(.2,.72,.24,1) .14s both;}
.mlh2.is-animations-ready .mlh2__slide.is-active .mlh2__subtitle{animation:mlh2FadeUpBlur .72s cubic-bezier(.2,.72,.24,1) .22s both;}
.mlh2.is-animations-ready .mlh2__slide.is-active .mlh2__text{animation:mlh2FadeUpBlur .68s cubic-bezier(.2,.72,.24,1) .32s both;}
.mlh2.is-animations-ready .mlh2__slide.is-active .mlh2__actions{animation:mlh2FadeUpBlur .66s cubic-bezier(.2,.72,.24,1) .42s both;}
.mlh2.is-animations-ready .mlh2__slide.is-active .mlh2__meta{animation:mlh2FadeUpBlur .58s cubic-bezier(.2,.72,.24,1) .50s both;}
.mlh2.is-animations-ready .mlh2__slide.is-active .mlh2__progress{animation:mlh2FadeUpBlur .58s cubic-bezier(.2,.72,.24,1) .56s both;}
.mlh2.is-animations-ready .mlh2__slide.is-active .mlh2__visual img{animation:mlh2ImageSoftIn 1.05s cubic-bezier(.2,.72,.24,1) both;}
.mlh2:not(.is-animations-ready) .mlh2__card{opacity:0;transform:translateY(14px);filter:blur(6px);}
.mlh2.is-animations-ready .mlh2__card{animation:mlh2CardIn .55s cubic-bezier(.2,.72,.24,1) both;}
.mlh2.is-animations-ready .mlh2__card:nth-child(1){animation-delay:.14s}.mlh2.is-animations-ready .mlh2__card:nth-child(2){animation-delay:.20s}.mlh2.is-animations-ready .mlh2__card:nth-child(3){animation-delay:.26s}.mlh2.is-animations-ready .mlh2__card:nth-child(4){animation-delay:.32s}.mlh2.is-animations-ready .mlh2__card:nth-child(5){animation-delay:.38s}
@keyframes mlh2FadeUpBlur{from{opacity:0;transform:translateY(18px);filter:blur(10px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}
@keyframes mlh2ImageSoftIn{from{transform:scale(1.035);filter:blur(8px)}to{transform:scale(1);filter:blur(0)}}
@keyframes mlh2CardIn{from{opacity:0;transform:translateY(14px);filter:blur(6px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}
@media (prefers-reduced-motion: reduce){
  .mlh2__slide,.mlh2__slide *,.mlh2__visual img,.mlh2__card{animation:none!important;transition:none!important;filter:none!important;transform:none!important;opacity:1!important;}
}


/* Stabilna wysokość slajdów v2.4.0 - blokuje skakanie strony przy zmianie slajdu */
.mlh2__stage{height:var(--mlh2-stage-height,600px);min-height:600px;}
.mlh2__slide{height:100%;min-height:600px;}
@media(max-width:767px){
  .mlh2__stage{height:var(--mlh2-stage-height,auto);min-height:0;}
  .mlh2__slide{height:auto;min-height:0;}
}


/* v2.6.0: Animacje startują dopiero po zakończeniu loadera / po pełnym wczytaniu strony */
