:root{--sust-green:#2d9d78;--sust-green-light:#e8f5f0;--sust-green-dark:#1e7a5c;--sust-blue:#3b82f6;--sust-blue-light:#eef2ff;--sust-orange-light:#fff0ec;--sust-off-white:#f7f8fa;--sust-light-gray:#eef1f5;--sust-gray:#8e95a7;--sust-dark:#1a1f36;--sust-body:#4a5068;--sust-radius:16px;--sust-radius-sm:10px;--sust-radius-lg:24px;--sust-shadow:0 4px 24px rgba(32,41,68,.08);--sust-shadow-lg:0 12px 48px rgba(32,41,68,.12)}.sust-section{padding:70px 0}.sust-section--alt{background:var(--sust-off-white)}.sust-section--navy{background:rgb(var(--primary));color:#fff}.sust-section--green-light{background:var(--sust-green-light)}.sust-container{margin:0 auto;max-width:1280px;padding:0 24px;width:100%}.sust-section-label{align-items:center;color:rgb(var(--color-three));display:inline-flex;font-size:13px;font-weight:600;gap:8px;letter-spacing:2px;margin-bottom:16px;text-transform:uppercase}.sust-section-label:before{background:rgb(var(--color-three));content:"";display:block;height:2px;width:32px}.sust-section-title{color:var(--sust-dark);font-family:Cabinet Grotesk,sans-serif;font-size:clamp(32px,4vw,48px);font-weight:700;line-height:1.15;margin-bottom:20px}.sust-section--navy .sust-section-title{color:#fff}.sust-section-subtitle{color:var(--sust-gray);font-size:18px;line-height:1.7;max-width:640px}.sust-section--navy .sust-section-subtitle{color:hsla(0,0%,100%,.7)}.sust-section-header{margin-bottom:60px}.sust-section-header--center{text-align:center}.sust-section-header--center .sust-section-label{justify-content:center}.sust-section-header--center .sust-section-subtitle,.sust-section-header--center .sust-section-title{margin-left:auto;margin-right:auto}.sust-btn{align-items:center;border:1px solid transparent;border-radius:8px;box-sizing:content-box;cursor:pointer;display:inline-flex;font-family:General Sans,sans-serif;font-size:15px;font-weight:500;gap:8px;letter-spacing:.5px;line-height:1.4;padding:14px 32px;text-decoration:none;transition:all .3s ease}.sust-btn svg{fill:currentColor;flex-shrink:0;height:18px;width:18px}.sust-btn--primary{background:transparent;border-color:#fff;color:#fff}.sust-btn--primary:hover{border-color:rgb(var(--color-three));color:rgb(var(--color-three))}.sust-btn--primary-filled{background:rgb(var(--color-three));border-color:rgb(var(--color-three));color:#fff}.sust-btn--primary-filled:hover{opacity:.9;transform:translateY(-2px)}.sust-btn--secondary{background:transparent;border-color:rgb(var(--primary));color:rgb(var(--primary))}.sust-btn--secondary:hover{border-color:rgb(var(--color-three));color:rgb(var(--color-three))}.sust-btn--white{background:#fff;border-color:#fff;color:rgb(var(--primary))}.sust-btn--white:hover{background:transparent;color:#fff;transform:translateY(-2px)}.sust-btn--outline-white{background:transparent;border-color:#fff;color:#fff}.sust-btn--outline-white:hover{border-color:rgb(var(--color-three));color:rgb(var(--color-three))}.sust-btn--green{background:var(--sust-green);border-color:var(--sust-green);color:#fff}.sust-btn--green:hover{background:var(--sust-green-dark);border-color:var(--sust-green-dark);transform:translateY(-2px)}.sust-card{background:#fff;border:1px solid var(--sust-light-gray);border-radius:var(--sust-radius);transition:all .3s ease}.sust-card:hover{border-color:transparent;box-shadow:var(--sust-shadow-lg);transform:translateY(-6px)}.sust-grid-2{display:grid;gap:28px;grid-template-columns:repeat(2,1fr)}.sust-grid-3{display:grid;gap:28px;grid-template-columns:repeat(3,1fr)}.sust-grid-4{display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.sust-grid-3,.sust-grid-4{grid-template-columns:repeat(2,1fr)}.sust-grid-2{grid-template-columns:1fr}.sust-section{padding:50px 0}}@media (max-width:600px){.sust-grid-3,.sust-grid-4{grid-template-columns:1fr}.sust-section{padding:40px 0}}.sust-link-arrow{align-items:center;color:rgb(var(--color-three));display:inline-flex;font-size:14px;font-weight:600;gap:6px;transition:all .3s ease}.sust-link-arrow:hover{gap:12px}.sust-link-arrow svg{fill:currentColor;height:16px;width:16px}