.environmental-container{max-width:1200px;margin:0 auto;padding:120px 40px 60px;min-height:100vh}.hero-section{text-align:center;margin-bottom:60px}.section-badge{display:inline-block;padding:8px 20px;background:rgba(74,124,45,.1);border:1px solid rgba(74,124,45,.3);border-radius:20px;color:#4a7c2d;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:20px}body.light-theme .section-badge{background:rgba(74,124,45,.08);color:var(--primary-green)}.hero-section h1{font-size:3rem;font-weight:700;color:#e8e8e8;margin-bottom:20px;line-height:1.2}body.light-theme .hero-section h1{color:var(--text-dark)}.hero-subtitle{font-size:1.3rem;color:#b0b0b0;font-weight:400}body.light-theme .hero-subtitle{color:var(--text-light)}.content-section{max-width:1100px;margin:0 auto}.conclusion-section,.cta-section,.overview-card,.personal-section,.section-card,.sources-section{background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.1);padding:40px;border-radius:12px;margin-bottom:40px}body.light-theme .conclusion-section,body.light-theme .cta-section,body.light-theme .overview-card,body.light-theme .personal-section,body.light-theme .section-card,body.light-theme .sources-section{background:hsla(0,0%,100%,.8);border-color:rgba(0,0,0,.1)}.conclusion-section h2,.cta-section h2,.overview-card h2,.personal-section h2,.section-card h2{font-size:2rem;margin-bottom:30px;font-weight:700;color:#e8e8e8}body.light-theme .conclusion-section h2,body.light-theme .cta-section h2,body.light-theme .overview-card h2,body.light-theme .personal-section h2,body.light-theme .section-card h2{color:var(--text-dark)}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-top:30px}.stat-item{background:hsla(0,0%,100%,.03);padding:24px;border-radius:12px;border:1px solid hsla(0,0%,100%,.1);text-align:center;transition:transform .3s ease,border-color .3s ease}.stat-item:hover{transform:translateY(-5px);border-color:rgba(74,124,45,.4)}body.light-theme .stat-item{background:rgba(0,0,0,.02);border-color:rgba(0,0,0,.1)}body.light-theme .stat-item:hover{border-color:rgba(74,124,45,.5)}.stat-number{font-size:2.5rem;font-weight:700;color:#4a7c2d;margin-bottom:12px;line-height:1}body.light-theme .stat-number{color:var(--primary-green)}.stat-label{font-size:1rem;font-weight:500;color:#b0b0b0;line-height:1.5}body.light-theme .stat-label{color:var(--text-light)}.timeline{margin-top:30px;display:flex;flex-direction:column;gap:24px}.timeline-item{display:grid;grid-template-columns:100px 1fr;gap:24px;padding:20px;background:hsla(0,0%,100%,.03);border-left:3px solid #4a7c2d;border-radius:8px;transition:transform .3s ease}.timeline-item:hover{transform:translateX(10px)}body.light-theme .timeline-item{background:rgba(0,0,0,.02);border-left-color:var(--primary-green)}.timeline-year{font-size:1.5rem;font-weight:700;color:#4a7c2d;text-align:center}body.light-theme .timeline-year{color:var(--primary-green)}.timeline-content{color:#b0b0b0;line-height:1.6}body.light-theme .timeline-content{color:var(--text-light)}.timeline-content strong{color:#e8e8e8;font-weight:600}body.light-theme .timeline-content strong{color:var(--text-dark)}.responsibility-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:30px}.responsibility-card{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);padding:28px;border-radius:12px;transition:transform .3s ease,border-color .3s ease}.responsibility-card:hover{transform:translateY(-5px);border-color:rgba(74,124,45,.4)}body.light-theme .responsibility-card{background:rgba(0,0,0,.02);border-color:rgba(0,0,0,.1)}body.light-theme .responsibility-card:hover{border-color:rgba(74,124,45,.5)}.responsibility-card h3{font-size:1.3rem;font-weight:600;color:#4a7c2d;margin-bottom:16px}body.light-theme .responsibility-card h3{color:var(--primary-green)}.responsibility-card ul{list-style:none;padding:0;margin:0}.responsibility-card li{color:#b0b0b0;line-height:1.8;margin-bottom:12px;padding-left:20px;position:relative}.responsibility-card li:before{content:"→";position:absolute;left:0;color:#4a7c2d;font-weight:700}body.light-theme .responsibility-card li{color:var(--text-light)}.responsibility-card strong{color:#e8e8e8;font-weight:600}body.light-theme .responsibility-card strong{color:var(--text-dark)}.emissions-breakdown{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:40px;margin-top:30px}.emissions-column h3{font-size:1.3rem;font-weight:600;color:#e8e8e8;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #4a7c2d}body.light-theme .emissions-column h3{color:var(--text-dark);border-bottom-color:var(--primary-green)}.emission-bar-group{display:flex;flex-direction:column;gap:16px}.emission-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;transition:background .3s ease}.emission-item:hover{background:hsla(0,0%,100%,.05)}body.light-theme .emission-item{background:rgba(0,0,0,.02);border-color:rgba(0,0,0,.1)}body.light-theme .emission-item:hover{background:rgba(0,0,0,.04)}.emission-label{font-size:.95rem;color:#b0b0b0;flex:1}body.light-theme .emission-label{color:var(--text-light)}.emission-value{font-size:1rem;font-weight:700;color:#4a7c2d;margin-left:16px}body.light-theme .emission-value{color:var(--primary-green)}.insight-box{margin-top:30px;padding:24px;background:rgba(74,124,45,.08);border-left:4px solid #4a7c2d;border-radius:8px;color:#b0b0b0;line-height:1.7}body.light-theme .insight-box{background:rgba(74,124,45,.05);border-left-color:var(--primary-green);color:var(--text-light)}.insight-box strong{color:#4a7c2d;font-weight:700}body.light-theme .insight-box strong{color:var(--primary-green)}.action-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:30px}.action-card{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);padding:28px;border-radius:12px;transition:transform .3s ease,border-color .3s ease}.action-card:hover{transform:translateY(-5px);border-color:rgba(74,124,45,.4)}body.light-theme .action-card{background:rgba(0,0,0,.02);border-color:rgba(0,0,0,.1)}body.light-theme .action-card:hover{border-color:rgba(74,124,45,.5)}.priority-label{display:inline-block;padding:4px 12px;background:rgba(74,124,45,.15);border:1px solid rgba(74,124,45,.3);border-radius:12px;font-size:.75rem;font-weight:600;color:#4a7c2d;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px}body.light-theme .priority-label{background:rgba(74,124,45,.1);color:var(--primary-green)}.action-card h3{font-size:1.3rem;font-weight:600;color:#e8e8e8;margin-bottom:16px}body.light-theme .action-card h3{color:var(--text-dark)}.action-card ul{list-style:none;padding:0;margin:0 0 16px}.action-card li{color:#b0b0b0;line-height:1.8;margin-bottom:10px;padding-left:20px;position:relative}.action-card li:before{content:"✓";position:absolute;left:0;color:#4a7c2d;font-weight:700}body.light-theme .action-card li{color:var(--text-light)}.action-card strong{color:#e8e8e8;font-weight:600}body.light-theme .action-card strong{color:var(--text-dark)}.impact-note{margin-top:16px;padding-top:16px;border-top:1px solid hsla(0,0%,100%,.1);font-size:.9rem;color:#4a7c2d;font-weight:500;font-style:italic}body.light-theme .impact-note{border-top-color:rgba(0,0,0,.1);color:var(--primary-green)}.section-intro{color:#b0b0b0;font-size:1.1rem;margin-bottom:30px;line-height:1.7}body.light-theme .section-intro{color:var(--text-light)}.summary-note{margin-top:30px;padding:24px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;color:#b0b0b0;line-height:1.7}body.light-theme .summary-note{background:rgba(0,0,0,.02);border-color:rgba(0,0,0,.1);color:var(--text-light)}.conclusion-points{display:flex;flex-direction:column;gap:24px;margin-top:30px}.conclusion-item{display:flex;gap:20px;align-items:flex-start;padding:20px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:12px}body.light-theme .conclusion-item{background:rgba(0,0,0,.02);border-color:rgba(0,0,0,.1)}.point-number{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#4a7c2d;color:#fff;border-radius:50%;font-weight:700;font-size:1.1rem;flex-shrink:0}body.light-theme .point-number{background:var(--primary-green)}.conclusion-item p{color:#b0b0b0;line-height:1.7;margin:0}body.light-theme .conclusion-item p{color:var(--text-light)}.conclusion-item strong{color:#e8e8e8;font-weight:600}body.light-theme .conclusion-item strong{color:var(--text-dark)}.cta-section{text-align:center;background:rgba(74,124,45,.05);border:1px solid rgba(74,124,45,.2)}body.light-theme .cta-section{background:rgba(74,124,45,.03)}.cta-section p{color:#b0b0b0;font-size:1.1rem;line-height:1.7;margin-bottom:30px}body.light-theme .cta-section p{color:var(--text-light)}.cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.btn{padding:14px 32px;font-size:1rem;font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s ease;display:inline-block}.btn-primary{background:#4a7c2d;color:#fff;border:2px solid #4a7c2d}.btn-primary:hover{background:#3a6823;transform:translateY(-2px)}body.light-theme .btn-primary{background:var(--primary-green);border-color:var(--primary-green)}.btn-secondary{background:transparent;color:#4a7c2d;border:2px solid #4a7c2d}.btn-secondary:hover{background:rgba(74,124,45,.1);transform:translateY(-2px)}body.light-theme .btn-secondary{color:var(--primary-green);border-color:var(--primary-green)}.sources-section h3{font-size:1.5rem;font-weight:600;color:#e8e8e8;margin-bottom:24px}body.light-theme .sources-section h3{color:var(--text-dark)}.sources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.source-item{padding:12px 16px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;font-size:.9rem;color:#b0b0b0;transition:background .3s ease}.source-item:hover{background:hsla(0,0%,100%,.05)}body.light-theme .source-item{background:rgba(0,0,0,.02);border-color:rgba(0,0,0,.1);color:var(--text-light)}body.light-theme .source-item:hover{background:rgba(0,0,0,.04)}@media (max-width:768px){.environmental-container{padding:100px 20px 40px}.hero-section h1{font-size:2.2rem}.hero-subtitle{font-size:1.1rem}.conclusion-section,.cta-section,.overview-card,.personal-section,.section-card,.sources-section{padding:24px}.action-grid,.emissions-breakdown,.responsibility-grid,.stat-grid{grid-template-columns:1fr}.timeline-item{grid-template-columns:80px 1fr;gap:16px}.timeline-year{font-size:1.2rem}.cta-buttons{flex-direction:column;align-items:stretch}.btn{width:100%;text-align:center}}