#main {
    padding: 0;
    margin: 0;
}

.main-landing-esg * {
    font-family: 'Mulish', sans-serif;
    color: #3C3C3C;
}

br {
    display: block;
    /* makes it have a width */
    content: "";
    /* clears default height */
    margin-top: 0;
    /* change this to whatever height you want it */
}

.internal-link:hover {
    text-decoration: none;
}

.hero-section {
    position: relative;
    width: 100%;
    min-height: 606px;
    background: url('../images/landing-esg/hero-bg.webp') center center/cover no-repeat;
    display: flex;
    align-items: center;
    margin: 0 auto 0 auto;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(24, 44, 71, 0.28);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 650px;
    padding-top: 16%;
    padding-left: 3%;
}

.hero-title {
    margin-bottom: 1.2rem;
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    vertical-align: bottom;
    color: #fff;
}

.hero-desc {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
    color: #fff;
}

@media (max-width: 991.98px) {
    .hero-content {
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .hero-section {
        min-height: 520px;
    }

    .hero-content {
        padding: 0;
    }

    .hero-title {
        font-weight: 600;
        font-size: 28px;
        line-height: 120%;
        letter-spacing: 0;
        vertical-align: bottom;
    }

    .hero-desc {
        font-weight: 600;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0;
        vertical-align: middle;
    }
}


.page-header {
    background-color: #ffffff;
    z-index: 12;
    border-bottom: 1px solid rgba(60, 60, 60, 0.2);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-100%);
    transition: 0.8s;
}

.page-header .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
}

.page-header .nav .nav-menu .nav-list {
    list-style: none;
    margin-bottom: 0;
}

.page-header .nav-menu .nav-list .nav-item {
    margin: 0 1.5rem;
}

.page-header .nav-menu .nav-list .nav-item a {
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: -0.02em;
    line-height: 150%;
    color: #3c3c3c;
    transition: 0.3s;
    text-decoration: none;
    padding: 1.5rem 0;
    display: block;
}

.page-header .nav-menu .nav-list .nav-item:hover a {
    color: #1464f4;
    cursor: pointer;
}

.page-header .nav-button .btn {
    padding: 1rem 2.5rem;
}

.page-header .nav-list .nav-item::after {
    height: 4px;
    bottom: -1px;
}

.page-header .nav-list .nav-item.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: -1px;
    left: 0;
    transform: scaleX(1);
    transform-origin: bottom left;
    transition: transform 0.3s;
}

.report-buttons-wrap {
    background-color: #F7F9F9;
}

.report-buttons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 3rem 0;
}


.btn-report {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

@media (max-width: 575.98px) {
    .report-buttons {
        flex-direction: column;
        gap: 1rem;
        padding: 3.75rem 1rem;
    }

    .btn-report {
        text-align: center;
        display: block;
    }
}

.btn-report-primary {
    background-color: #1464f4;
    color: #fff;
    border: none;
    border: 1px solid #1464f4;
}

.btn-report-primary:hover {
    background-color: #0d4bb8;
    color: #fff;
}

.btn-report-outline {
    background-color: transparent;
    color: #1464f4;
    border: 1px solid #1464f4;
}

.btn-report-outline:hover {
    background-color: #1464f4;
    color: #fff;
}

/* Section wrapper */
.chairwoman-section {
    background: #ffffff;
    padding: 4rem 0 0 0;
    color: #2e3436;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

/* Title centered above the two-column layout */
.chairwoman-section .section-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
}

/* Left column: photo + name */
.chair-photo {
    max-width: 320px;
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
    margin: 0 auto;
}

.chair-name {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: bottom;
    margin-top: 18px;
    margin-bottom: 6px;
}

.chair-role {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
}

/* Right column: paragraphs */
.chair-text {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0;
    vertical-align: middle;
    max-width: 620px;
    padding-right: 7%;
    padding-top: 5%;
    margin: 0;
}

/* paragraph spacing to visually match the design */
.chair-text p {
    margin: 0 0 20px 0;
}

/* Desktop tweaks */
@media (min-width: 1200px) {
    .chair-text {
        padding-right: 72px;
        max-width: 680px;
    }
}

/* Tablet / small desktop */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .chair-text {
        padding-right: 48px;
        max-width: 620px;
    }
}

