.platform-cards-module .card-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.platform-cards-module .card{background:var(--bg-card,#f4f6fa);border-radius:30px;padding:2.25rem 2rem;text-align:center;transition:all .3s ease}.platform-cards-module .card:hover{background:#fff;box-shadow:0 12px 30px rgba(0,0,0,.08);transform:translateY(-4px)}.platform-cards-module .card-icon{align-items:center;background:var(--blue,#0552ec);border-radius:14px;display:flex;height:56px;justify-content:center;margin:0 auto 1.25rem;padding:15px;width:56px}.platform-cards-module .card-icon svg{fill:none;height:28px;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8;width:28px}.platform-cards-module .card-icon img{filter:brightness(0) invert(1);height:auto;max-width:100%}.platform-cards-module .card h3{color:var(--text,#1a1a2e);font-size:1.1rem;font-weight:700;line-height:34px;margin-bottom:.75rem}.platform-cards-module .card p{color:var(--text-light,#555);font-size:.92rem;line-height:1.6;margin:0}.platform-cards-module .fade-up{animation:platformFadeUp .6s forwards;opacity:0;transform:translateY(20px)}.platform-cards-module .fade-up.visible{opacity:1;transform:translateY(0)}@keyframes platformFadeUp{to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.platform-cards-module .card-grid{grid-template-columns:1fr}}@media (min-width:769px) and (max-width:1024px){.platform-cards-module .card-grid{grid-template-columns:repeat(2,1fr)}}