
        body { font-family: 'Inter', sans-serif; }
        .hero-glow {
            box-shadow: 0 0 40px rgba(59, 130, 246, 0.3);
            transition: box-shadow 0.5s ease;
        }
        .hero-glow:hover {
            box-shadow: 0 0 60px rgba(59, 130, 246, 0.5);
        }
        .prose a {
            color: #2563EB;
            text-decoration: underline;
            text-underline-offset: 4px;
        }
    