.values-section{background:#fafafa;padding:6rem 0}.values-container{margin:0 auto;max-width:1200px;padding:0 1rem}.values-header{margin:0 auto 4rem;max-width:720px;text-align:center}.values-header h2{color:#18181b;font-size:2rem;font-weight:900;margin-bottom:1.5rem}@media (min-width:768px){.values-header h2{font-size:3rem}}.values-header p{color:#52525b;font-size:1.125rem;line-height:1.7}.values-grid{display:grid;gap:2rem;margin:0 auto;max-width:1150px}@media (min-width:768px){.values-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.values-grid{grid-template-columns:repeat(3,1fr)}}.value-card{background:#fff;border:1px solid #e4e4e7;border-radius:1.25rem;padding:2rem;transition:border-color .3s ease}.value-card:hover{border-color:#6ec492}.value-icon{align-items:center;background:#6ec4921a;border-radius:12px;color:#6ec492;display:flex;height:56px;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease;width:56px}.value-card:hover .value-icon{background:#6ec492;color:#fff}.value-icon svg{height:28px;width:28px}.value-card h3{color:#18181b;font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.value-card p{color:#52525b;line-height:1.7}