body {
            font-family: 'Manrope', sans-serif;
            overflow-x: hidden;
        }

        .glow-gold {
            box-shadow: 0 0 20px rgba(242, 204, 13, 0.15);
        }

        [data-home-link] {
            min-width: max-content;
        }

        .prose p {
            margin-bottom: 1.5rem;
            line-height: 1.75;
            color: #94a3b8; /* slate-400 */
        }
        
        .prose ul, .prose ol {
            color: #94a3b8;
            margin-bottom: 1.5rem;
            line-height: 1.75;
            padding-left: 1.5rem;
        }

        .prose li {
            margin-bottom: 0.5rem;
        }

        .prose h2 {
            font-size: 1.5rem;
            font-weight: 800;
            color: #f1f5f9; /* slate-100 */
            margin-top: 3rem;
            margin-bottom: 1rem;
            letter-spacing: -0.025em;
        }

        @media (max-width: 767px) {
            header {
                align-items: flex-start !important;
                gap: 1rem;
                padding: 1rem !important;
            }

            h1 {
                font-size: clamp(2.25rem, 10vw, 3.25rem) !important;
                line-height: 1 !important;
            }
        }
