.proof-image-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px 24px}.proof-image-grid figure{margin:0;min-width:0}.proof-image-grid button{position:relative;display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:auto;padding:0;background:#091725;border:1px solid #86bed833;border-radius:12px;cursor:zoom-in;overflow:hidden}.proof-image-grid button img{width:100%;height:auto;max-height:480px;object-fit:contain;transition:transform .3s}.proof-image-grid button:hover img{transform:scale(1.025)}.proof-image-grid button>span{position:absolute;right:10px;bottom:10px;background:#11232d;color:white;border-radius:50%;width:34px;height:34px;display:grid;place-items:center}.proof-image-grid figcaption{display:flex;gap:14px;padding:16px 0;color:inherit;font-size:14px;line-height:1.65}.proof-image-grid figcaption>span{opacity:1;font-size:12px;padding-top:3px}.proof-image-grid figcaption p{margin:0;font-size:14px!important;line-height:1.65!important}.proof-image-grid button:focus-visible{outline:3px solid #207780;outline-offset:5px}.proof-image-grid:has(>figure:nth-child(2):last-child),.proof-image-grid:has(>figure:nth-child(4):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}.proof-image-grid:has(>figure:only-child){grid-template-columns:1fr}@media(max-width:1000px){.proof-image-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:540px){.proof-image-grid,.proof-image-grid:has(>figure:nth-child(2):last-child),.proof-image-grid:has(>figure:nth-child(4):last-child){grid-template-columns:1fr;gap:22px}.proof-image-grid button{max-height:560px}}@media(prefers-reduced-motion:reduce){.proof-image-grid button img{transition:none}}