/* ===========================================================
   ENVIRONMENTAL TECHNOLOGIES PAGE
=========================================================== */

.green-hero {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 88vh;
    padding: 11rem 0 6rem;
    overflow: hidden;
    color: #fff;
    background: #071820;
}

.green-hero__media,
.green-hero__overlay {
    position: absolute;
    inset: 0;
}

.green-hero__media {
    background: url('../images/solar-parking.jpg') center 48% / cover no-repeat;
    transform: scale(1.015);
}

.green-hero__overlay {
    background:
        linear-gradient(90deg, rgba(4, 18, 26, .96) 0%, rgba(4, 18, 26, .80) 48%, rgba(4, 18, 26, .25) 100%),
        linear-gradient(0deg, rgba(4, 18, 26, .68), transparent 55%);
}

.green-hero__content {
    position: relative;
    z-index: 2;
}

.green-hero h1 {
    max-width: 940px;
    margin: 1.25rem 0 1.5rem;
    font-size: clamp(3rem, 5vw, 5.25rem);
    line-height: .98;
}

.green-hero p {
    max-width: 790px;
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(1.05rem, 1.55vw, 1.25rem);
    line-height: 1.7;
}

.green-section {
    padding: 7rem 0;
}

.green-section--soft {
    background: var(--si-paper);
}

.green-section--dark {
    color: #fff;
    background:
        radial-gradient(circle at 85% 20%, rgba(51, 112, 82, .24), transparent 30%),
        linear-gradient(135deg, #071820 0%, #0b1f2a 65%, #123442 100%);
}

.green-title {
    max-width: 760px;
    margin: .8rem 0 0;
    font-size: clamp(2rem,8vw,3rem);
    line-height: 1.05;
}

.green-title--wide {
    max-width: 980px;
}

.green-copy p,
.green-feature__content > p {
    color: var(--si-muted);
    font-size: 1.02rem;
    line-height: 1.75;
}

.green-copy p {
    margin-bottom: 1.4rem;
}


.green-lead {
    color: var(--si-ink) !important;
    font-family: Manrope, Inter, sans-serif;
    font-size: 1.2rem !important;
    font-weight: 700;
}

.green-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
    gap: clamp(3rem, 7vw, 7rem);
    align-items: center;
}

.green-feature--reverse {
    grid-template-columns: minmax(360px, .8fr) minmax(0, 1.2fr);
}

.green-feature--reverse .green-feature__media {
    order: 2;
}

.green-feature__media {
    overflow: hidden;
    min-height: 560px;
    border-radius: 1.5rem;
    background: #dfe5e8;
    box-shadow: var(--si-shadow);
}

.green-feature__media img {
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
}

.green-feature__media--render {
    min-height: 480px;
    background: #fff;
}

.green-feature__media--render img {
    min-height: 480px;
    object-fit: contain;
}

.green-feature__content .green-title {
    margin: 1rem 0 1.4rem;
    font-size: clamp(2rem, 3vw, 3.25rem);
    line-height: 1.08;
}

.green-list {
    margin: 2rem 0 0;
    padding: 0;
    list-style: none;
}

.green-list li {
    position: relative;
    padding: 1rem 0 1rem 2rem;
    border-top: 1px solid var(--si-border);
    color: var(--si-ink);
    font-weight: 600;
    line-height: 1.5;
}

.green-list li:last-child {
    border-bottom: 1px solid var(--si-border);
}

.green-list li::before {
    content: "";
    position: absolute;
    top: 1.45rem;
    left: 0;
    width: .75rem;
    height: .75rem;
    border: 2px solid var(--si-orange);
    border-radius: 50%;
}

.green-detail-image {
    width: min(78%, 980px);
    margin: 5rem 0 0 auto;
    overflow: hidden;
    border-radius: 1.25rem;
    box-shadow: var(--si-shadow);
}

.green-detail-image img {
    display: block;
    width: 100%;
    height: auto;
}

.green-dark-lead {
    max-width: 780px;
    margin: 1.5rem 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 1.12rem;
    line-height: 1.7;
}

.green-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 4rem;
}

.green-benefit {
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, .045);
}

.green-benefit > span {
    display: block;
    margin-bottom: 2.25rem;
    color: var(--si-orange);
    font-family: Manrope, Inter, sans-serif;
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .14em;
}

.green-benefit h3 {
    margin-bottom: .85rem;
    font-size: 1.25rem;
}

.green-benefit p {
    margin: 0;
    color: rgba(255, 255, 255, .66);
    font-size: .96rem;
    line-height: 1.65;
}

.green-cta {
    padding: 6rem 0;
    background: #fff;
}

.green-cta__inner {
    position: relative;
    display: block;
    overflow: hidden;
    padding: clamp(2.2rem, 6vw, 5.5rem);
    color: #ffffff;
    border-radius: 1.8rem;
    background: linear-gradient(125deg, var(--si-blue), var(--si-navy));
}

.green-cta__inner::after {
    content: "";
    position: absolute;
    top: -12rem;
    right: -8rem;
    width: 28rem;
    height: 28rem;
    border: 5rem solid rgba(243, 163, 18, .12);
    border-radius: 50%;
}

.green-cta__inner > * {
    position: relative;
    z-index: 1;
}

.green-cta h2 {
    max-width: 980px;
    margin: 1rem 0 1.25rem;
    font-size: clamp(2.4rem, 5vw, 5rem);
    line-height: 1.02;
}

.green-cta p {
    max-width: 760px;
    margin: 0 0 1.8rem;
    color: rgba(255, 255, 255, .72);
    font-size: 1.08rem;
    line-height: 1.7;
}

@media (max-width: 1199.98px) {
    .green-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .green-hero {
        min-height: 760px;
        padding: 9rem 0 4.5rem;
    }

    .green-feature,
    .green-feature--reverse {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .green-feature--reverse .green-feature__media {
        order: 0;
    }

    .green-feature__media,
    .green-feature__media img {
        min-height: 440px;
    }

    .green-detail-image {
        width: 86%;
        margin-top: 3rem;
    }

}

@media (max-width: 575.98px) {
    .green-hero {
        min-height: 690px;
        padding: 8rem 0 3.5rem;
    }

    .green-hero__media {
        background-position: 62% center;
    }

    .green-hero h1 {
        font-size: clamp(2.45rem, 13vw, 3.35rem);
    }

    .green-section {
        padding: 4.5rem 0;
    }

    .green-feature__media,
    .green-feature__media img,
    .green-feature__media--render,
    .green-feature__media--render img {
        min-height: 300px;
    }

    .green-detail-image {
        width: 100%;
    }

    .green-benefits {
        grid-template-columns: 1fr;
    }

    .green-benefit {
        padding: 1.5rem;
    }

    .green-cta {
        padding: 4rem 0;
    }

    .green-cta__inner {
        padding: 2rem 1.4rem;
        border-radius: 1.2rem;
    }

    .green-cta .btn-si {
        width: 100%;
    }
}
