.hp-stories-g{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.hp-sc-card{background:var(--white);border:1px solid var(--bdl);border-radius:var(--r-lg);transition:all .25s;overflow:hidden}.hp-sc-card:hover{box-shadow:var(--sh-m);border-color:var(--teal-b);transform:translateY(-4px)}.hp-sc-img{aspect-ratio:4/3.2;background:linear-gradient(135deg,#e0f2fe,#dbeafe);overflow:hidden}.hp-sc-img img{transition:transform .4s}.hp-sc-card:hover .hp-sc-img img{transform:scale(1.05)}.hp-sc-body{padding:16px}.hp-sc-badges{flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:10px;display:flex}.hp-sc-bef{color:#b91c1c;background:#fef2f2;border-radius:100px;padding:3px 9px;font-size:10px;font-weight:700}.hp-sc-arr{color:var(--t4);font-size:12px}.hp-sc-aft{background:var(--green-l);color:#15803d;border-radius:100px;padding:3px 9px;font-size:10px;font-weight:700}.hp-sc-name{color:var(--t1);margin-bottom:3px;font-size:14px;font-weight:800}.hp-sc-role{color:var(--t3);margin-bottom:10px;font-size:12px}.hp-sc-hike{background:var(--teal-dim);color:var(--teal-d);border:1px solid var(--teal-b);border-radius:100px;align-items:center;gap:5px;padding:4px 12px;font-size:12px;font-weight:700;display:inline-flex}.hp-sm-btn{color:var(--teal);cursor:pointer;text-align:center;justify-content:center;align-items:center;margin-top:25px;font-weight:600;display:flex}.hp-sm-btn-icon{margin-left:10px}@media (max-width:1024px){.hp-stories-g{grid-template-columns:1fr 1fr}}@media (max-width:520px){.hp-stories-g{grid-template-columns:1fr}}
