:root{--navigation-height-laptop:7rem;--navigation-height-tablet:4.25rem}.animated-card{background-color:#fff;border-radius:12px;box-shadow:0 10px 30px #003c431a;display:flex;flex-direction:column;gap:1rem;max-width:350px;overflow:hidden;padding:2.2rem 1.8rem;position:relative;transition:all .4s ease}.animated-card:before{background:linear-gradient(90deg,#003c43,#39c6bd);content:"";height:4px;left:0;position:absolute;top:0;transform:scaleX(0);transform-origin:left;transition:transform .3s ease;width:100%}.animated-card:hover{box-shadow:0 15px 35px #003c4326;transform:translateY(-8px)}.animated-card:hover:before{transform:scaleX(1)}.animated-card:hover .animated-card__icon{transform:scale(1.05)}.animated-card:hover .animated-card__icon:not(.animated-card__icon--color){background-color:#003c4326}.animated-card__badge{background:#39c6bd;border-radius:20px;box-shadow:0 2px 8px #39c6bd4d;color:#fff;font-size:.85rem;font-weight:600;padding:.5rem 1rem;position:absolute;right:1rem;top:1rem}.animated-card__icon{align-items:center;background-color:#003c431a;border-radius:50%;box-shadow:0 5px 15px #003c431a;color:#003c43;display:flex;font-size:2.5rem;height:80px;justify-content:center;margin:0 auto 1.5rem;transition:all .3s ease;width:80px}.animated-card__icon i,.animated-card__icon svg{color:#003c43}.animated-card__icon--color{color:#fff}.animated-card__icon--color i,.animated-card__icon--color svg{color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.animated-card__title{border-bottom:none;color:#003c43;font-size:1.4rem;font-weight:600;margin-bottom:.5rem;padding-bottom:0;text-align:center}.animated-card__description{color:#333;line-height:1.6;margin-bottom:0;text-align:center}
