.glass-card {
            background: rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.3);
        }
        .text-shadow-subtle {
            text-shadow: 0 2px 4px rgba(0, 136, 204, 0.05);
        }
        input:focus, textarea:focus, select:focus {
            outline: none;
            box-shadow: 0 0 0 2px rgba(0, 97, 147, 0.2);
        }
