.smart-cards-section{margin:0 auto;max-width:1200px;padding-left:20px;padding-right:20px;width:100%}.smart-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.smart-card{border-radius:1rem;box-shadow:0 4px 6px rgba(0,0,0,.05);color:#fff;display:flex;flex-direction:column;min-height:450px;overflow:hidden;position:relative;text-decoration:none;transition:transform .5s ease,box-shadow .5s ease}.smart-card:hover{box-shadow:0 20px 50px rgba(0,0,0,.2);transform:translateY(-10px)}.smart-card-content{display:flex;flex-direction:column;height:100%;padding:1.5rem;position:relative;z-index:2}.card-image-wrapper{border:4px solid hsla(0,0%,100%,.2);border-radius:1rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);height:12rem;margin-bottom:2rem;overflow:hidden}.card-image-wrapper img{height:100%;object-fit:cover;transition:transform .7s ease;width:100%}.smart-card:hover .card-image-wrapper img{transform:scale(1.1)}.card-title{font-size:1.25rem;font-weight:900;letter-spacing:-.025em;line-height:1.25;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.card-excerpt{flex-grow:1;font-size:1rem;line-height:1.25;margin-bottom:2rem;opacity:.9}.card-btn-wrapper{margin-top:auto}.card-btn{align-items:center;box-shadow:0 4px 6px rgba(0,0,0,.1);display:inline-flex;font-size:15px;font-weight:700;padding:1rem 2.5rem;transition:all .3s ease}.smart-card:active .card-btn{transform:scale(.95)}.card-overlay{background-color:#000;height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .3s ease;width:100%;z-index:1}.smart-card:hover .card-overlay{opacity:.1}@media (max-width:768px){.smart-card{min-height:auto}.card-title{font-size:1.5rem}}