@charset "UTF-8";.sustain-hero{background:linear-gradient(135deg,#0a2416 0,#1a2e1a 50%,#0e2d1a 100%);padding:100px 0;position:relative;overflow:hidden}.sustain-hero::before{content:"";position:absolute;top:-100px;right:-100px;width:500px;height:500px;background:radial-gradient(circle,rgba(196,66,26,.2) 0,transparent 60%)}.sustain-hero-inner{position:relative}.sustain-hero-content{max-width:680px}.sustain-hero-content h1{font-size:max(2rem, min(4.5vw, 3.2rem));font-weight:800;color:#fff;line-height:1.2;margin-bottom:18px}.sustain-hero-content p{font-size:1.1rem;color:rgba(255,255,255,.78);line-height:1.7;margin-bottom:30px}.commitment-card{background:var(--oc-bg-light);border:1px solid var(--oc-border);border-radius:var(--oc-radius-lg);padding:28px 24px;height:100%;display:flex;flex-direction:column;gap:8px;transition:box-shadow .25s}.commitment-card:hover{box-shadow:var(--oc-shadow)}.commitment-number{font-size:2rem;font-weight:900;color:var(--oc-primary);line-height:1;margin-bottom:4px}.commitment-card h3{font-size:.95rem;font-weight:700;color:var(--oc-secondary);margin:0 0 6px}.commitment-card p{font-size:.85rem;color:var(--oc-text-muted);line-height:1.6;flex:1;margin:0 0 14px}.commitment-status{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 12px;border-radius:12px}.commitment-status.achieved{background:rgba(74,167,65,.12);color:#2d8022}.commitment-status.in-progress{background:rgba(245,166,35,.12);color:#9a7000}