.platform-cards{margin:0 auto;max-width:1200px}.platform-cards__grid{display:grid;gap:20px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:40px}.platform-card{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:8px;color:#fff;cursor:pointer;min-height:360px;overflow:hidden;position:relative}.platform-card__overlay{background:rgba(0,0,0,.5);inset:0;position:absolute;transition:background .75s ease;z-index:1}.platform-card:hover .platform-card__overlay{background:rgba(0,70,81,.9)}.platform-card__content{bottom:0;left:0;padding:32px;position:absolute;right:0;z-index:2}.platform-card h3{font-size:24px;font-weight:600;margin:0 0 8px}.platform-card p{font-size:16px;line-height:24px;margin:0;max-height:0;opacity:0;overflow:hidden;transform:translateY(6px);transition:max-height .45s ease,opacity .35s ease .05s,transform .35s ease .05s;will-change:opacity,transform}.platform-card:hover p{max-height:300px;opacity:1;transform:translateY(0)}@media (max-width:767px){.platform-cards__grid{gap:14px;grid-template-columns:1fr}.platform-card{min-height:220px}.platform-card__overlay{background:rgba(0,0,0,.45)}.platform-card p{max-height:300px;opacity:1;transform:none}}