#id_eac10897-c115-4647-a556-2b48d64ca0fe .sc-richtext {width:100%;}
[id*="09D71135-6E07-426D-B48D-A124178EA666"],
[id*="9088A41E-AEAD-4982-85D4-18014AE11FE9"],
[id*="7BF3188C-2E1D-4F56-A27C-F32C2D9DA638"],
[id*="1AB2572F-5B3F-4CB8-8A2F-B7E5A52A23AD"] {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  visibility: hidden !important;
}

/* ── ZMIENNE ────────────────────────────────────────────────── */
:root {
  --esg-pink:      #e2007a;
  --esg-pink-dark: #aa036c;
  --esg-navy:      #272e74;
  --esg-blue:      #344290;
  --esg-dark:      #0d0d14;
  --esg-dark2:     #14141f;
  --esg-text:      #272727;
  --esg-grey:      #858585;
  --esg-light:     #f5f5f5;
  --esg-white:     #ffffff;
  --esg-green:     #8bb63a;
  --esg-e-color:   #8bb63a;
  --esg-s-color:   #e2007a;
  --esg-g-color:   #344290;
}

/* ── UKRYCIE STAŁYCH ELEMENTÓW LAYOUTU TAURON ──────────────── */

/* Header / property - górna belka z logo TAURON i nawigacją   */
.property,
.property--tauron,
header.property,
div.property {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* Główne menu TAURON - desktop i MOBILE                        */
.menu,
.menu--main,
.menu--tauron,
#main-menu,
nav.menu,
div.menu,
ul.menu,
.menu-td {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* Pasek skip-links i alert bar                                 */
.alert-top,
.blocking,
a[href="#main-menu"],
a[href="#menu__search-inp"],
a[href="#main-content"] {
  display: none !important;
}

/* Stopka TAURON - ukryta; NIE dotyczy .esg-footer             */
.footer,
.footer--main,
.footer--tauron,
div.footer:not(.esg-footer),
section.footer:not(.esg-footer) {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* Ukryj <footer> tylko jezeli to stopka TAURON (nie nasza)     */
footer:not(#esg-footer):not(.esg-footer) {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* Regionalizacja i popup lokalizacyjny                         */
.regionalization,
.regionalization-popup,
.ebok-logout {
  display: none !important;
}

.sc-richtext {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0;
  line-height: 0;
}

.sc-richtext > * {
  font-size: 1rem;
  line-height: normal;
}

/* Wrapper main-content - usuń padding na sticky header TAURON  */
#main-content,
.main-content,
main[role="main"] {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* ── FIX: HEADER MARGIN-TOP - BIAŁY PASEK ──────────────────── */
/* Header .property ma ustawiony margin-top który zostawia      */
/* białą przestrzeń nawet gdy element jest ukryty display:none  */
/* Zerujemy margin na wszystkich możliwych elementach layoutu   */
html, body,
body > *,
body > div,
body > header,
.property,
.property + *,
#main-content,
#main-content > *:first-child,
.sc-richtext,
.sc-richtext > *:first-child {
  margin-top: 0 !important;
}

/* Zabezpieczenie przed poziomym scrollem                       */
html, body {
  overflow-x: hidden !important;
}

.esg-nav,
.esg-hero,
.esg-about,
.esg-pillars,
.esg-episodes,
.esg-howto,
.esg-charity,
.esg-opinions,
.esg-cta {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ── LOGO TAURON W NAWIGACJI ────────────────────────────────── */
.esg-nav__logo-img {
  height: 48px;
  width: auto;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.esg-nav__logo-sep {
  width: 1px;
  height: 28px;
  background: rgba(255,255,255,.25);
  display: block;
  margin: 0 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.esg-nav__logo-esg-label {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--esg-pink);
  text-transform: uppercase;
}

/* ── SZEROKOŚĆ KONTENERA - ESG OVERRIDE ────────────────────── */
/* Nadpisuje globalny .container tylko wewnątrz sekcji ESG     */
.esg-nav .container,
.esg-hero .container,
.esg-about .container,
.esg-pillars .container,
.esg-episodes .container,
.esg-howto .container,
.esg-charity .container,
.esg-opinions .container,
.esg-cta .container,
.esg-videos .container {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* ── RESET / BASE ───────────────────────────────────────────── */
.esg-hero,
.esg-about,
.esg-pillars,
.esg-episodes,
.esg-howto,
.esg-charity,
.esg-opinions,
.esg-cta,
.esg-nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Titillium Web', Arial, sans-serif;
}

.esg-hero *,
.esg-about *,
.esg-pillars *,
.esg-episodes *,
.esg-howto *,
.esg-charity *,
.esg-opinions *,
.esg-cta *,
.esg-nav * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ── NAWIGACJA (esg-topbar) ────────────────────────────────── */
/*
 * Nowe klasy esg-topbar-* zamiast esg-nav__links
 * Brak konfliktu z .menu TAURON (ul.menu { display:none!important })
 * esg-topbar jest <div> nie <nav> ani <ul> - nie lapany przez selektory TAURON
 */

.esg-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8900;
  background: rgba(13,13,20,.55);
  -webkit-transition: background .4s ease, -webkit-box-shadow .4s ease;
  transition: background .4s ease, box-shadow .4s ease;
  pointer-events: auto !important;
  font-family: 'Titillium Web', Arial, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.esg-topbar.is-scrolled {
  background: rgba(13,13,20,.96);
  -webkit-box-shadow: 0 2px 20px rgba(0,0,0,.4);
  box-shadow: 0 2px 20px rgba(0,0,0,.4);
}

.esg-topbar__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  height: 64px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Logo */
.esg-topbar__logo {
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.esg-topbar__logo-img {
  height: 48px;
  width: auto;
  display: block;
}

.esg-topbar__logo-sep {
  display: block;
  width: 1px;
  height: 28px;
  background: rgba(255,255,255,.25);
  margin: 0 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.esg-topbar__logo-esg {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #e2007a;
}

/* Desktop linki */
.esg-topbar__desktop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 28px;
}

.esg-topbar__item {
  color: rgba(255,255,255,.8);
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  -webkit-transition: color .2s;
  transition: color .2s;
  position: relative;
  white-space: nowrap;
}

.esg-topbar__item:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0; right: 0;
  height: 2px;
  background: #e2007a;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
}

.esg-topbar__item:hover { color: #ffffff; }
.esg-topbar__item:hover:after { -webkit-transform: scaleX(1); transform: scaleX(1); }

.esg-topbar__cta {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #e2007a;
  white-space: nowrap;
  -webkit-transition: color .2s;
  transition: color .2s;
  margin-left: 16px;
  padding-left: 16px;
  border-left: 1px solid rgba(255,255,255,.2);
}

.esg-topbar__cta:hover { color: #aa036c; }

/* Burger */
.esg-topbar__burger {
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer !important;
  padding: 8px;
  pointer-events: auto !important;
  position: relative;
  z-index: 9001;
}

.esg-topbar__bline {
  display: block;
  width: 24px;
  height: 2px;
  background: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  pointer-events: none;
}

/* Mobile menu panel */
.esg-topbar__mobile {
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(13,13,20,.98);
  padding: 20px 20px 28px;
  gap: 4px;
  position: absolute;
  top: 64px;
  left: 0; right: 0;
  z-index: 8899;
  -webkit-box-shadow: 0 8px 24px rgba(0,0,0,.4);
  box-shadow: 0 8px 24px rgba(0,0,0,.4);
}

.esg-topbar.is-open .esg-topbar__mobile {
  display: -ms-flexbox !important;
  display: flex !important;
}

.esg-topbar__mitem {
  color: rgba(255,255,255,.8);
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,.07);
  -webkit-transition: color .2s;
  transition: color .2s;
}

.esg-topbar__mitem:last-child { border-bottom: none; }
.esg-topbar__mitem:hover { color: #e2007a; }

.esg-topbar__mitem--cta {
  color: #e2007a;
  font-size: 1.7rem;
  margin-top: 8px;
}

/* Burger animacja otwarcia */
.esg-topbar.is-open .esg-topbar__bline:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
.esg-topbar.is-open .esg-topbar__bline:nth-child(2) {
  opacity: 0;
}
.esg-topbar.is-open .esg-topbar__bline:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

/* Responsywność */
@media (max-width: 991px) {
  .esg-topbar__desktop { display: none !important; }
  .esg-topbar__burger  {
    display: -ms-flexbox !important;
    display: flex !important;
    pointer-events: auto !important;
  }
}

@media (min-width: 992px) {
  .esg-topbar__burger { display: none !important; }
  .esg-topbar__mobile { display: none !important; }
}

/* Podmiana referencji w hero content - topbar zamiast nav     */
.esg-hero { padding-top: 0; }
.esg-hero__content { padding-top: 120px; }

/* ── HERO B: STACKED COMPACT ────────────────────────────────── */
.ehb-hero {
  position: relative;
  height: 100vh;
  min-height: 700px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--esg-dark);
  overflow: hidden;
  font-family: 'Titillium Web', Arial, sans-serif;
}

/* Media (video/foto) w tle */
.ehb-media {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 0;
}
.ehb-fallback,
.ehb-fallback img {
  width: 100%; height: 100%;
  -o-object-fit: cover; object-fit: cover;
  -o-object-position: center 30%;
  object-position: center 30%;
  display: block;
}
.ehb-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(13,13,20,.55) 0%,
    rgba(13,13,20,.80) 55%,
    rgba(13,13,20,.98) 100%
  );
}

/* Górna część: tekst i stats */
.ehb-top {
  position: relative;         /* kontener dla abs pozycjonowania stats */
  z-index: 1;
  /* Top wypelnia reszte po odjęciu stalej wysokosci bottom */
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: visible;
}

/* Wrapper wewnatrz ehb-top - tekst wyrownany do lewej dolu     */
.ehb-top .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;  /* tekst przy dolnej krawedzi */
  padding-bottom: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Kolumna z tekstem - zajmuje ok. 50% szerokosci */
.ehb-top .ehb-text-col {
  width: 50%;
}

/* STATS: pozycja absolutna - prawa strona, dol sekcji */
.ehb-stats {
  position: absolute;
  right: calc((100vw - min(1400px, 100vw)) / 2 + 20px);
  bottom: 36px;               /* ta sama odleglosc co padding-bottom kontenera */
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  padding: 20px 24px;
  background: rgba(226,0,122,.1);
  border: 1px solid rgba(226,0,122,.2);
  border-radius: 4px;
  z-index: 2;
}

.ehb-stat__num {
  display: block;
  font-size: 3.6rem;
  font-weight: 700;
  color: var(--esg-pink);
  line-height: 1;
  text-align: center;
}
.ehb-stat__label {
  display: block;
  font-size: 1.1rem;
  color: rgba(255,255,255,.5);
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-top: 4px;
  text-align: center;
}

/* Dolna część: karty ATF */
.ehb-bottom {
  position: relative;
  z-index: 1;
  /* Stala wysokosc - nie rosnie do reszty viewport */
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: rgba(13,13,20,.88);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(226,0,122,.2);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  padding: 10px 0 12px;
}

.ehb-bottom__header {
  max-width: 1400px;
  margin: 0 auto 12px;
  padding: 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ehb-bottom__nav {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.ehb-nav-btn {
  width: 32px; height: 32px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center; align-items: center;
  -ms-flex-pack: center; justify-content: center;
  color: #fff;
  -webkit-transition: all .2s; transition: all .2s;
}
.ehb-nav-btn svg { width: 12px; height: 12px; }
.ehb-nav-btn:hover { background: var(--esg-pink); border-color: var(--esg-pink); }
.ehb-nav-btn:disabled { opacity: .2; pointer-events: none; }

.ehb-viewport {
  overflow: hidden;        /* Zachowaj dla mobile */
  -ms-flex: 1; flex: 1;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.ehb-track {
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 0 20px;
  height: 100%;
  /* Bez transition - karty statyczne, pokazujemy wszystkie 5 */
}

/* Karty w ehb sa bardziej kompaktowe */
.ehb-track .esv-card {
  height: 100%;
  /* szerokosc: (viewport 1400px - 40px padding - 4x16px gap) / 5 */
  -ms-flex: 0 0 calc(20% - 12.8px);
  flex: 0 0 calc(20% - 12.8px);
  width: calc(20% - 12.8px) !important;
  min-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ehb-track .esv-thumb { max-height: 100px; padding-top: 42%; }
.ehb-track .esv-title { font-size: 1.25rem; margin-top: 6px; margin-bottom: 0; }
.ehb-track .esv-desc  { display: none; }

/* Responsywnosc B */
@media (max-width: 991px) {
  /* Na mobile stats absolutny nie dziala - chowamy go */
  .ehb-stats { display: none !important; }
  .ehb-hero { height: auto; min-height: 100vh; }
  .ehb-top  {
    flex: 0 0 auto;
    min-height: 70vh;
    padding-top: 80px;
    overflow: hidden;
    /* Flex column - tekst przy dole */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .ehb-top .container {
    padding-bottom: 28px;
  }
  .ehb-text-col { width: 100% !important; }

  /* ── MOBILE: ehb-bottom jako slider ────────────────────────── */
  .ehb-bottom {
    flex: 0 0 auto;
    padding-bottom: 20px;
  }
  /* Viewport - overflow hidden zeby slider dzialal */
  .ehb-viewport {
    overflow: hidden;
  }
  /* Track - moze sie przewijac */
  .ehb-track {
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
  }
  /* Karty mobile - 1 karta zajmuje ~85% szerokosci */
  .ehb-track .esv-card {
    -ms-flex: 0 0 calc(85vw - 40px) !important;
    flex: 0 0 calc(85vw - 40px) !important;
    width: calc(85vw - 40px) !important;
  }
  /* Pokazuj strzalki na mobile */
  #ehb-prev,
  #ehb-next {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* Thumbnail wyzszy na mobile - wiecej miejsca */
  .ehb-track .esv-thumb { max-height: 130px; padding-top: 50%; }
  .ehb-track .esv-title { font-size: 1.3rem; }
}
@media (max-width: 767px) {
  .ehb-track .esv-thumb { max-height: 110px; }
}

/* ── ESG HERO - style typografii (wspolne dla B i C) ─────────── */
.esg-hero__eyebrow {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--esg-pink);
  margin: 0 0 16px;
  white-space: nowrap;
  width: -webkit-max-content;
  width: max-content;
  max-width: 100%;
}

.esg-hero__title {
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.0;
  margin: 0 0 24px;
  color: var(--esg-white);
}

.esg-hero__title-accent {
  color: var(--esg-pink);
  font-style: italic;
}

.esg-hero__lead {
  font-size: 1.8rem;
  line-height: 1.6;
  color: rgba(255,255,255,.8);
  margin: 0 0 32px;
  max-width: 560px;
}

.esg-hero__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

@media (max-width: 767px) {
  .esg-hero__title { font-size: 3.8rem; }
  .esg-hero__lead  { font-size: 1.6rem; max-width: 100%; }
  .esg-hero__eyebrow { white-space: normal; width: auto; }
}

/* ── PRZYCISKI ESG ──────────────────────────────────────────── */
.esg-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  text-decoration: none !important;
  font-family: 'Titillium Web', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 3px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  cursor: pointer;
}

.esg-btn--primary {
  background: var(--esg-pink) !important;
  color: var(--esg-white) !important;
  padding: 14px 32px !important;
  font-size: 1.5rem !important;
  border: 2px solid var(--esg-pink) !important;
}

.esg-btn--primary:hover {
  background: var(--esg-pink-dark) !important;
  border-color: var(--esg-pink-dark) !important;
  color: var(--esg-white) !important;
}

.esg-btn--secondary {
  background: transparent !important;
  color: var(--esg-navy) !important;
  padding: 12px 28px !important;
  font-size: 1.5rem !important;
  border: 2px solid var(--esg-navy) !important;
}

.esg-btn--secondary:hover {
  background: var(--esg-navy) !important;
  color: var(--esg-white) !important;
}

.esg-btn--ghost {
  background: transparent;
  color: rgba(255,255,255,.85);
  padding: 14px 0;
  font-size: 1.5rem;
  border: none;
  text-decoration: none;
}

.esg-btn--ghost:hover {
  color: var(--esg-white);
}

.esg-btn--large {
  padding: 18px 44px !important;
  font-size: 1.7rem !important;
}

/* ── HERO SCROLL ────────────────────────────────────────────── */
.esg-hero__scroll {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-top: 48px;
}

.esg-hero__scroll-line {
  display: block;
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,.3);
  position: relative;
  overflow: hidden;
}

.esg-hero__scroll-line:after {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--esg-pink);
  -webkit-animation: esg-scroll-line 2s ease-in-out infinite;
  animation: esg-scroll-line 2s ease-in-out infinite;
}

@-webkit-keyframes esg-scroll-line {
  0%   { top: -100%; }
  100% { top: 100%; }
}

@keyframes esg-scroll-line {
  0%   { top: -100%; }
  100% { top: 100%; }
}

.esg-hero__scroll-label {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
}

/* ── HERO STATS BAR ─────────────────────────────────────────── */
.esg-hero__stats {
  position: relative;
  z-index: 1;
  background: rgba(226,0,122,.08);
  border-top: 1px solid rgba(226,0,122,.25);
  padding: 28px 0;
}

.esg-stat {
  text-align: center;
  padding: 8px 0;
}

.esg-stat__num {
  display: block;
  font-size: 4.5rem;
  font-weight: 700;
  color: var(--esg-pink);
  line-height: 1;
}

.esg-stat__suffix {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--esg-pink);
}

.esg-stat__label {
  display: block;
  font-size: 1.3rem;
  color: rgba(255,255,255,.6);
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* ── WSPÓLNE SEKCJE ─────────────────────────────────────────── */
.esg-section-eyebrow {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--esg-pink);
  margin: 0 0 12px;
}

.esg-section-eyebrow--light {
  color: rgba(226,0,122,.9);
}

.esg-section-title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.15;
  color: var(--esg-text);
  margin: 0 0 32px;
}

.esg-section-title--light {
  color: var(--esg-white);
}

/* ── O KAMPANII ─────────────────────────────────────────────── */
.esg-about {
  padding: 100px 0;
  background: var(--esg-white);
}

.esg-about__visual {
  position: relative;
  margin-bottom: 32px;
}

.esg-about__img {
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

.esg-about__badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: var(--esg-pink);
  color: var(--esg-white);
  padding: 20px 28px;
  border-radius: 4px;
  text-align: center;
}

.esg-about__badge-label {
  display: block;
  font-size: 1.2rem;
  opacity: .8;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.esg-about__badge-value {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 4px;
}

.esg-about__text {
  padding-top: 20px;
}

.esg-about__desc {
  font-size: 1.6rem;
  line-height: 1.7;
  color: var(--esg-text);
  margin: 0 0 20px;
}

.esg-about__features {
  margin-top: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.esg-about__feature {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  gap: 16px;
}

.esg-about__feature-icon {
  font-size: 2.4rem;
  line-height: 1;
  margin-top: 2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.esg-about__feature strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--esg-text);
  margin-bottom: 4px;
}

.esg-about__feature p {
  margin: 0;
  font-size: 1.4rem;
  color: var(--esg-grey);
  line-height: 1.5;
}

/* ── FILARY ESG ─────────────────────────────────────────────── */
.esg-pillars {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}

.esg-pillars__bg {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: var(--esg-dark);
  z-index: 0;
}

.esg-pillars__bg:after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at 60% 50%, rgba(226,0,122,.12) 0%, transparent 60%);
}

.esg-pillars .container {
  position: relative;
  z-index: 1;
}

.esg-pillars__cards {
  margin-top: 48px;
}

.esg-pillar {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-top: 3px solid var(--esg-pink);
  border-radius: 4px;
  padding: 40px 32px;
  height: 100%;
  -webkit-transition: -webkit-transform .3s ease, border-color .3s ease;
  transition: transform .3s ease, border-color .3s ease;
  margin-bottom: 24px;
}

.esg-pillar:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

.esg-pillar--e { border-top-color: var(--esg-e-color); }
.esg-pillar--s { border-top-color: var(--esg-s-color); }
.esg-pillar--g { border-top-color: var(--esg-g-color); }

.esg-pillar__letter {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
  opacity: .15;
  color: var(--esg-white);
}

.esg-pillar--e .esg-pillar__letter { color: var(--esg-e-color); opacity: 1; }
.esg-pillar--s .esg-pillar__letter { color: var(--esg-s-color); opacity: 1; }
.esg-pillar--g .esg-pillar__letter { color: var(--esg-g-color); opacity: 1; }

.esg-pillar__title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--esg-white);
  margin: 0 0 4px;
}

.esg-pillar__subtitle {
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--esg-grey);
  margin: 0 0 20px;
}

.esg-pillar__desc {
  font-size: 1.5rem;
  line-height: 1.65;
  color: rgba(255,255,255,.65);
  margin: 0 0 20px;
}

.esg-pillar__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.esg-pillar__list li {
  font-size: 1.4rem;
  color: rgba(255,255,255,.55);
  padding: 6px 0 6px 20px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  position: relative;
}

.esg-pillar__list li:last-child {
  border-bottom: none;
}

.esg-pillar__list li:before {
  content: '' !important;
  position: absolute !important;
  left: 2px !important;
  top: 13px !important;
  -webkit-transform: none !important;
  transform: none !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: #e2007a !important;
  display: block !important;
  z-index: 1 !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.esg-pillar--e .esg-pillar__list li:before { background: #8bb63a; }
.esg-pillar--s .esg-pillar__list li:before { background: #e2007a; }
.esg-pillar--g .esg-pillar__list li:before { background: #344290; }

/* ── ODCINKI ────────────────────────────────────────────────── */
.esg-episodes {
  padding: 100px 0;
  background: #eaeaea;
}

.esg-episodes__lead {
  font-size: 1.7rem;
  color: var(--esg-grey);
  line-height: 1.6;
  margin: 0 0 48px;
}

.esg-episodes__slider {
  overflow: hidden;
  position: relative;
}

.esg-ep-track {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
}

.esg-ep-card {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(33.333% - 16px);
  background: var(--esg-white);
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 20px rgba(0,0,0,.08);
  box-shadow: 0 4px 20px rgba(0,0,0,.08);
  -webkit-transition: -webkit-box-shadow .3s, -webkit-transform .3s;
  transition: box-shadow .3s, transform .3s;
}

.esg-ep-card:hover {
  -webkit-box-shadow: 0 8px 32px rgba(0,0,0,.14);
  box-shadow: 0 8px 32px rgba(0,0,0,.14);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.esg-ep-card--soon {
  opacity: .65;
}

.esg-ep-card--soon:hover {
  -webkit-transform: none;
  transform: none;
}

.esg-ep-card__thumb {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.esg-ep-card__thumb img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
}

.esg-ep-card:hover .esg-ep-card__thumb img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.esg-ep-card__play {
  position: absolute;
  top: 50%; left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(.8);
  transform: translate(-50%, -50%) scale(.8);
  width: 56px; height: 56px;
  opacity: 0;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
}

.esg-ep-card:hover .esg-ep-card__play {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.esg-ep-card__play svg {
  width: 100%; height: 100%;
}

.esg-ep-card__status {
  position: absolute;
  top: 12px; left: 12px;
  background: var(--esg-green);
  color: var(--esg-white);
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 4px 10px;
  border-radius: 2px;
}

.esg-ep-card__status--soon {
  background: var(--esg-navy);
}

.esg-ep-card__info {
  padding: 20px 24px 24px;
}

.esg-ep-card__num {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--esg-pink);
  margin-bottom: 6px;
}

.esg-ep-card__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--esg-text);
  margin: 0 0 10px;
}

.esg-ep-card__desc {
  font-size: 1.4rem;
  color: var(--esg-grey);
  line-height: 1.5;
  margin: 0 0 16px;
}

.esg-ep-card__link {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--esg-pink);
  text-decoration: none;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.esg-ep-card__link:hover {
  color: var(--esg-pink-dark);
}

.esg-ep-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}

.esg-ep-btn {
  width: 44px; height: 44px;
  border: 2px solid rgba(39,39,39,.2);
  background: var(--esg-white);
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.esg-ep-btn svg {
  width: 18px; height: 18px;
  color: var(--esg-text);
}

.esg-ep-btn:hover {
  border-color: var(--esg-pink);
  background: var(--esg-pink);
}

.esg-ep-btn:hover svg {
  color: var(--esg-white);
}

.esg-ep-dots {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.esg-ep-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(39,39,39,.2);
  cursor: pointer;
  border: none;
  padding: 0;
  -webkit-transition: background .2s, -webkit-transform .2s;
  transition: background .2s, transform .2s;
}

.esg-ep-dot.is-active {
  background: var(--esg-pink);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

@media (max-width: 767px) {
  .esg-ep-card {
    width: 85%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .esg-ep-card {
    width: calc(50% - 12px);
  }
}

/* ── JAK ROZPOCZĄĆ ──────────────────────────────────────────── */
.esg-howto {
  padding: 100px 0;
  background: var(--esg-white);
}

.esg-step {
  text-align: center;
  padding: 32px 24px;
  position: relative;
  margin-bottom: 32px;
}

.esg-step__num {
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(226,0,122,.08);
  position: absolute;
  top: 8px; left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  letter-spacing: -0.04em;
  pointer-events: none;
  font-variant-numeric: tabular-nums;
}

.esg-step__icon {
  position: relative;
  width: 64px; height: 64px;
  margin: 0 auto 20px;
}

.esg-step__icon svg {
  width: 100%; height: 100%;
}

.esg-step__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--esg-text);
  margin: 0 0 12px;
}

.esg-step__desc {
  font-size: 1.5rem;
  color: var(--esg-grey);
  line-height: 1.65;
  margin: 0;
}

.esg-howto__cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 48px;
}

/* ── SEKCJA CHARYTATYWNA ────────────────────────────────────── */
.esg-charity {
  padding: 100px 0;
  background: var(--esg-dark2);
  color: var(--esg-white);
}

.esg-charity__desc {
  font-size: 1.7rem;
  line-height: 1.7;
  color: rgba(255,255,255,.75);
  margin: 0 0 36px;
}

.esg-charity__meter {
  margin-bottom: 28px;
}

.esg-charity__meter-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.3rem;
  color: rgba(255,255,255,.6);
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.esg-charity__meter-val {
  font-weight: 700;
  color: var(--esg-pink);
  font-size: 1.5rem;
}

.esg-charity__meter-bar {
  width: 100%;
  height: 8px;
  background: rgba(255,255,255,.1);
  border-radius: 4px;
  overflow: hidden;
}

.esg-charity__meter-fill {
  height: 100%;
  background: var(--esg-pink);
  border-radius: 4px;
  -webkit-transition: width 2s ease;
  transition: width 2s ease;
}

.esg-charity__meter-goal {
  font-size: 1.2rem;
  color: rgba(255,255,255,.4);
  margin-top: 6px;
  text-align: right;
}

.esg-charity__org {
  font-size: 1.4rem;
  color: rgba(255,255,255,.5);
}

.esg-charity__org-name {
  color: var(--esg-white);
}

.esg-charity__visual {
  position: relative;
  margin-top: 32px;
}

.esg-charity__img {
  width: 100%;
  height: 460px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  display: block;
  -webkit-filter: grayscale(20%);
  filter: grayscale(20%);
}

.esg-charity__quote {
  position: absolute;
  bottom: -20px;
  left: -20px;
  background: var(--esg-pink);
  color: var(--esg-white);
  padding: 20px 24px;
  border-radius: 4px;
  max-width: 80%;
}

.esg-charity__quote p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
  font-style: italic;
}

/* ── OPINIE ─────────────────────────────────────────────────── */
.esg-opinions {
  padding: 100px 0;
  background: var(--esg-navy);
  border-top: none;
}

/* Dostosuj kolory tekstu w opiniach na ciemnym tle */
.esg-opinion {
  background: rgba(255,255,255,.06);
  border-radius: 4px;
  padding: 32px;
  -webkit-box-shadow: 0 4px 20px rgba(0,0,0,.2);
  box-shadow: 0 4px 20px rgba(0,0,0,.2);
  margin-bottom: 24px;
  border-left: 4px solid var(--esg-pink);
  height: 100%;
}

.esg-opinion .esg-section-eyebrow {
  color: var(--esg-pink);
}

.esg-opinions .esg-section-title {
  color: var(--esg-white);
}

.esg-opinion__quote {
  font-size: 4rem;
  line-height: 1;
  color: var(--esg-pink);
  opacity: .4;
  margin-bottom: 12px;
  font-family: Georgia, serif;
}

.esg-opinion__text {
  font-size: 1.5rem;
  line-height: 1.7;
  color: rgba(255,255,255,.85);
  margin: 0 0 24px;
  font-style: italic;
}

.esg-opinion__author strong {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--esg-white);
}

.esg-opinion__author span {
  font-size: 1.2rem;
  color: rgba(255,255,255,.5);
}

.esg-opinion {
  background: var(--esg-white);
  border-radius: 4px;
  padding: 32px;
  -webkit-box-shadow: 0 4px 20px rgba(0,0,0,.06);
  box-shadow: 0 4px 20px rgba(0,0,0,.06);
  margin-bottom: 24px;
  border-left: 4px solid var(--esg-pink);
  height: 100%;
}

.esg-opinion__quote {
  font-size: 4rem;
  line-height: 1;
  color: var(--esg-pink);
  opacity: .3;
  margin-bottom: 12px;
  font-family: Georgia, serif;
}

.esg-opinion__text {
  font-size: 1.5rem;
  line-height: 1.7;
  color: var(--esg-text);
  margin: 0 0 24px;
  font-style: italic;
}

.esg-opinion__author {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.esg-opinion__avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.esg-opinion__author strong {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--esg-text);
}

.esg-opinion__author span {
  font-size: 1.2rem;
  color: var(--esg-grey);
}

/* ── CTA FINALNE ────────────────────────────────────────────── */
.esg-cta {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  color: var(--esg-white);
  text-align: center;
}

.esg-cta__bg {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: var(--esg-dark);
}

.esg-cta__bg:before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at 50% 100%, rgba(226,0,122,.2) 0%, transparent 60%);
}