/* Mobile: remove extra left padding so text flows under image */
@media (max-width: 991.98px) {
    .chair-text {
        padding-left: 0;
        max-width: 100%;
    }

    .chair-text p {
        margin-bottom: 20px;
    }
}

/* Align text visually similar to the mock: more left padding on wide screens */
@media (min-width: 992px) {
    .chair-text {
        padding-right: 7%;
    }

    .chair-photo {
        max-width: 360px;
    }

    .section-title {
        margin-bottom: 25px;
    }
}

/* Mobile adjustments */
@media (max-width: 767px) {
    .chairwoman-section {
        padding: 60px 0 0 0;
    }

    .section-title {
        font-size: 32px;
        margin-bottom: 10px;
        text-align: left !important;
    }

    .chair-photo {
        max-width: 100%;
    }

    .chair-text {
        padding: 0;
        font-size: 16px;
    }

    .chair-name {
        font-size: 28px;
    }

    .chairwoman-section .container .row {
        flex-direction: column-reverse;
    }
}

/* ===========================
   Journey section (ESG landing)
   =========================== */
.journey-section {
    background: #ffffff;
    padding: 80px 0;
    font-family: 'Mulish', "Helvetica Neue", Arial, sans-serif;
    color: #343637;
}

.journey-section .section-inner {
    max-width: 1070px;
    margin: 0 auto;
    padding: 0 24px;
}

.journey-section .section-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;

    margin-bottom: 22px;
}

/* lead paragraph under title */
.journey-section .lead-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    vertical-align: middle;
    margin: 0 auto 16px auto;
}

/* large blue quoted lines */
.journey-section .quote {
    color: #1464f4;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
    margin: 0 auto 16px auto;
}

/* CTA center */
.cta-wrap {
    text-align: center;
    margin-top: 2rem;
}

.btn-esg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #1464f4;
    color: #ffffff;
    padding: 12px 16px 12px 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-decoration: none;
    box-shadow: none;
    transition: #578ff7 150ms ease, #1464f4 150ms ease, transform 120ms ease;

}

.btn-esg .btn-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    background-image: url('../images/landing-esg/arrow-cross-up.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    flex: 0 0 14px;
    transform: translateY(-1px);
}

.btn-esg span {
    color: #fff;
}

.btn-esg:hover,
.btn-esg:focus {
    background: #0d4bb8;
    border-color: #0d4bb8;
    color: #fff;
}

.btn-esg:focus {
    box-shadow: 0 0 0 3px rgba(20, 100, 244, 0.15);
}

/* responsive */
@media (max-width: 991.98px) {
    .journey-section {
        padding: 3.5rem 0;
    }

    .journey-section .section-title {
        margin-bottom: 18px;
    }

    .journey-section .quote {
        font-size: 22px;
        padding: 0 12px;
    }

    .journey-section .lead-desc {
        padding: 0 12px;
    }
}

@media (max-width: 767px) {
    .journey-section {
        padding: 60px 0;
    }

    .journey-section .section-title {
        font-size: 32px;
    }

    .journey-section .quote {
        font-size: 20px;
    }

    .journey-section .lead-desc {
        font-size: 16px;
        line-height: 1.6;
    }
}

@media (max-width: 575.98px) {
    .btn-esg {
        padding: 10px 18px;
        font-size: 16px;
    }
}

/* ===========================
   ESG Highlights section - pixel-accurate
   =========================== */
.esg-section {
    background: #F7F9F9;
    padding: 120px 75px;
}

/* centered header badge with dashed border */
.esg-section .esg-header {
    max-width: 880px;
    text-align: center;
    margin-bottom: 20px;
}

.esg-section .esg-header h3 {
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 24px;
}

.esg-section .esg-header p {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
}

/* hero area: full width image with left translucent stats card */
.esg-hero {
    position: relative;
    width: 100%;
    margin-bottom: 22px;
}

