:root{--sustainability-primary: #10B981;--sustainability-light: #34D399;--sustainability-lighter: #D1FAE5;--sustainability-gradient: linear-gradient(135deg, var(--sustainability-primary), var(--sustainability-light))}.sustainability-hero{background:url(/global/images/our-compeny/systainablity.webp) center/cover no-repeat;color:#fff;padding:10rem 0 6rem;text-align:center;position:relative}.sustainability-hero:before{content:"";position:absolute;inset:0;background:#0006;z-index:0}.sustainability-hero>*{position:relative;z-index:1}.sustainability-hero h1{font-size:3.8rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1}.sustainability-hero p{font-size:1.3rem;max-width:800px;margin:0 auto 2rem;opacity:.9}.intro-section{padding:6rem 0;background-color:#f8f9fa}.intro-content{display:flex;flex-direction:column;gap:3rem;align-items:center}.intro-text h2{font-size:2.5rem;font-weight:700;color:var(--text-dark);margin-bottom:1.5rem}.intro-text p{font-size:1.1rem;line-height:1.8;color:var(--text-light);margin-bottom:1rem}.intro-image{flex-shrink:0;max-width:500px;width:100%;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.intro-image img{width:100%;height:auto;display:block}.pillars-section{padding:6rem 0;background-color:#fff}.pillars-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.pillar-card{text-align:center;padding:2.5rem;border-radius:12px;box-shadow:0 5px 20px #00000014;border:1px solid var(--border-light);transition:transform .3s ease,box-shadow .3s ease}.pillar-card:hover{transform:translateY(-8px);box-shadow:0 12px 28px #00000026}.pillar-icon-wrapper{width:80px;height:80px;background:var(--sustainability-lighter);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--sustainability-primary)}.pillar-icon-wrapper i{width:40px;height:40px}.pillar-card h3{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.pillar-card p{font-size:1rem;color:var(--text-light);line-height:1.7}.metrics-section{padding:6rem 0;background-color:#f8f9fa}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem}.metric-card{text-align:center;padding:2.5rem;background:#fff;border-radius:12px;box-shadow:0 5px 20px #00000014;border:1px solid var(--border-light);transition:transform .3s ease,box-shadow .3s ease}.metric-card:hover{transform:translateY(-8px);box-shadow:0 12px 28px #00000026}.metric-number{font-size:3rem;font-weight:800;color:var(--sustainability-primary);margin-bottom:.5rem;line-height:1}.metric-label{font-size:1.125rem;color:var(--text-dark);font-weight:600}.certifications-section{padding:6rem 0;background-color:#fff}.certifications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.certification-card{text-align:center;padding:2.5rem;border-radius:12px;box-shadow:0 5px 20px #00000014;border:1px solid var(--border-light);transition:transform .3s ease,box-shadow .3s ease}.certification-card:hover{transform:translateY(-8px);box-shadow:0 12px 28px #00000026}.certification-icon-wrapper{width:80px;height:80px;background:var(--sustainability-lighter);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--sustainability-primary)}.certification-icon-wrapper i{width:40px;height:40px}.certification-card h3{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.certification-card p{font-size:1rem;color:var(--text-light);line-height:1.7}.cta-section{background:var(--sustainability-gradient);padding:6rem 0;text-align:center;color:#fff}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;margin-top:2rem}.cta-button{display:inline-flex;align-items:center;gap:.75rem;padding:1.2rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 6px 20px #0000001a}.cta-button.primary{background:#fff;color:var(--sustainability-primary)}.cta-button.primary:hover{background:var(--sustainability-lighter);transform:translateY(-3px);box-shadow:0 8px 25px #0003}.cta-button.secondary{background:transparent;color:#fff;border:2px solid white}.cta-button.secondary:hover{background:#fff3;transform:translateY(-3px);box-shadow:0 8px 25px #0003}.tech-section{padding:6rem 0;background-color:#fff}.tech-item{display:flex;flex-direction:column;gap:2.5rem;margin-bottom:4rem;padding-bottom:3rem;border-bottom:1px dashed var(--border-light)}.tech-item:last-of-type{margin-bottom:0;padding-bottom:0;border-bottom:none}.tech-title-group{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.tech-icon-wrapper{width:80px;height:80px;background:var(--sustainability-lighter);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--sustainability-primary)}.tech-icon-wrapper i{width:40px;height:40px}.tech-title-group h2{font-size:2.5rem;font-weight:700;color:var(--text-dark);margin:0;line-height:1.2}.tech-content{display:flex;flex-direction:column;gap:2rem}.tech-text-block{flex:1;display:flex;flex-direction:column;gap:1rem}.tech-text-block h3{font-size:1.8rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.tech-text-block p,.tech-text-block li{font-size:1.1rem;line-height:1.8;color:var(--text-light)}.tech-text-block ul,.tech-text-block ol{padding-left:1.5rem}.environmental-impact-box{background:var(--sustainability-lighter);padding:1.5rem;border-radius:8px;border-left:4px solid var(--sustainability-primary);margin-top:1rem}.environmental-impact-box strong{color:var(--sustainability-primary)}@media(min-width:768px){.intro-content{flex-direction:row;text-align:left}.intro-text,.intro-image{flex:1}.intro-image{order:2}.intro-text{padding-right:3rem}.tech-content{flex-direction:row}}@media(max-width:767px){.sustainability-hero h1{font-size:2.8rem}.sustainability-hero p{font-size:1.1rem}.intro-text h2,.tech-title-group h2{font-size:2rem}.pillars-grid,.metrics-grid,.certifications-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column}.cta-button{width:100%;max-width:300px}.tech-item{gap:1.5rem}.tech-title-group{flex-direction:column;text-align:center}}
