.reals-grid-sec{margin-top:4rem}.references{grid-template-columns:repeat(3,1fr);gap:22px}.reference-item{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);text-decoration:none;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.reference-item:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.reference-banner{height:210px;background:var(--bg-linear);overflow:hidden}.reference-img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .5s ease}.reference-item:hover .reference-img{transform:scale(1.06)}.reference-content .subtitle{color:var(--ink);font-size:var(--fs-h3)}.reference-content .text{color:var(--ink-soft)}@media screen and (max-width:992px){.references{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:600px){.references{grid-template-columns:1fr}}