.esg-cta .container {
  position: relative;
  z-index: 1;
}

.esg-cta__title {
  font-size: 5rem;
  font-weight: 700;
  color: var(--esg-white);
  margin: 0 0 20px;
  line-height: 1.1;
}

.esg-cta__desc {
  font-size: 1.8rem;
  color: rgba(255,255,255,.7);
  line-height: 1.65;
  margin: 0 0 48px;
}

.esg-cta__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

/* ── ANIMACJE WEJŚCIA ───────────────────────────────────────── */
.esg-reveal {
  opacity: 0;
  -webkit-transform: translateY(28px);
  transform: translateY(28px);
  -webkit-transition: opacity .7s ease, -webkit-transform .7s ease;
  transition: opacity .7s ease, transform .7s ease;
}

.esg-reveal.esg-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.esg-reveal--d1 { -webkit-transition-delay: .1s; transition-delay: .1s; }
.esg-reveal--d2 { -webkit-transition-delay: .2s; transition-delay: .2s; }
.esg-reveal--d3 { -webkit-transition-delay: .3s; transition-delay: .3s; }

/* ── RESPONSYWNOŚĆ HERO ─────────────────────────────────────── */
@media (max-width: 767px) {
  .esg-hero__title { font-size: 4rem; }
  .esg-hero__lead { font-size: 1.6rem; }
  .esg-section-title { font-size: 2.8rem; }
  .esg-cta__title { font-size: 3.2rem; }
  .esg-about__badge { display: none; }
  .esg-charity__quote { position: static; max-width: 100%; margin-top: 16px; }
}

