* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'DM Sans', sans-serif;
            background: #fdf8f0;
            -webkit-font-smoothing: antialiased;
        }

        /* Hide topbar duplicates on desktop — only visible on mobile for marquee scroll */
        .pk-topbar-dup {
            display: none !important;
        }

        @media (max-width: 768px) {
            .pk-topbar-dup {
                display: inline-flex !important;
            }
        }