.case-preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.case-preview-card{border:1px solid #dce1e9;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;background:#fff}
.case-preview-symbol{display:flex;align-items:center;justify-content:space-between;padding:30px;background:#e9edff;color:#304cba}
.case-preview-symbol svg{width:54px;height:54px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.case-preview-symbol>span{font:500 32px/1 Manrope,Arial,sans-serif;letter-spacing:-1px}
.operations-symbol{background:#e6f1f0;color:#215e61}.booking-symbol{background:#f0ebfb;color:#604498}
.case-preview-content{padding:28px;display:flex;flex:1;flex-direction:column;align-items:flex-start}
.case-preview-label{font-size:12px;line-height:1.6;color:#425581;font-weight:600;margin-bottom:14px}
.case-preview-content h3{font-size:24px;letter-spacing:-.7px;line-height:1.35;margin-bottom:15px}
.case-preview-content p{font-size:15px;color:#536178;line-height:1.8;margin-bottom:24px}
.case-preview-content .text-link{margin-top:auto;border-top:1px solid #dce1e9;padding-top:18px;width:100%;justify-content:space-between;font-size:13px}
.case-service-callout{background:#f3f5f9}.case-service-callout h2{margin-bottom:24px}.case-service-callout p:not(.eyebrow){max-width:670px;color:#536178;line-height:1.8}
@media(max-width:900px){.case-preview-grid{grid-template-columns:1fr}.case-preview-card{display:grid;grid-template-columns:140px 1fr}.case-preview-symbol{flex-direction:column;justify-content:center;gap:28px;padding:24px}.case-preview-content h3 br{display:none}}
@media(max-width:480px){.case-preview-card{display:flex}.case-preview-symbol{flex-direction:row;justify-content:space-between;padding:22px 26px}.case-preview-symbol svg{width:45px;height:45px}.case-preview-content{padding:24px}.case-preview-content h3{font-size:23px}}