@media (min-width: 768px) {
  .esg-cta__actions {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
  }
}


/* ═══════════════════════════════════════════════════════════════
   ESV - SEKCJA WIDEO (karuzela 4 kart)
   ═══════════════════════════════════════════════════════════════ */
.esg-videos {
  padding: 80px 0 48px;
  background: var(--esg-dark);
  overflow: hidden;
}

.esg-videos .esg-section-title--light { margin-bottom: 40px; }

/* Viewport - okno widocznosci, max 4 karty */
.esv-viewport {
  width: 100%;
  overflow: hidden;
  padding: 0 0 8px;
  /* Oblicza szerokosc przez JS setEsvWidths() */
}

.esv-track {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-transition: -webkit-transform .42s cubic-bezier(.4,0,.2,1);
  transition: transform .42s cubic-bezier(.4,0,.2,1);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0 20px; /* boczny margines */
}

/* Karta wideo - szerokosc ustawiana przez JS */
.esv-card {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 280px; /* fallback - JS nadpisuje */
  cursor: pointer;
  -webkit-transition: -webkit-transform .25s;
  transition: transform .25s;
}

.esv-card:hover { -webkit-transform: translateY(-4px); transform: translateY(-4px); }

.esv-thumb {
  position: relative;
  padding-top: 56.25%;
  border-radius: 4px;
  overflow: hidden;
  background: #111;
  max-height: 220px; /* Cap wysokosci thumbnailua */
}

