        .gradient-bg {
            background: linear-gradient(135deg, #f8f8f0 0%, #e6f7e6 100%);
        }
        .card-hover {
            transition: all 0.3s ease;
        }
        .card-hover:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
        }
        .focus-ring:focus {
            outline: none;
            box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.5);
        }
        .footer-links a:hover {
            text-decoration: underline;
            color: #fff;
        }