.module--work-showcase .work-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.module--work-showcase .work-card{min-height:320px;padding:34px;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(155deg,rgba(34,211,238,.07),rgba(255,255,255,.015));position:relative;overflow:hidden}.module--work-showcase .work-card:after{content:"";position:absolute;width:190px;height:190px;border-radius:50%;right:-80px;bottom:-90px;background:radial-gradient(circle,rgba(34,211,238,.22),transparent 66%)}.module--work-showcase .work-number{font-family:'Bebas Neue';font-size:5.8rem;line-height:.8;color:rgba(34,211,238,.17)}.module--work-showcase h3{font-family:'Bebas Neue';font-size:2.5rem;letter-spacing:.04em;margin:30px 0 10px}.module--work-showcase p{color:var(--muted);max-width:520px}.module--work-showcase .tag-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:26px}.module--work-showcase .work-cta{text-align:center;margin-top:42px}@media(max-width:760px){.module--work-showcase .work-grid{grid-template-columns:1fr}}