.esv-thumb img {
  position: absolute; top: 0; left: 0;
  width: 100%; height: 100%;
  -o-object-fit: cover; object-fit: cover;
  -webkit-transition: -webkit-transform .4s; transition: transform .4s;
}

.esv-card:hover .esv-thumb img { -webkit-transform: scale(1.05); transform: scale(1.05); }

.esv-play {
  position: absolute; top: 50%; left: 50%;
  -webkit-transform: translate(-50%,-50%) scale(.85);
  transform: translate(-50%,-50%) scale(.85);
  width: 52px; height: 52px;
  -webkit-transition: -webkit-transform .25s; transition: transform .25s;
  pointer-events: none;
}
.esv-card:hover .esv-play { -webkit-transform: translate(-50%,-50%) scale(1); transform: translate(-50%,-50%) scale(1); }
.esv-play svg { width: 100%; height: 100%; }

.esv-ep-label {
  position: absolute; bottom: 8px; left: 8px;
  background: var(--esg-pink); color: #fff;
  font-size: 1.1rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .06em;
  padding: 3px 10px; border-radius: 2px;
  font-family: 'Titillium Web', Arial, sans-serif;
}

.esv-info { padding: 12px 4px 0; }

.esv-title {
  font-size: 1.5rem; font-weight: 700;
  color: #fff; margin: 0 0 6px; line-height: 1.3;
  font-family: 'Titillium Web', Arial, sans-serif;
}