/* background image is applied inline (twig) for easier path handling */
.esg-hero .hero-image {
    position: absolute;
    inset: 0;
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
    transform-origin: center;
    will-change: transform;
}

.esg-hero .hero-image-bg {
    height: 845px;
    width: 100%;
}

/* ===== Merged/Refined stats-panel ===== */
.esg-hero .stats-panel {
    position: absolute;
    left: 30px;
    top: 30px;
    max-width: 558px;
    padding: 60px;
    border-radius: 2px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.25);
    display: flex;
    flex-direction: column;
    gap: 4px;
    box-sizing: border-box;
}

.esg-hero .stats-panel * {
    color: #fff;
}

/* kicker (Corporate) */
.stats-panel .kicker {
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
    margin: 0 0 6px;
}

/* large #1 with right-hand subline */
.stats-panel .number-row {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.stats-panel .big-number {
    font-weight: 600;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    margin: 0;
}

.stats-panel .number-meta {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    vertical-align: middle;
    margin-top: 10px;
}

/* subtle divider line */
.stats-divider {
    height: 1px;
    background: #84A3B6;
    margin: 3px 0;
    width: 100%;
}

/* main two-column stats row (97,399 and +192%) */
.stats-panel .stat-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 8px;
}

.stats-panel .stat-left {
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
}

.stats-panel .stat-left small {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    display: block;
    margin-top: 6px;
}

.stats-panel .stat-right {
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
    text-align: right;
    border-left: 1px solid #84A3B6;
    padding-left: 10px;
}

.stats-panel .stat-right small {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    margin-top: 6px;
}

/* section headings inside meta area (e.g. "Named among") */
.stats-panel .meta-heading {
    margin-top: 8px;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    vertical-align: middle;
}

/* highlighted lines like "TIME 100" and "Top 10 Enterprises" */
.stats-panel .meta-strong {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
    margin-top: 6px;
}

/* small descriptive lines */
.stats-panel .meta-small {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    vertical-align: middle;
    margin-top: 6px;
}

.stats-panel .meta-small-bottom {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    vertical-align: middle;
    margin-top: 6px;
}

/* final callout line (The Best Project...) */
.stats-panel .final-line {
    margin-top: 12px;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0;
    vertical-align: middle;
}

/* percent helpers (kept for compatibility in other blocks) */
.stats-panel .percent-row {
    display: flex;
    align-items: baseline;
    margin-top: 8px;
}

.stats-panel .percent {
    color: #9fd6ff;
    font-weight: 700;
    font-size: 20px;
    margin-right: 12px;
}

.stats-panel .percent-sublabel {
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
}

/* three mini cards under hero */
.esg-grid {
    margin-top: 20px;
    position: relative;
}

.esg-grid .mini-card {
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    min-height: 260px;
    box-shadow: 0 0 0 1px rgba(16, 24, 40, 0.02);
}

.mini-card .mini-img {
    height: 300px;
    background-position: center;
    background-size: cover;
}

.mini-card .mini-body {
    padding: 16px;
}

.mini-card h4 {
    /* margin: 4px 0 8px; */
}

.mini-card p {
    margin: 0;
    color: #6b7075;
    font-size: 13px;
    line-height: 1.5;
}

/* spacing between hero and grid for large screens */
@media (min-width: 992px) {
    .esg-hero {
        padding-left: 8px;
        padding-right: 8px;
    }
}

