.references-section{background:#f8fafc}.references-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.reference-card{overflow:hidden;border:1px solid #e8ebef;border-radius:16px;background:#fff;transition:.25s}.reference-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.08)}.reference-image{aspect-ratio:3/2;display:block;overflow:hidden;background:#f2f5f8}.reference-image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.reference-content{padding:28px 30px 30px}.reference-content h3{margin:0 0 12px;font-size:21px}.reference-content p{margin:0;color:var(--text-light);line-height:1.7}@media (max-width:1000px){.references-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:650px){.references-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.reference-image{aspect-ratio:1/1}.reference-content{padding:16px}.reference-content h3{font-size:16px;line-height:1.25;margin-bottom:8px}.reference-content p{font-size:13px;line-height:1.5}}