.esv-desc {
  font-size: 1.3rem; color: rgba(255,255,255,.5);
  line-height: 1.5; margin: 0;
  font-family: 'Titillium Web', Arial, sans-serif;
}

/* Kontrolki */
.esv-controls {
  display: -ms-flexbox; display: flex;
  -ms-flex-align: center; align-items: center;
  -ms-flex-pack: center; justify-content: center;
  gap: 16px; margin-top: 28px;
}

.esv-btn {
  width: 40px; height: 40px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%; background: rgba(255,255,255,.07);
  cursor: pointer;
  display: -ms-flexbox; display: flex;
  -ms-flex-align: center; align-items: center;
  -ms-flex-pack: center; justify-content: center;
  -webkit-transition: all .2s; transition: all .2s;
  color: #fff;
}
.esv-btn svg { width: 16px; height: 16px; }
.esv-btn:hover { background: var(--esg-pink); border-color: var(--esg-pink); }
.esv-btn:disabled { opacity: .3; cursor: default; pointer-events: none; }

.esv-dots {
  display: -ms-flexbox; display: flex;
  gap: 8px; -ms-flex-align: center; align-items: center;
}
.esv-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(255,255,255,.25); border: none;
  cursor: pointer; padding: 0;
  -webkit-transition: background .2s, -webkit-transform .2s;
  transition: background .2s, transform .2s;
}
.esv-dot.is-on { background: var(--esg-pink); -webkit-transform: scale(1.3); transform: scale(1.3); }