/* responsive adjustments */
@media (max-width: 991.98px) {


    .esg-hero .stats-panel {
        position: absolute;
        width: auto;
        min-width: 0;
        left: 0;
        top: 0;
        margin: 18px;
        padding: 22px;
    }

    .esg-hero .hero-image {
        background-position: center center;
    }

    .esg-grid .mini-card {
        margin-bottom: 18px;
    }

    .stats-panel .big-number {
        font-size: 48px;
    }

    .stats-panel .stat-left {
        font-size: 28px;
    }

    .stats-panel .stat-right {
        font-size: 22px;
    }

    .stats-panel .kicker {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .esg-hero .hero-image-bg {
        height: 632px;
        object-fit: cover;
    }

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

    .esg-header {
        padding: 12px;
    }

    .stats-panel .number-meta {
        font-size: 12px;
    }

    .stats-panel .stat-left small {
        font-size: 12px;
    }

    .esg-hero .stats-panel {
        padding: 12px;
        margin: 16px;
    }

    .esg-section .esg-header h3 {
        text-align: left;
        font-size: 32px;
    }

    .esg-section .esg-header p {
        font-size: 16px;
    }

    .stats-panel .stat-row,
    .stats-panel .meta-heading,
    .stats-panel .meta-strong,
    .stats-panel .meta-small,
    .stats-panel .meta-small-bottom {
        margin-top: 5px;
    }

    .stats-panel .final-line {
        margin-top: 5px;
        font-size: 20px;
    }

    .stats-panel .meta-small,
    .stats-panel .meta-heading {
        font-size: 12px;
        font-weight: 400;
    }
}

.esg-grid {
    margin-top: 20px;
    overflow: hidden;
}

/* row spacing to control gutter similar to design */
.esg-grid .row {
    margin-left: -8px;
    margin-right: -8px;
}

.esg-grid .col-md-4 {
    padding-left: 8px;
    padding-right: 8px;
}

/* card shell */
.esg-grid .mini-card {
    background: #ffffff;
    border-radius: 2px;
    overflow: hidden;
    min-height: 300px;
    box-shadow: none;
    border: 1px solid rgba(16, 24, 40, 0.03);
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* content body */
.mini-card .mini-body {
    padding: 16px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

/* card title */
.mini-card h4 {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
}

/* thin rule used between sections */
.mini-card .sep {
    height: 1px;
    background: #84A3B6;
    margin: 8px 0;
    width: 100%;
}

/* stat/list item rows - blue value on left, label on right / multi-line */
.mini-card .stat-2-col {
    display: flex;
    gap: 10px;
}

.mini-card .stat-2-col .value {
    border-right: 1px solid #84A3B6;
    padding-right: 10px;
}

.mini-card .stat .value {
    color: #1151C5;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    margin-bottom: 6px;
}

.mini-card .stat .label {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0;
    align-items: center;
    display: flex;
    gap: 6px;
}

/* emphasis link-like lines inside card (e.g. ISO 14001 / "30 MWp") */
.mini-card .emph {
    margin-top: 6px;
    margin-bottom: 8px;
}

.mini-card .emph-2-col {
    display: flex;
    justify-content: space-evenly;
    gap: 15px;
    align-items: center;
}

.mini-card .emph-2-col span {
    font-size: 14px;
    word-wrap: break-word;
    width: 45px;
}

/* small muted helper */
.mini-card .muted {
    color: #8a9096;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 6px;
}

/* vertical separators between columns (visual in design)
   apply thin left border to 2nd and 3rd columns */
.esg-grid .col-md-4+.col-md-4 .mini-card {
    border-left: 1px solid #e9f0fb;
    padding-left: 0;
}

/* responsive adjustments */
@media (max-width: 991.98px) {

    .mini-card .mini-body {
        padding: 16px;
    }

    .mini-card h4 {
        font-size: 16px;
    }

    .mini-card .stat .value {
        min-width: 62px;
        font-size: 15px;
    }

    .esg-grid .col-md-4+.col-md-4 .mini-card {
        border-left: none;
    }
}

@media (max-width: 575.98px) {
    .esg-grid .row {
        margin-left: -6px;
        margin-right: -6px;
    }

    .esg-grid .col-md-4 {
        padding-left: 6px;
        padding-right: 6px;
    }

    .mini-card .mini-body {
        padding: 12px;
    }

    .mini-card .stat .value {
        min-width: 52px;
        font-size: 14px;
    }
}

/* ===========================
   Long‑Term Sustainability Targets (pixel-alike)
   =========================== */
.targets-section {
    background: #ffffff;
    /* padding: 64px 0 56px; */
    padding: 120px 75px;
    position: relative;
    overflow: hidden;
}

.targets-section .section-inner {
    margin: 0 auto;
    /* padding: 0 20px; */
}

.targets-section .section-title {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 12px;
    color: #2f3436;
    line-height: 1.1;
}

.targets-section .section-lead {
    max-width: 880px;
    margin: 0 auto 36px;
    text-align: center;
    color: #6d7478;
    font-size: 15px;
    line-height: 1.7;
}



@media(min-width: 992px) {

    /* three cards row */
    .targets-row {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -12px;
    }

    .targets-col {
        padding: 0 12px;
        flex: 1 0 33.3333%;
        max-width: 33.3333%;
        box-sizing: border-box;
    }
}

/* card layout: image on top, content below, spacing like design */
.targets-card {
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-top: 8px;
}

.targets-card .card-img {
    width: 100%;
    height: 300px;
    border-radius: 2px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    margin-bottom: 18px;
}

.targets-card h4 {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 600;
    color: #222;
}

/* bullet list styling to match design */
.targets-card ul {
    margin: 0;
    padding-left: 20px;
    color: #4f5558;
    font-size: 14px;
    line-height: 1.7;
}

.targets-card ul li {
    margin-bottom: 10px;
}

/* blue inline links / emphasis */
.targets-card a,
.targets-card .emphasis {
    color: #1464f4;
    font-weight: 600;
    text-decoration: none;
}

/* responsive */
@media (max-width: 991.98px) {
    .targets-section {
        padding: 48px 0 36px;
    }

    /* .targets-col {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 18px;
    } */
}

@media (max-width: 767px) {
    .targets-section {
        padding: 36px 12px;
    }

    /* .targets-col {
        flex: 0 0 100%;
        max-width: 100%;
    } */

    .targets-card .card-img {
        height: 120px;
    }

    .targets-section .section-title {
        font-size: 22px;
    }

    .targets-section .section-lead {
        font-size: 14px;
        text-align: left !important;
    }

    .hero-landing-bottom-esg {
        padding: 60px 16px;
    }
}

/* ===========================
   Net‑Zero section (diagram + 3 boxes) - merge safe
   Add/replace only netzero-* rules to avoid duplication
   =========================== */
.netzero-section {
    background: #F7F9F9;
    padding: 120px 75px;
    font-family: 'Mulish', "Helvetica Neue", Arial, sans-serif;
    color: #333;
}

.netzero-section .netzero-diagram-des-wrap {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    vertical-align: middle;
    margin-bottom: 20px;
    text-align: left;
}

.netzero-section .netzero-diagram-des-wrap span {
    color: #1151C5;
}

.netzero-section .section-title {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 18px;
    color: #2f3436;
}

/* layout */
.netzero-row {
    margin-top: 16px;
}

.netzero-left,
.netzero-right {
    box-sizing: border-box;
}

/* circular diagram */
.netzero-diagram-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px;
}

.netzero-diagram {
    max-width: 100%;
    display: inline-block;
    object-fit: contain;
    border-radius: 100%;
}

/* CTA under diagram (reuses .btn-esg defined earlier) */
.netzero-diagram-cta {
    margin-top: 22px;
}

/* right column boxes */
.netzero-box {
    background: #fff;
    padding: 30px;
    margin-bottom: 20px;
}

.netzero-box h5 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

.netzero-box ul {
    margin: 0;
    padding-left: 18px;
    color: #556064;
    font-size: 14px;
    line-height: 1.7;
}

.netzero-box ul li {
    margin-bottom: 8px;
}

/* subtle spacing for small notes if needed */
.netzero-note {
    color: #6f787f;
    font-size: 13px;
    margin-bottom: 8px;
}

/* responsive */
@media (max-width: 991.98px) {
    .netzero-diagram {
        width: 320px;
        padding: 14px;
    }

    .netzero-box {
        padding: 18px;
    }
}

@media (max-width: 575.98px) {
    .netzero-section {
        padding: 36px 12px;
    }

    .netzero-diagram {
        width: 240px;
        padding: 12px;
    }

    .netzero-box {
        padding: 14px;
        margin-bottom: 16px;
    }

    .netzero-section .section-title {
        font-size: 20px;
    }
}

/* ===========================
   ESG carousel (Swiper) - horizontal carousel with 5 items
   Merge/replace any previous .carousel-swiper/.swiper-* rules
   =========================== */
.carousel-swiper {
    background: #ffffff;
    padding: 120px 75px;
    position: relative;
}

.carousel-swiper .container-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
}

/* section heading */
.carousel-swiper .section-title {
    text-align: left;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
    margin-bottom: 12px;
}

.carousel-swiper .section-lead {
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    vertical-align: middle;
    margin-bottom: 20px;
}

.carousel-swiper .section-lead span {
    text-align: left;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #1151C5;
    margin-bottom: 20px;
}

/* Swiper container sizing */
.carousel-swiper .swiper-container {
    padding-bottom: 40px;
    /* space for pagination */
    position: relative;
}

/* Each slide layout: image left, text right (desktop) */
.carousel-swiper .swiper-slide {
    /* display: flex; */
    /* justify-content: space-between; */
    box-sizing: border-box;
    background: #F7F9F9;
}



.carousel-swiper .slide-media img {
    width: 645px;
    height: 698px;
    display: block;
    object-fit: cover;
}



.carousel-swiper .slide-content h4 {
    margin: 0 0 12px;
    font-weight: 600;
    font-size: 28px;
    line-height: 150%;
    letter-spacing: 0;
    vertical-align: middle;
}

.carousel-swiper .slide-content h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    vertical-align: middle;
}

