.events-platform{background:#fff;font-family:Inter,sans-serif;padding:80px 40px}.events-platform__inner{margin:0 auto;max-width:1160px}.events-platform__heading{color:#0f0f0e;font-size:clamp(24px,2.8vw,38px);font-weight:700;letter-spacing:-.03em;line-height:1.1;margin-bottom:14px}.events-platform__sub{color:#6b6b66;font-size:17px;line-height:1.7;max-width:580px}.events-platform__grid{border:1px solid rgba(0,0,0,.08);border-radius:22px;display:grid;grid-template-columns:repeat(3,1fr);margin-top:48px;overflow:hidden}.events-platform__cell{background:#fff;border-bottom:1px solid rgba(0,0,0,.08);border-right:1px solid rgba(0,0,0,.08);padding:28px 24px;transition:background .18s}.events-platform__cell:hover{background:#f6f5f1}.events-platform__cell:nth-child(3n){border-right:none}.events-platform__cell:nth-last-child(-n+3){border-bottom:none}.events-platform__icon{align-items:center;background:#f6f5f1;border-radius:10px;display:flex;height:36px;justify-content:center;margin-bottom:16px;width:36px}.events-platform__icon svg{height:17px;width:17px}.events-platform__title{color:#0f0f0e;font-size:14px;font-weight:600;letter-spacing:-.01em;margin-bottom:6px}.events-platform__desc{color:#6b6b66;font-size:13px;line-height:1.6}@media (max-width:960px){.events-platform{padding:60px 20px}.events-platform__grid{grid-template-columns:1fr 1fr}.events-platform__cell:nth-child(3n){border-right:1px solid rgba(0,0,0,.08)}.events-platform__cell:nth-child(2n){border-right:none}}@media (max-width:560px){.events-platform__grid{grid-template-columns:1fr}.events-platform__cell{border-right:none!important}}