/* Modal */
.esv-modal {
  position: fixed; inset: 0;
  z-index: 8950;
  display: -ms-flexbox; display: flex;
  -ms-flex-align: center; align-items: center;
  -ms-flex-pack: center; justify-content: center;
  opacity: 0; visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
}
.esv-modal.is-open { opacity: 1; visibility: visible; }

.esv-modal__bg {
  position: absolute; inset: 0;
  background: rgba(0,0,0,.88); cursor: pointer;
}
.esv-modal__box {
  position: relative; z-index: 1;
  width: 90%; max-width: 960px;
  background: #000; border-radius: 4px;
  -webkit-transform: scale(.95); transform: scale(.95);
  -webkit-transition: -webkit-transform .3s; transition: transform .3s;
}
.esv-modal.is-open .esv-modal__box { -webkit-transform: scale(1); transform: scale(1); }

.esv-modal__close {
  position: absolute; top: 10px; right: 10px; z-index: 2;
  width: 34px; height: 34px; border-radius: 50%;
  background: rgba(0,0,0,.6); border: 1px solid rgba(255,255,255,.2);
  cursor: pointer;
  display: -ms-flexbox; display: flex;
  -ms-flex-align: center; align-items: center;
  -ms-flex-pack: center; justify-content: center;
  -webkit-transition: background .2s; transition: background .2s;
}
.esv-modal__close:hover { background: var(--esg-pink); border-color: var(--esg-pink); }
.esv-modal__close svg { width: 16px; height: 16px; }