.carousel-swiper .slide-content p {
    margin: 0 0 14px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    vertical-align: middle;
}

.carousel-swiper .slide-content ul {
    margin: 0 0 18px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    vertical-align: middle;
    padding-inline-start: 25px;
}

.carousel-swiper .slide-content ul li {
    margin-bottom: 10px;
}

.carousel-swiper .slide-content ul li strong {
    color: #1151C5;
}

/* CTA row below slides (centered) */
.carousel-swiper .carousel-footer {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
    align-items: center;
}

.carousel-swiper .carousel-footer {
    padding: 0 10px;
}

.carousel-swiper .carousel-footer-3col {
    padding: 0 15px;
}

.carousel-swiper .carousel-footer .btn-footer {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 12px 16px;
    border: 1px solid #1464f4;
    background: #ffffff;
    color: #1464f4;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
}

.carousel-swiper .carousel-footer-3col .btn-footer {
    flex: 0 0 calc(100%/3);
    max-width: calc(100%/3);
    padding: 12px 16px;
    border: 1px solid #1464f4;
    background: #ffffff;
    color: #1464f4;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
}

@media (max-width: 767px) {

    .carousel-swiper .carousel-footer,
    .carousel-swiper .carousel-footer-3col {
        /* 1. Đổi hướng hiển thị thành cột (chiều dọc) */
        flex-direction: column;
        /* Thêm thuộc tính căn lề để các nút chiếm hết chiều rộng nếu cần */
        align-items: stretch;
    }

    .carousel-swiper .carousel-footer .btn-footer,
    .carousel-swiper .carousel-footer-3col .btn-footer {
        /* 2. Cho các item chiếm hết chiều rộng (100%) của container .carousel-footer */
        flex: 0 0 100%;
        max-width: 100%;
        /* Bỏ margin-bottom nếu cần khoảng cách giữa các nút */
        margin-bottom: 0;
    }
}

