.platforms-page__content{background:#fff;padding:6rem 0}.platforms-page__grid{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}@media (min-width:768px){.platforms-page__grid{padding:0 2rem}}.platforms-page__grid{gap:1.5rem;display:grid}@media (min-width:768px){.platforms-page__grid{grid-template-columns:repeat(2,1fr)}}.platform-card{background:#fff;border:1px solid #d4d4d4;border-radius:.5rem;padding:1.5rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 8px 24px #00000014}.platform-card:before{content:"";background:#0066b3;height:4px;position:absolute;top:0;left:0;right:0;transform:scaleX(1)}.platform-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px #0000001f}.platform-card__icon{background:#0066b3;border-radius:.375rem;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1rem;display:flex}.platform-card__icon svg{stroke:#fff;width:20px;height:20px}.platform-card:first-child .platform-card__icon,.platform-card:first-child:before{background:#7c3aed}.platform-card:nth-child(2) .platform-card__icon,.platform-card:nth-child(2):before{background:#059669}.platform-card:nth-child(3) .platform-card__icon,.platform-card:nth-child(3):before{background:#d97706}.platform-card:nth-child(4) .platform-card__icon,.platform-card:nth-child(4):before{background:#0066b3}.platform-card__content h2{color:#212121;margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.platform-card__tagline{color:#666;margin-bottom:1rem;font-size:.875rem;line-height:1.625}.platform-card__features{margin-bottom:1rem}.platform-card__features li{color:#757575;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;display:flex}.platform-card__features li svg{color:#059669;flex-shrink:0;width:16px;height:16px}.platform-card__metrics{background:#f5f5f5;border-radius:.25rem;gap:1rem;margin-bottom:.5rem;padding:.25rem .5rem;display:flex}.platform-card__metrics .metric__value{color:#0066b3;font-size:1rem;font-weight:700;display:block}.platform-card__metrics .metric__label{color:#666;font-size:10px}.platform-card__link{color:#0066b3;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.875rem;font-weight:600;transition:all .3s;display:inline-flex}.platform-card__link svg{width:18px;height:18px;transition:transform .3s}.platform-card__link:hover{gap:1rem}.platform-card__link:hover svg{transform:translate(4px)}