.esv-modal__player {
  position: relative; padding-top: 56.25%;
}
.esv-modal__player iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%; border: none;
}

@media (max-width: 767px) {
  /* Na mobile: karta max 80% szerokosci ekranu */
  .esv-card { width: calc(80vw) !important; }
  /* Ogranicz wysokosc thumbnailua na mobile */
  .esv-thumb { padding-top: 56.25%; max-height: 200px; }
  .esv-modal__box { width: 96%; }
}

@media (max-width: 479px) {
  .esv-card { width: calc(85vw) !important; }
  .esv-thumb { max-height: 180px; }
}

/* ═══════════════════════════════════════════════════════════════
   EPE - SEKCJA ODCINKI (slider 3 karty)
   ═══════════════════════════════════════════════════════════════ */
.esg-episodes {
  padding: 80px 0;
  background: #eaeaea;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.epe-lead {
  font-size: 1.7rem; color: var(--esg-grey);
  line-height: 1.6; margin: -20px 0 36px;
  font-family: 'Titillium Web', Arial, sans-serif;
}

.epe-wrap {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 64px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.epe-viewport {
  overflow: hidden;
  width: 100%;
}

.epe-track {
  display: -ms-flexbox; display: flex;
  gap: 24px;
  -webkit-transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
}

.epe-card {
  -ms-flex-negative: 0; flex-shrink: 0;
  background: #fff; border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 16px rgba(0,0,0,.08);
  box-shadow: 0 4px 16px rgba(0,0,0,.08);
  -webkit-transition: -webkit-box-shadow .3s, -webkit-transform .3s;
  transition: box-shadow .3s, transform .3s;
  /* CSS fallback - JS nadpisuje przez style.width */
  min-width: 0;
}

/* Mobile: wymus prawidlowe proporcje 16:9 */
@media (max-width: 767px) {
  .epe-card { width: calc(100vw - 96px) !important; }
  .epe-thumb { padding-top: 56.25%; }
}

.epe-card:hover {
  -webkit-box-shadow: 0 8px 28px rgba(0,0,0,.14);
  box-shadow: 0 8px 28px rgba(0,0,0,.14);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.epe-thumb {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.epe-thumb img {
  position: absolute; top: 0; left: 0;
  width: 100%; height: 100%;
  -o-object-fit: cover; object-fit: cover;
  -webkit-transition: -webkit-transform .4s; transition: transform .4s;
}

.epe-card:hover .epe-thumb img { -webkit-transform: scale(1.04); transform: scale(1.04); }

.epe-status {
  position: absolute; top: 10px; left: 10px;
  background: var(--esg-green); color: #fff;
  font-size: 1.1rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .06em;
  padding: 3px 10px; border-radius: 2px;
  font-family: 'Titillium Web', Arial, sans-serif;
}

.epe-info { padding: 18px 20px 22px; }

.epe-num {
  display: block; font-size: 1.2rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em;
  color: var(--esg-pink); margin-bottom: 6px;
  font-family: 'Titillium Web', Arial, sans-serif;
}

.epe-title {
  font-size: 1.8rem; font-weight: 700;
  color: var(--esg-text); margin: 0 0 8px;
  font-family: 'Titillium Web', Arial, sans-serif;
}

.epe-desc {
  font-size: 1.4rem; color: var(--esg-grey);
  line-height: 1.5; margin: 0 0 14px;
  font-family: 'Titillium Web', Arial, sans-serif;
}

.epe-link {
  font-size: 1.4rem; font-weight: 700;
  color: var(--esg-pink); text-decoration: none;
  -webkit-transition: color .2s; transition: color .2s;
  font-family: 'Titillium Web', Arial, sans-serif;
}
.epe-link:hover { color: var(--esg-pink-dark); }

/* Strzałki */
.epe-arrow {
  position: absolute; top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 44px; height: 44px;
  background: #fff; border: 2px solid rgba(39,39,39,.15);
  border-radius: 50%; cursor: pointer;
  display: -ms-flexbox; display: flex;
  -ms-flex-align: center; align-items: center;
  -ms-flex-pack: center; justify-content: center;
  -webkit-transition: all .2s; transition: all .2s;
  color: var(--esg-text); z-index: 2;
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.12);
  box-shadow: 0 2px 8px rgba(0,0,0,.12);
}
.epe-arrow svg { width: 18px; height: 18px; }
.epe-arrow:hover { background: var(--esg-pink); border-color: var(--esg-pink); color: #fff; }
.epe-arrow--prev { left: 4px; }
.epe-arrow--next { right: 4px; }
.epe-arrow.is-hidden { opacity: 0; pointer-events: none; }

/* Dots */
.epe-dots {
  display: -ms-flexbox; display: flex;
  -ms-flex-align: center; align-items: center;
  -ms-flex-pack: center; justify-content: center;
  gap: 8px; margin-top: 28px;
}
.epe-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(39,39,39,.2); border: none;
  cursor: pointer; padding: 0;
  -webkit-transition: background .2s, -webkit-transform .2s;
  transition: background .2s, transform .2s;
}
.epe-dot.is-on { background: var(--esg-pink); -webkit-transform: scale(1.3); transform: scale(1.3); }

@media (max-width: 767px) {
  .epe-wrap { padding: 0 48px; }
  .epe-arrow { width: 36px; height: 36px; }
}

/* ── ABOUT SECTION - PLAYER ZAPOWIEDZI ─────────────────────── */
.esg-about__player-wrap {
  position: relative;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  background: #000;
  margin-bottom: 32px;
}

.esg-about__player-thumb {
  position: relative;
  padding-top: 56.25%;
  cursor: pointer;
}

.esg-about__player-thumb img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
}

.esg-about__player-thumb:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.esg-about__player-btn {
  position: absolute;
  top: 50%; left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 72px; height: 72px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  z-index: 1;
}

.esg-about__player-thumb:hover .esg-about__player-btn {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.esg-about__player-btn svg {
  width: 100%; height: 100%;
  -webkit-filter: drop-shadow(0 4px 16px rgba(0,0,0,.5));
  filter: drop-shadow(0 4px 16px rgba(0,0,0,.5));
}

/* Iframe wstrzykniety przez JS */
.esg-about__player-wrap iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: none;
  display: block;
}

/* Badge pod playerem */
.esg-about__badge {
  bottom: -24px;
}

.esg-about__badge-value {
  font-size: 1.3rem;
}

/* ── ABOUT PLAYER - LINK DO ODCINKA ────────────────────────── */
.esg-about__player-link {
  display: block;
  position: relative;
  padding-top: 56.25%;
  cursor: pointer;
  text-decoration: none;
}

.esg-about__player-link img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
}

