     * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        body {
            background-color: #e9ebee;
            color: #333;
            padding: 10px;
            line-height: 1.4;
        }
        
        .section-container-003 {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px 10px;
        }
        
        .section-title-003 {
            text-align: center;
            margin-bottom: 15px;
            color: #333;
            font-size: 1.8rem;
            font-weight: 700;
        }
        
        .section-subtitle-003 {
            text-align: center;
            margin-bottom: 25px;
            color: #555;
            font-size: 0.95rem;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }
        
        /* Compact Category Cards */
        .category-container-003 {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 15px;
            margin-bottom: 25px;
        }
        
        .category-card-003 {
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(8px);
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            padding: 18px;
            transition: all 0.2s ease;
            border: 1px solid rgba(255, 255, 255, 0.3);
        }
        
        .category-card-003:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
        }
        
        .category-header-003 {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 1px solid rgba(24, 119, 242, 0.2);
        }
        
        .category-icon-003 {
            width: 36px;
            height: 36px;
            border-radius: 8px;
            background: linear-gradient(135deg, #1877F2, #0d5dbd);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
            color: white;
            font-size: 1rem;
            flex-shrink: 0;
        }
        
        .category-title-003 {
            font-size: 1.1rem;
            color: #1877F2;
            font-weight: 600;
        }
        
        .client-list-003 {
            list-style-type: none;
        }
        
        .client-item-003 {
            margin-bottom: 10px;
            padding: 8px 10px;
            border-radius: 8px;
            background: rgba(255, 255, 255, 0.7);
            transition: all 0.2s ease;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .client-item-003:hover {
            background: rgba(24, 119, 242, 0.05);
        }
        
        .client-name-003 {
            font-weight: 500;
            color: #333;
            font-size: 0.9rem;
            flex: 1;
        }
        
        .instagram-btn-003 {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            background: linear-gradient(135deg, #E4405F, #C13584);
            color: white;
            padding: 4px 10px;
            border-radius: 15px;
            text-decoration: none;
            font-size: 0.75rem;
            transition: all 0.2s ease;
            box-shadow: 0 2px 8px rgba(228, 64, 95, 0.2);
            flex-shrink: 0;
            margin-left: 8px;
        }
        
        .instagram-btn-003:hover {
            transform: translateY(-1px);
            box-shadow: 0 3px 10px rgba(228, 64, 95, 0.3);
        }
        
        /* Compact Success Banner */
        .success-banner-003 {
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(8px);
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            padding: 20px;
            text-align: center;
            margin-top: 20px;
            border-left: 3px solid #1877F2;
        }
        
        .success-title-003 {
            font-size: 1.1rem;
            color: #1877F2;
            margin-bottom: 8px;
            font-weight: 600;
        }
        
        .success-text-003 {
            color: #555;
            font-size: 0.9rem;
            margin-bottom: 12px;
        }
        
        .brand-highlight-003 {
            display: inline-block;
            background: linear-gradient(135deg, #1877F2, #0d5dbd);
            color: white;
            padding: 5px 15px;
            border-radius: 15px;
            font-weight: 600;
            font-size: 0.9rem;
            box-shadow: 0 2px 8px rgba(24, 119, 242, 0.2);
        }
        
        /* Ultra Compact Layout */
        .compact-grid-003 {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 12px;
        }
        
        .compact-card-003 {
            background: rgba(255, 255, 255, 0.9);
            border-radius: 10px;
            padding: 15px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
            border: 1px solid rgba(255, 255, 255, 0.4);
        }
        
        .compact-header-003 {
            display: flex;
            align-items: center;
            margin-bottom: 12px;
        }
        
        .compact-icon-003 {
            width: 28px;
            height: 28px;
            border-radius: 6px;
            background: linear-gradient(135deg, #1877F2, #0d5dbd);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 8px;
            color: white;
            font-size: 0.8rem;
            flex-shrink: 0;
        }
        
        .compact-title-003 {
            font-size: 1rem;
            color: #1877F2;
            font-weight: 600;
        }
        
        .compact-client-003 {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 6px 0;
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        }
        
        .compact-client-003:last-child {
            border-bottom: none;
        }
        
        .compact-name-003 {
            font-size: 0.85rem;
            color: #444;
            flex: 1;
        }
        
        .compact-instagram-003 {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 24px;
            height: 24px;
            background: linear-gradient(135deg, #E4405F, #C13584);
            color: white;
            border-radius: 50%;
            text-decoration: none;
            font-size: 0.7rem;
            transition: all 0.2s ease;
            flex-shrink: 0;
            margin-left: 6px;
        }
        
        .compact-instagram-003:hover {
            transform: scale(1.1);
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .section-container-003 {
                padding: 15px 5px;
            }
            
            .section-title-003 {
                font-size: 1.5rem;
                margin-bottom: 10px;
            }
            
            .section-subtitle-003 {
                font-size: 0.9rem;
                margin-bottom: 20px;
            }
            
            .category-container-003,
            .compact-grid-003 {
                grid-template-columns: 1fr;
                gap: 10px;
            }
            
            .category-header-003,
            .compact-header-003 {
                flex-direction: row;
                text-align: left;
            }
        }
        
        @media (max-width: 480px) {
            .category-card-003,
            .compact-card-003 {
                padding: 12px;
            }
            
            .client-item-003 {
                padding: 6px 8px;
            }
        }