.card{background:#fff;border-radius:1rem;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 5px 15px #00000014}.card--default:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001f}.card--highlighted{color:#fff;background:#006a6f}.card--highlighted:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.card__icon{background:#006a6f1a;border-radius:12px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;display:flex}.card__icon svg{color:#006a6f;width:32px;height:32px}.card__title{color:#333;margin:0 0 1rem;font-size:1.5rem;font-weight:600}.card__description{color:#666;margin:0 0 1.5rem;font-size:1rem;line-height:1.6}.card__link{color:#006a6f;align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:gap .3s;display:inline-flex}.card__link:hover{gap:.75rem}.card__link svg{width:16px;height:16px}.card--highlighted .card__title,.card--highlighted .card__description,.card--highlighted .card__link{color:#fff}.card--highlighted .card__icon{background:#fff3}.card--highlighted .card__icon svg{color:#fff}
