.partners-section{background-color:#f8fafc;padding:80px 0;overflow:hidden}.partners-container{max-width:1200px;margin:0 auto;padding:0 20px}.partners-section-header{text-align:center;margin-bottom:50px}.partners-section-header h2{color:#0f172a;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.partners-section-header p{color:#64748b;max-width:600px;margin:0 auto;font-size:1.25rem}.partners-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));align-items:center;gap:2rem;display:grid}.partner-item{transform-origin:50%;opacity:0;background:#fff;border-radius:8px;justify-content:center;align-items:center;height:90%;min-height:50px;padding:.75rem 1rem;transition:transform .5s,box-shadow .3s;display:flex;box-shadow:0 1px 3px #0000000d}@keyframes slideInLeft{0%{opacity:0;transform:translate(-100px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}.partners-grid>:nth-child(odd).animate-in{animation:.8s ease-out forwards slideInLeft}.partners-grid>:nth-child(2n).animate-in{animation:.8s ease-out forwards slideInRight}.partners-grid>:first-child.animate-in{animation-delay:.1s}.partners-grid>:nth-child(2).animate-in{animation-delay:.2s}.partners-grid>:nth-child(3).animate-in{animation-delay:.3s}.partners-grid>:nth-child(4).animate-in{animation-delay:.4s}.partners-grid>:nth-child(5).animate-in{animation-delay:.5s}.partners-grid>:nth-child(6).animate-in{animation-delay:.6s}.partners-grid>:nth-child(7).animate-in{animation-delay:.7s}.partners-grid>:nth-child(8).animate-in{animation-delay:.8s}.partners-grid>:nth-child(9).animate-in{animation-delay:.9s}.partners-grid>:nth-child(10).animate-in{animation-delay:1s}.partners-grid>:nth-child(11).animate-in{animation-delay:1.1s}.partners-grid>:nth-child(12).animate-in{animation-delay:1.2s}.partners-grid>:nth-child(13).animate-in{animation-delay:1.3s}.partners-grid>:nth-child(14).animate-in{animation-delay:1.4s}.partners-grid>:nth-child(15).animate-in{animation-delay:1.5s}.partners-grid>:nth-child(16).animate-in{animation-delay:1.6s}.partners-grid>:nth-child(17).animate-in{animation-delay:1.7s}.partners-grid>:nth-child(18).animate-in{animation-delay:1.8s}.partners-grid>:nth-child(19).animate-in{animation-delay:1.9s}.partners-grid>:nth-child(20).animate-in{animation-delay:2s}.partners-grid>:nth-child(21).animate-in{animation-delay:2.1s}.partners-grid>:nth-child(22).animate-in{animation-delay:2.2s}.partners-grid>:nth-child(23).animate-in{animation-delay:2.3s}.partner-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px -5px #0000001a}.partner-logo{filter:grayscale();opacity:3;object-fit:contain;width:100%;max-width:130px;height:auto;max-height:50px;padding:1px;transition:all .3s}.partner-item:hover .partner-logo{filter:grayscale(0%);opacity:1;transform:scale(1.1)}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.animate-float{animation:6s ease-in-out infinite float}.animate-float-delay-1{animation-delay:.5s}.animate-float-delay-2{animation-delay:1s}.animate-float-delay-3{animation-delay:1.5s}.animate-float-delay-4{animation-delay:2s}.animate-float-delay-5{animation-delay:2.5s}.partner-logo:nth-child(3){animation-delay:1s}.partner-logo:nth-child(4){animation-delay:1.5s}.partner-logo:nth-child(5){animation-delay:2s}.partner-logo:nth-child(n+6){animation-delay:2.5s}.partner-logo:hover{filter:grayscale(0%)contrast();opacity:1;transform:translateY(-5px)scale(1.05)}.partner-logo img{object-fit:contain;max-width:100%;max-height:100%;transition:all .3s}@media (max-width:992px){.partners-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin:0 -.5rem}}@media (max-width:768px){.partners-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem;margin:0 -.25rem}.section-header h2{font-size:2rem}}@media (max-width:480px){.partners-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin:0 -.25rem;padding:0 .5rem}.partner-item{min-height:80px;padding:1rem .5rem}.partner-logo{max-width:110px;max-height:60px}}
.sustainability-section *{box-sizing:border-box}.sustainability-section{justify-content:center;width:100%;min-height:450px;display:flex;overflow:hidden}.sustainability-container{width:100%;max-width:none;display:flex}.sustainability-left{color:#fff;opacity:0;background:linear-gradient(135deg,#0b1a33 0% 100%);flex:1;justify-content:center;align-items:center;padding:3rem 2rem;transition:opacity .8s ease-out,transform .8s ease-out;display:flex;position:relative;overflow:hidden;transform:translate(-50px)}.sustainability-left.animate-in{opacity:1;transform:translate(0)}.sustainability-left:before{content:"";opacity:.2;position:absolute;inset:0}.sustainability-content{text-align:start;z-index:2;width:100%;max-width:600px;padding:0 6rem;position:relative}.sustainability-title{margin-bottom:1rem;font-size:3rem;font-weight:700;line-height:1.2}.sustainability-subtitle{margin-bottom:1.5rem;font-size:1.5rem;font-weight:600;line-height:1.4}.sustainability-description{margin-bottom:2rem;line-height:1.6}.sustainability-button{z-index:10;white-space:nowrap;border:none;border-radius:4px;padding:.75rem 2rem;font-weight:600;transition:background-color .3s,transform .2s;display:inline-block;position:relative;color:#0b1a33!important;cursor:pointer!important;background-color:#f4b942!important;text-decoration:none!important}.sustainability-button:hover{transform:translateY(-2px);background-color:#e0a82e!important;text-decoration:none!important}.sustainability-button:active{transform:translateY(0)}.sustainability-right{color:#0b1a33;opacity:0;background-color:#f4b942;flex:1;justify-content:center;align-items:center;padding:3rem 2rem;transition:opacity .8s ease-out,transform .8s ease-out;display:flex;position:relative;overflow:hidden;transform:translate(50px)}.sustainability-right.animate-in{opacity:1;transform:translate(0)}.sustainability-right:before{content:"";opacity:.3;z-index:1;background-position:50%;background-size:cover;position:absolute;inset:0}.sustainability-right:after{content:"";z-index:1;opacity:.8;background:linear-gradient(#f4b94299 0%,#f4b942b3 100%);transition:opacity .3s;position:absolute;inset:0}.sustainability-right:hover:after{opacity:.6}.best-practices-content{z-index:2;text-align:start;width:100%;max-width:600px;padding:0 4rem;position:relative}.best-practices-title{text-align:start;margin-bottom:1rem;font-size:3rem;font-weight:700;line-height:1.2}.best-practices-description,.practice-item{z-index:2;position:relative}.practices-list{padding:0;list-style:none}.practice-item{align-items:flex-start;margin-bottom:1rem;font-size:1.1rem;line-height:1.5;display:flex}.bullet-point{background-color:#0b1a33;border-radius:50%;min-width:8px;height:8px;margin-top:8px;margin-right:1rem;display:inline-block}@media (max-width:1200px){.sustainability-content,.best-practices-content{padding:0 2rem}}@media (max-width:992px){.sustainability-container{flex-direction:column;width:100%;max-width:100%}.sustainability-left,.sustainability-right{width:100%;padding:4rem 2rem}.sustainability-content,.best-practices-content{max-width:100%;padding:0}}@media (max-width:576px){.sustainability-left,.sustainability-right{padding:3rem 1.5rem}.sustainability-title{font-size:2rem}.sustainability-subtitle{margin-bottom:1rem;font-size:1.125rem}.sustainability-description{font-size:1rem}.best-practices-title{font-size:1.75rem}.practice-item{font-size:1rem}.sustainability-button{text-align:center;width:100%}}
