.cards-module{padding:2rem 1rem;width:100%}.cards-grid{align-items:flex-start;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin:0 auto;max-width:1200px;padding:0 1rem}.card,.cards-grid{box-sizing:border-box}.card{box-shadow:0 2px 8px rgba(0,0,0,.08);cursor:pointer;flex:0 1 345px;height:520px;max-width:345px;overflow:hidden;position:relative;transition:box-shadow .3s ease;width:100%}.card:focus{outline:2px solid #005649;outline-offset:2px}.card-media{height:100%;overflow:hidden;position:relative;width:100%}.card-media img{display:block;height:100%;object-fit:cover;width:100%}.card-overlay{background:#fff;bottom:0;box-shadow:0 0 0 transparent;display:flex;flex-direction:column;height:140px;left:0;overflow:hidden;position:absolute;right:0;transition:height .3s ease-in-out,box-shadow .3s ease-in-out}.card-header{flex-shrink:0;padding:1.5rem}.card-title{margin:0 0 .75rem}.card-divider{border:none;border-top:1px solid #e5e7eb;margin:.75rem 0}.card-role{font-weight:500}.card-content{display:none;flex:1;max-height:0;opacity:0;overflow-x:hidden;overflow-y:auto;padding:0 1.5rem 1.5rem;transition:opacity .3s ease .1s}.card-content-inner{color:#374151}.card-content::-webkit-scrollbar{width:6px}.card-content::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.card-content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.card-content::-webkit-scrollbar-thumb:hover{background:#9ca3af}.card:not(.is-expanded):hover .card-overlay{box-shadow:0 -4px 12px rgba(0,0,0,.1);height:180px}.card.is-expanded .card-overlay{box-shadow:0 -8px 24px rgba(0,0,0,.15);height:100%}.card.is-expanded .card-content{display:block;max-height:100%;opacity:1}@media (max-width:1024px){.cards-grid{gap:1.5rem}.card{flex:0 1 calc(50% - 1.5rem);height:480px;max-width:calc(50% - 1.5rem)}}@media (max-width:640px){.cards-grid{gap:1.5rem}.card{flex:0 1 100%;height:400px;max-width:100%}}