.sustainable-page {
    background: #fff;
    color: #18352a;
}

.sustainable-page-hero {
    background: transparent !important;
}

.site-main > .sustainable-page .sustainable-page-hero .bread-crumbs {
    min-height: 520px;
    background-color: #173f2d !important;
    background-image: linear-gradient(90deg, rgba(11, 48, 31, .94) 0%, rgba(11, 48, 31, .74) 48%, rgba(11, 48, 31, .28) 100%), url('/assets/images/heros/greenhosting-hero.webp') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.sustainable-page-hero .heading-title,
.sustainable-page-hero .para p {
    color: #fff !important;
}

.sustainable-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 16px;
    color: #187044;
    font-size: .86rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.sustainable-stats { padding-top: 60px; }
.sustainable-stat { height: 100%; padding: 25px; border: 1px solid #d9eade; border-radius: 18px; background: #fff; box-shadow: 0 12px 28px rgba(15, 55, 32, .07); }
.sustainable-stat strong { display: block; color: #107140; font-size: 2rem; font-weight: 800; line-height: 1; }
.sustainable-stat span { display: block; margin-top: 8px; color: #547064; font-size: .95rem; line-height: 1.45; }
.sustainable-section { padding: 82px 0; }
.sustainable-section h2 { max-width: 700px; margin: 0 auto 14px; color: #163d2d; font-size: clamp(1.9rem, 3vw, 2.8rem); font-weight: 800; line-height: 1.14; text-align: center; }
.sustainable-section-intro { max-width: 720px; margin: 0 auto 42px; color: #5a7165; font-size: 1.05rem; line-height: 1.7; text-align: center; }
.sustainable-card { height: 100%; padding: 30px; border: 1px solid #d9eade; border-radius: 20px; background: #fff; box-shadow: 0 10px 25px rgba(15, 55, 32, .05); }
.sustainable-card-icon { display: grid; width: 50px; height: 50px; margin-bottom: 20px; place-items: center; border-radius: 15px; background: #e7f5e9; color: #148044; font-size: 1.35rem; }
.sustainable-card h3 { margin-bottom: 10px; color: #173e2e; font-size: 1.2rem; font-weight: 800; }
.sustainable-card p { margin: 0; color: #5a7165; line-height: 1.7; }
.sustainable-pledge { padding: 52px; border-radius: 26px; background: #173f2d; color: #fff; }
.sustainable-pledge h2 { margin: 0 0 14px; color: #fff; text-align: left; }
.sustainable-pledge p { max-width: 720px; margin: 0; color: #d4ead9; font-size: 1.05rem; line-height: 1.75; }
.sustainable-faq details { padding: 20px 0; border-bottom: 1px solid #d8e8dc; }
.sustainable-faq summary { color: #183e2d; font-size: 1.08rem; font-weight: 750; cursor: pointer; }
.sustainable-faq p { max-width: 850px; margin: 14px 0 0; color: #5a7165; line-height: 1.7; }
.sustainable-cta { padding: 80px 0; background: #e5f3e8; text-align: center; }
.sustainable-cta h2 { margin: 0 0 12px; color: #153d2b; font-size: clamp(1.9rem, 3vw, 2.8rem); font-weight: 800; }
.sustainable-cta p { max-width: 660px; margin: 0 auto 25px; color: #557063; font-size: 1.05rem; line-height: 1.7; }

@media (max-width: 991.98px) {
    .sustainable-stats { padding-top: 34px; }
    .sustainable-pledge { padding: 34px 28px; }
}