/* reuse btn-esg style (defined previously) - but add smaller variant */
.btn-esg--small {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 3px;
}

/* Swiper pagination (dots) */
.carousel-swiper .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
}

.carousel-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #d8e6ff;
    opacity: 1;
    border-radius: 10px;
    transition: #1464F4 .18s ease, transform .18s ease;
}

.carousel-swiper .swiper-pagination-bullet-active {
    background: #1464f4;
    transform: scale(1.15);
}

/* navigation arrows (optional, hidden on mobile) */
.carousel-swiper .swiper-button-next,
.carousel-swiper .swiper-button-prev {
    color: #1464f4;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background: rgba(20, 100, 244, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    top: 45%;
}

.carousel-swiper .swiper-button-next::after,
.carousel-swiper .swiper-button-prev::after {
    font-size: 18px;
}

/* Responsive: stack on mobile */
@media (min-width: 992px) {
    .carousel-swiper .swiper-slide {
        display: flex;
        justify-content: space-between;
    }

    /* media column */
    .carousel-swiper .slide-media {
        flex: 0 0 48%;
        max-width: 48%;
    }

    /* text column */
    .carousel-swiper .slide-content {
        flex: 1 1 50%;
        max-width: 50%;
        padding: 3.8rem;
    }

    .swiper-pagination {
        display: none;
    }

    .esg-hero,
    .esg-grid,
    .targets-section .section-inner {
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 991.98px) {
    .carousel-swiper .slide-media img {
        height: auto;
    }

    .carousel-swiper .swiper-button-next,
    .carousel-swiper .swiper-button-prev {
        display: none;
    }

    .carousel-swiper .swiper-slide {
        flex-direction: column;
        align-items: center;
        text-align: left;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .carousel-swiper .slide-media,
    .carousel-swiper .slide-content {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

/* small screens */
@media (max-width: 575.98px) {
    .carousel-swiper {
        padding: 36px 0;
    }

    .carousel-swiper .section-title {
        font-size: 20px;
    }

    .carousel-swiper .slide-content h4 {
        font-size: 18px;
    }

    .carousel-swiper .slide-content p,
    .carousel-swiper .slide-content ul {
        font-size: 13px;
    }
}

/* ===== Replace / update carousel pagination to match design ===== */
.carousel-swiper .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
    z-index: 10;
    pointer-events: auto;
}

.carousel-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #d8e6ff;
    opacity: 1;
    transition: all 180ms ease;
    box-shadow: none;
    transform-origin: center;
}

/* active bullet -> blue rounded pill with soft shadow (as in design) */
.carousel-swiper .swiper-pagination-bullet-active {
    background: #1464f4;
    width: 28px;
    height: 12px;
    border-radius: 12px;
    box-shadow: 0 6px 14px rgba(20, 100, 244, 0.14);
    transform: translateY(-1px);
}

/* keyboard / focus accessibility */
.carousel-swiper .swiper-pagination-bullet:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(20, 100, 244, 0.12);
}

/* smaller gap and scale on mobile to preserve layout */
@media (max-width: 575.98px) {
    .carousel-swiper .swiper-pagination {
        gap: 8px;
        margin-top: 12px;
    }

    .carousel-swiper .swiper-pagination-bullet-active {
        width: 22px;
        height: 10px;
    }
}

.carousel-swiper .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
    z-index: 10;
    pointer-events: auto;
}

