.esg-page {
  background: #ffffff;
  color: #202432;
  font-family: "Open Sans", "Microsoft JhengHei", Arial, sans-serif;
}

.esg-page p,
.esg-page li,
.esg-page td,
.esg-page th {
  font-family: "Open Sans", "Microsoft JhengHei", Arial, sans-serif;
}

.esg-page .esg-nav {
  background-color: #ffffff;
  border-color: rgba(34, 34, 34, 0.08);
}

.esg-page .esg-nav .navbar-brand {
  margin-top: 4px;
  padding: 5px;
  height: 50px;
  opacity: 1;
  filter: none;
}

.esg-page .esg-nav .nav > li > a,
.esg-page .esg-nav .nav > li > a:focus {
  color: #222222;
}

.esg-page .esg-nav .nav > li > a:hover,
.esg-page .esg-nav .nav > li > a:focus:hover {
  color: #555E87;
}

.esg-hero {
  padding: 150px 0 96px;
  background:
    linear-gradient(rgba(20, 27, 43, 0.72), rgba(20, 27, 43, 0.72)),
    url("../images/header.jpg") center center / cover no-repeat;
  color: #ffffff;
}

.esg-kicker {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.esg-hero h1 {
  font-size: 46px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 22px;
}

.esg-lead {
  color: rgba(255, 255, 255, 0.9);
  font-size: 19px;
  line-height: 1.8;
  max-width: 760px;
}

.esg-overview {
  padding: 68px 0;
  border-bottom: 1px solid #e8ebf0;
}

.esg-overview h2,
.esg-section h2,
.esg-doc-meta h2 {
  color: #202432;
  font-weight: 800;
  letter-spacing: 0;
}

.esg-overview p {
  color: #555b68;
  font-size: 17px;
  line-height: 1.8;
}

.esg-pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.esg-pillars a {
  border: 1px solid #cfd5df;
  border-radius: 4px;
  color: #202432;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 15px;
  text-decoration: none;
}

.esg-pillars a:hover,
.esg-pillars a:focus {
  background: #555E87;
  border-color: #555E87;
  color: #ffffff;
}

.esg-section {
  padding: 78px 0;
}

.esg-section-muted {
  background: #f7f8fa;
  border-bottom: 1px solid #e7e9ef;
  border-top: 1px solid #e7e9ef;
}

.esg-index {
  color: #EE7E55;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin-bottom: 12px;
}

.esg-section h2 {
  font-size: 28px;
  line-height: 1.35;
  margin: 0 0 28px;
}

.esg-section p {
  color: #4e5563;
  font-size: 16px;
  line-height: 1.85;
}

.esg-section ul {
  margin: 22px 0 0;
  padding-left: 20px;
}

.esg-section li {
  color: #363d4a;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 9px;
}

.esg-note {
  background: #ffffff;
  border-left: 4px solid #EE7E55;
  box-shadow: 0 8px 24px rgba(32, 36, 50, 0.08);
  margin-top: 28px;
  padding: 18px 20px;
}

.esg-section-muted .esg-note {
  background: #ffffff;
}

.esg-doc-meta {
  background: #202432;
  color: #ffffff;
  padding: 70px 0;
}

.esg-doc-meta h2 {
  color: #ffffff;
}

.esg-doc-meta p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.85;
}

.esg-page footer {
  background: #ffffff;
}

@media (max-width: 767px) {
  .esg-hero {
    padding: 110px 0 68px;
  }

  .esg-hero h1 {
    font-size: 34px;
  }

  .esg-lead {
    font-size: 17px;
  }

  .esg-section {
    padding: 58px 0;
  }

  .esg-section h2 {
    font-size: 24px;
  }
}
