/* Environment page overrides. Shared layout is loaded from skin/css. */

.eco-hero {
    background: linear-gradient(135deg, #F0FDF4 0%, #ECFDF5 100%);
}

.eco-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.eco-stat-item {
    background: var(--white);
    border: 1px solid rgba(22,163,74,0.1);
    border-radius: var(--radius);
    padding: 32px 20px;
    text-align: center;
    box-shadow: var(--shadow);
}

.eco-stat-num {
    color: #16A34A;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.eco-stat-unit {
    font-size: 18px;
    margin-left: 2px;
}

.eco-stat-label {
    color: var(--text-light);
    font-size: 15px;
}

.eco-system {
    background: var(--white);
}

.eco-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.eco-card {
    background: var(--bg);
    border: 1px solid rgba(22,163,74,0.1);
    border-radius: var(--radius);
    padding: 32px 24px;
    transition: all 0.3s;
}

.eco-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(22,163,74,0.22);
}

.eco-card-icon,
.cert-icon,
.water-title-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.eco-card-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
    border-radius: 14px;
    background: rgba(22,163,74,0.1);
}

.environment-icon-img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    display: block;
}

.cert-icon .environment-icon-img,
.water-title-icon .environment-icon-img {
    width: 28px;
    height: 28px;
}

.nav-phone-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
    flex-shrink: 0;
}

.eco-card h4 {
    color: var(--primary);
    font-size: 20px;
    margin-bottom: 12px;
}

.eco-card p {
    color: var(--text-light);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 16px;
}

.eco-card ul {
    list-style: none;
}

.eco-card li {
    position: relative;
    padding-left: 18px;
    color: var(--text-light);
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 6px;
}

.eco-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background: url("../../skin/images/icons/environment/env-bullet.png") center / contain no-repeat;
}

.water-section {
    background: linear-gradient(135deg, #F8FAFC 0%, #F0FDF4 100%);
    max-width: none;
    padding: 80px 16px;
}

.water-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: start;
}

.water-table,
.water-info {
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    border: 1px solid rgba(12,74,110,0.06);
}

.water-table {
    padding: 28px;
    overflow-x: auto;
}

.water-table h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--primary);
    font-size: 20px;
    margin-bottom: 20px;
}

.water-title-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(22,163,74,0.1);
    flex-shrink: 0;
}

.water-table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.water-table th,
.water-table td {
    padding: 13px 14px;
    border-bottom: 1px solid rgba(12,74,110,0.08);
    text-align: left;
    white-space: nowrap;
}

.water-table th {
    color: var(--primary);
    background: rgba(12,74,110,0.05);
    font-weight: 600;
}

.water-table .highlight {
    color: #16A34A;
    font-weight: 700;
}

.water-info {
    padding: 28px;
}

.water-info h3 {
    color: var(--primary);
    font-size: 22px;
    margin-bottom: 16px;
}

.water-info p {
    color: var(--text-light);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 14px;
}

.water-info ul {
    list-style: none;
    margin-top: 16px;
}

.water-info li {
    position: relative;
    color: var(--text);
    font-size: 14px;
    padding: 9px 0 9px 24px;
    border-bottom: 1px dashed rgba(12,74,110,0.1);
}

.water-info li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 16px;
    height: 16px;
    background: url("../../skin/images/icons/environment/env-check.png") center / contain no-repeat;
}

.cert-section {
    background: var(--white);
}

.cert-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.cert-card {
    background: var(--bg);
    border-radius: var(--radius);
    padding: 30px 22px;
    text-align: center;
    border: 1px solid rgba(22,163,74,0.1);
}

.cert-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: rgba(22,163,74,0.1);
}

.cert-card h4 {
    color: var(--primary);
    font-size: 18px;
    margin-bottom: 10px;
}

.cert-card p {
    color: var(--text-light);
    font-size: 14px;
    line-height: 1.7;
}

.cta-banner-content {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 16px;
}

.environment-map-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.environment-location-note {
    margin-top: 16px;
    font-size: 14px;
    opacity: 0.9;
}

.environment-location-subnote {
    margin-top: 8px;
    font-size: 14px;
    opacity: 0.8;
}

.trust-icon-img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
}

.float-cta-icon,
.mobile-btn-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
}

@media (max-width: 1024px) {
    .eco-grid,
    .cert-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .eco-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .water-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .eco-grid,
    .cert-grid,
    .eco-stats {
        grid-template-columns: 1fr;
    }

    .water-table {
        padding: 18px;
    }

    .water-section {
        padding: 60px 16px;
    }

    .water-table thead {
        display: none;
    }

    .water-table tbody tr {
        display: block;
        margin-bottom: 12px;
        border: 1px solid #E2E8F0;
        border-radius: 8px;
        background: #F8FAFC;
        padding: 10px 12px;
    }

    .water-table td {
        display: flex;
        justify-content: space-between;
        gap: 14px;
        padding: 7px 0;
        border-bottom: 1px dashed #E2E8F0;
        white-space: normal;
        text-align: right;
    }

    .water-table td:last-child {
        border-bottom: none;
    }

    .water-table td::before {
        content: attr(data-label);
        color: var(--primary);
        font-weight: 600;
        text-align: left;
    }
}