.carousel-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #d8e6ff;
    opacity: 1;
    transition: all 180ms ease;
    box-shadow: none;
    transform-origin: center;
}

/* active bullet -> blue rounded pill with soft shadow (as in design) */
.carousel-swiper .swiper-pagination-bullet-active,
.responsive-targets-section-swiper .swiper-pagination-bullet-active,
.responsive-grid-swiper .swiper-pagination-bullet-active {
    background: #1464f4;
    width: 28px;
    height: 12px;
    border-radius: 12px;
    box-shadow: 0 6px 14px rgba(20, 100, 244, 0.14);
    transform: translateY(-1px);
}

/* keyboard / focus accessibility */
.carousel-swiper .swiper-pagination-bullet:focus,
.responsive-targets-section-swiper .swiper-pagination-bullet:focus,
.responsive-grid-swiper .swiper-pagination-bullet-active {
    outline: none;
    box-shadow: 0 0 0 4px rgba(20, 100, 244, 0.12);
}

/* smaller gap and scale on mobile to preserve layout */
@media (max-width: 575.98px) {

    .carousel-swiper .swiper-pagination,
    .responsive-targets-section-swiper .swiper-pagination,
    .responsive-grid-swiper .swiper-pagination-bullet-active {
        gap: 8px;
        margin-top: 12px;
    }

    .carousel-swiper .swiper-pagination-bullet-active,
    .responsive-targets-section-swiper .swiper-pagination-bullet-active,
    .responsive-grid-swiper .swiper-pagination-bullet-active {
        width: 22px;
        height: 10px;
    }
}

