/* =========================================
   STYLE DEDYKOWANE DLA PODSTRONY: ESG
   Rozszerzają style bazowe (style4.css)
   Crafted with ❤️ by PixelShark.eu //
   ========================================= */

.esg-page h1,
.esg-page h2,
.esg-page h3,
.esg-page h4,
.esg-page h5,
.esg-page h6,
.esg-page .section-title { font-weight: var(--w-reg); }

.esg-page strong,
.esg-page b { font-weight: inherit; }

/* HERO */
.esg-hero{
  position:relative;
  background-color:var(--color-dark);
  background-image:linear-gradient(rgba(47,63,73,.86), rgba(47,63,73,.74)), url('../img/solutions/agro.webp');
  background-size:cover;
  background-position:center;
  padding:180px 0 100px;
  color:#fff;
  text-align:center;
}
.esg-hero__content{max-width:900px;margin:0 auto}
.esg-hero__title{font-size:clamp(2.5rem,5vw,4rem);font-weight:var(--w-reg);margin-bottom:1.5rem;line-height:1.1}
.esg-hero__desc{font-size:1.2rem;line-height:1.6;opacity:.95;font-weight:300}

/* MISJA (prosto jak na home: intro) */
.esg-mission{background:#fff}
.esg-mission__text{max-width:980px;margin:0 auto;text-align:center}
.esg-mission__text p{font-size:1.15rem;line-height:1.8;color:var(--color-text);font-weight:300}

/* ESG PODEJŚCIE (sekcja w stylu SOLUTIONS: media + zakładki) */
.esg-approach{background:#fff;padding-top:4rem}
.esg-approach .solutions__container{grid-template-columns:1.1fr 1fr}
.esg-approach .solutions__right{transform:none;opacity:1;transition:none}
.esg-approach .solutions__title{font-size:2rem}
.esg-approach .solutions__desc{max-width:60ch}
.esg-approach .solutions__tabs{margin-top:1.25rem}
.esg-approach .solutions__tab{padding:.95rem 1.1rem .95rem 2.8rem}

/* ŚRODOWISKO (sekcja w stylu FEATURES: zielona + duże ikony po prawej) */
.env-features.features{background:var(--color-features-bg)}
.env-features .features__right{grid-template-columns:repeat(2,1fr)}
.env-features .feature-card{border-color:transparent}
.env-features .feature-card:hover{border-color:var(--color-primary)}
.env-features .features__descwrap p{max-width:58ch}
.env-features .features__ghost{display:none}

/* SPOŁECZNOŚĆ + EDUKACJA (sekcja w stylu TRUST: slider) */
.esg-trust.trust{padding-top:7.2rem;padding-bottom:6rem}
.esg-trust .trust__slider{min-height:220px}
.esg-trust .trust__title{font-size:1.25rem}

/* ŁAD KORPORACYJNY (styl CTA-GREEN: lewo tekst, prawo lista) */
.esg-gov.cta-green{padding:4.5rem 0}
.esg-gov .cta-green__container{grid-template-columns:1.05fr .95fr}
.esg-gov .cta-green__right{display:flex;flex-direction:column;gap:1rem}
.esg-gov-list{list-style:none;margin:0;padding:0;display:grid;gap:1rem}
.esg-gov-list li{
  position:relative;
  padding-left:2rem;
  color:#fff;
  font-size:1.02rem;
  line-height:1.75;
  font-weight:300;
}
.esg-gov-list li::before{
  content:"✔";
  position:absolute;
  left:0;
  top:0;
  color:#fff;
  opacity:.9;
}

/* Responsive */
@media (max-width:992px){
  .esg-hero__title{font-size:2.5rem}
  .esg-approach .solutions__container,
  .env-features .features__container,
  .esg-gov .cta-green__container{grid-template-columns:1fr}
  .esg-gov .cta-green__right{order:-1}
}
@media (max-width:576px){
  .esg-hero{padding:140px 0 60px}
}

/* Crafted with ❤️ by PixelShark.eu // */
