  .legal-section { margin-bottom: 48px; }
         .legal-section h3 {
            font-size: 20px;
            font-weight: 600;
            background: linear-gradient(135deg, #fff 0%, rgba(255,255,255,0.7) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 16px;
         }
         .legal-section p, .legal-section li {
            font-size: 14px;
            color: rgba(255,255,255,0.65);
            line-height: 1.8;
         }
         .legal-section ul, .legal-section ol {
            padding-left: 20px;
            margin-bottom: 16px;
         }
         .legal-section li { margin-bottom: 6px; }
         .legal-section strong { color: rgba(255,255,255,0.9); }
         .legal-num {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 28px;
            height: 28px;
            border-radius: 8px;
            background: rgba(0,136,255,0.12);
            color: #50ADFF;
            font-size: 13px;
            font-weight: 700;
            margin-right: 10px;
            flex-shrink: 0;
         }
         .data-table { width: 100%; border-collapse: collapse; margin-bottom: 16px; }
         .data-table th, .data-table td {
            padding: 10px 14px;
            text-align: left;
            border-bottom: 1px solid rgba(255,255,255,0.06);
            font-size: 13px;
            color: rgba(255,255,255,0.65);
         }
         .data-table th {
            color: rgba(255,255,255,0.4);
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            font-size: 11px;
         }
         .data-table tr:last-child td { border-bottom: none; }