.carousel-swiper-gray-bg {
    background: #F7F9F9;
}

.carousel-swiper-gray-bg .slide-content {
    background: #fff;
}

/* ===== Hero bottom section: "Together for a Better Future" ===== */
/* ...existing code... */

/* ===== Hero section: "Together for a Better Future" (renamed to avoid conflicts) ===== */
.hero-landing-bottom-esg {
    position: relative;
    overflow: hidden;
    min-height: 420px;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 120px 75px;
}

/* full-bleed background image (image element for proper src handling) */
.hero-landing-bottom-esg .hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    z-index: 0;
    pointer-events: none;
    filter: none;

}

/* dark gradient on left to ensure text contrast */
.hero-landing-bottom-esg .hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    /* background: linear-gradient(90deg, rgba(8,12,20,0.72) 0%, rgba(8,12,20,0.48) 30%, rgba(8,12,20,0.18) 55%, rgba(8,12,20,0) 100%); */
}

/* container that holds text (keeps on top of bg/overlay) */
.hero-landing-bottom-esg .container {
    position: relative;
    z-index: 2;
}

/* left-aligned content block, spacing like design */
.hero-landing-bottom-esg .hero-landing-bottom-content {
    max-width: 56%;
}

.hero-landing-bottom-esg .hero-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: bottom;
    margin-bottom: 1rem;
    color: #fff;
}

.hero-landing-bottom-esg .hero-desc {
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    vertical-align: middle;
    max-width: 640px;
}

.hero-landing-bottom-esg .hero-desc-bottom {
    max-width: inherit;
    font-style: italic;
    position: absolute;
    bottom: -140px;
    text-align: center;
    font-size: 11px;
    color: #fff;
}

/* right side image area reserved via object-position on .hero-bg, but ensure vertical center behavior */
@media (min-width: 1400px) {
    .hero-landing-bottom-esg {
        min-height: 480px;
    }

    .hero-landing-bottom-esg .hero-title {
        font-size: 52px;
    }
}

/* responsive: stack content & reduce padding on small screens */
@media (max-width: 991.98px) {
    .hero-landing-bottom-esg {
        min-height: 360px;
        align-items: flex-start;
        /* padding-top: 28px; */
        padding-bottom: 28px;
    }

    .hero-landing-bottom-esg .hero-landing-bottom-content {
        max-width: 100%;
    }

    .hero-landing-bottom-esg .hero-title {
        font-size: 30px;
    }

    .hero-landing-bottom-esg .hero-desc {
        font-size: 14px;
    }

    .hero-landing-bottom-esg .hero-bg {
        object-position: center top;
    }
}

/* small phone */
@media (max-width: 575.98px) {
    .hero-landing-bottom-esg {
        /* min-height: 260px; */
    }

    .hero-landing-bottom-esg .hero-title {
        font-size: 22px;
    }

    .hero-landing-bottom-esg .hero-desc {
        font-size: 13px;
        text-align: justify;
    }

    .hero-landing-bottom-esg .hero-desc-bottom {
        text-align: justify;
    }

    .esg-grid {
        padding-bottom: 35px;
    }

    .hero-landing-bottom-esg {
        padding: 40px 20px;
    }
}

.logo-header-sticked {
    max-width: 8.4rem;
}

@media (min-width: 768px) {

    .responsive-grid-swiper .swiper-wrapper,
    .responsive-targets-section-swiper .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        transform: translate3d(0px, 0, 0) !important;
        width: 100% !important;
    }

    .responsive-grid-swiper .swiper-slide,
    .responsive-targets-section-swiper .swiper-slide {
        margin-right: 0 !important;
        width: 33.333333% !important;
    }

    .responsive-grid-swiper .swiper-pagination,
    .responsive-targets-section-swiper .swiper-pagination .swiper-pagination {
        display: none;
    }
}