        .lp-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 12px;
            font-weight: 500;
            color: #6b7280;
            background: #fff;
            border: 1px solid #e5e7eb;
            border-radius: 20px;
            padding: 5px 16px;
            box-shadow: 0 1px 6px rgba(0, 0, 0, .05)
        }

        .cx-legal-nav {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            padding: 16px 20px;
            background: #f9fafb;
            border: 1px solid #e5e7eb;
            border-radius: 10px
        }

        .cx-legal-nav-link {
            font-size: 13px;
            font-weight: 500;
            color: #6b7280;
            text-decoration: none;
            padding: 5px 12px;
            border-radius: 6px;
            transition: all .15s
        }

        .cx-legal-nav-link:hover {
            color: #1d1d1f;
            background: #f0f0f0
        }

        .cx-legal-section {
            border-bottom: 1px solid #f0f0f0;
            padding: 40px 0;
            margin-bottom: 8px
        }

        .cx-legal-section-header {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 20px
        }

        .cx-legal-icon {
            font-size: 18px;
            color: #1d1d1f
        }

        .cx-legal-title {
            font-size: 20px;
            font-weight: 600;
            color: #1d1d1f;
            margin: 0;
            letter-spacing: -.3px
        }

        .cx-legal-body p {
            font-size: 14px;
            color: #374151;
            line-height: 1.8;
            margin-bottom: 14px
        }

        .cx-legal-body p:last-child {
            margin-bottom: 0
        }

        .cx-legal-h3 {
            font-size: 14px;
            font-weight: 600;
            color: #1d1d1f;
            margin: 20px 0 8px;
            letter-spacing: -.1px
        }

        .cx-contact-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 12px;
            margin-top: 20px
        }

        .cx-contact-item {
            background: #f9fafb;
            border: 1px solid #e5e7eb;
            border-radius: 10px;
            padding: 14px 16px
        }

        .cx-contact-label {
            font-size: 11px;
            font-weight: 600;
            letter-spacing: .06em;
            text-transform: uppercase;
            color: #9ca3af;
            margin-bottom: 5px
        }

        .cx-contact-value {
            font-size: 13px;
            font-weight: 500;
            color: #1d1d1f;
            text-decoration: none;
            display: block
        }

        a.cx-contact-value:hover {
            color: #6b7280
        }