.esg-about__player-link:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.esg-about__player-icon {
  position: absolute;
  top: 50%; left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 72px; height: 72px;
  -webkit-transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  z-index: 1;
}

.esg-about__player-link:hover .esg-about__player-icon {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.esg-about__player-icon svg {
  width: 100%; height: 100%;
  -webkit-filter: drop-shadow(0 4px 16px rgba(0,0,0,.5));
  filter: drop-shadow(0 4px 16px rgba(0,0,0,.5));
}

/* ── STOPKA ESG ─────────────────────────────────────────────── */
.esg-footer {
  background: var(--esg-dark);
  border-top: 1px solid rgba(255,255,255,.08);
  font-family: 'Titillium Web', Arial, sans-serif;
  width: 100% !important;
  max-width: 100% !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.esg-footer__bar {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.esg-footer__left {
  font-size: 1.3rem;
  color: rgba(255,255,255,.5);
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 160px;
  text-align: left;
}

/* "Kampania ESG" - bold magenta, "Grupy TAURON" - normalny */
.esg-footer__left .esg-footer__brand-esg {
  font-weight: 700;
  color: var(--esg-pink);
}

.esg-footer__center {
  text-align: center;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

.esg-footer__link {
  color: rgba(255,255,255,.6);
  text-decoration: none;
  font-size: 1.3rem;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.esg-footer__link:hover {
  color: var(--esg-pink);
}

.esg-footer__right {
  font-size: 1.3rem;
  color: rgba(255,255,255,.5);
  text-align: right;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 160px;
  margin-left: auto;
}

@media (max-width: 767px) {
  .esg-footer__bar {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
  .esg-footer__left  { text-align: center; }
  .esg-footer__right { text-align: center; margin-left: 0; }
  .esg-footer__center { text-align: center; }
}


/* Animacja wejscia statystyk */
.esg-stat {
  opacity: 0;
  -webkit-transform: translateY(16px);
  transform: translateY(16px);
  -webkit-transition: opacity .6s ease, -webkit-transform .6s ease;
  transition: opacity .6s ease, transform .6s ease;
}
.esg-stat:nth-child(2) { -webkit-transition-delay: .15s; transition-delay: .15s; }
.esg-stat:nth-child(3) { -webkit-transition-delay: .3s; transition-delay: .3s; }

/* Strzalki ehb-bottom ukryte - wszystkie 5 kart widoczne bez slidera */
#ehb-prev,
#ehb-next {
  display: none !important;
}